Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-06-24 | fix more x errors due to using an invalid background | simonb | 3 | -3/+11 |
2006-06-24 | fix disappearing menu selection boxes | simonb | 4 | -12/+31 |
2006-06-21 | fix nls... notably classify text on conversion whether its for X or | simonb | 9 | -38/+90 |
2006-06-21 | make new nls stuff work. Was missing path update | simonb | 1 | -4/+0 |
2006-06-19 | fix placement issue with xinerama (only hit if screens are vertically aligned) | simonb | 1 | -2/+2 |
2006-06-19 | fix timer issues (esp clock not updating on multiple screens) | simonb | 2 | -48/+49 |
2006-06-18 | init variables | fluxgen | 1 | -2/+2 |
2006-06-10 | dont free old color until we have a valid new color | fluxgen | 1 | -3/+2 |
2006-06-10 | added new command: ToggleCmd, works like a macro but executes the commands on... | fluxgen | 2 | -0/+31 |
2006-06-10 | using shift while pressing enter in menu will fake a button 3 press (rmb), th... | fluxgen | 1 | -1/+4 |