Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-10 | copy N paste ... icc complained slightly | mathias | 1 | -1/+1 | |
2005-05-10 | cache the root pixmap (per screen) | simonb | 2 | -35/+115 | |
2005-05-09 | fix from vadim for fbrun-tabcompletion | mathias | 1 | -0/+1 | |
2005-05-07 | patch from vadim to fix the issues in input-areas he introduced with his last | mathias | 1 | -24/+36 | |
patch | |||||
2005-05-07 | remove default gray background on created FbWindows | simonb | 1 | -4/+3 | |
(not everything should get a bg set) | |||||
2005-05-06 | fix segfault opportunity in menu | simonb | 1 | -0/+5 | |
2005-05-06 | more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru> | mathias | 2 | -5/+91 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 3 | -42/+48 | |
if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout. | |||||
2005-05-03 | fix some menu drawing issues | simonb | 2 | -4/+25 | |
2005-05-02 | Select2nd file | fluxgen | 1 | -0/+1 | |
2005-05-02 | select 2nd element in pair | fluxgen | 1 | -0/+18 | |
2005-04-29 | enabled MenuItems / Separators are not clickable and the same logic should | mathias | 1 | -4/+3 | |
apply to keys. | |||||
2005-04-29 | display accessor | fluxgen | 1 | -0/+2 | |
2005-04-28 | revert mathias last change, and fix it differently using info already | simonb | 2 | -19/+9 | |
there | |||||
2005-04-27 | i added an attribute to FbWindow to mark windows which are only used as | mathias | 2 | -6/+16 | |
"carrier" (maybe a temporarly name?) ... carriers dont need background-updates .. ever. this leads to a big performance"boost" over the last commits. before we updated also the windows which are the hosts for the apps (m_window and m_clientarea in FbWinFrame) -> bad idea. | |||||
2005-04-27 | fix background setting + initialisation | simonb | 1 | -3/+7 | |
2005-04-27 | add rough support for non-default depth pixmaps. Saves us having ghost | simonb | 3 | -10/+24 | |
holes in windows | |||||
2005-04-27 | fix a few more bugs with recent reworking stuff | simonb | 4 | -14/+17 | |
Some fixes could incidentally fix a few other bugs... the flaws were pre-existing, I've just been weeding out a lot of duplication | |||||
2005-04-26 | fix drawing foreground when transparency off | simonb | 1 | -14/+24 | |
2005-04-26 | fix systray client sizing | simonb | 2 | -0/+26 | |
2005-04-26 | extension of previous big patch. Move a bunch of menu things onto | simonb | 13 | -353/+425 | |
background pixmap. Same for textbuttons. | |||||
2005-04-25 | #1188690, fbrun segfault | mathias | 1 | -0/+2 | |
2005-04-15 | fix a few drawwing issues, esp menu opening offscreen | simonb | 1 | -11/+10 | |
2005-04-14 | cosmetic | mathias | 1 | -2/+2 | |
2005-04-13 | fix a few small bugs from recent big patch | simonb | 3 | -5/+6 | |
2005-04-10 | Big changes to how transparency works | simonb | 11 | -449/+278 | |
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent | |||||
2005-04-02 | Tidy up some redundant pixmap allocs | simonb | 3 | -17/+37 | |
2005-03-16 | fix for #1152450, when having multiple screens the rootCommand's were | mathias | 1 | -2/+4 | |
called too often: m_root_menu is locked for the current screen when loading the style for the current screen, but not for the screens already initialized and thus its executed when called thru Theme::reconfigure(); now only the themes on the same screen are affected by the load-routine. | |||||
2005-02-13 | added stringstream header | fluxgen | 1 | -0/+1 | |
2005-02-13 | stringstream | fluxgen | 1 | -0/+19 | |
2005-02-10 | cosmetic + updated copyright year | mathias | 1 | -1/+1 | |
2005-02-08 | updated copyright year | mathias | 1 | -1/+1 | |
2005-02-07 | copyright year | mathias | 2 | -2/+2 | |
2005-02-07 | updated copyright date | mathias | 1 | -1/+1 | |
2005-02-07 | cosmetic white-space-stuff and/or copyright dates | mathias | 4 | -12/+13 | |
2005-02-07 | white-space cosmetic | mathias | 1 | -10/+10 | |
2005-01-31 | closes #1107213, 64bit issues with XChangeProperty | mathias | 1 | -1/+1 | |
submitted by Matthieu Herrb <matthieu.herrb@laas.fr> | |||||
2005-01-24 | fix to solve compileproblems under freebsd4 | mathias | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 93 | -93/+93 | |
2005-01-20 | copyright date | mathias | 1 | -1/+1 | |
2005-01-15 | cleaning | fluxgen | 2 | -132/+132 | |
2005-01-14 | moved ThemeItem<bool> - implementation to FbTk/ThemeItems.cc | mathias | 1 | -34/+120 | |
2005-01-14 | copyright | mathias | 2 | -2/+2 | |
2005-01-12 | cosmetic change | mathias | 1 | -4/+3 | |
2005-01-11 | fix for #1099278 | mathias | 1 | -3/+3 | |
2005-01-11 | fix for #1099950, Missing initialization in FbTk/FbWindow.cc | mathias | 1 | -1/+2 | |
2005-01-02 | fix problems with imlib2 on restart: | mathias | 1 | -21/+40 | |
only when using "imlib_load_image_with_error_return" as the loading function imlib2 seems to avoid trouble when an image with <filename> doesnt exist. all other loadroutines lead to heavy problems when fluxbox shuts down and tries to restart (memleak(?), distorted xressources etc) i ll analyze this further. another open issue with imlib2 is that it doesnt work when xserver/fluxbox is running in dualscreen-mode (not xinerama), no valid pixmaps are visible on the second head. dunno why (yet). | |||||
2005-01-02 | small issues: | mathias | 1 | -4/+6 | |
- added a guard so no invalid(0)-handler is deleted at shutdown - "if (s_image_map[extension] == 0)" -> creates an entry for sure, we dont want this. | |||||
2004-12-24 | correct isExecutable | mathias | 1 | -1/+1 | |
2004-12-21 | adds imlib2-support to fluxbox: allows us to load several imageformats | mathias | 8 | -16/+267 | |
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 |