| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make Tabbed use XUtils | Andrea Rossato | 2007-09-29 | 1 | -47/+14 |
* | Added XUtils: a library for drawing | Andrea Rossato | 2007-09-29 | 1 | -0/+151 |
* | enable color setting in WindowNavigation. | David Roundy | 2007-09-29 | 1 | -30/+56 |
* | Add smartBorders | Spencer Janssen | 2007-09-29 | 1 | -0/+21 |
* | Give Invisible a definition for fail. | Spencer Janssen | 2007-09-29 | 1 | -0/+1 |
* | Tabbed: fixed a bug: when only one window is in the stack doLayout must still... | Andrea Rossato | 2007-09-29 | 1 | -3/+3 |
* | Added Invisible to store layout state | Andrea Rossato | 2007-09-28 | 1 | -0/+42 |
* | WindowNavigation now uses Invisible (plus some vertical alignement) | Andrea Rossato | 2007-09-28 | 1 | -20/+17 |
* | DragPane now uses Invisible | Andrea Rossato | 2007-09-28 | 1 | -9/+10 |
* | Tabbed now uses Invisible | Andrea Rossato | 2007-09-28 | 1 | -20/+14 |
* | add new WindowNavigation module. | David Roundy | 2007-09-28 | 2 | -0/+115 |
* | Tabbed: removed two little bugs due to the mess during the transition (my fau... | Andrea Rossato | 2007-09-28 | 1 | -2/+2 |
* | DeManage.hs: doesn't need -fglasgow-exts. | Joachim Fasting | 2007-09-28 | 1 | -1/+0 |
* | Use LANGUAGE pragmas over -fglasgow-exts | Spencer Janssen | 2007-09-28 | 14 | -9/+29 |
* | remove SetLayout. | David Roundy | 2007-09-28 | 1 | -40/+0 |
* | Various fixes to NoBorders. Hopefully fixes bug #42 | Spencer Janssen | 2007-09-28 | 1 | -11/+21 |
* | 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 |