aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-20-Wall policeSpencer Janssen1-1/+1
2007-06-20Stack windows in the order they are returned by doLayoutSpencer Janssen1-4/+3
2007-06-19make Layouts able to layout whatever they like.David Roundy1-3/+3
2007-06-18float fixed size windowsPeter De Wachter1-1/+3
2007-06-17-Wall police, and turn on -fno-warn-orphansDon Stewart1-2/+2
2007-06-14Fix float stackingSpencer Janssen1-2/+3
2007-06-14Remove 'temporary work around' in 'windows'Spencer Janssen1-23/+0
2007-06-14move initColor to Operations and only store the Pixel value of colorsJason Creighton1-2/+7
2007-06-13prevent keyboard focus from getting lost in some casesJason Creighton1-5/+5
2007-06-12resolve conflict in Operations.David Roundy1-1/+2
2007-06-12add catchX to catch exceptions.David Roundy1-3/+4
2007-06-12make focus, up and down complete functions.David Roundy1-7/+4
2007-06-12fmtDon Stewart1-2/+2
2007-06-12-Wall policeStefan O'Rear1-1/+1
2007-06-12Use a more descriptive name for the layout reversal messageStefan O'Rear1-5/+5
2007-06-12Use broadcastMessage in windows and switchLayout, should improve Xinerama for...Stefan O'Rear1-3/+9
2007-06-12Add a broadcastMessage function, which sends to all visible workspaces withou...Stefan O'Rear1-0/+10
2007-06-11Set withdrawn state after calling windowsSpencer Janssen1-1/+1
2007-06-11Remove obsolete 'layout' functionSpencer Janssen1-14/+6
2007-06-11-Wall policeSpencer Janssen1-1/+1
2007-06-11Comment onlySpencer Janssen1-4/+2
2007-06-11Hide windows that are not supposed to be visibleSpencer Janssen1-13/+11
2007-06-11-Wall policeSpencer Janssen1-1/+1
2007-06-11API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen1-3/+6
2007-06-11Ensure windows get at least 1 pixel for width/heightSpencer Janssen1-1/+4
2007-06-11Restrict the master/slave ratio to [0, 1]Spencer Janssen1-2/+2
2007-06-10a few modifications to event-sending to make Tabbed layout work.David Roundy1-1/+4
2007-06-10send message when "windows" is called.David Roundy1-0/+4
2007-06-10implement Spencer's decoration suggestion.David Roundy1-5/+9
2007-06-10haddock compatibilityAndrea Rossato1-6/+8
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart1-2/+2
2007-06-09cut incorrect comment.David Roundy1-1/+0
2007-06-09doLayout cleanup and commented exception-handling.David Roundy1-3/+3
2007-06-09UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear1-3/+1
2007-06-09Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear1-1/+3
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart1-1/+1
2007-06-06Fix unmap handlingSpencer Janssen1-4/+19
2007-06-06dead importDon Stewart1-1/+1
2007-06-06move extraModifiers/cleanMask to Operations.hsJason Creighton1-2/+11
2007-06-06temporary workaround for delete/focus issue in fullscreen modeDon Stewart1-16/+22
2007-06-06simplify codeDon Stewart1-1/+1
2007-06-05mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart1-2/+3
2007-06-05comments onlyDon Stewart1-23/+5
2007-06-05clean size hint codeDon Stewart1-22/+22
2007-06-05Enable logging of state changes to stdoutDon Stewart1-3/+3
2007-06-05Fix lost eventNotifyMask bugDon Stewart1-9/+24
2007-06-04Comment onlySpencer Janssen1-1/+2
2007-06-04Wibble.Spencer Janssen1-1/+1
2007-06-04apply size hints to floating windowsPeter De Wachter1-2/+4
2007-06-04size hints infrastructurePeter De Wachter1-0/+33