aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* HierarchifySpencer Janssen2007-11-011-214/+0
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-2/+2
* defaultLayouts -> layoutsSpencer Janssen2007-10-151-9/+9
* Tabbed: haddock fixesAndrea Rossato2007-10-131-5/+9
* doco fix: s/SomeLayout/Layout/gDevin Mullins2007-10-121-4/+4
* make createNewWindow set background and foreground to a given color.David Roundy2007-10-081-1/+1
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+2
* Tabbed and XPrompt updated to lates Extras changesAndrea Rossato2007-10-071-15/+11
* Tabbed: updated to the last (unannounced) API changesAndrea Rossato2007-10-071-1/+5
* Tabbed: check if we really have a window to focusAndrea Rossato2007-10-051-2/+4
* some renaming of classes and data types.David Roundy2007-09-291-1/+1
* Make Tabbed use XUtils.releaseFontAndrea Rossato2007-10-021-3/+2
* Tabbed: updated usage informationAndrea Rossato2007-10-011-4/+4
* Removed fromIMaybe from Tabbed ad added it to InvisibleAndrea Rossato2007-09-301-6/+2
* Tabbed: reintroduced shrinker configuration option and removed the unneeded R...Andrea Rossato2007-09-301-33/+36
* Tabbed: moved string positioning to XUtilsAndrea Rossato2007-09-301-5/+1
* make Tabbed use XUtilsAndrea Rossato2007-09-291-47/+14
* Tabbed: fixed a bug: when only one window is in the stack doLayout must still...Andrea Rossato2007-09-291-3/+3
* Tabbed now uses InvisibleAndrea Rossato2007-09-281-20/+14
* Tabbed: removed two little bugs due to the mess during the transition (my fau...Andrea Rossato2007-09-281-2/+2
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+2
* Tabbed: give a nice descriptionSpencer Janssen2007-09-281-0/+1
* NewTabbed: after a ReleaseResources we should return Tabbed Nothing...Andrea Rossato2007-09-281-4/+4
* Move NewTabbed to TabbedSpencer Janssen2007-09-281-0/+250
* Remove Tabbed.hsSpencer Janssen2007-09-281-146/+0
* Typo in Tabbed.hs documentationMichael Fellinger2007-09-111-1/+1
* Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky2007-09-051-0/+3
* use a little more contrast in default tabs.David Roundy2007-07-241-3/+3
* Tabbed.hs: corrected error in Usage reported by Xavier MaillardAndrea Rossato2007-07-171-1/+1
* Tabbed: updated usage informationAndrea Rossato2007-07-071-2/+2
* Tabbed: added more configuration optionsAndrea Rossato2007-07-061-19/+26
* resolve conflicts in Decoration and Tabbed.David Roundy2007-06-291-20/+49
* make everything work with new doLayout.David Roundy2007-06-231-33/+16
* Tabbed: Make use of the Stack to get focused windowJason Creighton2007-06-271-4/+3
* Tabbed.hs: updated usage informationAndrea Rossato2007-06-251-0/+10
* added configration options and moved font stuff to Decorations.hsAndrea Rossato2007-06-251-30/+45
* add SimpleStacking module to make Combo and Tabbed work together.David Roundy2007-06-211-4/+4
* Fix type signatures.joachim.fasting2007-06-201-1/+1
* shrink window names to fit tabs.David Roundy2007-06-171-9/+25
* Tabbed.hs: fixed centerText issues and some binding shadowing warningsAndrea Rossato2007-06-171-17/+15
* Tabbed.hs: Get correct color values instead of assuming a 24-bit displayJason Creighton2007-06-141-6/+10
* Update license informationSpencer Janssen2007-06-131-1/+1
* template for module information e documentationAndrea Rossato2007-06-131-10/+28
* changes to work with Stacks that can't be empty.David Roundy2007-06-121-3/+2
* the Stack can be EmptyAndrea Rossato2007-06-121-0/+1
* Updates to work with recent API changesSpencer Janssen2007-06-111-5/+6
* redraw decorations on PropertyNotifyJason Creighton2007-06-111-1/+1
* use safe peek instead of unsafe focusJason Creighton2007-06-111-3/+2
* make Tabbed respect the y position of the layout rect (statusbar bugfix)Jason Creighton2007-06-111-6/+6
* tune layout of Tabbed just a bit.David Roundy2007-06-101-2/+2