aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* make Layouts able to layout whatever they like.David Roundy2007-06-191-3/+3
* float fixed size windowsPeter De Wachter2007-06-181-1/+3
* -Wall police, and turn on -fno-warn-orphansDon Stewart2007-06-171-2/+2
* Fix float stackingSpencer Janssen2007-06-141-2/+3
* Remove 'temporary work around' in 'windows'Spencer Janssen2007-06-141-23/+0
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-141-2/+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-121-3/+4
* make focus, up and down complete functions.David Roundy2007-06-121-7/+4
* 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
* 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-111-3/+6
* 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
* a few modifications to event-sending to make Tabbed layout work.David Roundy2007-06-101-1/+4
* send message when "windows" is called.David Roundy2007-06-101-0/+4
* implement Spencer's decoration suggestion.David Roundy2007-06-101-5/+9
* haddock compatibilityAndrea Rossato2007-06-101-6/+8
* Move state logging into Config.hs, via logHook :: X ()Don Stewart2007-06-101-2/+2
* 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-091-3/+1
* Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear2007-06-091-1/+3
* HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart2007-06-091-1/+1
* Fix unmap handlingSpencer Janssen2007-06-061-4/+19
* dead importDon Stewart2007-06-061-1/+1
* move extraModifiers/cleanMask to Operations.hsJason Creighton2007-06-061-2/+11
* temporary workaround for delete/focus issue in fullscreen modeDon Stewart2007-06-061-16/+22
* simplify codeDon Stewart2007-06-061-1/+1
* mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart2007-06-051-2/+3
* comments onlyDon Stewart2007-06-051-23/+5
* clean size hint codeDon Stewart2007-06-051-22/+22
* Enable logging of state changes to stdoutDon Stewart2007-06-051-3/+3
* Fix lost eventNotifyMask bugDon Stewart2007-06-051-9/+24
* Comment onlySpencer Janssen2007-06-041-1/+2
* Wibble.Spencer Janssen2007-06-041-1/+1
* apply size hints to floating windowsPeter De Wachter2007-06-041-2/+4
* size hints infrastructurePeter De Wachter2007-06-041-0/+33
* Delete stale commentSpencer Janssen2007-06-041-2/+0
* Use 'windows' in 'focus'Spencer Janssen2007-06-041-1/+1