aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add new WindowNavigation module.David Roundy2007-09-282-0/+115
* Tabbed: removed two little bugs due to the mess during the transition (my fau...Andrea Rossato2007-09-281-2/+2
* DeManage.hs: doesn't need -fglasgow-exts.Joachim Fasting2007-09-281-1/+0
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-2814-9/+29
* remove SetLayout.David Roundy2007-09-281-40/+0
* Various fixes to NoBorders. Hopefully fixes bug #42Spencer Janssen2007-09-281-11/+21
* Use LANGUAGE pragmasSpencer Janssen2007-09-282-0/+4
* LayoutModifier: call unhook after releaseResourcesSpencer Janssen2007-09-281-2/+4
* DynamicLog: sort first by index in the workspaces list, then by tag nameSpencer Janssen2007-09-281-2/+13
* Make modifier descriptions prettierSpencer Janssen2007-09-281-1/+1
* Give Hinted a nice descriptionSpencer Janssen2007-09-281-0/+1
* LayoutModifier should have descriptions tooSpencer Janssen2007-09-281-0/+3
* Tabbed: give a nice descriptionSpencer Janssen2007-09-281-0/+1
* DynamicLog: print a description of the current layoutSpencer Janssen2007-09-281-1/+4
* Update docsSpencer Janssen2007-09-281-2/+2
* Add simpler layoutHintsSpencer Janssen2007-09-281-0/+4
* NewTabbed: after a ReleaseResources we should return Tabbed Nothing...Andrea Rossato2007-09-281-4/+4
* Move NewTabbed to TabbedSpencer Janssen2007-09-282-3/+4
* Remove Tabbed.hsSpencer Janssen2007-09-282-147/+0
* Remove Decoration.hsSpencer Janssen2007-09-282-75/+0
* DragPane:just code formattingAndrea Rossato2007-09-271-8/+8
* NewTabbed: fixes a (reintroduced) bug and some code formattingAndrea Rossato2007-09-271-23/+22
* make NewTabbed use InvisibleMaybe to hide its cache.David Roundy2007-09-261-17/+24
* make DragPane code a bit more compact.David Roundy2007-09-261-9/+6
* hide implementation of DragPane from users.David Roundy2007-09-261-2/+5
* make DragPane a bit more succinct.David Roundy2007-09-261-4/+2
* make DragPane work with the new Layout classAndrea Rossato2007-09-261-51/+115
* make MagicFocus work with the new Layout classAndrea Rossato2007-09-261-11/+23
* NewTabbed: we must check if the sceen rectangle changedAndrea Rossato2007-09-261-4/+5
* fix DynamicWorkspaces.David Roundy2007-09-261-15/+11
* Remove LayoutChoice, this functionality is in the coreSpencer Janssen2007-09-252-63/+0
* new SetLayout module.David Roundy2007-09-251-0/+40
* make Accordian use pureLayout.David Roundy2007-09-251-8/+3
* modifyLayout -> handleMessage.David Roundy2007-09-255-7/+7
* Make Square work with class.David Roundy2007-09-251-8/+9
* make Combo work with classDavid Roundy2007-09-251-26/+43
* NewTabbed: fixed a bug and some code formattingAndrea Rossato2007-09-251-10/+12
* make Roledex work with Layout classAndrea Rossato2007-09-251-6/+7
* make Accordion work with Layout classAndrea Rossato2007-09-251-10/+11
* fix embarrassing bugs in LayoutModifier.David Roundy2007-09-241-2/+2
* Added a NewTabbed module with a new tabbed layout to testAndrea Rossato2007-09-241-0/+241
* LayoutModifier updated to use LayoutMessagesAndrea Rossato2007-09-241-2/+2
* move ThreeCol over to new class.David Roundy2007-09-241-12/+15
* Use the new modifiers in LayoutHintsSpencer Janssen2007-09-241-13/+16
* Use the new layout switcher in CommandsSpencer Janssen2007-09-241-1/+1
* Follow kind changes in FindEmptyWorkspaceSpencer Janssen2007-09-241-1/+1
* update WorkspaceDir.David Roundy2007-09-241-6/+11
* rename LayoutHelpers to LayoutModifier.David Roundy2007-09-233-4/+4
* convert LayoutScreens to class.David Roundy2007-09-231-4/+8
* Update NoBorders and LayoutHelpers.David Roundy2007-09-232-36/+41