aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* PositionStore utility to store information about position and size of a windowJan Vornberger2009-11-081-0/+81
* X.H.Urgencyhook fix minor doc bugAnders Engstrom2009-11-151-1/+1
* X.H.DynamicLog fix minor indentation oddnessAnders Engstrom2009-11-151-15/+15
* X.A.CycleWS cycle by tag groupAnders Engstrom2009-11-151-0/+7
* Use less short names in X.PromptAdam Vogt2009-11-151-5/+2
* Use io instead of liftIO in PromptAdam Vogt2009-11-151-9/+9
* 'io' and 'fi' are defined outside of PromptAdam Vogt2009-11-151-9/+2
* Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt2009-11-151-22/+9
* Minor style changes in DynamicWorkspacesAdam Vogt2009-11-151-18/+15
* X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom2009-11-141-9/+51
* rework XMonad.Util.Dzendaniel2009-11-141-12/+145
* generalize IO actions to MonadIO mdaniel2009-11-145-11/+12
* fix documentation to match implementationdaniel2009-11-141-2/+1
* Bypass more of stringToKeysym in U.PasteAdam Vogt2009-11-142-2/+8
* Don't erase floating information with H.InsertPosition (Issue 334)Adam Vogt2009-11-131-1/+1
* Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt2009-11-121-3/+7
* X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey2009-11-121-5/+11
* Trim whitespace in H.FloatNextAdam Vogt2009-11-111-5/+1
* Use ExtensibleState in H.FloatNextAdam Vogt2009-11-111-16/+15
* Make a haddock link direct in C.Desktop.Adam Vogt2009-11-111-1/+1
* Change A.TopicSpace haddocks to use block quotes.Adam Vogt2009-11-111-123/+102
* Add defaultTopicConfig, to allow adding more fields to TopicSpace later.Adam Vogt2009-11-111-0/+9
* X.A.WindowGo: fix haddock markupSpencer Janssen2009-11-111-4/+5
* Minor style corrections in X.U.SpawnOnceDaniel Schoepe2009-11-091-2/+2
* Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe2009-11-091-0/+9
* minor-doc-fix-in-ManageHelpers`Henrique Abreu hgabreu@gmail.com2009-11-041-1/+1
* X.U.ExtensibleState: styleSpencer Janssen2009-11-081-2/+1
* X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey2009-11-081-1/+5
* Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktopsAdam Vogt2009-11-071-6/+7
* Update A.TopicSpace to use extensible state. No config changes required.Adam Vogt2009-11-071-7/+13
* Inline tupadd function in A.GridSelectAdam Vogt2009-11-011-4/+1
* Use X.U.SpawnOnce in my configSpencer Janssen2009-11-071-0/+8
* Add XMonad.Util.SpawnOnceSpencer Janssen2009-11-071-0/+39
* Store deserialized data after reading in X.U.ExtensibleStateDaniel Schoepe2009-11-071-8/+11
* Fixed conflict between X.U.ExtensibleState and X.C.SjanssenDaniel Schoepe2009-11-071-4/+4
* Use X.U.ExtensibleState instead of IORefsDaniel Schoepe2009-11-064-102/+76
* Add X.U.ExtensibleStateDaniel Schoepe2009-11-061-0/+109
* My config uses xmonadPropLog nowSpencer Janssen2009-11-071-8/+6
* Add experimental xmonadPropLog functionSpencer Janssen2009-11-071-0/+19
* XMonad.Actions.Search: imdb search URL tweak for bug #33gwern02009-11-031-1/+1
* Clean imports for L.BoringWindowsAdam Vogt2009-11-031-3/+1
* I maintain L.BoringWindowsAdam Vogt2009-11-031-1/+1
* fix window rectangle calculation in X.A.UpdatePointerTomas Janousek2009-10-261-2/+4
* Implement hasProperty in terms of runQuery in U.WindowPropertiesAdam Vogt2009-10-311-9/+1
* Add functions to access the current input in X.PromptDaniel Schoepe2009-10-311-0/+10
* Remove putSelection, fixes #317Spencer Janssen2009-10-302-49/+4
* Fix typo in H.FadeInactive documentationAdam Vogt2009-10-291-1/+1
* X.L.MultiCol constructor 0 NWin bugfigAnders Engstrom2009-10-291-3/+6
* X.H.ManageHelpers: added currentWs that returns the current workspaceIsmael Carnales2009-10-281-0/+5
* X.L.MultiColumns bugfix and formatingAnders Engstrom2009-10-271-43/+42