Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-10 | Big changes to how transparency works | simonb | 1 | -6/+2 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-03-16 | added new option to specify, on which screen | mathias | 1 | -66/+113 | |
fluxbox should handle the windows. default behavior is to handle each available screen. closes #1159809. usage: -screen <"all"|int[,int]> eg: $> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so one can run any other wm on 0.1. $> fluxbox -screen all default, fluxbox manages all screens | |||||
2005-02-02 | changed SIGNAL handling to: | mathias | 1 | -3/+3 | |
SIGHUP: restartfluxbox SIGUSR1: load configuration SIGUSR2: reload configuration TODO: whats the essential difference between "loading" and "reloading"? maybe we can drop one of that functions | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2005-01-14 | copyright | mathias | 1 | -1/+1 | |
2005-01-12 | default-values for some path-related resources (groups, apps etc) | mathias | 1 | -3/+5 | |
2005-01-11 | ungrabbuttons on windows we dont handle anymore (withdrawn) | mathias | 1 | -0/+1 | |
2005-01-10 | fix for #1087220 (Wrong handling of XWithdrawWindow) | mathias | 1 | -5/+12 | |
an XWithdrawWindow unmaps a window and sends a synthetic UnmapEvent after that. when the second UnmapEvent arrives we have to set either the WM_STATE to WithdrawnState or delete it. i decided for deletion so its absolutly clear its not any longer under our control | |||||
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 1 | -3/+0 | |
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 | -39/+25 | |
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-11-24 | fix the hiding of the menu when the menufile-timestamps changed | mathias | 1 | -2/+10 | |
2004-11-20 | fix problem with iconic windows on startup | mathias | 1 | -8/+6 | |
2004-11-20 | fix segfaults on restart/exit, still issues with former iconified windows | mathias | 1 | -6/+10 | |
at startup of fluxbox should close #1067582, #1067580, #1060912 | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-21 | removed unused variables + cosmetic issue for some compilers (mipspro) | akir | 1 | -135/+131 | |
2004-10-19 | missing default value for session.appsFile added | akir | 1 | -2/+2 | |
2004-10-19 | added session.appsFile to the ressources | akir | 1 | -1/+2 | |
2004-10-18 | rewritten fluxbox-restart code, all destructors are called before the | akir | 1 | -8/+8 | |
new program is started. the former method didnt do that. | |||||
2004-10-10 | added session.tabPadding and session.focusTabMinWidth | akir | 1 | -1/+4 | |
2004-09-12 | preliminary support for composite/compositing manager. Also general work | rathnor | 1 | -1/+6 | |
for consistency with transparency resources | |||||
2004-09-12 | cleaning, moved resource functions to Resources.cc | fluxgen | 1 | -223/+5 | |
2004-09-11 | using ShowMenu commands for buttonPress event | fluxgen | 1 | -45/+5 | |
2004-09-11 | head specific strut, patch from Mathieu De Zutter | fluxgen | 1 | -44/+30 | |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -12/+16 | |
2004-09-08 | cosmetic, removing unnecessary calls. | akir | 1 | -5/+4 | |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 | |
2004-08-27 | fluxbox::shutdown wasn't safe to get interruped by another signal | rathnor | 1 | -2/+5 | |
2004-08-18 | fix handling of font+text encodings | rathnor | 1 | -1/+4 | |
2004-07-15 | resource bool fix and setting input focus on menus when we bring them up ↵ | fluxgen | 1 | -7/+4 | |
with the mouse | |||||
2004-07-15 | fixed Resource long long, time_t is long long some systems | fluxgen | 1 | -1/+17 | |
2004-07-14 | fixed toolbar draw bug at startup | fluxgen | 1 | -4/+20 | |
2004-06-21 | tidying up initialisation with dockapps | rathnor | 1 | -4/+4 | |
2004-06-13 | minor fixes | fluxgen | 1 | -6/+5 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -38/+35 | |
2004-05-02 | initMenus after we add screen to our list. Added find screen by number. | fluxgen | 1 | -4/+22 | |
2004-04-26 | minor fix for startup | fluxgen | 1 | -1/+2 | |
2004-04-22 | attach area, patch from Mathias Gumz | fluxgen | 1 | -1/+20 | |
2004-04-19 | kde dockapps in systray | fluxgen | 1 | -3/+11 | |
2004-04-18 | changed atomhandlerlist to a map so we can get atomhandlers by name, patch ↵ | fluxgen | 1 | -62/+91 | |
from Mathias Gumz | |||||
2004-04-05 | minor fix for old gcc | fluxgen | 1 | -2/+2 | |
2004-03-23 | reload screen resources at real_reconfigure | fluxgen | 1 | -1/+6 | |
2004-03-21 | primarily focus fix/tweak/rejigging | rathnor | 1 | -4/+58 | |
2004-03-03 | fix update of keys on kepmapping change | rathnor | 1 | -1/+3 | |
2004-03-03 | fix outline moving windows being dropped on their own workspace | rathnor | 1 | -2/+5 | |
2004-02-27 | cleaning | fluxgen | 1 | -11/+10 | |
2004-02-20 | filename fix, patch from Mathias Gumz | fluxgen | 1 | -11/+2 | |
2004-02-10 | added missing template | fluxgen | 1 | -2/+2 | |
2004-01-21 | some debug msg should be in ifdef | fluxgen | 1 | -2/+3 | |
2004-01-21 | using empty instead of size | fluxgen | 1 | -13/+12 | |
2004-01-19 | update workspace area and focused window to atomhandlers | fluxgen | 1 | -5/+21 | |