aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to my configSpencer Janssen2009-01-161-1/+9
* Adjustments to new userCode functionDaniel Schoepe2009-01-101-2/+2
* X.U.EZConfig: expand documentationBrent Yorgey2009-01-161-5/+13
* add a bit of documentation to HintedTileBrent Yorgey2009-01-141-3/+4
* ManageHelpers: add isDialogjohanngiwer2009-01-091-0/+12
* CenteredMasterportnov842009-01-111-0/+110
* XMonad.Util.XSelection: update maintainer informationgwern02009-01-101-2/+1
* X.U.XSelection: get rid of warning about missing newline, add Haddock linkBrent Yorgey2009-01-021-2/+2
* adds haddock documentation for transformPromptSelectionloupgaroublond2009-01-021-5/+8
* adds a weird function to XSelectionloupgaroublond2008-12-221-0/+6
* ThreeColumnsMiddlexmonad2009-01-021-0/+92
* fix-fromJust-errorsrupa2008-12-241-14/+16
* Prompt: Change Filemode to 600 for history-file (fixes bug 244)Dominik Bruhn2008-12-181-0/+3
* X.L.Monitor: changes in message passingRoman Cheplyaka2008-12-261-12/+14
* X.L.Monitor: change interfaceRoman Cheplyaka2008-12-261-48/+70
* X.U.WindowProperties: propertyToQuery+docsRoman Cheplyaka2008-12-251-1/+14
* X.L.Monitor: docsRoman Cheplyaka2008-12-251-1/+4
* hlintify XUtils, XSelection, Search, WindowGogwern02008-12-204-10/+10
* fix focus issue for XMonad.Actions.Warp.banishScreenNorbert Zeh2008-12-121-2/+4
* addition of XMonad.Actions.Warp.banishScreenNorbert Zeh2008-12-121-1/+15
* fixed documentation for banishNorbert Zeh2008-12-121-1/+1
* addition of combined TallGrid layoutNorbert Zeh2008-12-121-0/+166
* Add FixedColumn, a layout like Tall but based on the resize hints of windowsJustin Bogner2008-12-131-0/+91
* XMonad.Actions.WindowGo: fix a floating-related focus buggwern02008-12-051-13/+9
* Prompt.hs: +greenXPConfig and amberXPConfiggwern02008-11-191-3/+6
* Prompt.hs: increase font size to 12 from niggardly 10gwern02008-11-191-1/+1
* Prompt.hs: replace magic numbers with understandable namesgwern02008-11-191-5/+5
* X.L.Monitor: recommend doHideIgnore (docs)Roman Cheplyaka2008-12-151-1/+1
* X.L.Monitor: docsRoman Cheplyaka2008-12-151-5/+5
* X.L.Monitor: export Monitor datatypeRoman Cheplyaka2008-12-151-0/+1
* X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka2008-12-152-2/+9
* Add KDE 4 config, thanks to Shirakawasuna on IRCSpencer Janssen2008-12-111-1/+13
* I use the deleteConsecutive history filterSpencer Janssen2008-10-251-0/+1
* Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad...Braden Shepherdson2008-12-031-528/+0
* XMonad.Prompt: swap up and down per bug #243gwern02008-12-031-2/+2
* Fix boolean operator precedence in GridSelect keybindingsAleksandar Dimitrov2008-12-011-4/+4
* GridSelect.hs: navigate grid with h,j,k,l as well as arrow keyssean.escriva2008-11-221-4/+4
* Export setOpacity from FadeInactive. Document how to make monitor transparent...Roman Cheplyaka2008-11-172-0/+6
* Monitor: use broadcastMessage instead of sendMessage; this solves several issuesRoman Cheplyaka2008-11-171-6/+1
* FadeInactive: fade all inactive windows (including focused windows on visible...Roman Cheplyaka2008-11-171-2/+3
* Monitor: documented one more issueRoman Cheplyaka2008-11-171-1/+4
* Monitor: improved the docsRoman Cheplyaka2008-11-171-6/+14
* added XMonad.Layout.MonitorRoman Cheplyaka2008-11-151-0/+131
* WindowProperties: added allWithPropertyRoman Cheplyaka2008-11-151-1/+7
* ManageHelpers: added doSideFloat (generalization of doCenterFloat)Roman Cheplyaka2008-11-141-4/+23
* GridSelect: Export default_colorizerDominik Bruhn2008-11-121-1/+2
* Simplify code for restriction-calculation and remove compiletime warningsDominik Bruhn2008-11-121-2/+4
* Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key...Clemens Fruhwirth2008-11-111-38/+62
* GridSelect: force cursor stay in visible areaRoman Cheplyaka2008-11-111-3/+5
* GridSelect: fix infiniteness problem with diamondRestrictRoman Cheplyaka2008-11-111-10/+2