Age | Commit message (Expand) | Author | Files | Lines |
2006-06-21 | make new nls stuff work. Was missing path update | simonb | 1 | -4/+0 |
2006-06-19 | Fix window placement when apps remembers size but not location | simonb | 1 | -0/+7 |
2006-06-19 | better fix for iconbar bug | fluxgen | 2 | -1/+7 |
2006-06-19 | try ignoring NotifyUngrab to fix focus revert issues when closing | simonb | 1 | -1/+1 |
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 | 3 | -49/+53 |
2006-06-18 | added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS | fluxgen | 6 | -5/+63 |
2006-06-18 | init variables | fluxgen | 1 | -2/+2 |
2006-06-18 | fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_tit... | fluxgen | 1 | -0/+1 |
2006-06-16 | Fix crash when closing a window while cycling (Mark) | markt | 1 | -2/+3 |
2006-06-11 | support for _NET_WM_MOVERESIZE | fluxgen | 3 | -45/+83 |
2006-06-11 | added support for urgency hint, thanks Mark Tiefenbruck | fluxgen | 4 | -5/+20 |
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 | 3 | -6/+77 |
2006-06-10 | fixed resize box bug. The text used to determine the size used space, which c... | fluxgen | 1 | -3/+3 |
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-06-10 | couple of alignment fixes, esp for external tabs | simonb | 2 | -29/+23 |
2006-05-22 | fix parentrelative background, and some tidying | simonb | 4 | -7/+14 |
2006-05-22 | fix build on cygwin (iconv constness) | simonb | 1 | -3/+9 |
2006-05-20 | fix external tab bg when label bg is parentrelative | simonb | 1 | -2/+10 |
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 | 34 | -162/+158 |
2006-05-17 | fix root pixmap + atoms indexes in FbPixmap | simonb | 1 | -2/+2 |
2006-05-17 | typo of STLutil.hh | simonb | 1 | -1/+1 |
2006-05-16 | issue with maximise and quadrant resize | simonb | 2 | -0/+9 |
2006-05-13 | fixed some redraw issues with the title, thanks _markt | fluxgen | 2 | -1/+4 |
2006-05-13 | added comments | fluxgen | 1 | -0/+4 |
2006-05-13 | just a minor change | fluxgen | 1 | -10/+10 |
2006-05-13 | added AttentionNoticeHandler.hh AttentionNoticeHandler.cc STLUtil.h | fluxgen | 1 | -0/+2 |
2006-05-13 | added one more render option for renderButton, force render of focused. Liste... | fluxgen | 1 | -6/+20 |
2006-05-13 | added one more render option for renderButton, force render of focused | fluxgen | 1 | -2/+6 |
2006-05-13 | added new signal, attentionSig(), will notify listeners when this window dema... | fluxgen | 1 | -0/+1 |
2006-05-13 | added new signal, attentionSig(), will notify listeners when this window dema... | fluxgen | 1 | -1/+3 |
2006-05-13 | added support for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -2/+13 |
2006-05-13 | added support for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -1/+4 |
2006-05-13 | handles flashing of titlebar if the window demands attention | fluxgen | 2 | -0/+161 |
2006-05-13 | STL utilities | fluxgen | 1 | -0/+56 |
2006-05-13 | moved destroyAndClearList from Screen.cc to STLUtil::destroyAndClear | fluxgen | 1 | -14/+7 |
2006-05-13 | added test program for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -0/+5 |
2006-05-13 | test program for _NET_WM_STATE_DEMANDS_ATTENTION | fluxgen | 1 | -0/+131 |
2006-05-13 | added net_wm_name and net_wm_icon_name to supported atoms | fluxgen | 1 | -3/+63 |
2006-05-07 | more utf8 changes, notably window titles | simonb | 12 | -25/+105 |
2006-05-07 | removed duplicate setItemEnabled | fluxgen | 1 | -1/+0 |
2006-05-07 | missed two added files, whoops | simonb | 2 | -0/+269 |
2006-05-07 | handle utf-8 strings properly. | simonb | 17 | -206/+104 |
2006-05-01 | make apps file keywords case insensitive, plus check it for reload before | simonb | 1 | -82/+100 |
2006-04-26 | fixed minor bug | fluxgen | 1 | -2/+2 |