Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-07 | Include src/tests in the distribution tarball | Pavel Labath | 1 | -1/+5 | |
and add a configure option for building them (default: off). This patch fixes an error when configuring the tarball, where configure complained it cannot find src/tests/Makefile.in. | |||||
2011-04-27 | Make sure `make distcheck' is successful | Pavel Labath | 1 | -2/+2 | |
- added rmdir commands to uninstall rules of all Makefiles under data/styles - added \n at the end of files which had none | |||||
2011-04-18 | Fix VPATH builds | Pavel Labath | 1 | -1/+2 | |
2010-09-18 | changed the way we create the '~/.fluxbox' directory to avoid race conditions | Mathias Gumz | 1 | -2/+2 | |
before bringing up the first instance of Fluxbox we prepare the directory and the files it needs. if the config version of exiting files is lower than what we expect, we upgrade the config files. after that we bring up Fluxbox. the old way was problematic because setupConfigFiles() calls 'fluxbox-update_configs' which does its job in the background while fluxbox continues to boot. 'fluxbox-update_configs' sends a USR2 signal to the booting fluxbox (it might even be finished, no one knows) which triggers 'load_rc()' which triggered 'setupConfigFiles()' again which might trigger 'fluxbox-update_configs' again (on my machine 'fluxbox-update_configs' was called 3 times and left a pretty crippled 'keys' file when it was done). bootstrapping before bringing up fluxbox resolves the issue. as a bonus: no need to send USR2 to fluxbox to reload the config file because fluxbox has not even tried to read it yet. | |||||
2010-03-17 | Changed #ifdef DEBUG ... cerr << to using fbdbg. | Henrik Kinnunen | 1 | -0/+1 | |
This will reduce the number of #ifdef DEBUG for simple debug messages. include "Debug.hh" and use fbdbg instead of cerr for debug. | |||||
2009-10-01 | compile fix: taken 'FbTk' out of includepath, Layer.hh and FbTk/Layer.hh ↵ | Mathias Gumz | 1 | -1/+1 | |
confused the sun compiler | |||||
2009-03-04 | Renamed function svnversion() to gitrevision() because now we uses GIT. | Slava Semushin | 1 | -2/+2 | |
No functional change. Signed-off-by: Slava Semushin <php-coder@altlinux.ru> | |||||
2009-03-04 | buildfix: fluxbox didnt link when configured with --disable-remember | Mathias Gumz | 1 | -2/+2 | |
2008-10-05 | remove menu modes | Mark Tiefenbruck | 1 | -1/+1 | |
2008-09-14 | added RectangleUtil.hh to build | Henrik Kinnunen | 1 | -0/+1 | |
2008-09-01 | included some missing files in distribution | Henrik Kinnunen | 1 | -0/+1 | |
2008-09-01 | removed ObjectResource.hh and CompareWindow.hh | Henrik Kinnunen | 1 | -2/+1 | |
2008-08-27 | move FbWinFrame::State class to a new file | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-17 | add SetTitle and SetTitleDialog key commands | Mark Tiefenbruck | 1 | -0/+1 | |
2008-06-20 | move default window menu to ~/.fluxbox/windowmenu | Mark Tiefenbruck | 1 | -0/+2 | |
2008-05-05 | add tooltips for iconbar buttons when title is too long to fit | Matteo Galiazzo | 1 | -0/+1 | |
2008-04-26 | some updates for the startup file in modern times | Mark Tiefenbruck | 1 | -0/+2 | |
2008-04-25 | add fbrun to default apps file | Mark Tiefenbruck | 1 | -0/+2 | |
2008-02-24 | feed the right git revision used to build fluxbox into defaults.hh | Mathias Gumz | 1 | -1/+1 | |
2008-01-19 | move position and geometry windows into their own class | Mark Tiefenbruck | 1 | -0/+1 | |
2008-01-07 | added new ThemeProxy for automatically handling focused vs. unfocused ThemeItems | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-28 | merge MenuTheme with FbTk::MenuTheme | Mark Tiefenbruck | 1 | -1/+0 | |
2007-12-28 | move Shape to FbTk | Mark Tiefenbruck | 1 | -1/+0 | |
2007-12-28 | move STLUtil to FbTk | Mark Tiefenbruck | 1 | -1/+0 | |
2007-12-28 | move RegExp to FbTk | Mark Tiefenbruck | 1 | -2/+1 | |
2007-12-28 | move Parser to FbTk | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-28 | moved Container to FbTk | Mark Tiefenbruck | 1 | -1/+0 | |
2007-12-28 | moved BorderTheme and TextTheme to FbTk | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-27 | architecture astronomy | Mark Tiefenbruck | 1 | -2/+1 | |
2007-12-20 | replace svn stuff with git | Mark Tiefenbruck | 1 | -1/+1 | |
2007-12-13 | fix --with-style configure option | markt | 1 | -1/+1 | |
2007-12-13 | added FbTk::CommandRegistry, decentralized command parsing, and made them ↵ | markt | 1 | -3/+1 | |
auto-register | |||||
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -1/+1 | |
2007-10-24 | added focusable.hh | fluxgen | 1 | -0/+1 | |
2007-10-13 | merged changes from pre-devel | markt | 1 | -6/+5 | |
2007-07-07 | fixes for --program-prefix and --program-suffix, plus fixed overwriting init ↵ | markt | 1 | -0/+13 | |
file on reconfigure | |||||
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 1 | -1/+2 | |
infrastructure and related changes. Thanks for original patch from Julien Trolet, dmxen at sourceforge dot net | |||||
2007-01-05 | insignificant change to the makefile | markt | 1 | -1/+1 | |
2006-05-17 | typo of STLutil.hh | simonb | 1 | -1/+1 | |
2006-05-13 | added AttentionNoticeHandler.hh AttentionNoticeHandler.cc STLUtil.h | fluxgen | 1 | -0/+2 | |
2006-04-23 | added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. ↵ | fluxgen | 1 | -0/+1 | |
Added _NET_WM_STATE_MODAL and _NET_WM_WINDOW_TYPE_SPLASH | |||||
2006-03-19 | added missing files | fluxgen | 1 | -0/+2 | |
2006-02-19 | moved placement strategies to different PlacementStrategy classes | fluxgen | 1 | -0/+5 | |
2006-02-18 | moved all focus handling to class FocusControl | fluxgen | 1 | -0/+1 | |
2005-08-23 | --disable-regexp switches from <regexp.h> to <string> in | mathias | 1 | -5/+3 | |
Regexp.cc .. but it still needs to be compiled. hence the little fix in src/Makefile.am | |||||
2005-06-23 | new files | fluxgen | 1 | -1/+2 | |
2005-05-18 | locale path | fluxgen | 1 | -1/+0 | |
2005-04-07 | no need to compile default.cc for every run, so we ll check for a | mathias | 1 | -10/+14 | |
change of the revision-number | |||||
2005-03-16 | with menu, style, keys, init options, thanks php-coder | fluxgen | 1 | -4/+4 | |
2005-02-03 | fixes the year for fluxbox -version | mathias | 1 | -2/+11 | |
added a way to display the svn-revision-number in fluxbox -info |