aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* color focussed tab differently.David Roundy2007-06-101-2/+9
* display names of windows on tabs.David Roundy2007-06-101-2/+18
* add sketch of tabbed layout.David Roundy2007-06-101-0/+41