| Commit message (Expand) | Author | Files | Lines |
2008-10-05 | add killWindow function | Joachim Breitner | 1 | -3/+7 |
2008-10-07 | Regression: ungrab buttons on *non* root windows | Spencer Janssen | 1 | -1/+1 |
2008-10-07 | Partial fix for #40 | Spencer Janssen | 1 | -6/+12 |
2008-10-07 | Fix haddock | Spencer Janssen | 1 | -2/+2 |
2008-10-07 | Move screen locating code into pointScreen | Spencer Janssen | 1 | -3/+8 |
2008-10-07 | Make pointWithin a top-level binding | Spencer Janssen | 1 | -5/+8 |
2008-06-01 | Haddock links | Malebria | 1 | -7/+7 |
2008-05-02 | Remember if focus changes were caused by mouse actions or by key commands | Klaus Weidner | 1 | -2/+5 |
2008-05-06 | Wibble | Spencer Janssen | 1 | -1/+1 |
2008-04-08 | Set focus *after* revealing windows | Spencer Janssen | 1 | -1/+1 |
2008-04-08 | Reveal windows after moving/resizing them. | Spencer Janssen | 1 | -1/+2 |
2008-04-30 | Hide newly created but non-visible windows (fixes bug #172) | Spencer Janssen | 1 | -1/+2 |
2008-04-05 | floats always use current screen (with less bugs) | robreim | 1 | -2/+2 |
2008-04-04 | XMonad.Operations: applySizeHint reshuffle | Lukas Mai | 1 | -5/+21 |
2008-03-25 | Remove gaps | Spencer Janssen | 1 | -16/+2 |
2008-03-22 | clean up for style | Don Stewart | 1 | -10/+11 |
2008-02-23 | add sendMessageWithNoRefresh and have broadcastMessage use it | Andrea Rossato | 1 | -12/+35 |
2008-03-21 | Revert float location patch. Not Xinerama safe | Don Stewart | 1 | -8/+8 |
2008-02-22 | runLayout is now a LayoutClass method and takes the Workspace and the screen ... | Andrea Rossato | 1 | -5/+5 |
2008-03-08 | Small linecount fix :) | robreim | 1 | -2/+1 |
2008-03-08 | Change floats to always use the current screen | robreim | 1 | -5/+6 |
2008-02-06 | Lift initColor exceptions into Maybe | Don Stewart | 1 | -3/+5 |
2008-02-04 | Rename runManageHook to runQuery | Spencer Janssen | 1 | -1/+2 |
2008-01-18 | Simplify duplicate/cloned screen logic | Spencer Janssen | 1 | -20/+21 |
2007-12-31 | Put the screen removing stuff in getCleanedScreenInfo | Joachim Breitner | 1 | -5/+13 |
2007-12-31 | Ignore cloned screens | Joachim Breitner | 1 | -2/+13 |
2007-12-19 | Call 'broadcastMessage ReleaseResources' in restart | Spencer Janssen | 1 | -17/+0 |
2007-12-12 | Set withdrawnState after calling hide | Spencer Janssen | 1 | -1/+5 |
2007-12-11 | Remove stale comment | Spencer Janssen | 1 | -1/+0 |
2007-12-11 | Make windows responsible for setting withdrawn state | Spencer Janssen | 1 | -3/+4 |
2007-12-11 | Remove stale comment | Spencer Janssen | 1 | -2/+0 |
2007-12-11 | Clean up stale mapped/waitingUnmap state in handle rather than unmanage. | Spencer Janssen | 1 | -1/+0 |
2007-12-10 | normalize Module headers | Lukas Mai | 1 | -1/+1 |
2007-11-24 | Move XMonad.Layouts to XMonad.Layout for uniformity with xmc | Andrea Rossato | 1 | -1/+1 |
2007-11-20 | clean up fmap overuse with applicatives. more opportunities remain | Don Stewart | 1 | -8/+9 |
2007-11-19 | ManageHook is a Monoid | Spencer Janssen | 1 | -1/+1 |
2007-11-19 | No more liftM | Spencer Janssen | 1 | -3/+3 |
2007-11-09 | New ManageHook system | Spencer Janssen | 1 | -3/+1 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 1 | -1/+1 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -3/+3 |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 1 | -2/+2 |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen | 1 | -6/+8 |
2007-11-01 | Remove manageHook from Main.hs-boot | Spencer Janssen | 1 | -2/+3 |
2007-11-01 | -Wall police | Spencer Janssen | 1 | -2/+1 |
2007-11-01 | Store user configuration in XConf | Spencer Janssen | 1 | -3/+3 |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen | 1 | -158/+2 |
2007-10-29 | cleaner version of main/config inversion. | David Roundy | 1 | -4/+5 |
2007-10-25 | make setLayout a bit more inclusive. | David Roundy | 1 | -2/+2 |
2007-10-18 | make xmonad work with inverted main/config. | David Roundy | 1 | -1/+2 |
2007-10-28 | New windows start in the iconic state | Spencer Janssen | 1 | -5/+6 |