| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | minor tweaks, ideas from joachim.fasting@ | Don Stewart | 2007-06-21 | 1 | -1/+1 |
* | Update Layout documentation | Spencer Janssen | 2007-06-20 | 1 | -2/+9 |
* | make Layouts able to layout whatever they like. | David Roundy | 2007-06-19 | 1 | -4/+4 |
* | move initColor to Operations and only store the Pixel value of colors | Jason Creighton | 2007-06-14 | 1 | -2/+2 |
* | haddick fine tuning | Andrea Rossato | 2007-06-13 | 1 | -10/+10 |
* | Indentation | Spencer Janssen | 2007-06-13 | 1 | -7/+7 |
* | add catchX to catch exceptions. | David Roundy | 2007-06-12 | 1 | -1/+12 |
* | make focus, up and down complete functions. | David Roundy | 2007-06-12 | 1 | -1/+4 |
* | API CHANGE: Give doLayout a Stack rather than a flattened list | Spencer Janssen | 2007-06-11 | 1 | -1/+1 |
* | Use catchIO in 'restart' | Spencer Janssen | 2007-06-11 | 1 | -2/+1 |
* | Rename safeIO to catchIO | Spencer Janssen | 2007-06-11 | 1 | -3/+5 |
* | add safeIO which catches and logs exceptions. | David Roundy | 2007-06-11 | 1 | -1/+4 |
* | implement Spencer's decoration suggestion. | David Roundy | 2007-06-10 | 1 | -1/+1 |
* | haddock compatibility | Andrea Rossato | 2007-06-10 | 1 | -2/+1 |
* | Move state logging into Config.hs, via logHook :: X () | Don Stewart | 2007-06-10 | 1 | -49/+3 |
* | polish serialisation code (-7 lines) | Don Stewart | 2007-06-10 | 1 | -30/+36 |
* | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 2007-06-09 | 1 | -2/+42 |
* | Fix unmap handling | Spencer Janssen | 2007-06-06 | 1 | -5/+7 |
* | Remove no-longer-needed 'dimensions' state (-5 loc) | Stefan O'Rear | 2007-06-04 | 1 | -1/+0 |
* | Set WM_STATE, iconify invisible windows (+9 loc) | Stefan O'Rear | 2007-06-04 | 1 | -2/+4 |
* | whitespace | Don Stewart | 2007-06-04 | 1 | -3/+3 |
* | -Wall | Don Stewart | 2007-06-04 | 1 | -1/+0 |
* | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 2007-06-04 | 1 | -3/+11 |
* | Rename withWorkspace to withWindowSet. | glasser | 2007-06-01 | 1 | -4/+4 |
* | Minor style change. | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | log errors on executeFile in restart | nickburlett | 2007-05-30 | 1 | -1/+1 |
* | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 2007-05-28 | 1 | -14/+11 |
* | mod-b, toggle on or off the status bar gap | Don Stewart | 2007-05-27 | 1 | -0/+1 |
* | dead code | Don Stewart | 2007-05-27 | 1 | -1/+0 |
* | restart: don't preserve old args | Spencer Janssen | 2007-05-22 | 1 | -4/+3 |
* | Generalize withDisplay's type | Spencer Janssen | 2007-05-22 | 1 | -1/+1 |
* | List --resume args first | Spencer Janssen | 2007-05-22 | 1 | -1/+1 |
* | Experimental support for a beefier restart. | Spencer Janssen | 2007-05-21 | 1 | -7/+15 |
* | Catch the exception rather than explicitly checking the PATH | Spencer Janssen | 2007-05-21 | 1 | -6/+2 |
* | Put restart in the X monad | Spencer Janssen | 2007-05-21 | 1 | -2/+2 |
* | Show instances for WorkspaceId and ScreenId | Spencer Janssen | 2007-05-21 | 1 | -2/+2 |
* | Use Position for dimensions | Spencer Janssen | 2007-05-21 | 1 | -4/+4 |
* | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 2007-05-21 | 1 | -3/+3 |
* | s/workspace/windowset/ | Jason Creighton | 2007-05-21 | 1 | -2/+2 |
* | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 2007-05-20 | 1 | -4/+31 |
* | put doLayout in the X monad. | David Roundy | 2007-05-12 | 1 | -1/+1 |
* | setsid() before exec. Intended to fix issue #7 | Spencer Janssen | 2007-05-14 | 1 | -2/+2 |
* | since we just ignore type errors, no need to derive Show | Don Stewart | 2007-05-04 | 1 | -1/+1 |
* | Constrain layout messages to be members of a Message class | Don Stewart | 2007-05-04 | 1 | -10/+28 |
* | Handle empty layout lists | Spencer Janssen | 2007-05-04 | 1 | -1/+2 |
* | refactoring, style, comments on new layout code | Don Stewart | 2007-05-04 | 1 | -1/+3 |
* | add support for extensible layouts. | David Roundy | 2007-05-03 | 1 | -11/+5 |
* | comments. and stop tracing events to stderr | Don Stewart | 2007-05-03 | 1 | -2/+6 |
* | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 2007-04-30 | 1 | -1/+0 |