345 Commits

Author SHA1 Message Date
Don Stewart
dd3bd26cec docs not generated in DragPane.hs 2007-09-04 23:24:47 +00:00
Spencer Janssen
9d9316beff HintedTile typo v0.3 2007-09-04 20:28:04 +00:00
Spencer Janssen
804e932f9b HintedTile 2007-09-04 20:22:19 +00:00
Spencer Janssen
9f442ed41a Doc fixes for DragPane 2007-09-04 20:18:47 +00:00
Andrea Rossato
8a5e61d0df XPrompt: a very long string in the completion list can lead to a division by zero 2007-08-30 14:15:24 +00:00
Andrea Rossato
3a2c49b148 XPrompt.hs: remove debugging bits 2007-08-28 08:12:35 +00:00
David Roundy
9994baef5d make code more compact in XPrompt. 2007-08-27 19:18:30 +00:00
Andrea Rossato
8935f2aa65 XPrompt: just code formatting 2007-08-22 19:32:20 +00:00
David Roundy
7551c79496 fix bug leading to early exit in XPrompt. 2007-08-27 18:58:58 +00:00
David Roundy
ebe8385a4f fix bug where we draw divider for DragPane even if there's just one window. 2007-08-23 15:58:10 +00:00
Spencer Janssen
d9258cb5fa CopyWindow: update usage info 2007-08-20 23:28:34 +00:00
David Roundy
253fab0861 add DragPane. 2007-08-13 14:40:07 +00:00
David Roundy
be4a63dd2c fix bug in Combo where we ignored changes in super. 2007-08-13 14:35:00 +00:00
David Roundy
c6cfe936b2 remove redundant fromIntegral from Commands. 2007-08-20 00:09:25 +00:00
Jason Creighton
85b66b5919 Mosaic.hs (really) Fix incorrect usage example
"tall" and "wide" are anachronisms as well. It makes me wonder how we can
and/or should give examples like this that don't bitrot and confuse newbies.
2007-08-18 21:57:25 +00:00
Jason Creighton
1712b74326 Mosaic.hs: Fix incorrect usage example 2007-08-18 21:28:54 +00:00
Andrea Rossato
ff2461714a XPrompt: haddock tuning and more comments 2007-08-18 08:34:23 +00:00
Andrea Rossato
d1521fc0c7 SwitchTrans:: haddock tuning 2007-08-18 08:34:01 +00:00
Andrea Rossato
965a639fc4 RunInXTerm: haddock tuning 2007-08-18 08:33:29 +00:00
Andrea Rossato
840c18cb0a RotSlaves: haddock tuning 2007-08-18 08:33:06 +00:00
Andrea Rossato
01b4e6f9bf Roledex: haddock tuning 2007-08-18 08:32:44 +00:00
Andrea Rossato
0204f0a79e LayoutHelpers: haddock tuning 2007-08-18 08:32:20 +00:00
Andrea Rossato
16b73d9d8a DirectoryPrompt: removed ShellPrompt usage info and added pointer to WorkspaceDir 2007-08-18 08:31:05 +00:00
Andrea Rossato
3ad79e1266 DeManage: haddock fixes 2007-08-18 08:30:36 +00:00
Andrea Rossato
f581d0ea3c MetaModule: removed BackCompat no longer in the repository 2007-08-18 07:19:16 +00:00
Peter De Wachter
73c26465a6 fix MagicFocus/floats interaction 2007-08-16 18:52:17 +00:00
Peter De Wachter
405a7c6307 fix Circle/floats interaction 2007-08-16 18:51:44 +00:00
Andrea Rossato
588c5917ed XPrompt: documentation only 2007-08-17 16:28:06 +00:00
Andrea Rossato
3b89f02650 ShellPrompt: quickcheck related refactoring 2007-08-17 15:57:25 +00:00
Andrea Rossato
6febbc8131 added a tests directory with quickcheck tests for XPrompt and ShellPrompt 2007-08-17 15:56:34 +00:00
Andrea Rossato
d7b9bd48bd XPrompt: quickcheck related refactoring
With this patch XPrompt can be tested with quickcheck. As a result
getLastWord and skipLastWord has been refactored to avoid possible
exceptions.
2007-08-17 15:54:54 +00:00
Andrea Rossato
990d65eb3e XPrompt: fixes a nasty bug in getLastWord
This patch fixes a nasty bug in getLastWord, a bug that causes XMonad
to crash as soon as the command line consists of only 2 empty spaces.
*PLEASE UPDATE* if you are running XPrompt.
2007-08-15 16:34:57 +00:00
l.mai
039a76c9cb ghc thinks I don't need those fromIntegrals 2007-08-15 23:18:52 +00:00
David Roundy
002b15cb1f use XPrompt in WorkspaceDir. 2007-08-14 19:11:03 +00:00
David Roundy
709c2b8573 clean up DynamicWorkspaces to handle layouts properly. 2007-08-14 18:35:42 +00:00
David Roundy
c6167c3f2d make DynamicWorkspace more thorough.
Note: there's still a bug due to our failure to inform
the old layouts to clean up.
2007-08-14 01:45:48 +00:00
David Roundy
93ae00b665 new module DynamicWorkspaces to add and remove workspaces. 2007-08-14 01:15:01 +00:00
David Roundy
1fbdc5bb75 fix Commands to work with new workspaces. 2007-08-14 00:41:46 +00:00
Spencer Janssen
1902feb3ce Make FlexibleManipulate comply with new mouse dragging system 2007-08-15 03:26:19 +00:00
David Roundy
504d011dd6 make FlexibleResize use new mouseDrag properly. 2007-08-07 20:20:16 +00:00
bobstopper
cc82ef418f fix Expand/Shrink for spiralWithDir 2007-08-08 20:47:52 +00:00
Spencer Janssen
7d9c2158ff Remove GreedyView: the functionality is now in StackSet 2007-08-15 02:21:01 +00:00
Spencer Janssen
5e358c365e Use maskEvent rather than nextEvent. Fixes rare segfaults 2007-08-14 17:04:16 +00:00
Andrea Rossato
300a017edf Decoration: don't crash when given a non-existent font 2007-08-10 18:24:33 +00:00
David Roundy
17342a2421 actually use the selected font in XPrompt. 2007-08-10 17:45:43 +00:00
David Roundy
ae5fa6c7e7 increase default contrast in XPrompt. 2007-08-10 17:47:24 +00:00
David Roundy
468e2ff247 center prompt text in window. 2007-08-10 17:37:46 +00:00
David Roundy
dd88f670da don't crash when given a non-existent font in XPrompt. 2007-08-10 17:04:45 +00:00
Spencer Janssen
b19f9499a9 Add ViewPrev to MetaModule 2007-08-10 21:12:42 +00:00
nelhage
fd11b6f28e ViewPrev.hs
Add a ViewPrev extension which gives a viewPrev command to view the
previously visible workspace.
2007-08-10 03:26:53 +00:00