Age | Commit message (Expand) | Author | Files | Lines |
2004-01-23 | minor fix | fluxgen | 1 | -2/+2 |
2004-01-23 | fix some issues with window frame that happened when changing style | rathnor | 3 | -21/+81 |
2004-01-21 | inline | fluxgen | 1 | -11/+11 |
2004-01-21 | nothrow | fluxgen | 1 | -5/+5 |
2004-01-21 | check valid attr.height and width | fluxgen | 1 | -3/+11 |
2004-01-21 | const fixes | fluxgen | 1 | -3/+3 |
2004-01-21 | fixed window size bug, it could been negative in hideHandle and hideTitlebar | fluxgen | 1 | -8/+20 |
2004-01-21 | check memory allocation | fluxgen | 1 | -1/+4 |
2004-01-21 | we dont move to dock layer for dock windows, need to check this later. | fluxgen | 1 | -3/+1 |
2004-01-21 | copyright update | fluxgen | 1 | -4/+4 |
2004-01-21 | minor updates | fluxgen | 1 | -2/+3 |
2004-01-21 | minor fixes | fluxgen | 1 | -35/+61 |
2004-01-21 | some debug msg should be in ifdef | fluxgen | 1 | -2/+3 |
2004-01-21 | minor stuff | fluxgen | 1 | -9/+8 |
2004-01-21 | inline | fluxgen | 1 | -3/+3 |
2004-01-21 | minor fix for static var sqrt_table | fluxgen | 1 | -1/+2 |
2004-01-21 | using empty instead of size | fluxgen | 8 | -23/+21 |
2004-01-21 | using empty instead of size | fluxgen | 3 | -18/+17 |
2004-01-21 | empty accessor | fluxgen | 2 | -4/+5 |
2004-01-21 | using empty instead of size | fluxgen | 1 | -2/+2 |
2004-01-21 | fixed cursor bug, thanks Mathias Gumz | fluxgen | 1 | -2/+2 |
2004-01-21 | support for _NET_WM_WINDOW_TYPE and _NET_WM_WINDOW_TYPE_DOCK | fluxgen | 2 | -6/+58 |
2004-01-21 | no need to ignore modifiers when we navigate the menu with keys | fluxgen | 1 | -3/+1 |
2004-01-20 | update | fluxgen | 1 | -2/+3 |
2004-01-19 | support for _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW | fluxgen | 1 | -2/+31 |
2004-01-19 | clientlist notify when window changes workspace | fluxgen | 1 | -1/+9 |
2004-01-19 | minor update | fluxgen | 1 | -19/+22 |
2004-01-19 | update workspace area and focused window to atomhandlers | fluxgen | 1 | -5/+21 |
2004-01-19 | state sig notify when hidden value changes | fluxgen | 1 | -1/+3 |
2004-01-19 | operator == | fluxgen | 1 | -7/+13 |
2004-01-19 | workspace area signal | fluxgen | 2 | -11/+24 |
2004-01-19 | using isHidden attrib in Window | fluxgen | 1 | -17/+14 |
2004-01-19 | update | fluxgen | 1 | -3/+5 |
2004-01-19 | minor update | fluxgen | 2 | -4/+8 |
2004-01-19 | minor bug fix | fluxgen | 1 | -2/+2 |
2004-01-19 | updateFocusedWindow, updateWorkarea | fluxgen | 1 | -4/+6 |
2004-01-19 | support for _NET_WM_CLIENT_LIST_STACKING, _NET_WM_DESKTOP_VIEWPORT, _NET_WM_D... | fluxgen | 2 | -15/+205 |
2004-01-18 | support for _NET_WM_STATE_HIDDEN and _NET_WM_STATE_SKIP_TASKBAR | fluxgen | 4 | -39/+55 |
2004-01-18 | fixed MapRequest Event | fluxgen | 1 | -6/+27 |
2004-01-17 | minor fixes, fixed popupMenu position if m_last_button_x is outside window | fluxgen | 1 | -4/+3 |
2004-01-16 | fixed minor issue with keyboard navigation in menus | fluxgen | 1 | -3/+8 |
2004-01-16 | different window for position coordinates, patch from Junichiro Kita | fluxgen | 2 | -6/+9 |
2004-01-16 | different window for position coordinates, patch from Junichiro Kita | fluxgen | 1 | -11/+84 |
2004-01-16 | windowmenu command, patch fomr Junichiro Kita | fluxgen | 3 | -3/+8 |
2004-01-16 | oops | fluxgen | 1 | -13/+12 |
2004-01-16 | minor fix | fluxgen | 1 | -2/+4 |
2004-01-16 | revert focus when a menu is losing focus, so we dont get unfocused window aft... | fluxgen | 1 | -2/+21 |
2004-01-16 | menu keyboard navigation fixes, patch from Junichiro Kita | fluxgen | 1 | -23/+25 |
2004-01-16 | on click iconify if focused else raise and focus | fluxgen | 1 | -3/+18 |
2004-01-16 | use max screen area for arrange windows | fluxgen | 1 | -3/+4 |