aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-2/+2
2007-10-15defaultLayouts -> layoutsSpencer Janssen1-9/+9
2007-10-13Tabbed: haddock fixesAndrea Rossato1-5/+9
2007-10-12doco fix: s/SomeLayout/Layout/gDevin Mullins1-4/+4
2007-10-08make createNewWindow set background and foreground to a given color.David Roundy1-1/+1
2007-10-08Add LANGUAGE pragamsShachaf Ben-Kiki1-1/+2
2007-10-07Tabbed and XPrompt updated to lates Extras changesAndrea Rossato1-15/+11
2007-10-07Tabbed: updated to the last (unannounced) API changesAndrea Rossato1-1/+5
2007-10-05Tabbed: check if we really have a window to focusAndrea Rossato1-2/+4
2007-09-29some renaming of classes and data types.David Roundy1-1/+1
2007-10-02Make Tabbed use XUtils.releaseFontAndrea Rossato1-3/+2
2007-10-01Tabbed: updated usage informationAndrea Rossato1-4/+4
2007-09-30Removed fromIMaybe from Tabbed ad added it to InvisibleAndrea Rossato1-6/+2
2007-09-30Tabbed: reintroduced shrinker configuration option and removed the unneeded R...Andrea Rossato1-33/+36
2007-09-30Tabbed: moved string positioning to XUtilsAndrea Rossato1-5/+1
2007-09-29make Tabbed use XUtilsAndrea Rossato1-47/+14
2007-09-29Tabbed: fixed a bug: when only one window is in the stack doLayout must still...Andrea Rossato1-3/+3
2007-09-28Tabbed now uses InvisibleAndrea Rossato1-20/+14
2007-09-28Tabbed: removed two little bugs due to the mess during the transition (my fau...Andrea Rossato1-2/+2
2007-09-28Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen1-1/+2
2007-09-28Tabbed: give a nice descriptionSpencer Janssen1-0/+1
2007-09-28NewTabbed: after a ReleaseResources we should return Tabbed Nothing...Andrea Rossato1-4/+4
2007-09-28Move NewTabbed to TabbedSpencer Janssen1-3/+3
2007-09-27NewTabbed: fixes a (reintroduced) bug and some code formattingAndrea Rossato1-23/+22
2007-09-26make NewTabbed use InvisibleMaybe to hide its cache.David Roundy1-17/+24
2007-09-26NewTabbed: we must check if the sceen rectangle changedAndrea Rossato1-4/+5
2007-09-25modifyLayout -> handleMessage.David Roundy1-1/+1
2007-09-25NewTabbed: fixed a bug and some code formattingAndrea Rossato1-10/+12
2007-09-24Added a NewTabbed module with a new tabbed layout to testAndrea Rossato1-0/+241