| Commit message (Expand) | Author | Files | Lines |
2009-02-03 | Support for custom event hooks | Daniel Schoepe | 1 | -1/+9 |
2009-01-17 | Add --restart, a command line flag to cause a running xmonad process to restart | Spencer Janssen | 1 | -0/+6 |
2009-01-16 | Remove doubleFork, handle SIGCHLD | Spencer Janssen | 1 | -3/+2 |
2009-01-10 | More flexible userCode function | Daniel Schoepe | 1 | -2/+2 |
2008-12-05 | Accept inferior crossing events. This patch enables fmouse-focus-follows-screen | Spencer Janssen | 1 | -1/+0 |
2008-11-06 | Change screen focus by clicking on the root window. | Spencer Janssen | 1 | -3/+5 |
2008-10-22 | Fix #192. | Spencer Janssen | 1 | -7/+12 |
2008-10-07 | Track mouse position via events received | Spencer Janssen | 1 | -3/+13 |
2008-07-14 | I prefer the spencerjanssen@gmail.com address now | Spencer Janssen | 1 | -1/+1 |
2008-05-02 | Remember if focus changes were caused by mouse actions or by key commands | Klaus Weidner | 1 | -1/+2 |
2008-04-18 | formatting, eta expansion | Don Stewart | 1 | -3/+8 |
2008-04-06 | XMonad.Main: call setlocale on startup | Lukas Mai | 1 | -1/+11 |
2008-03-25 | Remove gaps | Spencer Janssen | 1 | -3/+1 |
2008-03-25 | Main.hs: startupHook should be guarded by userCode | Brent Yorgey | 1 | -1/+1 |
2008-03-21 | XMonad.Core: ignore SIGPIPE, let write calls throw | Lukas Mai | 1 | -0/+3 |
2008-03-11 | update documentation | Brent Yorgey | 1 | -2/+3 |
2008-02-04 | Add a startupHook. | Brent Yorgey | 1 | -0/+2 |
2008-02-07 | Remove non-existent windows on restart | Spencer Janssen | 1 | -6/+9 |
2008-02-06 | Lift initColor exceptions into Maybe | Don Stewart | 1 | -2/+9 |
2008-01-18 | Simplify duplicate/cloned screen logic | Spencer Janssen | 1 | -2/+1 |
2007-12-29 | Make focus-follows-mouse configurable | Spencer Janssen | 1 | -1/+2 |
2007-12-27 | Broadcast button events to all layouts, fix for issue #111 | Spencer Janssen | 1 | -1/+1 |
2007-12-11 | Clean up stale mapped/waitingUnmap state in handle rather than unmanage. | Spencer Janssen | 1 | -1/+4 |
2007-12-11 | Delete windows from waitingUnmap that aren't waitng for any unmaps | Spencer Janssen | 1 | -1/+3 |
2007-12-10 | normalize Module headers | Lukas Mai | 1 | -1/+1 |
2007-11-11 | XMonad.Main uses FlexibleContexts | Spencer Janssen | 1 | -1/+1 |
2007-11-11 | hide existential Layout (mostly) from user API. | David Roundy | 1 | -2/+4 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 1 | -2/+2 |
2007-11-05 | makeMain -> xmonad | Don Stewart | 1 | -3/+3 |
2007-11-05 | EventLoop -> Core, DefaultConfig -> Config | Don Stewart | 1 | -2/+2 |
2007-11-02 | Float handler out of makeMain, make keys and mouseBindings dependent on XConf... | Spencer Janssen | 1 | -122/+131 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -4/+4 |
2007-11-01 | Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch' | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 1 | -1/+2 |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen | 1 | -4/+7 |
2007-11-01 | Eliminate defaultTerminal | Spencer Janssen | 1 | -1/+0 |
2007-11-01 | Store user configuration in XConf | Spencer Janssen | 1 | -22/+7 |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen | 1 | -21/+24 |
2007-10-29 | cleaner version of main/config inversion. | David Roundy | 1 | -26/+39 |
2007-10-18 | make xmonad work with inverted main/config. | David Roundy | 1 | -1/+1 |
2007-10-18 | sketch of config/main inversion. | David Roundy | 1 | -0/+264 |