aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge old workspace tags with new on restart.David Roundy2007-09-261-3/+3
* Make a String description part of each Layout.David Roundy2007-09-241-1/+1
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-2/+3
* move Layout into StackSet.David Roundy2007-09-211-1/+0
* add (unused) Layout to StackSet.David Roundy2007-09-201-1/+1
* eliminate ugly OldLayout.David Roundy2007-09-201-1/+1
* move Layout stuff into class (hokey first cut).David Roundy2007-09-141-1/+1
* Fix float behaviour, add shiftWin.Karsten Schoelzel2007-09-101-5/+2
* -Wall policeDon Stewart2007-08-161-1/+1
* change workspaces to [WorkspaceId]David Roundy2007-08-141-2/+2
* CleanupSpencer Janssen2007-08-101-5/+5
* move event loop out of mouseDrag.David Roundy2007-08-071-1/+18
* Note and workaround bugs in Operations.floatSpencer Janssen2007-07-051-2/+6
* refresh after startingSpencer Janssen2007-06-301-1/+1
* UPGRADE X11-Extras! Manage iconified windowsSpencer Janssen2007-06-301-1/+6
* Move screen details into StackSetSpencer Janssen2007-06-291-3/+2
* broadcast unidentified events.David Roundy2007-06-231-1/+1
* make workspace tag not need to be a Num.David Roundy2007-06-141-1/+1
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-141-3/+2
* make focus, up and down complete functions.David Roundy2007-06-121-2/+2
* TODO for scanSpencer Janssen2007-06-111-0/+2
* comment onlyJason Creighton2007-06-111-2/+2
* a few modifications to event-sending to make Tabbed layout work.David Roundy2007-06-101-2/+1
* implement Spencer's decoration suggestion.David Roundy2007-06-101-1/+3
* haddock compatibilityAndrea Rossato2007-06-101-4/+5
* Move state logging into Config.hs, via logHook :: X ()Don Stewart2007-06-101-1/+1
* UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear2007-06-091-8/+16
* Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear2007-06-091-16/+8
* HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart2007-06-091-1/+1
* Fix unmap handlingSpencer Janssen2007-06-061-10/+12
* move extraModifiers/cleanMask to Operations.hsJason Creighton2007-06-061-6/+0
* whitespaceDon Stewart2007-06-061-1/+1
* Enable logging of state changes to stdoutDon Stewart2007-06-051-1/+2
* remove accidental logging of eventsDon Stewart2007-06-051-6/+3
* Fix lost eventNotifyMask bugDon Stewart2007-06-051-5/+22
* Comment onlySpencer Janssen2007-06-041-1/+0
* Dump state at launch (commented for now)Spencer Janssen2007-06-041-0/+2
* base >Spencer Janssen2007-06-041-1/+1
* Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear2007-06-041-3/+1
* Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear2007-06-041-2/+13
* clean up Main.hs slightlyDon Stewart2007-06-041-9/+9
* do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear2007-06-041-4/+0
* Honor configure requests from unmanaged windowsSpencer Janssen2007-06-041-4/+4
* -Wall policeSpencer Janssen2007-06-031-4/+3
* Correctly handle resize requests (-12 +22)Stefan O'Rear2007-06-031-12/+22
* make mouse bindings configurableJason Creighton2007-06-021-41/+20
* ignore numlock/capslock on mouse bindingsJason Creighton2007-06-011-2/+1
* clean up mouse code a bitDon Stewart2007-05-311-12/+16
* first shot at a floating layerJason Creighton2007-05-311-3/+42
* be sure to reset the gap list on rescreenDon Stewart2007-05-281-1/+1