| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added wmii like actions extension. | Juraj Hercek | 2007-10-10 | 2 | -0/+102 |
* | Remove spurious output from ShellPrompt | Spencer Janssen | 2007-10-11 | 1 | -1/+0 |
* | add/reformat (commented out) tracing code to SwitchTrans | l.mai | 2007-10-11 | 1 | -8/+15 |
* | NoBorders bugfix (I hope) | l.mai | 2007-10-11 | 1 | -1/+1 |
* | XSelection.hs: Implement Andrea's idea for handling non-UTF-8 string cases | gwern0 | 2007-10-10 | 1 | -5/+4 |
* | Add XSelection to MetaModule | Spencer Janssen | 2007-10-10 | 1 | -0/+1 |
* | XSelection.hs: a new module for XMonadContrib dealing with copy-and-paste | gwern0 | 2007-10-09 | 1 | -0/+154 |
* | Add WindowPrompt: the XPrompt equivalent of WindowBringer | Andrea Rossato | 2007-10-09 | 1 | -0/+88 |
* | WindowBringer: export windowMapWith used by WindowPrompt | Andrea Rossato | 2007-10-09 | 1 | -1/+1 |
* | MetaModule: added WindowPrompt | Andrea Rossato | 2007-10-09 | 1 | -0/+1 |
* | LayoutScreens: update docs | Spencer Janssen | 2007-10-08 | 1 | -1/+1 |
* | TwoPane: update docs | Spencer Janssen | 2007-10-08 | 1 | -2/+2 |
* | DragPane: no need to deal with expose events in this simplified version | Andrea Rossato | 2007-10-08 | 1 | -16/+8 |
* | make createNewWindow set background and foreground to a given color. | David Roundy | 2007-10-08 | 3 | -8/+7 |
* | Fix more LANGUAGE pragmas | Shachaf Ben-Kiki | 2007-10-08 | 5 | -5/+13 |
* | Add LANGUAGE pragams | Shachaf Ben-Kiki | 2007-10-08 | 26 | -24/+34 |
* | fix SwitchTrans some more | l.mai | 2007-10-08 | 1 | -12/+15 |
* | update doco | Devin Mullins | 2007-10-07 | 1 | -2/+3 |
* | add bringMenu, and extract duplication | Devin Mullins | 2007-10-07 | 1 | -10/+25 |
* | DragPane must handle ExposeEvent too | Andrea Rossato | 2007-10-08 | 1 | -8/+17 |
* | ShellPrompt.hs: add getShellCompl to export list | gwern0 | 2007-10-08 | 1 | -4/+5 |
* | Tabbed and XPrompt updated to lates Extras changes | Andrea Rossato | 2007-10-07 | 2 | -18/+13 |
* | doc fixes for ManageDocks | Devin Mullins | 2007-10-07 | 1 | -1/+3 |
* | fix(?) SwitchTrans (makes noBorders work again) | l.mai | 2007-10-07 | 1 | -11/+18 |
* | avoid compiler warning in FlexibleManipulate | l.mai | 2007-10-07 | 1 | -1/+1 |
* | update NoBorders.hs configuration documentation | gwern0 | 2007-10-07 | 1 | -2/+2 |
* | d'oh, add WindowBringer to MetaModule | Devin Mullins | 2007-10-07 | 1 | -0/+1 |
* | Maybe? What Maybe? (rollback earlier dmenu change) | Devin Mullins | 2007-10-07 | 5 | -22/+13 |
* | Enter WindowBringer, Bringer of Windows. | Devin Mullins | 2007-10-07 | 1 | -0/+65 |
* | add dmenuMap function | Devin Mullins | 2007-10-07 | 1 | -3/+8 |
* | ShellPrompt: check for executables and better error handling | Andrea Rossato | 2007-10-07 | 1 | -18/+20 |
* | Move my NextWorkspace functionality into CycleWS | mail | 2007-10-07 | 3 | -131/+81 |
* | ManageDocks now handles STRUT windows as well | mail | 2007-10-07 | 1 | -5/+46 |
* | NextWorkspace haddock improvement | mail | 2007-10-07 | 1 | -0/+6 |
* | NextWorkspace: Go forward or backward | mail | 2007-10-07 | 2 | -0/+92 |
* | Better EWMH support | mail | 2007-10-07 | 1 | -0/+16 |
* | Add ShellPrompt to MetaModule | Andrea Rossato | 2007-10-07 | 1 | -2/+1 |
* | Tabbed: updated to the last (unannounced) API changes | Andrea Rossato | 2007-10-07 | 1 | -1/+5 |
* | ShellPrompt: fromMaybe requires importing Data.Maybe | Andrea Rossato | 2007-10-07 | 1 | -0/+1 |
* | add MouseGestures to MetaModule | l.mai | 2007-10-07 | 1 | -0/+1 |
* | re-add SwitchTrans to MetaModule | l.mai | 2007-10-07 | 1 | -1/+1 |
* | add MouseGestures.hs to darcs | l.mai | 2007-10-07 | 1 | -0/+116 |
* | document noBorders breakage | l.mai | 2007-10-07 | 1 | -8/+17 |
* | Replace -fglasgow-exts with LANGUAGE pragma in WindowNavigation.hs | nornagon | 2007-10-07 | 1 | -1/+1 |
* | Replace -fglasgow-exts with LANGUAGE pragma in ResizableTile.hs | nornagon | 2007-10-07 | 1 | -1/+1 |
* | Replace -fglasgow-exts with LANGUAGE pragma in MosaicAlt.hs | nornagon | 2007-10-07 | 1 | -1/+1 |
* | Replace -fglasgow-exts with LANGUAGE pragma in Grid.hs | nornagon | 2007-10-07 | 1 | -1/+1 |
* | Replace -fglasgow-exts with LANGUAGE pragma in Dishes.hs | nornagon | 2007-10-07 | 1 | -1/+1 |
* | update SwitchTrans for the new layout system | l.mai | 2007-10-06 | 1 | -65/+71 |
* | Two new dynamic log functions that display the title of the currently focused... | Christian Thiemann | 2007-10-06 | 1 | -2/+31 |