Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-06-10 | fix compile in hosts without HAVE_ICONV | simonb | 1 | -5/+6 |
2006-05-22 | fix parentrelative background, and some tidying | simonb | 3 | -7/+12 |
2006-05-22 | fix build on cygwin (iconv constness) | simonb | 1 | -3/+9 |
2006-05-20 | missing include (broke gcc 2.95 build) | simonb | 1 | -0/+2 |
2006-05-20 | fix error when running with -i (or similar "don't start Fluxbox class" | simonb | 2 | -0/+6 |
2006-05-20 | fix build without nls | simonb | 1 | -2/+2 |
2006-05-20 | improve native language handling, move messages and menu labels to | simonb | 11 | -43/+51 |
2006-05-17 | fix root pixmap + atoms indexes in FbPixmap | simonb | 1 | -2/+2 |
2006-05-13 | added comments | fluxgen | 1 | -0/+4 |
2006-05-13 | just a minor change | fluxgen | 1 | -10/+10 |
2006-05-07 | more utf8 changes, notably window titles | simonb | 3 | -11/+31 |