Age | Commit message (Expand) | Author | Files | Lines |
2007-04-01 | code documentation | fluxgen | 1 | -7/+79 |
2007-04-01 | don't need this anymore | markt | 1 | -9/+0 |
2007-04-01 | just converting some old code to make future changes easier | markt | 10 | -204/+152 |
2007-03-31 | little compiler warning | markt | 1 | -2/+0 |
2007-03-31 | Minor fix in documentation | fluxgen | 1 | -1/+1 |
2007-03-31 | added documentation | fluxgen | 2 | -5/+24 |
2007-03-31 | more documentation | fluxgen | 2 | -16/+19 |
2007-03-31 | added document | fluxgen | 1 | -4/+16 |
2007-03-31 | added document | fluxgen | 1 | -21/+128 |
2007-03-31 | fixed a little crash bug | markt | 1 | -1/+1 |
2007-03-31 | pattern matching for window commands and [group] in apps file | markt | 7 | -171/+216 |
2007-03-31 | added documentation | fluxgen | 1 | -14/+46 |
2007-03-30 | pattern matching for window cycling | markt | 16 | -213/+419 |
2007-03-29 | use window title when icontitle isn't specified | markt | 1 | -3/+3 |
2007-03-29 | removed groups file, fixed initial_state handling | markt | 9 | -156/+28 |
2007-03-28 | little fix for restoring tabbed windows on restart | markt | 1 | -3/+4 |
2007-03-27 | fixed a crash caused by previous commit | markt | 1 | -0/+3 |
2007-03-27 | lots and lots of code cleanup, plus introduced new ClientMenu class | markt | 34 | -471/+246 |
2007-03-25 | little fix for clients in tabbed windows raising themselves | markt | 1 | -1/+1 |
2007-03-25 | added session.screen0.tabs.usePixmap | markt | 8 | -42/+33 |
2007-03-24 | removed warning for no background in style | markt | 1 | -7/+1 |
2007-03-24 | colossal multi-patch, encompassing all of what I did yesterday without intern... | markt | 21 | -311/+400 |
2007-03-21 | fix a little compile error on some systems | markt | 1 | -0/+2 |
2007-03-21 | hidemenus should hide custommenus, and fixed custommenu memleak | markt | 2 | -3/+9 |
2007-03-21 | added TypeAheadFocus command | markt | 6 | -5/+84 |
2007-03-21 | added Focusable.hh -- a base class for all focusable windows | markt | 8 | -61/+101 |
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 |