aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-24use a little more contrast in default tabs.David Roundy1-3/+3
2007-07-17Tabbed.hs: corrected error in Usage reported by Xavier MaillardAndrea Rossato1-1/+1
2007-07-07Tabbed: updated usage informationAndrea Rossato1-2/+2
2007-07-06Tabbed: added more configuration optionsAndrea Rossato1-19/+26
2007-06-29resolve conflicts in Decoration and Tabbed.David Roundy1-20/+49
2007-06-23make everything work with new doLayout.David Roundy1-33/+16
2007-06-27Tabbed: Make use of the Stack to get focused windowJason Creighton1-4/+3
2007-06-25Tabbed.hs: updated usage informationAndrea Rossato1-0/+10
2007-06-25added configration options and moved font stuff to Decorations.hsAndrea Rossato1-30/+45
2007-06-21add SimpleStacking module to make Combo and Tabbed work together.David Roundy1-4/+4
2007-06-20Fix type signatures.joachim.fasting1-1/+1
2007-06-17shrink window names to fit tabs.David Roundy1-9/+25
2007-06-17Tabbed.hs: fixed centerText issues and some binding shadowing warningsAndrea Rossato1-17/+15
2007-06-14Tabbed.hs: Get correct color values instead of assuming a 24-bit displayJason Creighton1-6/+10
2007-06-13Update license informationSpencer Janssen1-1/+1
2007-06-13template for module information e documentationAndrea Rossato1-10/+28
2007-06-12changes to work with Stacks that can't be empty.David Roundy1-3/+2
2007-06-12the Stack can be EmptyAndrea Rossato1-0/+1
2007-06-11Updates to work with recent API changesSpencer Janssen1-5/+6
2007-06-11redraw decorations on PropertyNotifyJason Creighton1-1/+1
2007-06-11use safe peek instead of unsafe focusJason Creighton1-3/+2
2007-06-11make Tabbed respect the y position of the layout rect (statusbar bugfix)Jason Creighton1-6/+6
2007-06-10tune layout of Tabbed just a bit.David Roundy1-2/+2
2007-06-10color focussed tab differently.David Roundy1-2/+9
2007-06-10display names of windows on tabs.David Roundy1-2/+18
2007-06-10add sketch of tabbed layout.David Roundy1-0/+41