Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-04-26 | resize and notify client when autogrouping | simonb | 1 | -0/+6 |
2006-04-25 | Cleanup unneeded headers (thanks Slava Semushin) | mathias | 5 | -21/+1 |
2006-04-25 | Fix occasional highlighting of menu nops+separators, sf.net patch | simonb | 4 | -4/+8 |
2006-04-25 | fix a bunch of comments, make default textures obvious | simonb | 13 | -24/+36 |
2006-04-25 | Output the error message on fallback restart execs (sf.net patch | simonb | 1 | -1/+5 |
2006-04-24 | Use -Wall when --enable-debug and some warning fixes | simonb | 8 | -10/+14 |
2006-04-24 | fix memory leaks in menu code | simonb | 6 | -11/+24 |
2006-04-24 | external tabs as default | simonb | 1 | -1/+1 |
2006-04-23 | _NET_RESTACK_WINDOW | fluxgen | 1 | -2/+6 |
2006-04-23 | removed include | fluxgen | 1 | -1/+0 |
2006-04-23 | added support for _NET_WM_RESTACK_WINDOW. | fluxgen | 2 | -5/+41 |
2006-04-23 | maxWidth() and maxHeight() | fluxgen | 1 | -0/+3 |
2006-04-23 | added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. Added... | fluxgen | 6 | -28/+178 |
2006-04-23 | missed out clearing startups on apps reload | simonb | 1 | -0/+1 |
2006-04-23 | reload the apps file on flux reload | simonb | 6 | -23/+157 |
2006-04-23 | focus a window if it's the only one. | simonb | 1 | -1/+2 |
2006-04-23 | tidy up window cycling | simonb | 2 | -195/+71 |
2006-04-22 | fix menu corruption when size/label changes | simonb | 2 | -1/+4 |
2006-04-22 | fix crash when toolbar disabled | simonb | 3 | -18/+19 |
2006-04-22 | couple of memory fixes from valgrind | simonb | 3 | -5/+7 |
2006-04-22 | fix static management of CommandParser, sf.net 1474444 | simonb | 2 | -3/+21 |
2006-04-22 | minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs ru | simonb | 2 | -3/+1 |
2006-04-22 | * cosmetics to Workspace.hh CurrentWindowCmd.cc | mathias | 2 | -26/+26 |
2006-04-21 | oops... didnt compile! | simonb | 1 | -2/+2 |
2006-04-21 | minor fixes to slit transparency handling | simonb | 1 | -8/+12 |
2006-04-21 | update transparent window backgrounds on bg change | simonb | 3 | -4/+50 |
2006-04-21 | border between tabs same as window border | simonb | 1 | -3/+11 |
2006-04-19 | mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edu | simonb | 2 | -2/+3 |
2006-04-19 | allow ~ in background pixmap path | simonb | 1 | -0/+1 |
2006-04-19 | windows keep relative positions in ArrangeWindows, based on distance to new '... | mathias | 1 | -23/+46 |
2006-04-18 | don't check the clock so often... | simonb | 3 | -22/+55 |
2006-04-18 | fix freeze in systemtray configuring, sf.net bug #1359442 | simonb | 1 | -2/+3 |
2006-04-17 | iconbutton handling fixes | simonb | 7 | -43/+51 |
2006-04-17 | fix transparency updates for the toolbar when autohide is on | simonb | 10 | -1/+34 |
2006-04-17 | fix some toolbar transparency | simonb | 2 | -0/+2 |
2006-04-17 | fix label display with external tabs on some wins | simonb | 1 | -1/+1 |
2006-04-17 | grow the clock if the text gets too big | simonb | 1 | -1/+9 |
2006-04-17 | fix some rotation issues | simonb | 3 | -38/+23 |
2006-04-16 | add reversewheeling option | simonb | 5 | -11/+35 |
2006-04-16 | improved defaulting of int args in commands (thanks Jonas Koelker) | simonb | 1 | -31/+30 |
2006-04-16 | add CloseAllWindows key action | simonb | 3 | -0/+30 |