Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-05-07 | missed two added files, whoops | simonb | 2 | -0/+269 |
2006-05-07 | handle utf-8 strings properly. | simonb | 12 | -196/+88 |
2006-04-26 | fixed minor bug | fluxgen | 1 | -2/+2 |
2006-04-25 | Cleanup unneeded headers (thanks Slava Semushin) | mathias | 1 | -5/+0 |
2006-04-25 | Fix occasional highlighting of menu nops+separators, sf.net patch | simonb | 3 | -3/+6 |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 5 | -12/+19 |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 2 | -0/+2 |
2006-04-24 | fix memory leaks in menu code | simonb | 1 | -4/+6 |
2006-04-23 | removed include | fluxgen | 1 | -1/+0 |
2006-04-22 | fix menu corruption when size/label changes | simonb | 2 | -1/+4 |
2006-04-21 | update transparent window backgrounds on bg change | simonb | 3 | -4/+50 |
2006-04-18 | don't check the clock so often... | simonb | 2 | -17/+53 |
2006-04-17 | fix some rotation issues | simonb | 1 | -0/+2 |