Age | Commit message (Expand) | Author | Files | Lines |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 |
2004-11-07 | fixed a problem with the snapping-windows code: | akir | 1 | -6/+11 |
2004-10-28 | fix 1052095, windowmenu doesnt close when tabs are changed (closed,new attach... | akir | 1 | -1/+7 |
2004-10-21 | not all compilers have __FUNCTION__ (mipspro) | akir | 1 | -3/+3 |
2004-10-18 | cosmetic changes, added ResizeModel to ScreenRessources | akir | 1 | -2/+2 |
2004-10-17 | made iconic and shaded windows not resizable | akir | 1 | -3/+3 |
2004-10-04 | don't require [begin] in included files | rathnor | 1 | -2/+2 |
2004-09-30 | title of current tab-window is now shown in the iconbar-buttons | akir | 1 | -2/+3 |
2004-09-11 | fix issues that resulted in unnecessary X errors | rathnor | 1 | -2/+2 |
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -4/+16 |
2004-08-29 | fix crash bug when windowmenu doesn't include extramenus | rathnor | 1 | -5/+13 |
2004-08-13 | fixed slow resize of xmms playlist, we called setupWindow in XA_WM_NORMAL_HIN... | fluxgen | 1 | -16/+42 |
2004-08-10 | fixed so we call setupWindow last in init(), else we dont get anything in the... | fluxgen | 1 | -4/+11 |
2004-08-10 | some debugmessages and minor fixes | fluxgen | 1 | -6/+10 |
2004-07-15 | click on handle raises, and some other minor fixes | fluxgen | 1 | -38/+77 |
2004-06-29 | fix rectangle drawing on attaching tabs | rathnor | 1 | -9/+12 |
2004-06-20 | support _NET_WM_WINDOW_TYPE_DESKTOP (e.g. nautilus desktop windows) | rathnor | 1 | -5/+8 |
2004-06-19 | fix initialisation of state when a window is first mapped | rathnor | 1 | -45/+32 |
2004-06-07 | minor stuff | fluxgen | 1 | -17/+2 |
2004-06-07 | update NLS string handling... | rathnor | 1 | -2/+2 |
2004-05-13 | fix up a number of things for when a window hides while moving, | rathnor | 1 | -34/+47 |
2004-05-03 | tweak the remap fix. Scott pointed out that the xevent isn't actually | rathnor | 1 | -3/+2 |
2004-05-02 | using MenuCreator to create window menu | fluxgen | 1 | -56/+35 |
2004-04-30 | missed a touch in the reparent thing | rathnor | 1 | -2/+2 |
2004-04-30 | reparent tweak | rathnor | 1 | -4/+9 |
2004-04-22 | attach area, patch from Mathias Gumz | fluxgen | 1 | -3/+10 |
2004-04-18 | fixed remember on decoration when we get mwm hint event, patch from Mathias Gumz | fluxgen | 1 | -4/+21 |
2004-04-14 | revert to sync grab for now | rathnor | 1 | -2/+2 |
2004-04-14 | fix the hang some more, hopefully final | rathnor | 1 | -1/+5 |
2004-04-14 | hopefully fix strange hang, plus tab drag fixes | rathnor | 1 | -51/+39 |
2004-04-12 | hide window menu if click on another window, patch from Mathias Gumz | fluxgen | 1 | -7/+8 |
2004-04-12 | fixed grab counting | fluxgen | 1 | -18/+68 |
2004-03-31 | fixed decoration bug with MOTIF_WM_HINTS | fluxgen | 1 | -5/+3 |
2004-03-30 | fixed java-menu bug, patch from Scott Moser | fluxgen | 1 | -2/+3 |
2004-03-30 | optional decoration of transient windows, patch from Scott Moser | fluxgen | 1 | -2/+2 |
2004-03-28 | fixed window snapping with screen | fluxgen | 1 | -9/+17 |
2004-03-21 | primarily focus fix/tweak/rejigging | rathnor | 1 | -16/+14 |
2004-03-08 | fix passing of focus when grouping | rathnor | 1 | -1/+14 |
2004-03-03 | fix outline moving windows being dropped on their own workspace | rathnor | 1 | -1/+2 |
2004-02-20 | fixed focus issues with remember hidden, patch from Mathias Gumz | fluxgen | 1 | -2/+9 |
2004-02-16 | fixed bug in no decoration windows on restart | fluxgen | 1 | -7/+17 |
2004-01-23 | fix some issues with window frame that happened when changing style | rathnor | 1 | -1/+34 |
2004-01-21 | copyright update | fluxgen | 1 | -4/+4 |
2004-01-19 | state sig notify when hidden value changes | fluxgen | 1 | -1/+3 |
2004-01-18 | support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR | fluxgen | 1 | -14/+16 |
2004-01-17 | minor fixes, fixed popupMenu position if m_last_button_x is outside window | fluxgen | 1 | -4/+3 |
2004-01-16 | different window for position coordinates, patch from Junichiro Kita | fluxgen | 1 | -2/+3 |
2004-01-16 | windowmenu command, patch fomr Junichiro Kita | fluxgen | 1 | -1/+2 |
2003-12-31 | using num, scroll and capslock mask from KeyUtil. Using use_mod1 resource | fluxgen | 1 | -30/+37 |
2003-12-30 | fixed focus issue | fluxgen | 1 | -24/+16 |