Age | Commit message (Expand) | Author | Files | Lines |
2007-03-21 | hidemenus hide custommenus and fix custommenu memleak | markt | 3 | -3/+13 |
2007-03-20 | new releaseRelease-1.0rc3 | fluxgen | 1 | -1/+1 |
2007-03-20 | updated docs in asciidoc-format | mathias | 3 | -1152/+1189 |
2007-03-19 | added CustomMenu to the NEWS | markt | 1 | -1/+3 |
2007-03-19 | added mouse binding news | fluxgen | 1 | -0/+8 |
2007-03-19 | updated | fluxgen | 1 | -9/+9 |
2007-03-19 | update | fluxgen | 1 | -1/+1 |
2007-03-19 | 1.0rc3 | fluxgen | 1 | -34/+108 |
2007-03-19 | active menu item wasn't getting reset properly when closed from [exec] with b... | markt | 2 | -4/+6 |
2007-03-19 | size of relative items in toolbar wasn't being calculated properly | markt | 2 | -15/+12 |
2007-03-18 | changed remembering of positions so it only remembers position relative to th... | markt | 2 | -3/+10 |
2007-03-18 | function to find already existing keychains wasn't working properly | markt | 2 | -0/+5 |
2007-03-17 | change workspace number of iconified, stuck windows when changing workspaces | markt | 2 | -0/+10 |
2007-03-16 | maximizing window with aspect ratio caused windows to be made larger than the... | markt | 5 | -8/+23 |
2007-03-16 | fixed a little bug with placing new menus | markt | 1 | -0/+1 |
2007-03-16 | added custommenu command | markt | 4 | -0/+27 |
2007-03-11 | fixed parentrelative menu highlight bug | markt | 2 | -12/+15 |
2007-03-10 | make sure autogrouped windows get added to the apps file | markt | 2 | -2/+7 |
2007-03-10 | changed default toolbar layer to DOCK | markt | 3 | -4/+8 |
2007-03-10 | make sure iconbar text padding gets reapplied on reconfigure | markt | 2 | -2/+3 |
2007-03-10 | make sure we don't steal focus from unmanaged windows | markt | 2 | -2/+17 |
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 | 2 | -2/+7 |
2007-03-06 | I seem to have forgotten this in the last patch | markt | 2 | -24/+0 |
2007-03-06 | fix a little issue with tempraising windows with transients | markt | 1 | -0/+2 |
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 | 6 | -42/+44 |
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 | 5 | -14/+6 |
2007-03-03 | fixed credit for typeahead patch | markt | 1 | -1/+2 |
2007-03-03 | added support for typeahead in menus | markt | 12 | -76/+535 |
2007-03-02 | add XK_KP_Enter to menu | markt | 2 | -0/+3 |
2007-03-01 | changed FocusControl::cycleFocus() to take a list of windows as an argument | markt | 5 | -111/+73 |
2007-02-28 | whoops, didn't mean to add these | markt | 4 | -0/+0 |
2007-02-28 | ignore borders when doing FocusLeft, etc. | markt | 5 | -8/+8 |
2007-02-28 | some code simplification and bug fixes | markt | 3 | -148/+85 |
2007-02-27 | fixed a typo | markt | 1 | -1/+1 |
2007-02-27 | respect external tabs in ArrangeWindows, patch from Tomas Janousek <tomi@nomi... | mathias | 3 | -2/+13 |
2007-02-27 | lots of unrelated fixes | markt | 4 | -11/+9 |
2007-02-26 | this shouldn't be necessary | markt | 1 | -1/+0 |
2007-02-25 | update systemtray alpha with toolbar alpha | markt | 3 | -14/+15 |
2007-02-25 | little sanity check | markt | 1 | -0/+2 |
2007-02-23 | and check for maximized state in Ewmh::updateState() while we're at it | markt | 2 | -0/+6 |
2007-02-23 | send statesig when maximizing/restoring a window | markt | 2 | -0/+5 |
2007-02-23 | update titlebar buttons on reconfigure | markt | 4 | -33/+85 |
2007-02-23 | added some support for XEMBED protocol in systemtray | markt | 3 | -32/+103 |
2007-02-22 | command -v seems to cause problems for some distros, despite being POSIX and ... | markt | 3 | -14/+60 |