aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Haddox fixAndrea Rossato2007-10-121-1/+1
* Add userCode function for the popular m `catchX` return ()Spencer Janssen2007-10-123-7/+10
* catch exceptions when calling user-written code.David Roundy2007-10-122-2/+4
* use the right catch in catchX.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
* one more comment.David Roundy2007-10-111-1/+2
* add comments in XMonad.David Roundy2007-10-111-17/+24
* Nuke old TODOs, add a documentation TODOSpencer Janssen2007-10-111-10/+2
* Set the border color of new windows, nice catch by maukeSpencer Janssen2007-10-111-1/+4
* Bump required X11-extras version to 0.3.1Spencer Janssen2007-10-101-1/+1
* Only adjust floating windows that are actually larger than the screenSpencer Janssen2007-10-101-1/+1
* Add LANGUAGE pragmasShachaf Ben-Kiki2007-10-082-3/+3
* The empty line isntcomment.Ferenc Wagner2007-10-061-1/+0
* Add event handler for PropertyNotifyEvent that calls logHook if window title ...Christian Thiemann2007-10-061-0/+4
* Moving to code.haskell.orgSpencer Janssen2007-10-061-2/+2
* comments need to be given for all top level bindingsDon Stewart2007-10-061-2/+13
* a bunch of things in XMonad.hs are missing top level comments!Don Stewart2007-10-061-7/+17
* add mapWorkspace testsDevin Mullins2007-10-061-0/+8
* change emailDon Stewart2007-10-061-1/+1
* style on layout class codeDon Stewart2007-10-061-19/+25
* avoid name class with forever in 6.8Don Stewart2007-10-061-2/+2
* add pureMessage.David Roundy2007-10-052-4/+5
* polish some syntaxDon Stewart2007-10-061-4/+4
* oops, need to exportDevin Mullins2007-10-061-1/+1
* (cleanup) extract mapWorkspace out of renameTagDevin Mullins2007-10-061-5/+10
* comment out type error'd propertyDon Stewart2007-10-061-0/+2
* add floating propertyDon Stewart2007-10-061-0/+6
* mention C headersDon Stewart2007-10-061-0/+6
* 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-052-4/+12
* Add mapLayoutSpencer Janssen2007-10-052-2/+15
* extract Properties module for re-use by contrib testsDevin Mullins2007-10-042-0/+9
* Remove commented codeSpencer Janssen2007-10-041-7/+0
* manageHook: use the curry style, better documentationSpencer Janssen2007-10-033-7/+12
* PointfreeSpencer Janssen2007-10-031-1/+1
* Remove unused importSpencer Janssen2007-10-032-2/+0
* Float Gimp tooSpencer Janssen2007-10-031-2/+3
* List possibleLayouts last, because users are less likely to modify itSpencer Janssen2007-10-021-7/+7
* Docs for defaultLayout and defaultLayoutsSpencer Janssen2007-10-021-1/+4
* clean up Config a bit.David Roundy2007-10-021-8/+1
* some renaming of classes and data types.David Roundy2007-09-294-42/+42
* Don't manage kdesktop eitherSpencer Janssen2007-10-021-1/+1
* Refactor, ignore desktop_window tooSpencer Janssen2007-10-021-3/+6
* Automatically float MPlayer windowsSpencer Janssen2007-10-021-0/+2
* Add rules for gnome-panel and kickerSpencer Janssen2007-10-021-0/+4
* Pass window name and class info to manageHookSpencer Janssen2007-10-023-3/+8
* Send ClassHints to manageHookSpencer Janssen2007-10-013-4/+6
* Operations.windows is responsible for setting initial properties, remove redu...Spencer Janssen2007-10-011-15/+13