aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hlintify XUtils, XSelection, Search, WindowGogwern02008-12-202-8/+8
| | | | | | Ignore-this: 7e877484e3cd8954b74232ea83180fa9 darcs-hash:20081220153302-f7719-750549ea12a24a7364f4be71894720700f98f6a7.gz
* fix focus issue for XMonad.Actions.Warp.banishScreenNorbert Zeh2008-12-121-2/+4
| | | | | | | | This patch ensures that the focus (or in fact the whose windowset) does not change as a result of a banishScreen. The way this is implemented will become problematic if xmonad ever goes multithreaded. darcs-hash:20081212203532-18a2b-34ebdf2ce7f1bb64f70e42a856342654c4fe3690.gz
* addition of XMonad.Actions.Warp.banishScreenNorbert Zeh2008-12-121-1/+15
| | | | | | | This works on top of warpToScreen and, thus, suffers from the same issue: focus change. darcs-hash:20081212192621-18a2b-bdba455f6fe9c8103ae8b932b8577b6614de3cb5.gz
* fixed documentation for banishNorbert Zeh2008-12-121-1/+1
| | | | | | | banish actually warps to the specified corner of the current window, not the screen. darcs-hash:20081212191819-18a2b-710c812adaac7542b4d28f2a9b1c9ee3e41d2c0d.gz
* XMonad.Actions.WindowGo: fix a floating-related focus buggwern02008-12-051-13/+9
| | | | | | | | | Ignore-this: c8b6625aa2bd4136937acbd2ad64ffd3 If a floating window was focused, a cross-workspace 'raise' would cause a loop of shifting windows. Apparently the problem was 'focus' and its mouse-handling. Spencer suggested that the calls to focus be replaced with 'focusWindow', which resolved it. darcs-hash:20081205150755-f7719-91e0d4144b560a56affbe16a942004e161f8d51c.gz
* Fix boolean operator precedence in GridSelect keybindingsAleksandar Dimitrov2008-12-011-4/+4
| | | | | | The vim-like hjkl keys were ORed to the key event AND arrow keys. darcs-hash:20081201120928-62c0c-d4e57aca38d45519691a73c1a2f41eb6269239d6.gz
* GridSelect.hs: navigate grid with h,j,k,l as well as arrow keyssean.escriva2008-11-221-4/+4
| | | | darcs-hash:20081122084725-29414-872e8669c51462d047d726504e4e34042884ce0b.gz
* GridSelect: Export default_colorizerDominik Bruhn2008-11-121-1/+2
| | | | darcs-hash:20081112140005-ae55e-ea4627b98e083a8a02d0d1828149bf20de14fa7e.gz
* Simplify code for restriction-calculation and remove compiletime warningsDominik Bruhn2008-11-121-2/+4
| | | | darcs-hash:20081112134630-ae55e-ef7a0d2837203d784d8298f1d65f49bdffc7400f.gz
* Simplify handle/eventLoop, introduce findInWindowMap, partial updates for ↵Clemens Fruhwirth2008-11-111-38/+62
| | | | | | | | | | | | | | | | key movements (less flickering) * handle/eventLoop carried the display and the drawing window as parameters. The display is available from the embedded X monad, the drawing windows was added. * updateWindows now takes a list of windows to update. updateAllWindows updates all windows. * only the windows that are modified by key movements are redrawn now. This means less flickering. darcs-hash:20081111100405-ed0c4-bd24b3e2c9ecbf8183582700d73bc61e64b503f5.gz
* GridSelect: force cursor stay in visible areaRoman Cheplyaka2008-11-111-3/+5
| | | | darcs-hash:20081111063348-3ebed-734bfca5f5207d2da0cfaf98e67d2fe959bfcb97.gz
* GridSelect: fix infiniteness problem with diamondRestrictRoman Cheplyaka2008-11-111-10/+2
| | | | darcs-hash:20081111055350-3ebed-ae3b880139b196938fbc532196dc13ec0c46cd1c.gz
* GridSelect: remove tabsRoman Cheplyaka2008-11-111-61/+61
| | | | darcs-hash:20081111053647-3ebed-5450725a6859c12fd9b1625228b5252664254df6.gz
* Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka2008-11-101-11/+0
| | | | darcs-hash:20081110191534-3ebed-aad022b55c2e295f1652358de879a40d9f970ac4.gz
* GridSelect: added link to a screenshotRoman Cheplyaka2008-11-101-0/+1
| | | | darcs-hash:20081110190617-3ebed-02592cba606005a3aa6614dd033eb56057092dd1.gz
* GridSelect: various improvementsRoman Cheplyaka2008-11-101-2/+47
| | | | | | | | | | | Added documentation Restricted export list for the sake of haddock Added functions: withSelectedWindow bringSelected (by Clemens Fruhwirth) goToSelected (by Dominik Bruhn) darcs-hash:20081110184644-3ebed-9468e8235f934582d03446afa7c9392c387d650d.gz
* Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth2008-11-071-0/+246
| | | | darcs-hash:20081107115114-ed0c4-000ce76dd7160a7b5157a1bef463b213f8062705.gz
* documentation: XMonad.Util.Search.hs, add EZConfig keybindings examplesean.escriva2008-11-061-0/+16
| | | | darcs-hash:20081106171707-29414-80491e6712d2817887b7530ca2d6b992326f3a41.gz
* generic menu and window bringerTravis B. Hartwell2008-10-271-7/+16
| | | | darcs-hash:20081027005523-c78c1-4de3783ba078b1acd99f70f675c37341030b3d7c.gz
* Search.hs: +hackage search, courtesy of byorgeygwern02008-10-311-2/+6
| | | | | | Ignore-this: 24db0ceed49f8bd37ce98ccf8f8ca2ab darcs-hash:20081031214937-f7719-06cff30d637e6065e6684557420feabe769b600d.gz
* Actions.Search: add a few search enginesintrigeri2008-10-081-2/+23
| | | | | | | Add Debian {package, bug, tracking system} search engines, as well as Google Images and isohunt. darcs-hash:20081008104033-35915-a13f29b012ccf7cfc88c12ce28ff5369a3fa1157.gz
* Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner2008-10-061-2/+3
| | | | | | (Just to reduce code duplication) darcs-hash:20081006211027-23c07-c89e895fb241d5c289348c3f35019edf9d56e380.gz
* Add straightforward HiddenWS to WSTypeJoachim Breitner2008-10-061-0/+3
| | | | | | With NonEmptyWS and HiddenNonEmptyWS present, HiddenWS is obviously missing. darcs-hash:20081006210548-23c07-4ddc29497068f5f4e4819960c0e1bd97bfd74812.gz
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-051-1/+2
| | | | | | | | | This removes the emptyLayoutMod method from the LayoutModifier class, and change the Stack parameter to redoLayout to a Maybe Stack one. It also changes all affected code. This should should be a refactoring without any change in program behaviour. darcs-hash:20081005190220-23c07-4701517e3433ecff8c999da75ac582f6f1b65c19.gz
* cleanup - use currentTagDevin Mullins2008-09-217-12/+11
| | | | darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
* raiseMasterseanmce332008-09-121-2/+42
| | | | darcs-hash:20080912184830-d2fc6-8dbaa909dd005ac7da2e7477d6dcc1b25c371047.gz
* XMonad.Actions.Plane.planeKeys: function to make easier to configureMarco Túlio Gontijo e Silva2008-07-141-6/+17
| | | | darcs-hash:20080714153601-7641b-fbd2b698009214ed740dbf3160188aa71e2e7940.gz
* XMonad.Actions.Plane: removed unneeded hidingMarco Túlio Gontijo e Silva2008-07-141-1/+1
| | | | darcs-hash:20080714152631-7641b-a4b74ecea8e0d21e033981d0bc64b925edc598d5.gz
* Improvements in documentationMarco Túlio Gontijo e Silva2008-07-091-25/+8
| | | | darcs-hash:20080709002425-7641b-d26e5f4c28c39d0c0ace1230785c35ce3104e62a.gz
* Only move pointers over managed windowsJoachim Breitner2008-06-101-2/+5
| | | | darcs-hash:20080610195916-23c07-acb9d3a32366a2d83284a837fdac009e54335d5b.gz
* Fix window region checking in UpdatePointerrobreim2008-05-111-3/+9
| | | | darcs-hash:20080511094056-d4c7e-6145e3a96972b1be277f633c7d4ac7c7dcd74804.gz
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
| | | | darcs-hash:20080828151830-72aca-75151cf20f4efc1a3d1bc324cfdbc5602f58b363.gz
* simplify WindowBringer code, and change greedyView to focusWindowDevin Mullins2008-08-111-15/+16
| | | | darcs-hash:20080811033137-78224-6fb0ea21833cf4400fce90981b07826d26162451.gz
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-141-2/+2
| | | | darcs-hash:20080714204005-25a6b-52d0b1b901b1fa3e2fbdd8082f709ed3537624e2.gz
* XMonad.Actions.Plane.Linearleoserra2008-07-061-6/+16
| | | | darcs-hash:20080706175303-3225b-c65a1f082dd8dc9866fb6a6d2ce5e6abd525c571.gz
* XMonad.Actions.Plane: Improvements in code qualityMarco Túlio Gontijo e Silva2008-07-061-22/+66
| | | | darcs-hash:20080706172829-7641b-d730d4371bf6d6acab773adb992f291442357563.gz
* XMonad.Actions.Plane: Treat error in readMarco Túlio Gontijo e Silva2008-07-101-3/+15
| | | | darcs-hash:20080710135342-7641b-c984b88b12655b15274003771ff981d4bed36794.gz
* XMonad.Actions.Plane: GConf supportMarco Túlio Gontijo e Silva2008-07-091-9/+27
| | | | | | Thanks to Johan Dahlin. darcs-hash:20080709001900-7641b-5cd3532d58f1932d361bb7dc7cb070ae010ece82.gz
* X.A.WindowNavigation: commentsDevin Mullins2008-07-101-0/+4
| | | | darcs-hash:20080710041028-78224-0816f645aac90e3d521aea65092e98bf31b1b5cd.gz
* XMonad.Actions.Plane: Copyright updateMarco Túlio Gontijo e Silva2008-07-091-2/+3
| | | | darcs-hash:20080709001548-7641b-9ff2ef5f07e5f2fb931ad1b92525fd536d1a4104.gz
* XMonad.Actions.Plane: removed missing haddock chunckMarco Túlio Gontijo e Silva2008-07-091-1/+0
| | | | darcs-hash:20080709010530-7641b-ba4cfaccacbc714874ac4efeeeedbf3d0c2b82e2.gz
* adding thesaurus.reference.com and Google Labs Code Search searchesbrian2008-07-011-3/+11
| | | | darcs-hash:20080701090142-8cb90-179047a6b8aa7c55d60c5adfb138b50a4a103b28.gz
* fillout banish example in Warp.hsgwern02008-06-291-8/+22
| | | | | | We also include a nice little type to avoid specifying 0 0 stuff. darcs-hash:20080629202047-f7719-a47e44620d347c3c9dcff14a6ecbc5a48bae8a45.gz
* fix Actions.Wap docgwern02008-06-291-1/+1
| | | | | | warp 1 1 has a comment claiming that this moves the cursor to the lower *left*, but if you look at the warpToWindow haddock, it says that 1 1 is actually lower *right* - as indeed it proved to do. This was annoying as it led me astray for a minute or so. darcs-hash:20080629115504-f7719-817bf2cf8a6d63688cd170daf6775d5e187c4d7f.gz
* Actions/Search.hs: export SearchEngine constructorBrent Yorgey2008-06-201-1/+1
| | | | darcs-hash:20080620212016-bd4d7-5a2934cc2e2738c78b3a6ae0eb3662a2eaeefd55.gz
* Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson2008-06-081-0/+3
| | | | darcs-hash:20080608045318-d53a8-b3ad374673c9428d89b0f9b5c8fb2e69c20e5865.gz
* Actions.Search.hs: switch inappropriate use of getShellCompl for a ↵gwern02008-06-071-3/+3
| | | | | | | | historyCompletion It's inappropriate because if I am searching Wikipedia, say, why on earth do I want completion of files and executables on my PC? A previous search query is much more likely to be what I want. darcs-hash:20080607071331-f7719-1d06bd99864e561bec53dd8ab0a4742ac801a1bf.gz
* Use lines instead of columns in configuration (similar to GNOME and KDE)Malebria2008-05-271-11/+20
| | | | darcs-hash:20080526225337-1ef02-3e20f3958a0ec394f837a32af42c9738812ed24d.gz
* Bug correction when areasColumn > 1Malebria2008-05-271-4/+12
| | | | darcs-hash:20080526223220-1ef02-534dcd578c67a108f176c892a87a732ba6ab1dab.gz
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-251-8/+35
| | | | darcs-hash:20080525050231-78224-669c83df86a8b585883d0fb3ef054e37670261e8.gz