aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Action.Search: small haddock fixesAndrea Rossato2008-01-131-1/+2
* ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato2008-01-131-33/+42
* Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato2008-01-131-0/+62
* de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato2008-01-101-1/+15
* prompt: Allow to provide a default text in the prompt config.nicolas.pouillard2008-01-091-1/+3
* Correct caps in module header.Joachim Fasting2007-12-301-1/+1
* Use LANGUAGE pragma.Joachim Fasting2007-12-301-1/+1
* shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail2007-12-311-1/+20
* formattingDon Stewart2007-12-041-2/+6
* PerWorkspace.hs: add an explanatory noteBrent Yorgey2007-12-311-0/+7
* Add ShowWName a layout modifier to show the workspace nameAndrea Rossato2007-12-311-0/+95
* ManageDocks: some documentation fixesAndrea Rossato2007-12-311-1/+4
* -Wall police (again)Spencer Janssen2007-12-281-2/+2
* -Wall policeSpencer Janssen2007-12-281-1/+1
* Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ...mail2007-12-271-1/+9
* display all visible windows on the current desktop in the pagermail2007-12-271-1/+8
* Although I do not need the curr variable after all, this is nicermail2007-12-271-4/+3
* Add support for cycling through screens to CycleWSmail2007-12-271-8/+33
* Clear _NET_ACTIVE_WINDOW when nothing is focusedmail2007-12-281-1/+2
* textExtentsXMF doesn't require the displayAndrea Rossato2007-12-282-6/+6
* Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen2007-12-261-10/+2
* ResizableTile.hs: fix resizing to work in the presence of floating windows (r...Brent Yorgey2007-12-251-6/+12
* LayoutScreens: haddock fixesAndrea Rossato2007-12-251-5/+7
* XMonad.Actions.Search: haddock fixAndrea Rossato2007-12-241-1/+1
* Fix isssue 105Andrea Rossato2007-12-243-15/+31
* Prompt.hs: mv .xmonad_history into .xmonad/gwern02007-12-241-2/+2
* Search.hs: +docs, and export simpleEngine so users can define their owngwern02007-12-241-11/+47
* Search.hs: mv into Actions/ per IRC suggestiongwern02007-12-241-2/+2
* add XMonad.Actions.NoBordersLukas Mai2007-12-201-0/+33
* AvoidStruts: add support for partial strutsSpencer Janssen2007-12-221-40/+43
* Search.hs: add hoogleBrent Yorgey2007-12-221-2/+4
* ManageDocks: ignore desktop windows alsoSpencer Janssen2007-12-221-3/+4
* WibbleSpencer Janssen2007-12-221-1/+1
* EwmhDesktops: add _NET_ACTIVE_WINDOW supportSpencer Janssen2007-12-221-1/+8
* A few short comments for WorkspaceCompareSpencer Janssen2007-12-221-0/+4
* EwmhDesktops: drop 'Workspace' from displayed workspace namesSpencer Janssen2007-12-221-1/+1
* Factor workspace sorting into a separate moduleSpencer Janssen2007-12-224-32/+55
* No more tabsSpencer Janssen2007-12-2210-27/+28
* Refactor Search.hsSpencer Janssen2007-12-221-43/+29
* Generalize XSelection functions to MonadIOSpencer Janssen2007-12-221-4/+4
* Search.hs: +imdb & amazon engines for unk_redgwern02007-12-221-3/+11
* Search.hs: cleanup and refactorgwern02007-12-201-29/+31
* Update various restart bindingsSpencer Janssen2007-12-192-3/+3
* Fix typo.Roman Cheplyaka2007-12-191-1/+1
* Doc/Developing.hs: add some information about Haddock documentation.Brent Yorgey2007-12-191-1/+26
* Remove inaccurate comment about 'banish'Spencer Janssen2007-12-181-6/+0
* Warp.hs: haddock fixesBrent Yorgey2007-12-171-4/+8
* Warp.hs: +docgwern02007-12-161-0/+10
* Util/Search.hs: a few updates/fixesBrent Yorgey2007-12-171-3/+6
* Util.Search: import escapeURIString, and fall back on the ugly const false ha...gwern02007-12-151-4/+26