aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove unneeded do.David Roundy2007-08-131-3/+2
* make splitHorizontallyBy accept any RealFrac.David Roundy2007-08-131-1/+1
* Operations.windows: minor refactorSpencer Janssen2007-08-151-3/+2
* CleanupSpencer Janssen2007-08-101-8/+11
* move event loop out of mouseDrag.David Roundy2007-08-071-20/+24
* only display any given window once.David Roundy2007-07-241-1/+5
* Add greedyView, make it the default action for mod-werSpencer Janssen2007-08-151-1/+1
* restore focus to currently focused window after "float" (closes #32)Jason Creighton2007-07-101-1/+1
* Operations.screenWorkspace: return Nothing when the screen does not existSpencer Janssen2007-07-081-3/+3
* Operations.rescreen: screen indexes start at zeroSpencer Janssen2007-07-081-1/+1
* Note and workaround bugs in Operations.floatSpencer Janssen2007-07-051-0/+4
* UPGRADE X11-Extras! Manage iconified windowsSpencer Janssen2007-06-301-1/+1
* Move screen details into StackSetSpencer Janssen2007-06-291-25/+23
* Change a window's workspace when dragging across screens (closes #30)Jason Creighton2007-06-281-6/+16
* support self-modifying layouts.David Roundy2007-06-231-5/+9
* minor tweaks, ideas from joachim.fasting@Don Stewart2007-06-211-1/+1
* only perform mouse events on managed windows. closes #28Don Stewart2007-06-211-2/+2
* -Wall policeSpencer Janssen2007-06-201-1/+1
* Stack windows in the order they are returned by doLayoutSpencer Janssen2007-06-201-4/+3
* 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