summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-17*** empty log message ***Michael Cardell Widerkrantz
2010-07-17If we resize a window and the pointer just happens to be on top ofMC
2010-07-17Added a note about xmodmap -pm.MC
2010-07-13Missed a pixel in height and width when moving with mouse.MC
2010-07-12Bump.20100712MC
2010-07-12(no commit message)MC
2010-07-12(no commit message)MC
2010-07-12Feels like overkill to use mkdep.MC
2010-07-10Added helpful comment about how we might want to change unmapMC
2010-07-10Instead of counting UnmapNotify events, which might get fouled up if aMC
2010-07-10Use mkdep to make dependencies.MC
2010-07-10Support setting of border colour of fixed windows from commandMC
2010-07-10Only handle visible windows when starting.MC
2010-07-09Handle UnmapNotify events. We find the window in the current workspaceMC
2010-07-09Fixed bug when we could resize a bit outside the root window.MC
2010-07-09We already did the root resize thing.MC
2010-07-08Noted that max now toggles.20100708MC
2010-07-08(no commit message)MC
2010-07-08Bump.MC
2010-07-08Warp pointer when unmaximizing.MC
2010-07-07(no commit message)MC
2010-07-07First, perhaps naive, implementation to rearrange windows when screenMC
2010-07-07Store coordinates and geometry when maximizing so we can revert.MC
2010-07-07Better 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 0MC
2010-07-07We already did fixed window handling.MC
2010-07-01Bump.MC
2010-07-01Ooops! Deleted the wrong client(s)! Moved delfromworkspace() *into*20100701-3MC
2010-07-01Call top functions with a struct client instead of window. Check forMC
2010-07-01Bumped version.20100701-2MC
2010-07-01DEBUG should not be on.MC
2010-07-01Made static flags up to date.20100701MC
2010-07-01Steel blue was too little contrast.MC
2010-07-01Only set border colour on fixed windows when the user specifically setMC
2010-07-01When changing workspaces, remove fixed windows from the current andMC
2010-07-01Red might not be good as feedback colour considering red/greenMC
2010-07-01Give some feedback about fixed windows by changing their focus colour.MC
2010-07-01Delete a window from the workspace list as well when it is destroyed.MC
2010-06-30(no commit message)MC
2010-06-30Added -Wextra.MC
2010-06-30Ahem. *Unsigned* 32 bit integer.MC
2010-06-30We say in getting and setting properties that the workspace number isMC
2010-06-30Move adding to workspace from setupwin() to setupscreen() and newwin()MC
2010-06-30Always change to first workspace when starting.MC
2010-06-30Special treatment for focus on fixed windows.MC
2010-06-30Bump.MC
2010-06-30Added notes.MC
2010-06-30(no commit message)MC
2010-06-30Unfocus before unmapping and only if we have a focus.MC
2010-06-30Forget old focus before mapping new windows on new workspace.MC