| Commit message (Expand) | Author | Age | Files | Lines |
* | Prompt.Theme: display all theme information and handle completion accordingly | Andrea Rossato | 2008-02-16 | 1 | -2/+8 |
* | Prompt.Shell: if there's just one completion and it is a directory add a trai... | Andrea Rossato | 2008-02-16 | 1 | -2/+8 |
* | Prompt: added nextCompletion and commandToComplete methods to fine tune promp... | Andrea Rossato | 2008-02-16 | 1 | -21/+29 |
* | Util.Themes: add ppThemeInfor to render the theme info | Andrea Rossato | 2008-02-16 | 1 | -0/+7 |
* | DecorationMadness: resizable layouts now use MouseResize too | Andrea Rossato | 2008-02-12 | 1 | -46/+63 |
* | SimpleFloat now uses MouseResize | Andrea Rossato | 2008-02-12 | 1 | -4/+5 |
* | Add Actions.MouseResize: a layout modifier to resize windows with the mouse | Andrea Rossato | 2008-02-12 | 1 | -0/+119 |
* | Decoration: remove mouse resize and more | Andrea Rossato | 2008-02-12 | 1 | -17/+15 |
* | Decoration.hs: variable names consistency only | Andrea Rossato | 2008-02-11 | 1 | -6/+6 |
* | Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou... | Andrea Rossato | 2008-02-11 | 2 | -0/+2 |
* | Decoration: DecorationStyle class cleanup and focus/drag unification | Andrea Rossato | 2008-02-11 | 1 | -16/+34 |
* | Refactor XMonad.Hooks.DynamicLog | Roman Cheplyaka | 2008-02-10 | 1 | -4/+15 |
* | DecorationMadness: comment only | Andrea Rossato | 2008-02-10 | 1 | -4/+3 |
* | DecorationMadness: added a few floating layouts | Andrea Rossato | 2008-02-10 | 1 | -0/+81 |
* | SimpleFloat: export SimpleFloat and add documentation | Andrea Rossato | 2008-02-10 | 1 | -3/+8 |
* | Move DefaultDecoration from DecorationMadness to Decoration | Andrea Rossato | 2008-02-10 | 2 | -4/+4 |
* | Themes: added robertTheme and donaldTheme | Andrea Rossato | 2008-02-10 | 1 | -0/+37 |
* | DecorationMadness: make tunable tabbed layouts respect the Theme decoHeight f... | Andrea Rossato | 2008-02-10 | 1 | -4/+4 |
* | ScreenResize: vertical and horizontal now respond to SetTheme | Andrea Rossato | 2008-02-10 | 1 | -3/+8 |
* | WindowGo.hs: fix syntax in example | Brent Yorgey | 2008-02-09 | 1 | -1/+1 |
* | +doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybe | gwern0 | 2008-02-05 | 1 | -1/+8 |
* | Run.hs: add an option to runinterms | gwern0 | 2008-02-05 | 3 | -7/+7 |
* | Add DecorationMadness: a repository of weirdnesses | Andrea Rossato | 2008-02-09 | 1 | -0/+527 |
* | Decoration: change mouseEventHook to decoEventHook and more | Andrea Rossato | 2008-02-09 | 1 | -15/+18 |
* | Tabbed: add simpleTabbed and fx documentation | Andrea Rossato | 2008-02-09 | 1 | -3/+24 |
* | Arossato: update to latest changes | Andrea Rossato | 2008-02-08 | 1 | -12/+18 |
* | Decoration: enable mouse dragging of windows | Andrea Rossato | 2008-02-08 | 1 | -5/+11 |
* | WindowArranger: add a SetGeometry message - needed to enable mouseDrag | Andrea Rossato | 2008-02-08 | 1 | -1/+5 |
* | Decoration: add a mouseEventHook methohd and move mouse button event there | Andrea Rossato | 2008-02-08 | 1 | -5/+12 |
* | Util.Thems: some more typos in comments | Andrea Rossato | 2008-02-08 | 1 | -3/+3 |
* | Util.Themes: documentation and export list (added themes that have been left ... | Andrea Rossato | 2008-02-08 | 1 | -7/+29 |
* | Prompt.Theme: comments and some point-free | Andrea Rossato | 2008-02-08 | 1 | -6/+6 |
* | oxymor00nTheme | its.sec | 2008-02-07 | 1 | -0/+21 |
* | add swapScreen to CycleWS | its.sec | 2008-02-06 | 1 | -0/+17 |
* | Decoration: consistency of variable names | Andrea Rossato | 2008-02-07 | 1 | -30/+30 |
* | Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo... | Andrea Rossato | 2008-02-07 | 1 | -0/+52 |
* | Decoration: add a SetTheme message and releaseResources | Andrea Rossato | 2008-02-07 | 1 | -10/+17 |
* | Add Util.Themes to collect user contributed themes | Andrea Rossato | 2008-02-07 | 1 | -0/+94 |
* | SimpleFloat: comment only | Andrea Rossato | 2008-02-07 | 1 | -1/+1 |
* | Update to safer initColor api | Don Stewart | 2008-02-06 | 2 | -7/+9 |
* | use Util.WorkspaceCompare in Prompt.Workspace. | David Roundy | 2008-02-06 | 1 | -2/+3 |
* | roll back to previous version of Droundy.hs. | David Roundy | 2008-02-05 | 1 | -10/+10 |
* | make WindowNavigation ignore decorations. | David Roundy | 2008-02-05 | 1 | -7/+9 |
* | make tabbed work nicely with LayoutCombinators and WindowNavigation. | David Roundy | 2008-02-05 | 2 | -14/+23 |
* | make WindowNavigation work when windows are stacked. | David Roundy | 2008-02-05 | 1 | -1/+1 |
* | XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ... | gwern0 | 2008-02-04 | 1 | -0/+75 |
* | enable proper handling of panels in droundy config. | David Roundy | 2008-02-04 | 1 | -0/+3 |
* | enable button click for focus in tabbed. | David Roundy | 2008-02-04 | 1 | -0/+8 |
* | in Decoration, remove windows that are precisely hidden underneath other wind... | David Roundy | 2008-02-04 | 1 | -3/+8 |
* | switch tabbed back to using Simplest (so tabs will be shown). | David Roundy | 2008-02-04 | 1 | -2/+3 |