Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-17 | FbTk::Lua - a class which augments lua::state with additional features | Pavel Labath | 1 | -0/+1 | |
2013-02-16 | A rough version of resource implementation in lua | Pavel Labath | 1 | -1/+9 | |
I added a new class, LResourceManager, which should handle loading and saving of resources like the old ResourceManager, only it does that with the help of lua. I moved the common features of the two managers (interface + a few functions) to a common base class ResourceManager_base. I augmented the Resource_base class with two new functions (setFromLua and pushToLua) which are used by the lua RM instead of getString and setFromString. Parts of the new RM are written in lua. To avoid loading scripts from a file at runtime I decided to link compiled lua code straight into the executable. For this purpose I created a small script which converts a binary file into a declaration of a C array of bytes. | |||||
2013-02-16 | C++ binding for lua | Pavel Labath | 1 | -0/+1 | |
copied from conky (http://conky.sf.net) and relicensed. Since I am the person who wrote it in the first place there should not be a problem with licence conversion. | |||||
2013-02-16 | Integrate the lua build system into ours | Pavel Labath | 1 | -0/+1 | |
2013-01-13 | Use the same lookup-tables for solid and gradient textures | Mathias Gumz | 1 | -1/+3 | |
2012-08-28 | changed timing functions to use a monotonic increasing clock | Mathias Gumz | 1 | -0/+1 | |
gettimeofday() is subject to be changed on daylight-saving or to ntp-related (think leap-seconds). even worse, it is subject to be changed BACK in time. this is hard to fix correctly (see commit 45726d3016e and bug #3560509). it is irrelevant for timers to know the nano-seconds since the epoch anyways. | |||||
2012-04-06 | Allow percentage values for some Window commands | Lajos Koszti | 1 | -0/+1 | |
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -2/+1 | |
this marks the completion of the transition to FbTk::Signal | |||||
2011-02-23 | renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem | Mathias Gumz | 1 | -2/+2 | |
2010-09-09 | added FbTk::Util::clamp() and simplified related code | Mathias Gumz | 1 | -0/+1 | |
2010-03-19 | Added SelectArg.hh to Makefile.am | Henrik Kinnunen | 1 | -1/+1 | |
2010-03-18 | Added missing RelaySignal.hh to Makefile.am | Henrik Kinnunen | 1 | -1/+1 | |
2008-09-18 | Added new Signal/Slot system in FbTk | Henrik Kinnunen | 1 | -0/+1 | |
This is suppose to replace the obsolete Subject/Observer classes. See the src/tests/testSignals.cc for basic usage. | |||||
2008-09-01 | included some missing files in distribution | Henrik Kinnunen | 1 | -0/+2 | |
2008-06-03 | remove some unnecessary architecture | Mark Tiefenbruck | 1 | -1/+1 | |
2008-05-12 | refactor menu reloading, added FbTk::AutoReloadHelper | Mark Tiefenbruck | 1 | -0/+1 | |
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 1 | -1/+1 | |
This class works in the same way as the SimpleCommand class. Use it with the makeObserver function. It calls the receiver's member function when the subject sends a signal. | |||||
2008-01-15 | split Text.hh into Orientation.hh and TextUtils.{cc,hh} | Mathias Gumz | 1 | -1/+1 | |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -0/+1 | |
2007-12-28 | move STLUtil to FbTk | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-28 | move RegExp to FbTk | Mark Tiefenbruck | 1 | -0/+1 | |
2007-12-28 | move Parser to FbTk | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 1 | -0/+1 | |
2007-12-28 | moved BorderTheme and TextTheme to FbTk | Mark Tiefenbruck | 1 | -0/+1 | |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 1 | -1/+2 | |
2007-12-26 | stupid & | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-26 | revert previous patch until it can be fixed | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-26 | changing focusnew/mousefocus should affect windows that are already open | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-16 | changed CommandRegistry to a template class, renamed to ObjectRegistry<Type> | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -0/+1 | |
auto-register | |||||
2007-11-22 | added conditional statements to keys file | markt | 1 | -0/+1 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -1/+0 | |
2007-03-03 | added support for typeahead in menus | markt | 1 | -0/+1 | |
2006-10-16 | added CachedPixmap | fluxgen | 1 | -0/+1 | |
2006-05-07 | handle utf-8 strings properly. | simonb | 1 | -0/+1 | |
use utf8 internally | |||||
2005-09-14 | minor change | fluxgen | 1 | -1/+1 | |
2005-05-02 | Select2nd file | fluxgen | 1 | -0/+1 | |
2005-02-13 | added stringstream header | fluxgen | 1 | -0/+1 | |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 1 | -1/+5 | |
besides xpm. to get imlib2 support in fluxbox one has to ./configure --enable-imblib2 default is disabled. a fluxbox-binary that supports imlib2 will have IMLIB2 in "fluxbox -info"-output explanation to the changed files: * xft.m4 -> acinclude.m4 + added ac_path_generic.m4 (from http://ac-archive.sourceforge.net/Miscellaneous/ac_path_generic.html) * configure.in, Makefile.am, src/FbTk/Makefile.am changed to handle imlib2-support * Font.cc/hh Image.cc/hh App.cc fluxbox.cc consistent way of init for global stuff for fonts and imagehandlers. * rest of changes just add the imlib2-code, pretty straightforward | |||||
2004-12-18 | * moved FbTk/Directory.cc/hh over to FbTk/FileUtil.cc/hh which contain now | mathias | 1 | -1/+1 | |
file and directory - helproutines. * created the FileUtil-namespace which contains file-related functions, moved those functions out of Directory - code * changes to the rest of the files to follow those changes | |||||
2004-10-21 | moved ThemeItems.hh to ThemeItems.cc, solves some linkissues | akir | 1 | -1/+1 | |
2004-06-07 | new files: MenuIcon | fluxgen | 1 | -0/+1 | |
2004-06-07 | new files: menuseparator | fluxgen | 1 | -0/+1 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -0/+1 | |
2004-02-27 | added CompareEqual | fluxgen | 1 | -1/+1 | |
2004-02-10 | removed wall | fluxgen | 1 | -1/+1 | |
2004-01-08 | wall flag | fluxgen | 1 | -0/+2 | |
2003-11-27 | added MultiButtonMenuItem | fluxgen | 1 | -0/+1 | |
2003-10-13 | added ThemeItems | fluxgen | 1 | -1/+1 | |
2003-09-06 | added KeyUtil file | fluxgen | 1 | -0/+1 | |