| Commit message (Expand) | Author | Age | Files | Lines |
* | make Roledex work with Layout class | Andrea Rossato | 2007-09-25 | 1 | -6/+7 |
* | make Accordion work with Layout class | Andrea Rossato | 2007-09-25 | 1 | -10/+11 |
* | fix embarrassing bugs in LayoutModifier. | David Roundy | 2007-09-24 | 1 | -2/+2 |
* | Added a NewTabbed module with a new tabbed layout to test | Andrea Rossato | 2007-09-24 | 1 | -0/+241 |
* | LayoutModifier updated to use LayoutMessages | Andrea Rossato | 2007-09-24 | 1 | -2/+2 |
* | move ThreeCol over to new class. | David Roundy | 2007-09-24 | 1 | -12/+15 |
* | Use the new modifiers in LayoutHints | Spencer Janssen | 2007-09-24 | 1 | -13/+16 |
* | Use the new layout switcher in Commands | Spencer Janssen | 2007-09-24 | 1 | -1/+1 |
* | Follow kind changes in FindEmptyWorkspace | Spencer Janssen | 2007-09-24 | 1 | -1/+1 |
* | update WorkspaceDir. | David Roundy | 2007-09-24 | 1 | -6/+11 |
* | rename LayoutHelpers to LayoutModifier. | David Roundy | 2007-09-23 | 3 | -4/+4 |
* | convert LayoutScreens to class. | David Roundy | 2007-09-23 | 1 | -4/+8 |
* | Update NoBorders and LayoutHelpers. | David Roundy | 2007-09-23 | 2 | -36/+41 |
* | add a hook to LayoutHelpers. | David Roundy | 2007-09-23 | 1 | -1/+3 |
* | use default modifyLayout in Circle. | David Roundy | 2007-09-23 | 1 | -1/+0 |
* | update LayoutHelpers to work with new Layout class. | David Roundy | 2007-09-23 | 1 | -38/+25 |
* | make TwoPane work with Layout class | Andrea Rossato | 2007-09-22 | 1 | -18/+24 |
* | Circle: must export type constructor | Andrea Rossato | 2007-09-22 | 1 | -1/+1 |
* | make Circle work with Layout class. | David Roundy | 2007-09-21 | 1 | -7/+7 |
* | Cope with StackSet export changes | Spencer Janssen | 2007-09-24 | 1 | -1/+1 |
* | Rolodex.hs: add missing type signature. | Joachim Fasting | 2007-09-19 | 1 | -0/+1 |
* | Warp.hs: remove seemingly unused code. | Joachim Fasting | 2007-09-19 | 1 | -4/+0 |
* | CopyWindow.hs: -Wall police. | Joachim Fasting | 2007-09-19 | 1 | -3/+3 |
* | CopyWindow.copy: remove seemingly unnecessary parameter from helper func. | Joachim Fasting | 2007-09-19 | 1 | -4/+4 |
* | DirectoryPrompt.hs: add missing type signature. | Joachim Fasting | 2007-09-19 | 1 | -0/+1 |
* | LayoutChoice.hs: update module header. | Joachim Fasting | 2007-09-19 | 1 | -2/+2 |
* | LayoutChoice.hs: add LANGUAGE pragma. | Joachim Fasting | 2007-09-19 | 1 | -0/+1 |
* | SinkAll.hs: -Wall police. | Joachim Fasting | 2007-09-19 | 1 | -3/+2 |
* | XPrompt.hs: replace 'borderWidth' with 'borderPixel' | gwern0 | 2007-09-18 | 1 | -7/+7 |
* | Operations.sink is gone | Spencer Janssen | 2007-09-17 | 2 | -6/+6 |
* | Match 'Remove Operations functions which have StackSet equivalents' from the ... | Spencer Janssen | 2007-09-17 | 5 | -18/+18 |
* | SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict wi... | Brandon S Allbery KF8NH | 2007-09-16 | 1 | -2/+2 |
* | make fixedLayout accept a list of Rectangles. | David Roundy | 2007-09-11 | 1 | -2/+2 |
* | Fixing some typos and grammar in documentation. | Michael Fellinger | 2007-09-11 | 10 | -10/+10 |
* | Typo in Tabbed.hs documentation | Michael Fellinger | 2007-09-11 | 1 | -1/+1 |
* | ssh-global-known-hosts | Brandon S Allbery KF8NH | 2007-09-10 | 1 | -5/+44 |
* | add LayoutChoice module. | David Roundy | 2007-09-06 | 2 | -0/+62 |
* | FloatKeys.hs: needs -fglasgow-exts to compile. | Joachim Fasting | 2007-09-09 | 1 | -0/+1 |
* | DragPane.hs: needs -fglasgow-exts to compile. | Joachim Fasting | 2007-09-09 | 1 | -0/+1 |
* | Unify Drag(UpDown)Pane | Karsten Schoelzel | 2007-09-04 | 1 | -47/+21 |
* | add function and comment assisting use in resizing the screen. | David Roundy | 2007-09-06 | 1 | -1/+15 |
* | Add FloatKeys for moving and resizing of floating windows with the keyboard | Karsten Schoelzel | 2007-09-05 | 2 | -0/+111 |
* | Fix FlexibleResize for change in applySizeHints | Karsten Schoelzel | 2007-09-05 | 1 | -3/+3 |
* | make dragPane handle thinner. | David Roundy | 2007-09-05 | 1 | -1/+1 |
* | cleanup in WorkspaceDir. | David Roundy | 2007-08-27 | 1 | -1/+0 |
* | new SetWMName module, useful for working around problems running Java GUI app... | Ivan Tarasov | 2007-08-26 | 2 | -0/+115 |
* | remove LayoutHooks module (which is unused). | David Roundy | 2007-08-23 | 2 | -45/+0 |
* | cleanup in DwmPromote. | David Roundy | 2007-08-23 | 1 | -7/+5 |
* | cleanup in ViewPrev. | David Roundy | 2007-08-23 | 1 | -3/+1 |
* | clean up CopyWindow. | David Roundy | 2007-08-23 | 1 | -28/+7 |