| Commit message (Expand) | Author | Age | Files | Lines |
* | X.A.WindowNavigation: fix currentPosition | Devin Mullins | 2008-05-11 | 1 | -23/+28 |
* | X.A.WindowNavigation: add TODOs | Devin Mullins | 2008-05-11 | 1 | -2/+8 |
* | X.A.WindowNavigation state is now workspace-specific | Devin Mullins | 2008-05-11 | 1 | -9/+14 |
* | X.A.WindowNavigation: minor doco changes | Devin Mullins | 2008-05-06 | 1 | -2/+2 |
* | add draft XMonad.Actions.WindowNavigation | Devin Mullins | 2008-05-04 | 2 | -0/+136 |
* | new contrib module to launch apps with command line parameters | zhen.sydow | 2008-05-13 | 2 | -0/+71 |
* | pull suppressWhen logic into main WithUrgencyHook handler | Devin Mullins | 2008-05-13 | 1 | -17/+18 |
* | add suppressWhen option to dzenUrgencyHook | Devin Mullins | 2008-05-13 | 1 | -11/+22 |
* | WindowNavigation: extract navigable function | Devin Mullins | 2008-04-22 | 1 | -5/+8 |
* | UrgencyHook: doc typo | Devin Mullins | 2008-05-12 | 1 | -2/+2 |
* | UrgencyHook: extract whenNotVisible | Devin Mullins | 2008-05-12 | 1 | -5/+10 |
* | SpawnUrgencyHook, FWIW | Devin Mullins | 2008-05-12 | 1 | -0/+9 |
* | make UrgencyHook an EventHook | Devin Mullins | 2008-05-12 | 1 | -39/+33 |
* | 'xmobar' function added to DynamicLog for running xmobar with some defaults | Ivan N. Veselov | 2008-05-08 | 3 | -7/+36 |
* | HintedTile: Fix mistake in documentation. | lithis | 2008-05-08 | 1 | -4/+4 |
* | Use gnome-session-save for the mod-shift-q binding | Spencer Janssen | 2008-05-07 | 1 | -1/+2 |
* | Use the named constant 'none' rather than 0 | Spencer Janssen | 2008-05-07 | 1 | -1/+1 |
* | HintedTile: Improve documentation. | lithis | 2008-05-08 | 1 | -4/+17 |
* | Whitespace only | Spencer Janssen | 2008-05-07 | 1 | -1/+0 |
* | Add a binding for Gnome's "Run Application" dialog | Spencer Janssen | 2008-05-07 | 1 | -2/+24 |
* | Add some keybindings to the Kde config | Spencer Janssen | 2008-05-07 | 1 | -1/+10 |
* | Indentation | Spencer Janssen | 2008-05-07 | 1 | -5/+4 |
* | Add ToggleStruts to the desktop config | Spencer Janssen | 2008-05-07 | 1 | -0/+6 |
* | Refactor my config | Spencer Janssen | 2008-05-07 | 1 | -2/+4 |
* | Add XMonad.Config.Kde | Spencer Janssen | 2008-05-07 | 2 | -0/+33 |
* | Don't move the pointer if the user is moving the mouse | Klaus Weidner | 2008-04-17 | 1 | -2/+4 |
* | Missing pragmas | Don Stewart | 2008-05-06 | 1 | -4/+4 |
* | Add full documentation | Don Stewart | 2008-05-05 | 2 | -1/+17 |
* | minor cleanup on getName | Devin Mullins | 2008-05-04 | 1 | -5/+3 |
* | bug doco for UrgencyHook | Devin Mullins | 2008-04-26 | 1 | -0/+4 |
* | NamedWindows: when converting the text property, handle the empty list. | Spencer Janssen | 2008-05-02 | 1 | -1/+6 |
* | Fix issue #179 by handling events correctly | Andrea Rossato | 2008-05-01 | 1 | -2/+2 |
* | My monitor is larger now :) | Spencer Janssen | 2008-04-30 | 1 | -1/+1 |
* | manageHooks for my config | Spencer Janssen | 2008-04-30 | 1 | -1/+4 |
* | Remove redundant type signature | Spencer Janssen | 2008-04-30 | 1 | -1/+1 |
* | Add XMonad.Config.Desktop and XMonad.Config.Gnome | Spencer Janssen | 2008-04-30 | 3 | -0/+67 |
* | Alphabetize exposed-modules | Spencer Janssen | 2008-04-30 | 1 | -1/+1 |
* | new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like Simp... | joamaki | 2008-04-25 | 2 | -0/+65 |
* | stricitfy some gap fields | Don Stewart | 2008-04-27 | 1 | -3/+3 |
* | XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREEN | Lukas Mai | 2008-04-26 | 1 | -2/+21 |
* | XMonad.Hooks.Script: haddock fixes | Lukas Mai | 2008-04-26 | 1 | -3/+3 |
* | Error fix for Tabbed when tabbar always shown | Ivan.Miljenovic | 2008-04-24 | 1 | -1/+2 |
* | remove my config file -- the wiki is where its at. | Don Stewart | 2008-04-19 | 2 | -29/+0 |
* | tweaks to docs for SimpleDecoration | Don Stewart | 2008-04-18 | 1 | -1/+3 |
* | Allow tabbar to always be shown. | Ivan.Miljenovic | 2008-04-15 | 1 | -25/+76 |
* | polish | Don Stewart | 2008-04-18 | 1 | -2/+3 |
* | Script-based hooks | Trevor Elliott | 2008-04-16 | 2 | -0/+55 |
* | Don't strictify the Display component, this triggers a bug in GHC 6.6 | Spencer Janssen | 2008-04-16 | 1 | -1/+1 |
* | Fix to IM modifier. | Roman Cheplyaka | 2008-04-15 | 1 | -2/+3 |
* | IM layout converted to LayoutModifier, which can be applied to any layout | Ivan N. Veselov | 2008-04-13 | 1 | -15/+53 |