Age | Commit message (Expand) | Author | Files | Lines |
2007-03-30 | set m_icon_title to, you'll never guess, the icon title | markt | 1 | -1/+1 |
2007-03-30 | added fi_FI support, thanks Pasi Juvonen | fluxgen | 4 | -6/+12 |
2007-03-30 | added fi_FI support, thanks Pasi Juvonen | fluxgen | 2 | -0/+312 |
2007-03-28 | startup file wasn't being run properly when first created | markt | 2 | -1/+4 |
2007-03-25 | little fix for clients in tabbed windows raising themselves | markt | 1 | -1/+1 |
2007-03-25 | fixed french translations | markt | 3 | -9/+9 |
2007-03-24 | updated french translations | markt | 4 | -96/+470 |
2007-03-24 | removed warning for no background in style | markt | 1 | -7/+1 |
2007-03-24 | minor changes | fluxgen | 1 | -1/+2 |
2007-03-24 | fixed the changelog | markt | 1 | -1/+2 |
2007-03-24 | fixed a little bug in fbsetbg when DISPLAY doesn't have .0 after it | markt | 2 | -0/+4 |
2007-03-24 | workspace menu wasn't updating when window titles changed | markt | 2 | -1/+4 |
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 | 3 | -3/+13 |
2007-03-20 | new release | 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 |