Age | Commit message (Expand) | Author | Files | Lines |
2007-04-23 | added clientmenu command, set iconicstate properly, disabled resizing shaded ... | markt | 10 | -144/+219 |
2007-04-20 | fixed slit's placement with xinerama | markt | 1 | -1/+1 |
2007-04-19 | fixed crash when CustomMenu doesn't point to a real file | markt | 1 | -0/+2 |
2007-04-18 | merged changes from trunk | markt | 11 | -64/+30 |
2007-04-18 | fbsetbg -l didn't work properly when previous wallpaper was from fbsetroot | markt | 1 | -1/+1 |
2007-04-13 | fixed some focus issues with FocusNew off | markt | 3 | -32/+32 |
2007-04-11 | added session.screen<N>.maxIgnoreIncrement | markt | 4 | -8/+32 |
2007-04-10 | added alias "kill" to keys file | markt | 1 | -0/+1 |
2007-04-08 | fix for determining the width of clock (copied from Simon's commit to trunk) | markt | 1 | -1/+11 |
2007-04-08 | added OnToolbar modifier, removed followModel, fixed unpressed button rendering | markt | 14 | -259/+170 |
2007-04-07 | more of the same | markt | 14 | -183/+50 |
2007-04-06 | more of the same | markt | 9 | -147/+80 |
2007-04-05 | some minor changes and reorganization | markt | 12 | -110/+83 |
2007-04-04 | moved some code from here to there | markt | 11 | -65/+52 |
2007-04-03 | getting rid of useless files and adding a few that we apparently want | markt | 2 | -9/+0 |
2007-04-03 | fixed ld error with --disable-toolbar | markt | 1 | -1/+1 |
2007-04-03 | fixed a bug, removed some unused code | markt | 5 | -69/+18 |
2007-04-01 | more documentation | fluxgen | 1 | -15/+52 |
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 |