aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey2007-12-201-2/+6
* Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen2007-12-221-3/+1
* WibbleSpencer Janssen2007-12-221-1/+1
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-192-12/+6
* Flush pending X calls before restartingSpencer Janssen2007-12-191-0/+1
* Allow for sharing of home directory across architectures.tim.thelion2007-12-181-4/+7
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-193-20/+21
* Set withdrawnState after calling hideSpencer Janssen2007-12-121-1/+5
* Remove stale commentSpencer Janssen2007-12-111-1/+0
* Make windows responsible for setting withdrawn stateSpencer Janssen2007-12-111-3/+4
* Remove stale commentSpencer Janssen2007-12-111-2/+0
* Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen2007-12-112-2/+4
* Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen2007-12-111-1/+3
* normalize Module headersLukas Mai2007-12-106-6/+6
* StackSet: some haddock tuningAndrea Rossato2007-12-091-7/+16
* Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen2007-12-091-6/+5
* Typos and formattingAndrea Rossato2007-11-242-5/+5
* Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato2007-11-243-3/+3
* Hide generalized newtype deriving from HaddockSpencer Janssen2007-12-081-1/+6
* make Query a MonadIOLukas Mai2007-11-281-1/+1
* add getXMonadDir (2nd try)Lukas Mai2007-11-211-2/+6
* Add 'and' and 'or' functions to ManageHook.Spencer Janssen2007-11-211-0/+10
* generalise type of `io'Don Stewart2007-11-211-5/+5
* Add recompilation forcing, clean up recompile's documentationSpencer Janssen2007-11-201-10/+12
* recompile does not raise any exceptionsSpencer Janssen2007-11-201-1/+0
* -no-recomp because we're doing our own recompilation checkingSpencer Janssen2007-11-201-1/+1