Age | Commit message (Expand) | Author |
2007-06-11 | Hide windows that are not supposed to be visible | Spencer Janssen |
2007-06-11 | -Wall police | Spencer Janssen |
2007-06-11 | API CHANGE: Give doLayout a Stack rather than a flattened list | Spencer Janssen |
2007-06-11 | Ensure windows get at least 1 pixel for width/height | Spencer Janssen |
2007-06-11 | Restrict the master/slave ratio to [0, 1] | Spencer Janssen |
2007-06-10 | a few modifications to event-sending to make Tabbed layout work. | David Roundy |
2007-06-10 | send message when "windows" is called. | David Roundy |
2007-06-10 | implement Spencer's decoration suggestion. | David Roundy |
2007-06-10 | haddock compatibility | Andrea Rossato |
2007-06-10 | Move state logging into Config.hs, via logHook :: X () | Don Stewart |
2007-06-09 | cut incorrect comment. | David Roundy |
2007-06-09 | doLayout cleanup and commented exception-handling. | David Roundy |
2007-06-09 | UNDO: Give refresh sole responsibility for establishing window properties (-3... | Stefan O'Rear |
2007-06-09 | Give refresh sole responsibility for establishing window properties (-3 loc) | Stefan O'Rear |
2007-06-09 | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart |
2007-06-06 | Fix unmap handling | Spencer Janssen |
2007-06-06 | dead import | Don Stewart |
2007-06-06 | move extraModifiers/cleanMask to Operations.hs | Jason Creighton |
2007-06-06 | temporary workaround for delete/focus issue in fullscreen mode | Don Stewart |
2007-06-06 | simplify code | Don Stewart |
2007-06-05 | mention why StackSet needs -fglasgow-exts (for deriving Typeable) | Don Stewart |
2007-06-05 | comments only | Don Stewart |
2007-06-05 | clean size hint code | Don Stewart |
2007-06-05 | Enable logging of state changes to stdout | Don Stewart |
2007-06-05 | Fix lost eventNotifyMask bug | Don Stewart |
2007-06-04 | Comment only | Spencer Janssen |
2007-06-04 | Wibble. | Spencer Janssen |
2007-06-04 | apply size hints to floating windows | Peter De Wachter |
2007-06-04 | size hints infrastructure | Peter De Wachter |
2007-06-04 | Delete stale comment | Spencer Janssen |
2007-06-04 | Use 'windows' in 'focus' | Spencer Janssen |
2007-06-04 | Small clean up | Spencer Janssen |
2007-06-04 | Merge windows and refresh | Spencer Janssen |
2007-06-04 | Use the new integrate function | Spencer Janssen |
2007-06-04 | Delete stale comments | Spencer Janssen |
2007-06-04 | Remove inaccurate warnings about 'hide' | Spencer Janssen |
2007-06-04 | base >= 2.0 means we can use forM_ | Spencer Janssen |
2007-06-04 | Remove no-longer-needed 'dimensions' state (-5 loc) | Stefan O'Rear |
2007-06-04 | Set WM_STATE, iconify invisible windows (+9 loc) | Stefan O'Rear |
2007-06-04 | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear |
2007-06-03 | comments only | Don Stewart |
2007-06-03 | Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 now | Don Stewart |
2007-06-03 | heads up: polish config.hs. moves tiling-local values into lexical scope. rem... | Don Stewart |
2007-06-02 | only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus) | Jason Creighton |
2007-06-02 | make mouse bindings configurable | Jason Creighton |
2007-06-01 | commented out implementation state logging. if someone has a client, we can e... | Don Stewart |
2007-06-01 | ignore numlock/capslock on mouse bindings | Jason Creighton |
2007-06-01 | now we handle transients properly, and restack windows, refresh from focus is ok | Don Stewart |
2007-06-01 | Rename withWorkspace to withWindowSet. | glasser |
2007-05-31 | comments on why fullscreen tiling doesn't work with `implicit' floating | Don Stewart |