aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* clean up names of layout codeDon Stewart2007-10-131-3/+3
* Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen2007-10-121-0/+1
* Add userCode function for the popular m `catchX` return ()Spencer Janssen2007-10-121-5/+3
* catch exceptions when calling user-written code.David Roundy2007-10-121-0/+2
* fix one last bug w.r.t. issue 55.David Roundy2007-10-121-1/+1
* more commentsDon Stewart2007-10-061-2/+2
* Add event handler for PropertyNotifyEvent that calls logHook if window title ...Christian Thiemann2007-10-061-0/+4
* avoid name class with forever in 6.8Don Stewart2007-10-061-2/+2
* Comment onlySpencer Janssen2007-10-051-1/+1
* Move grabButtons/Keys into XSpencer Janssen2007-10-051-17/+18
* Make WindowSet serialization robust to layout changesSpencer Janssen2007-10-051-3/+10
* Operations.windows is responsible for setting initial properties, remove redu...Spencer Janssen2007-10-011-15/+13
* On change of keyboard mapping, grabKeys from the root window.Aaron Denney2007-09-301-2/+4
* define defaultLayout in Config.hs.David Roundy2007-09-281-2/+0
* 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