| Commit message (Expand) | Author | Age | Files | Lines |
* | Use LANGUAGE pragmas | Spencer Janssen | 2007-09-28 | 2 | -0/+4 |
* | LayoutModifier: call unhook after releaseResources | Spencer Janssen | 2007-09-28 | 1 | -2/+4 |
* | DynamicLog: sort first by index in the workspaces list, then by tag name | Spencer Janssen | 2007-09-28 | 1 | -2/+13 |
* | Make modifier descriptions prettier | Spencer Janssen | 2007-09-28 | 1 | -1/+1 |
* | Give Hinted a nice description | Spencer Janssen | 2007-09-28 | 1 | -0/+1 |
* | LayoutModifier should have descriptions too | Spencer Janssen | 2007-09-28 | 1 | -0/+3 |
* | Tabbed: give a nice description | Spencer Janssen | 2007-09-28 | 1 | -0/+1 |
* | DynamicLog: print a description of the current layout | Spencer Janssen | 2007-09-28 | 1 | -1/+4 |
* | Update docs | Spencer Janssen | 2007-09-28 | 1 | -2/+2 |
* | Add simpler layoutHints | Spencer Janssen | 2007-09-28 | 1 | -0/+4 |
* | NewTabbed: after a ReleaseResources we should return Tabbed Nothing... | Andrea Rossato | 2007-09-28 | 1 | -4/+4 |
* | Move NewTabbed to Tabbed | Spencer Janssen | 2007-09-28 | 2 | -3/+4 |
* | Remove Tabbed.hs | Spencer Janssen | 2007-09-28 | 2 | -147/+0 |
* | Remove Decoration.hs | Spencer Janssen | 2007-09-28 | 2 | -75/+0 |
* | DragPane:just code formatting | Andrea Rossato | 2007-09-27 | 1 | -8/+8 |
* | NewTabbed: fixes a (reintroduced) bug and some code formatting | Andrea Rossato | 2007-09-27 | 1 | -23/+22 |
* | make NewTabbed use InvisibleMaybe to hide its cache. | David Roundy | 2007-09-26 | 1 | -17/+24 |
* | make DragPane code a bit more compact. | David Roundy | 2007-09-26 | 1 | -9/+6 |
* | hide implementation of DragPane from users. | David Roundy | 2007-09-26 | 1 | -2/+5 |
* | make DragPane a bit more succinct. | David Roundy | 2007-09-26 | 1 | -4/+2 |
* | make DragPane work with the new Layout class | Andrea Rossato | 2007-09-26 | 1 | -51/+115 |
* | make MagicFocus work with the new Layout class | Andrea Rossato | 2007-09-26 | 1 | -11/+23 |
* | NewTabbed: we must check if the sceen rectangle changed | Andrea Rossato | 2007-09-26 | 1 | -4/+5 |
* | fix DynamicWorkspaces. | David Roundy | 2007-09-26 | 1 | -15/+11 |
* | Remove LayoutChoice, this functionality is in the core | Spencer Janssen | 2007-09-25 | 2 | -63/+0 |
* | new SetLayout module. | David Roundy | 2007-09-25 | 1 | -0/+40 |
* | make Accordian use pureLayout. | David Roundy | 2007-09-25 | 1 | -8/+3 |
* | modifyLayout -> handleMessage. | David Roundy | 2007-09-25 | 5 | -7/+7 |
* | Make Square work with class. | David Roundy | 2007-09-25 | 1 | -8/+9 |
* | make Combo work with class | David Roundy | 2007-09-25 | 1 | -26/+43 |
* | NewTabbed: fixed a bug and some code formatting | Andrea Rossato | 2007-09-25 | 1 | -10/+12 |
* | 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 |