aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-14Tabbed.hs: Get correct color values instead of assuming a 24-bit displayJason Creighton1-6/+10
Using, eg, 0xBBBBBB directly makes assumptions about the server's colormap and only works on 24-bit displays. This patch fetches the colors on every doLayout call, which is ugly, but works. It would be nice if we could do all the required initColors only once. darcs-hash:20070613235049-b9aa7-8505038bc46ba47d39ffe106df67eb060cd3d3ae.gz
2007-06-13Update license informationSpencer Janssen1-1/+1
darcs-hash:20070613152829-a5988-c3243be0138fb07dede241c148bcfb1a0cd5a54c.gz
2007-06-13template for module information e documentationAndrea Rossato1-10/+28
darcs-hash:20070613131029-32816-c60792d6cdcabc37ca1bc5ffa9d61c6babf84cc0.gz
2007-06-12changes to work with Stacks that can't be empty.David Roundy1-3/+2
darcs-hash:20070612151209-72aca-62307f8565fc32ca80be8daf2c30fe414d49111e.gz
2007-06-12the Stack can be EmptyAndrea Rossato1-0/+1
darcs-hash:20070612055144-32816-ce6e65fc1ce44c16163c4414e5594f6475e07ae8.gz
2007-06-11Updates to work with recent API changesSpencer Janssen1-5/+6
darcs-hash:20070611183439-a5988-c3d6cc194fa83f012ab49d6d79130ff459dcdfe1.gz
2007-06-11redraw decorations on PropertyNotifyJason Creighton1-1/+1
newDecoration now takes a Window parameter, which is the window the decoration is "for". If there is a PropertyNotify for that window, the decoration is redrawn. darcs-hash:20070611021408-b9aa7-b01860371ef9e47a06ab4541aee09422c8f19865.gz
2007-06-11use safe peek instead of unsafe focusJason Creighton1-3/+2
Fixes crashing bug with Xinerama where you have a tabbed layout on one screen and attempt to switch to an empty workspace on the other. darcs-hash:20070611015437-b9aa7-19e093acecdf9c248a965625b226b82b1422ffd0.gz
2007-06-11make Tabbed respect the y position of the layout rect (statusbar bugfix)Jason Creighton1-6/+6
darcs-hash:20070610231510-b9aa7-c3b9ee2c2ead8d21e2fe36343575706424617171.gz
2007-06-10tune layout of Tabbed just a bit.David Roundy1-2/+2
darcs-hash:20070610203513-72aca-aed9945d5a3935ce447a298f4b6c2abba53817c0.gz
2007-06-10color focussed tab differently.David Roundy1-2/+9
darcs-hash:20070610195743-72aca-fcc3b7023c3379b10d68050a4a68d753f7a0aab5.gz
2007-06-10display names of windows on tabs.David Roundy1-2/+18
darcs-hash:20070610163729-72aca-1f53da6ef8f2d4254544bfa679121aac564b3ea9.gz
2007-06-10add sketch of tabbed layout.David Roundy1-0/+41
darcs-hash:20070610153926-72aca-9c08c36025522b50a3f2df1eed8f09c3bbb30495.gz