aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use XPrompt in WorkspaceDir.David Roundy2007-08-143-8/+68
* clean up DynamicWorkspaces to handle layouts properly.David Roundy2007-08-141-12/+16
* make DynamicWorkspace more thorough.David Roundy2007-08-141-13/+28
* new module DynamicWorkspaces to add and remove workspaces.David Roundy2007-08-142-0/+53
* fix Commands to work with new workspaces.David Roundy2007-08-141-1/+1
* Make FlexibleManipulate comply with new mouse dragging systemSpencer Janssen2007-08-151-1/+3
* make FlexibleResize use new mouseDrag properly.David Roundy2007-08-071-6/+7
* fix Expand/Shrink for spiralWithDirbobstopper2007-08-081-2/+2
* Remove GreedyView: the functionality is now in StackSetSpencer Janssen2007-08-152-64/+0
* Use maskEvent rather than nextEvent. Fixes rare segfaultsSpencer Janssen2007-08-141-1/+1
* Decoration: don't crash when given a non-existent fontAndrea Rossato2007-08-101-1/+2
* actually use the selected font in XPrompt.David Roundy2007-08-101-0/+1
* increase default contrast in XPrompt.David Roundy2007-08-101-2/+2
* center prompt text in window.David Roundy2007-08-101-1/+1
* don't crash when given a non-existent font in XPrompt.David Roundy2007-08-101-1/+2
* Add ViewPrev to MetaModuleSpencer Janssen2007-08-101-0/+1
* ViewPrev.hsnelhage2007-08-101-0/+28
* fix CopyWindow to not require Integral WorkspaceId.David Roundy2007-08-011-1/+1
* SshPrompt now uses RunInXTerm to launch the commandAndrea Rossato2007-08-071-1/+2
* RunInXTerm: a simple module to run commands in an X terminalAndrea Rossato2007-08-071-0/+31
* XPrompt: removed touchFile (which is not the equivalent of touch!)Andrea Rossato2007-08-061-2/+1
* LayoutScreen: haddock cleanupAndrea Rossato2007-08-051-2/+1
* XPrompt.hs: getCompletion should check for completions of the last word of th...Andrea Rossato2007-08-051-2/+2
* work around Magnifier's problems with floating windowsPeter De Wachter2007-08-051-8/+9
* Add Roledex to MetaModuleSpencer Janssen2007-08-061-0/+1
* XPrompt.hs: read history lazilyAndrea Rossato2007-08-041-32/+23
* XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig insteadAndrea Rossato2007-08-041-4/+0
* weird formatting fixedDon Stewart2007-08-061-4/+4
* rolodextim.thelion2007-08-051-0/+62
* XPrompt.hs: haddock corrections and some commentsAndrea Rossato2007-08-041-10/+12
* XMonadPrompt.hs: minor haddock correctionsAndrea Rossato2007-08-041-12/+13
* SwitchTrans.hs: minor haddock correctionsAndrea Rossato2007-08-041-8/+8
* SshPrompt.hs: minor haddock correctionsAndrea Rossato2007-08-041-12/+11
* ShellPrompt.hs: minor haddock correctionsAndrea Rossato2007-08-041-16/+20
* FlexibleManipulate.hs: minor haddock correctionsAndrea Rossato2007-08-041-1/+2
* MetaModule: added XPrompt and othersAndrea Rossato2007-08-041-0/+5
* XPrompt: fixes a couple of bugsAndrea Rossato2007-08-041-24/+21
* RotSlaves reworkKarsten Schoelzel2007-08-031-14/+14
* XPrompt: code cleanupAndrea Rossato2007-08-031-53/+44
* 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