aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* GridSelect: remove tabsRoman Cheplyaka2008-11-111-61/+61
* Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka2008-11-102-12/+1
* GridSelect: added link to a screenshotRoman Cheplyaka2008-11-101-0/+1
* GridSelect: various improvementsRoman Cheplyaka2008-11-101-2/+47
* Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth2008-11-071-0/+246
* documentation: XMonad.Util.Search.hs, add EZConfig keybindings examplesean.escriva2008-11-061-0/+16
* explicit import list for things in the process libraryDon Stewart2008-11-041-1/+1
* Work around ghc 6.10 bug #2738Don Stewart2008-11-041-1/+1
* windowPromptBringCopydeadguysfrom2008-10-231-4/+15
* generic menu and window bringerTravis B. Hartwell2008-10-272-15/+32
* Search.hs: +hackage search, courtesy of byorgeygwern02008-10-311-2/+6
* Prompt.hs rename deleteConsecutiveDuplicatesgwern02008-10-081-5/+5
* Prompt.hs: have historyCompletion filter dupesgwern02008-10-081-1/+1
* Prompt.hs: tweak haddocksgwern02008-10-081-7/+7
* Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-offgwern02008-10-081-4/+5
* Do not consider XMONAD_TIMER unknownJoachim Breitner2008-10-081-0/+3
* Kill window without focusing it firstJoachim Breitner2008-10-051-2/+1
* let MagnifyLess actually magnify lessdaniel2008-10-151-2/+2
* Actions.Search: add a few search enginesintrigeri2008-10-081-2/+23
* Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner2008-10-061-2/+3
* Add straightforward HiddenWS to WSTypeJoachim Breitner2008-10-061-0/+3
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-059-56/+29
* SmartBorders even for empty layoutsJoachim Breitner2008-10-051-3/+8
* Paste.hs: improve haddocksgwern02008-09-271-7/+8
* Paste.hs: fix haddockgwern02008-09-271-1/+10
* minor explanatory commentdaniel2008-10-031-1/+2
* XMonad.Layout.HintedGrid: add GridRatio (--no-test because of haddock breakage)Lukas Mai2008-09-301-9/+18
* XMonad.Util.Font: UTF8 -> USE_UTF8Lukas Mai2008-09-301-2/+2
* Paste.hs: implement noModMask suggestiongwern02008-09-271-3/+7
* fix a divide by zero error in Griddaniel2008-09-261-1/+1
* -DUTF8 flag with -DUSE_UTF8gwern02008-09-213-4/+4
* XSelection.hs: use CPP to compile against utf8-stringgwern02008-09-201-40/+46