aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make 'compList :: [String]', rather than Maybe. No completions is represente...Spencer Janssen2007-08-031-13/+12
* Rename 'setCompletionList' to 'refreshCompletionList'Spencer Janssen2007-08-031-8/+8
* XPrompt: added comletion and history supportAndrea Rossato2007-08-031-76/+210
* Prompts: updated and corrected usage infoAndrea Rossato2007-08-033-3/+6
* Make the XPrompt appear on the current screenSpencer Janssen2007-08-021-17/+18
* XPrompt: a module for easily writing graphical promptsAndrea Rossato2007-08-021-0/+512
* XMonadPrompt: a graphical prompt for running XMonad internal commandsAndrea Rossato2007-08-021-0/+41
* SshPrompt: a graphical prompt for ssh connectionAndrea Rossato2007-08-021-0/+59
* ShellPrompt: a graphical shell promptAndrea Rossato2007-08-021-0/+82
* FlexibleManipulate.hs: needs -fglasgow-exts to compile.joachim.fasting2007-08-021-0/+1
* MetaModule.hs: add FocusNth.joachim.fasting2007-08-021-0/+1
* Add ThreeColumns to MetaModuleSpencer Janssen2007-08-021-0/+1
* Add RotSlaves to MetaModuleSpencer Janssen2007-08-021-0/+1
* RotSlavesHans Philipp Annen2007-08-021-0/+47
* DeManage.hs: haddock compatibility.joachim.fasting2007-07-251-1/+1
* Fix warnings in FlexibleManipulate (Sorry!)Michael G. Sloan2007-07-291-1/+2
* Add FlexibleManipulate extensionMichael G. Sloan2007-07-292-0/+114
* Commands: refactoring to include in MetaModuleAndrea Rossato2007-07-282-16/+20
* SwitchTrans.hs, initial versionl.mai2007-07-282-0/+162
* fix WorkspaceDir (which was broken) using LayoutHelpers.David Roundy2007-07-261-4/+5
* FocusNth initial importKarsten Schoelzel2007-07-251-0/+42
* use a little more contrast in default tabs.David Roundy2007-07-241-3/+3
* 3col fix: do not switch to tall layout on resize/incmasternKai Grossjohann2007-07-231-4/+4
* 3col roundingKai Grossjohann2007-07-211-3/+3
* fix 3col layout for nmaster + 1 windowsKai Grossjohann2007-07-211-4/+6
* Three column layoutKai Grossjohann2007-07-211-0/+70
* Made the direction of spiral in Spiral.hs optionally configurablebobstopper2007-07-211-5/+14
* DeManage: take a Window as argumentSpencer Janssen2007-07-181-5/+6
* TypoSpencer Janssen2007-07-181-1/+1
* Add XMonadContrib.DeManage: a module for unmanaging windows (like panels)Spencer Janssen2007-07-182-0/+53
* Tabbed.hs: corrected error in Usage reported by Xavier MaillardAndrea Rossato2007-07-171-1/+1
* fixes Commands.hsAndrea Rossato2007-07-161-1/+1
* MetaModule.hs: add missing modules.joachim.fasting2007-07-151-0/+2
* Magnifier: unbreak: raise focus windowPeter De Wachter2007-06-301-3/+3
* Spiral.hs: correct module header.joachim.fasting2007-07-071-1/+1
* LayoutScreens.hs: correct module header.joachim.fasting2007-07-011-3/+1
* add FlexibleResize to MetaModulel.mai2007-07-081-0/+1
* link to xinerama-dmenu patch for dmenu 3.2Jason Creighton2007-07-081-1/+1
* Tabbed: updated usage informationAndrea Rossato2007-07-071-2/+2
* Tabs should stay beneath any floating windowAndrea Rossato2007-07-071-0/+1
* Tabbed: added more configuration optionsAndrea Rossato2007-07-061-19/+26
* NamedWindows: if fetchName returns Nothing sets the name to resName ClassHintAndrea Rossato2007-07-061-2/+3
* the gaps list should be filled with the default value from Config.hsAndrea Rossato2007-07-051-3/+2
* SimpleStacking: -Wall policeAlec Berryman2007-07-041-5/+3
* SimpleStacking: remove note about Xinerama incompatability, works fine nowAlec Berryman2007-07-041-2/+0
* ScreenLayouts.hs: updates to the last API changesAndrea Rossato2007-07-031-6/+5
* More ScreenDetails fixesSpencer Janssen2007-06-304-11/+14
* Make GreedyView work with ScreenDetailsSpencer Janssen2007-06-301-3/+2
* flexible resizing for floating windowsl.mai2007-06-291-0/+63
* resolve conflicts in Decoration and Tabbed.David Roundy2007-06-292-23/+53