Age | Commit message (Expand) | Author | Files | Lines |
2007-02-27 | lots of unrelated fixes | markt | 1 | -0/+4 |
2007-02-25 | little sanity check | markt | 1 | -0/+2 |
2007-02-21 | ButtonRelease should only trigger actions if ButtonPress was on the same button | markt | 1 | -0/+2 |
2007-02-09 | added mouse bindings to the keys file | markt | 2 | -1/+7 |
2007-02-04 | clicking on the edge of a button didn't work | markt | 1 | -2/+3 |
2007-01-27 | bunch of cleanup, little bug fixes | markt | 2 | -36/+23 |
2007-01-26 | fix some crashes with empty menus, and fixed default workspace names | markt | 1 | -7/+6 |
2007-01-25 | don't raise windows above OverrideRedirect windows, or else they eventually g... | markt | 1 | -28/+14 |
2007-01-21 | various changes to menu behavior | markt | 2 | -8/+26 |
2007-01-14 | several fixes for background option in styles | markt | 1 | -2/+2 |
2007-01-08 | fix another 64-bit window property | markt | 1 | -1/+1 |
2007-01-07 | I overkilled RefCount. Too tired. Heres the proper fix. | simonb | 1 | -39/+18 |
2007-01-07 | fix intrinsic problem with refcount | simonb | 1 | -18/+39 |
2007-01-07 | per-window transparency, including apps and menu support, plus some | simonb | 3 | -9/+10 |
2007-01-06 | set opacity properly | markt | 1 | -1/+1 |
2007-01-06 | make "force pseudotransparency" menu item work immediately | markt | 3 | -32/+25 |
2007-01-06 | move triangle drawing into FbDrawable | simonb | 3 | -20/+85 |
2007-01-05 | only grab keybindings on screens managed by fluxbox | markt | 2 | -54/+45 |
2007-01-05 | use LC_TIME for interpreting clock locale. | simonb | 1 | -1/+1 |
2007-01-05 | fix loading of rotated fonts on style change | simonb | 7 | -14/+37 |
2007-01-05 | change default Xft font so that it works properly with rotation (see | simonb | 4 | -12/+37 |
2007-01-02 | scaling color values so that they have the right intensity | markt | 2 | -9/+9 |
2006-12-22 | more dead functions | markt | 6 | -2/+19 |
2006-12-19 | Change to data structure for keybindings, ungrab and grab keys when switching | markt | 1 | -8/+8 |
2006-11-12 | removed duplicate headers, patch from Slava Semushin aka php-coder | fluxgen | 2 | -7/+0 |
2006-11-07 | cosmetic patch from slava again | mathias | 4 | -6/+0 |
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 8 | -209/+223 |
2006-10-27 | cosmetic patch from slava semushin, removes whitespaces and | mathias | 8 | -159/+186 |
2006-10-16 | added CachedPixmap | fluxgen | 1 | -0/+1 |
2006-10-16 | cached pixmap helper, works like auto ptr for cached pixmaps | fluxgen | 2 | -0/+121 |
2006-08-14 | fix minor menu separator highlight issue | simonb | 1 | -1/+1 |
2006-08-09 | it never existed (what never existed?) | markt | 1 | -4/+4 |
2006-08-09 | remove FbTk::Menu::enter/leaveNotifyEvent -- caused problems with placing sub... | markt | 2 | -74/+9 |
2006-08-08 | fix some compiler warnings in gcc 4.1 | markt | 1 | -4/+4 |
2006-07-26 | fix torn menus on exec | markt | 1 | -2/+2 |
2006-07-23 | use a timer to make sure focus always reverts if possible | markt | 1 | -1/+1 |
2006-07-21 | unfix *lock modifiers, ignore scroll lock on events | markt | 2 | -5/+5 |
2006-07-20 | properly revert focus when two windows close at the same time | markt | 1 | -1/+1 |
2006-07-16 | Fixed bug #1362913, did not check format pointer. | fluxgen | 1 | -10/+25 |
2006-07-11 | dead function | markt | 2 | -2/+4 |
2006-07-04 | fix crash on startup from iconv_close of an invalid descriptor | simonb | 1 | -1/+2 |
2006-07-01 | more dead functions | markt | 5 | -1/+11 |
2006-07-01 | more dead functions | markt | 15 | -8/+36 |
2006-06-27 | some minor code cleanups thanks Slava Semushin (php-coder), who also thanks M... | simonb | 2 | -13/+0 |
2006-06-26 | properly protect usage of iconv_t by HAVE_ICONV | simonb | 2 | -3/+15 |
2006-06-25 | Fix compile error with some compilers not including iconv.h before FbString.hh | markt | 1 | -0/+5 |
2006-06-25 | fix FbPixmap retaining pixmap (that made cache not work properly) | simonb | 1 | -16/+9 |
2006-06-25 | Check for NoSymbol more explicitly - thanks Julien Trolet (dmxen at | simonb | 1 | -2/+4 |
2006-06-25 | support encodings in menu files | simonb | 2 | -2/+67 |
2006-06-25 | fix crash when unable to convert from local to utf-8 | simonb | 1 | -0/+3 |