aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* floats always use current screen (with less bugs)robreim2008-04-051-2/+2
* XMonad.Operations: applySizeHint reshuffleLukas Mai2008-04-041-5/+21
* XMonad.Layout: documentation cleanupLukas Mai2008-04-041-32/+22
* Remove gapsSpencer Janssen2008-03-254-45/+8
* Rename property to stringPropertySpencer Janssen2008-03-251-4/+4
* ManageHook: add a 'property' Query that can get an arbitrary String property ...Brent Yorgey2008-03-251-0/+12
* Main.hs: startupHook should be guarded by userCodeBrent Yorgey2008-03-251-1/+1
* Also print compilation errors to stderrSpencer Janssen2008-03-241-0/+3
* clean up for styleDon Stewart2008-03-221-10/+11
* add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2008-02-232-33/+37
* add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart2008-03-231-0/+1
* formattingDon Stewart2008-03-221-2/+4
* strict fields on layout messagesDon Stewart2008-03-221-2/+2
* clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart2008-03-221-77/+85
* commentsDon Stewart2008-03-221-1/+2
* whitespaceDon Stewart2008-03-221-0/+2
* reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart2008-03-221-3/+8
* formattingDon Stewart2008-03-221-2/+5
* Revert float location patch. Not Xinerama safeDon Stewart2008-03-212-9/+9
* XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai2008-03-211-0/+3
* update documentationBrent Yorgey2008-03-112-29/+65
* Reimplement Mirror with runLayoutAndrea Rossato2008-02-251-4/+2
* Reimplement Choose with runLayoutAndrea Rossato2008-02-221-5/+2
* runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato2008-02-222-12/+12
* Small linecount fix :)robreim2008-03-081-2/+1
* Change floats to always use the current screenrobreim2008-03-082-6/+7
* rework failure cases in StackSet.viewDon Stewart2008-03-071-3/+2
* Add a startupHook.Brent Yorgey2008-02-043-2/+10
* Core.hs: add an Applicative instance for XBrent Yorgey2008-02-041-0/+4
* Remove non-existent windows on restartSpencer Janssen2008-02-071-6/+9
* Lift initColor exceptions into MaybeDon Stewart2008-02-062-5/+14
* module uses CPPDon Stewart2008-02-061-1/+1
* Rename runManageHook to runQuerySpencer Janssen2008-02-042-4/+5
* let enter dismiss compile errorsdaniel2008-02-031-1/+1
* Core.hs, StackSet.hs: some documentation updatesBrent Yorgey2008-02-012-24/+25
* Make Mirror implement emptyLayoutAndrea Rossato2008-01-281-0/+2
* Kill stale xmonad 0.1 commentsSpencer Janssen2008-01-281-32/+0
* Generalize the type of catchIO, use it in Main.hsSpencer Janssen2008-01-281-1/+1
* Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato2008-01-242-1/+9
* Simplify duplicate/cloned screen logicSpencer Janssen2008-01-182-22/+22
* Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner2007-12-311-5/+13
* Ignore cloned screensJoachim Breitner2007-12-311-2/+13
* Export doubleForknicolas.pouillard2008-01-141-1/+1
* reword comment (previous version didn't make sense to me)Lukas Mai2007-11-221-2/+2
* The recompile function now returns a boolean status instead of ().nicolas.pouillard2008-01-051-2/+7
* Make focus-follows-mouse configurableSpencer Janssen2007-12-293-4/+13
* Strictify all XConfig fields, gives nice error messages when a field is forgo...Spencer Janssen2007-12-291-15/+15
* SpellingSpencer Janssen2007-12-291-1/+1
* WibbleSpencer Janssen2007-12-291-2/+1
* Broadcast button events to all layouts, fix for issue #111Spencer Janssen2007-12-271-1/+1