aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove out of date `(Included with GHC)' text in READMEDon Stewart2007-06-201-6/+0
* make Layouts able to layout whatever they like.David Roundy2007-06-193-8/+8
* float fixed size windowsPeter De Wachter2007-06-181-1/+3
* Remove all references to 'exec'Spencer Janssen2007-06-182-2/+2
* -Wall police, and turn on -fno-warn-orphansDon Stewart2007-06-172-8/+3
* make workspace tag not need to be a Num.David Roundy2007-06-143-58/+63
* Fix float stackingSpencer Janssen2007-06-141-2/+3
* Remove 'temporary work around' in 'windows'Spencer Janssen2007-06-141-23/+0
* haddock tuning for StackSet.hsAndrea Rossato2007-06-141-28/+45
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-143-7/+11
* haddick fine tuningAndrea Rossato2007-06-131-10/+10
* IndentationSpencer Janssen2007-06-131-7/+7
* prevent keyboard focus from getting lost in some casesJason Creighton2007-06-131-5/+5
* resolve conflict in Operations.David Roundy2007-06-121-1/+2
* add catchX to catch exceptions.David Roundy2007-06-122-4/+16
* make focus, up and down complete functions.David Roundy2007-06-125-74/+76
* add differentiate function to StackSet to go [a] -> Stack a.David Roundy2007-06-121-1/+8
* Make 'view' a total functionSpencer Janssen2007-06-121-1/+1
* fmtDon Stewart2007-06-121-2/+2
* -Wall policeStefan O'Rear2007-06-121-1/+1
* Use a more descriptive name for the layout reversal messageStefan O'Rear2007-06-121-5/+5
* Use broadcastMessage in windows and switchLayout, should improve Xinerama for...Stefan O'Rear2007-06-121-3/+9
* Add a broadcastMessage function, which sends to all visible workspaces withou...Stefan O'Rear2007-06-121-0/+10
* TODO for scanSpencer Janssen2007-06-111-0/+2
* Set withdrawn state after calling windowsSpencer Janssen2007-06-111-1/+1
* Remove obsolete 'layout' functionSpencer Janssen2007-06-111-14/+6
* -Wall policeSpencer Janssen2007-06-111-1/+1
* Comment onlySpencer Janssen2007-06-111-4/+2
* Hide windows that are not supposed to be visibleSpencer Janssen2007-06-111-13/+11
* -Wall policeSpencer Janssen2007-06-111-1/+1
* API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen2007-06-112-4/+7
* -Wall policeSpencer Janssen2007-06-111-1/+1
* Add StackSet.filterSpencer Janssen2007-06-112-3/+16
* Use catchIO in 'restart'Spencer Janssen2007-06-111-2/+1
* Rename safeIO to catchIOSpencer Janssen2007-06-111-3/+5
* add safeIO which catches and logs exceptions.David Roundy2007-06-111-1/+4
* Ensure windows get at least 1 pixel for width/heightSpencer Janssen2007-06-111-1/+4
* Restrict the master/slave ratio to [0, 1]Spencer Janssen2007-06-111-2/+2
* comment onlyJason Creighton2007-06-111-2/+2
* a few modifications to event-sending to make Tabbed layout work.David Roundy2007-06-102-3/+5
* send message when "windows" is called.David Roundy2007-06-101-0/+4
* implement Spencer's decoration suggestion.David Roundy2007-06-103-7/+13
* haddock compatibilityAndrea Rossato2007-06-105-92/+107
* Move state logging into Config.hs, via logHook :: X ()Don Stewart2007-06-105-57/+14
* polish serialisation code (-7 lines)Don Stewart2007-06-101-30/+36
* cut incorrect comment.David Roundy2007-06-091-1/+0
* doLayout cleanup and commented exception-handling.David Roundy2007-06-091-3/+3
* UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear2007-06-092-11/+17
* Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear2007-06-092-17/+11
* HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart2007-06-094-5/+44