aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add 2 properties to state where focus goes on delete of focused windowDon Stewart2007-06-261-1/+24
* fix empty case in 'filter', and note differences in semantics wrt. focus to '...Don Stewart2007-06-261-4/+9
* clean up 'StackSet.filter' for styleDon Stewart2007-06-261-4/+4
* minor tweaks, ideas from joachim.fasting@Don Stewart2007-06-212-2/+2
* only perform mouse events on managed windows. closes #28Don Stewart2007-06-211-2/+2
* Update Layout documentationSpencer Janssen2007-06-201-2/+9
* -Wall policeSpencer Janssen2007-06-201-1/+1
* Stack windows in the order they are returned by doLayoutSpencer Janssen2007-06-201-4/+3
* 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