summaryrefslogtreecommitdiffstats
path: root/Operations.hs
AgeCommit message (Expand)Author
2007-06-11Ensure windows get at least 1 pixel for width/heightSpencer Janssen
2007-06-11Restrict the master/slave ratio to [0, 1]Spencer Janssen
2007-06-10a few modifications to event-sending to make Tabbed layout work.David Roundy
2007-06-10send message when "windows" is called.David Roundy
2007-06-10implement Spencer's decoration suggestion.David Roundy
2007-06-10haddock compatibilityAndrea Rossato
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart
2007-06-09cut incorrect comment.David Roundy
2007-06-09doLayout cleanup and commented exception-handling.David Roundy
2007-06-09UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear
2007-06-09Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart
2007-06-06Fix unmap handlingSpencer Janssen
2007-06-06dead importDon Stewart
2007-06-06move extraModifiers/cleanMask to Operations.hsJason Creighton
2007-06-06temporary workaround for delete/focus issue in fullscreen modeDon Stewart
2007-06-06simplify codeDon Stewart
2007-06-05mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart
2007-06-05comments onlyDon Stewart
2007-06-05clean size hint codeDon Stewart
2007-06-05Enable logging of state changes to stdoutDon Stewart
2007-06-05Fix lost eventNotifyMask bugDon Stewart
2007-06-04Comment onlySpencer Janssen
2007-06-04Wibble.Spencer Janssen
2007-06-04apply size hints to floating windowsPeter De Wachter
2007-06-04size hints infrastructurePeter De Wachter
2007-06-04Delete stale commentSpencer Janssen
2007-06-04Use 'windows' in 'focus'Spencer Janssen
2007-06-04Small clean upSpencer Janssen
2007-06-04Merge windows and refreshSpencer Janssen
2007-06-04Use the new integrate functionSpencer Janssen
2007-06-04Delete stale commentsSpencer Janssen
2007-06-04Remove inaccurate warnings about 'hide'Spencer Janssen
2007-06-04base >= 2.0 means we can use forM_Spencer Janssen
2007-06-04Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear
2007-06-04Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear
2007-06-03comments onlyDon Stewart
2007-06-03Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 nowDon Stewart
2007-06-03heads up: polish config.hs. moves tiling-local values into lexical scope. rem...Don Stewart
2007-06-02only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus)Jason Creighton
2007-06-02make mouse bindings configurableJason Creighton
2007-06-01commented out implementation state logging. if someone has a client, we can e...Don Stewart
2007-06-01ignore numlock/capslock on mouse bindingsJason Creighton
2007-06-01now we handle transients properly, and restack windows, refresh from focus is okDon Stewart
2007-06-01Rename withWorkspace to withWindowSet.glasser
2007-05-31comments on why fullscreen tiling doesn't work with `implicit' floatingDon Stewart
2007-05-31clean up mouse code a bitDon Stewart
2007-05-31first shot at a floating layerJason Creighton
2007-05-28forgot to set focus in 'focus'. this restores the old behaviourDon Stewart