Age | Commit message (Expand) | Author | Files | Lines |
2007-04-23 | disabled resizing shaded windows | markt | 3 | -22/+10 |
2007-04-20 | fix slit onhead with BOTTOMLEFT placement, patch from Tomas Janousek <tomi at... | mathias | 1 | -1/+1 |
2007-04-19 | fixed crash when CustomMenu doesn't point to a real file | markt | 1 | -0/+2 |
2007-04-18 | fix for fbsetbg -l when last wallpaper was using fbsetroot | markt | 1 | -1/+1 |
2007-04-17 | basicly cosmetic changes, patch by slava semushin | mathias | 11 | -62/+28 |
2007-04-10 | added alias "kill" for keys file | markt | 1 | -0/+1 |
2007-04-08 | menu from workspacename tool wasn't focused, and fixed unpressed button rende... | markt | 2 | -3/+4 |
2007-04-08 | use proper test for whether it's a number. | simonb | 1 | -1/+1 |
2007-04-08 | Only replace numbers with zeros when calculating clock width. | simonb | 1 | -1/+11 |
2007-04-05 | changed caps lock detection to use LockMask, so the actual key can be used fo... | markt | 2 | -10/+8 |
2007-04-03 | getting rid of more useless files in the repo | markt | 2 | -9/+0 |
2007-04-03 | fixed a bug, removed some unused code | markt | 5 | -69/+18 |
2007-04-01 | fixed problem with creating windows in iconic state | markt | 5 | -38/+16 |
2007-04-01 | more documentation | fluxgen | 1 | -22/+52 |
2007-03-31 | fixed some compiling issues | markt | 3 | -9/+2 |
2007-03-31 | added document | fluxgen | 1 | -26/+148 |
2007-03-31 | Fix window menu context when opened by clicking on tab | simonb | 2 | -4/+29 |
2007-03-30 | set m_icon_title to, you'll never guess, the icon title | markt | 1 | -1/+1 |
2007-03-25 | little fix for clients in tabbed windows raising themselves | markt | 1 | -1/+1 |
2007-03-24 | removed warning for no background in style | markt | 1 | -7/+1 |
2007-03-24 | workspace menu wasn't updating when window titles changed | markt | 1 | -1/+1 |
2007-03-22 | small update for the copyright date | mathias | 1 | -2/+2 |
2007-03-21 | fix a little compile error on some machines | markt | 1 | -0/+2 |
2007-03-21 | hidemenus hide custommenus and fix custommenu memleak | markt | 2 | -3/+9 |
2007-03-19 | active menu item wasn't getting reset properly when closed from [exec] with b... | markt | 1 | -4/+4 |
2007-03-19 | size of relative items in toolbar wasn't being calculated properly | markt | 1 | -15/+9 |
2007-03-18 | changed remembering of positions so it only remembers position relative to th... | markt | 1 | -2/+6 |
2007-03-18 | function to find already existing keychains wasn't working properly | markt | 1 | -0/+2 |
2007-03-17 | change workspace number of iconified, stuck windows when changing workspaces | markt | 1 | -0/+7 |
2007-03-16 | maximizing window with aspect ratio caused windows to be made larger than the... | markt | 4 | -8/+20 |
2007-03-16 | fixed a little bug with placing new menus | markt | 1 | -0/+1 |
2007-03-16 | added custommenu command | markt | 3 | -0/+23 |
2007-03-11 | fixed parentrelative menu highlight bug | markt | 1 | -12/+12 |
2007-03-10 | make sure autogrouped windows get added to the apps file | markt | 1 | -2/+5 |
2007-03-10 | changed default toolbar layer to DOCK | markt | 1 | -1/+1 |
2007-03-10 | make sure iconbar text padding gets reapplied on reconfigure | markt | 1 | -2/+1 |
2007-03-10 | make sure we don't steal focus from unmanaged windows | markt | 1 | -2/+14 |
2007-03-10 | removed some useless code | markt | 4 | -13/+5 |
2007-03-07 | don't mark menu as focused, even if it gets a FocusIn, when it's not visible | markt | 1 | -1/+3 |
2007-03-06 | I seem to have forgotten this in the last patch | markt | 2 | -24/+0 |
2007-03-06 | fixed bug with keys not working when using a style background | markt | 3 | -7/+12 |
2007-03-06 | session.screen0.defaultDeco now understands TAB, BORDER, etc. | markt | 5 | -40/+39 |
2007-03-05 | fixed compiling error with xft disabled | markt | 1 | -1/+1 |
2007-03-04 | more little changes to typeahead (thanks Matteo, plus changes from me) | markt | 1 | -16/+16 |
2007-03-04 | little bug fix for menu typeahead (thanks Matteo) | markt | 1 | -0/+2 |
2007-03-04 | moved some code around (regarding event handling) in preparation for upcoming... | markt | 9 | -158/+110 |
2007-03-03 | removed session.numLayers resource, as it was useless and caused segfaults | markt | 4 | -11/+6 |
2007-03-03 | added support for typeahead in menus | markt | 11 | -76/+528 |
2007-03-02 | add XK_KP_Enter to menu | markt | 1 | -0/+1 |
2007-03-01 | changed FocusControl::cycleFocus() to take a list of windows as an argument | markt | 5 | -111/+73 |