Age | Commit message (Expand) | Author |
2010-07-17 | If we resize a window and the pointer just happens to be on top of | MC |
2010-07-13 | Missed a pixel in height and width when moving with mouse. | MC |
2010-07-10 | Added helpful comment about how we might want to change unmap | MC |
2010-07-10 | Instead of counting UnmapNotify events, which might get fouled up if a | MC |
2010-07-10 | Support setting of border colour of fixed windows from command | MC |
2010-07-10 | Only handle visible windows when starting. | MC |
2010-07-09 | Handle UnmapNotify events. We find the window in the current workspace | MC |
2010-07-09 | Fixed bug when we could resize a bit outside the root window. | MC |
2010-07-08 | Warp pointer when unmaximizing. | MC |
2010-07-07 | First, perhaps naive, implementation to rearrange windows when screen | MC |
2010-07-07 | Store coordinates and geometry when maximizing so we can revert. | MC |
2010-07-07 | Better start at workspace 0 as well, then. Ahem. | MC |
2010-07-07 | _NET_WM_DESKTOP considers 0 as the first logical desktop. So we use 0 | MC |
2010-07-01 | Ooops! Deleted the wrong client(s)! Moved delfromworkspace() *into*20100701-3 | MC |
2010-07-01 | Call top functions with a struct client instead of window. Check for | MC |
2010-07-01 | Only set border colour on fixed windows when the user specifically set | MC |
2010-07-01 | When changing workspaces, remove fixed windows from the current and | MC |
2010-07-01 | Give some feedback about fixed windows by changing their focus colour. | MC |
2010-07-01 | Delete a window from the workspace list as well when it is destroyed. | MC |
2010-06-30 | Ahem. *Unsigned* 32 bit integer. | MC |
2010-06-30 | We say in getting and setting properties that the workspace number is | MC |
2010-06-30 | Move adding to workspace from setupwin() to setupscreen() and newwin() | MC |
2010-06-30 | Always change to first workspace when starting. | MC |
2010-06-30 | Special treatment for focus on fixed windows. | MC |
2010-06-30 | Unfocus before unmapping and only if we have a focus. | MC |
2010-06-30 | Forget old focus before mapping new windows on new workspace. | MC |
2010-06-30 | Added really simple handling of _NET_WM_DESKTOP so windows will belong | MC |
2010-06-30 | Don't check for sameness if focuswin is NULL already. | MC |
2010-06-30 | Added virtual workspaces. | MC |
2010-06-30 | We don't really need to remember coordinates and geometry for every | MC |
2010-06-29 | Added focus change from keyboard, Mod2-TAB. For now, it's a simple | MC |
2010-06-24 | Added debug printouts for incoming events. | MC |
2010-06-24 | Added real colour handling and -f and -u options for setting them. | MC |
2010-06-23 | We need both normal and ungrab enter notify events. | MC |
2010-06-23 | Ignore windows with override redirect set when initializing at start. | MC |
2010-06-23 | Move terminal variable into struct conf. | MC |
2010-06-23 | Handle a request to set border width, but only set it to BORDERWIDTH. | MC |
2010-06-23 | A MapRequest always place the window on top in the stacking order. | MC |
2010-06-22 | Added terminal option. | MC |
2010-06-22 | Fork twice(!) when starting new terminal. Also wait for the first | MC |
2010-06-22 | Include stdint explictly. | MC |
2010-06-21 | Add handling of Circulate Request of subwindows. Now xpdf search | MC |
2010-06-21 | Don't need to set focusin twice. | MC |
2010-06-21 | Quote ICCCM. | MC |
2010-06-21 | Removed the size hints in newwindow(). | MC |
2010-06-21 | Removed comment about xterm. It seems it sends a Configure Request to | MC |
2010-06-21 | Care about at least some of the stuff in an CONFIGURE REQUEST event, | MC |
2010-06-21 | When we get a new window, check for size hints and compare them to the | MC |
2010-06-20 | Raise first when maximizing vertically. | MC |
2010-06-20 | Use pointer hints when moving or resizing with mouse instead of all | MC |