aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-12X.A.WindowNavigation: minor cleanupDevin Mullins1-8/+4
darcs-hash:20080512170410-78224-328d3a7380fec2172b0605d770c542ebd0bc7f34.gz
2008-05-12X.A.WindowNavigation: simplify inr somewhatDevin Mullins1-18/+13
darcs-hash:20080512090647-78224-1a2dd996d217d4be6818bf08b2f5c111f1158b41.gz
2008-05-12X.A.WindowNavigation: clarityDevin Mullins1-4/+5
darcs-hash:20080512085338-78224-b662b943102da2c00bc5980aa767fec5032c4cb2.gz
2008-05-12X.A.WindowNavigation: ugh, typoDevin Mullins1-3/+1
darcs-hash:20080512082228-78224-9fa253af956d0d4493197c520aebed43683f1b95.gz
2008-05-12X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins1-11/+28
Why doesn't mapWindows exist already? darcs-hash:20080512064715-78224-61fd294027e65d7db5675e7879b2e79c1ba524da.gz
2008-05-12add more flexible withWindowNavigationKeysDevin Mullins1-8/+19
Names aren't permanent yet, so don't cry if they change. darcs-hash:20080512050637-78224-ac7c46ba5f826be132d1d28133f76416d63cff66.gz
2008-05-12X.A.WindowNavigation: TODODevin Mullins1-0/+1
darcs-hash:20080511222116-78224-33ad4291ae43467a6060ae6f8b3b2b38ea3b44d6.gz
2008-05-12X.A.WindowNavigation: add withWindowNavigation, for easy setupDevin Mullins1-1/+10
This should be more flexible than it is -- I've got an idea, but am interested to hear others. darcs-hash:20080511220458-78224-1eb331e0c1a89118c39b0d014e6c5ec7356d4a6a.gz
2008-05-11X.A.WindowNavigation: fix currentPositionDevin Mullins1-23/+28
Now properly deals with an unitialized state (e.g. from a restart) or an inconsistent state (e.g. from using mod-j/k). Deserves cleanup. darcs-hash:20080511212128-78224-13c7b897401800b9d729e765eba3385e40576f8d.gz
2008-05-11X.A.WindowNavigation: add TODOsDevin Mullins1-2/+8
darcs-hash:20080511211326-78224-2bc3ec2ff16e886901601f2f428215abfdbc72ba.gz
2008-05-11X.A.WindowNavigation state is now workspace-specificDevin Mullins1-9/+14
racking up some code debt, here... darcs-hash:20080511071656-78224-c7ec25648206f8f4b57ccc473539c2ec323f2ba2.gz
2008-05-06X.A.WindowNavigation: minor doco changesDevin Mullins1-2/+2
darcs-hash:20080506074235-78224-3d9e08f7b924efd9410d16384ef1083b62f7f579.gz
2008-05-04add draft XMonad.Actions.WindowNavigationDevin Mullins1-0/+135
This is an experiment with replacing the WindowNavigation LayoutModifier with one that simply adds keybindings and stores state in an IORef. Credit to droundy for the original code -- hopefully I'm not butchering it. The end intent is to add Xinerama support, but it'll be a little while before I get there. darcs-hash:20080504050022-78224-a1e156328d80897d8bfa245dc39f69d8fab9f929.gz
2008-05-13new contrib module to launch apps with command line parameterszhen.sydow1-0/+70
darcs-hash:20080513134754-3cf16-32d43fbbad243d902b1de3c3ddf508fc6efebb9a.gz
2008-04-17Don't move the pointer if the user is moving the mouseKlaus Weidner1-2/+4
This patch depends on the following xmonad core patch: Remember if focus changes were caused by mouse actions or by key commands If the user was moving the mouse, it's not appropriate to move the pointer around in resonse to focus changes. Do that only in response to keyboard commands. darcs-hash:20080417022234-e41d7-ee4ac41e65b28124cc3926693987d377d725dc34.gz
2008-04-09remove myself as maintainer of CopyWindow.David Roundy1-1/+1
I'm not sure who's maintaining this, but it's not me. darcs-hash:20080409144333-72aca-06ec25ead1109e0702cefc3a0bbc154d5214c44a.gz
2008-04-08Generalize copyWindow, minor style changeSpencer Janssen1-4/+4
darcs-hash:20080408210050-a5988-31d139d44b1207465d07b8c79e141c5eb79e157d.gz
2008-04-08XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functionsIvan N. Veselov1-4/+35
darcs-hash:20080408195111-98257-fa939d0b1d9fad8212e9051443451f133488bbc5.gz
2008-04-07XMonad.Actions.UpdatePointer: doc fixLukas Mai1-1/+1
darcs-hash:20080407152741-462cf-be82836b716dcac61e899f88cae672f1f5873d75.gz
2008-04-05Added next-window versions of the raise* functions.Ian Zerny1-1/+31
darcs-hash:20080405182900-ba7e7-6871a7f6ac9155c062c152c3c902c895ab9aa94b.gz
2008-04-05update contrib for applySizeHints changesLukas Mai4-5/+5
darcs-hash:20080404220558-462cf-2d7837b574aec854a158213d45a34cca75e38438.gz
2008-04-02Actions/Search.hs: add dictionary.com searchBrent Yorgey1-10/+14
darcs-hash:20080402150521-bd4d7-fe7567e79447a04e3b049b0d77aa97c8a3567262.gz
2008-04-01improve WindowGo.hs Haddock formattinggwern01-15/+15
darcs-hash:20080401023130-f7719-d1a353d78e7e97f194403dc9e9331374450fa276.gz
2008-04-01WindowGo.hs: +raiseBrowser, raiseEditorgwern01-5/+25
Specialize runOrRaise in the same way as with Actions.Search, for one's browser and one's editors. darcs-hash:20080401021740-f7719-010716f904682bee3d7f96862dd5bcef73f7907f.gz
2008-04-01Search.hs: remove an argument from selectSearch and promptSearchgwern01-43/+57
The new getBrowser function allows us to mv the old selectSearch and promptSearch aside as too-general functions, and replace them with new versions, which employ getBrowser to supply one more argument. This allows us to replace the tedious 'selectSearch google "firefox"; selectSearch yahoo "firefox"...' with shorter 'selectSearch google' and so on. One less argument. Also, update the docs. darcs-hash:20080401013947-f7719-866c590c5d7c109718ed54fcdee0313550bbef40.gz
2008-03-31XMonad.Actions.CycleRecentWS: initial importMichal Janeczek1-0/+85
darcs-hash:20080331111906-285cf-90722dd61a71e2e58711134f3665efb6986cc044.gz
2008-03-31move Direction type from WindowNavigation to ManageDocks (ManageDocks will ↵Brent Yorgey1-1/+1
move into the core, taking Direction with it) darcs-hash:20080331010127-bd4d7-972600c072354b2c07a227ade70d4abf80fe418c.gz
2008-03-26UpdatePointer: Make pointer position configurable.xmonad1-9/+28
darcs-hash:20080326075759-67423-391137fce18694e0151692653396c5578dbb2add.gz
2008-03-25XMonad.Actions.Commands: documentation fixBrent Yorgey1-4/+4
darcs-hash:20080325165707-bd4d7-70e00a53cf9ca0c0533a48590a7596db1ff92b00.gz
2008-03-24XMonad.Actions.Search: add Google Maps searchBrent Yorgey1-1/+5
darcs-hash:20080324143348-bd4d7-47c776a0eb91b385c9afabcc98a72e5366d346ed.gz
2008-03-22XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, ↵Lukas Mai1-5/+1
avoid type duplication darcs-hash:20080322193457-462cf-334fecefc720745f33a06e2224bd8f292ad70991.gz
2008-03-16WindowGo.hs: improve descriptiongwern01-2/+6
I'm still not sure whether the description makes sense if you don't already understand the idea. darcs-hash:20080316223946-f7719-1dbefc20dcd3d3b6696db6bc220a2cb986ab0b64.gz
2008-03-16Search.hs: try to add a more descriptive typegwern01-2/+3
darcs-hash:20080316215728-f7719-c3c8ea6ab46a743ff02f909bd867d5878053988b.gz
2008-03-16improve the formatting for WindowGo.hsgwern01-25/+25
darcs-hash:20080316215642-f7719-f9a18f1c41bbca26888a42d2beb2399ec91e8bf2.gz
2008-03-16Search.hs: haddock fmtgwern01-12/+12
This removes whitespace in source code snippets. Because Haddock renders quoted source code as monospaced unwrappable text, the excess whitespace meant you would have to scroll horizontally, unpleasantly. darcs-hash:20080316213914-f7719-9e03305d976a466e956b9e49181ac816a257b84c.gz
2008-03-16Add XMonad.Actions.Promotexmonad1-0/+49
darcs-hash:20080316205722-a910a-ef6c0d20e5267c6ddcb92cdd089722bc195c3daa.gz
2008-03-08add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy1-0/+3
darcs-hash:20080308223717-72aca-4700b3f3ae28b1ceef816965bbfa7a8c9ce8fa1b.gz
2008-03-06Documentation typo about UpdatePointer.nicolas.pouillard1-1/+1
darcs-hash:20080306163516-94725-4b3ca44d88fa9bbfff2fe63b0f5c09f5769f9d7a.gz
2008-03-05Removed WmiiActions module.Juraj Hercek1-106/+0
darcs-hash:20080305082336-69f16-37aa44c986f6a66b2315cb1a7e0b98e2293b22ea.gz
2008-03-01Changed semantics of UpdatePointer to move to nearest pointrobreim1-13/+21
darcs-hash:20080301143126-d4c7e-fde7062d5c8e2e3ece14711d178811f2cf5a753f.gz
2008-03-01UpdatePointer XMonadContrib modulerobreim1-0/+54
darcs-hash:20080301134401-d4c7e-6d984009ecc7fb9f3e3d96b829a928bbf56503af.gz
2008-03-02Add XMonad.Actions.PerWorkspaceKeysRoman Cheplyaka1-0/+50
darcs-hash:20080302202346-3ebed-e62add839eb2d1449b6f6edf3b4d1b13961a7e4b.gz
2008-02-29in Prompt.Workspace sort by official workspace order.David Roundy1-5/+7
darcs-hash:20080229223047-72aca-f66c6583d8be77207a3f083fe26be40f1f02e4b5.gz
2008-02-29XMonad.Actions.MouseGestures.mkCollect: generalize typeLukas Mai1-3/+3
darcs-hash:20080229211732-462cf-01169e7d9e548b87da8b1f2662bedb8619f35add.gz
2008-02-29XMonad.Actions.MouseGestures: refactoring, code simplificationLukas Mai1-53/+51
It is now possible to get "live" status updates while the gesture handler is running. I use this in my xmonad.hs to print the current gesture to my status bar. Because collecting movements is now the callback's job, the implementation of mouseGestureH got quite a bit simpler. The interface is incompatible with the previous mouseGestureH but the old mouseGesture function works as before. darcs-hash:20080229002136-462cf-0afb81828e5cc56330652d834d5e011057b7405f.gz
2008-02-26Xmonad.Actions.MouseGestures: generalize interface, allow hooksLukas Mai1-27/+40
darcs-hash:20080226202639-462cf-6c4b586a2abbe11cf8c81ffc9e9a81dcedf16da1.gz
2007-11-09update inactive debugging code in MouseGestures; no visible changesLukas Mai1-4/+9
darcs-hash:20071109020755-462cf-88b4b53f2889a8c912eb5af1b7eb2c47980c8616.gz
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, ↵Andrea Rossato1-22/+35
isVisible, isInvisible This patch includes several changes, which are strictly related and cannot be recorded separately: - remove Decoraion.isDecoartion and introduce Decoration.isInStack (with the related change to LayoutHints) - in Decoration introduce useful utilities: isVisible, isInvisible, isWithin and lookFor' - MouseResize: - invisible inputOnly windows will not be created; - fix a bug in the read instance which caused a failure in the state deserialization. darcs-hash:20080218105726-32816-9d42d4fdff75fad3258aec92d059e5155f0e64bc.gz
2008-02-16Prompt: add some methods to make completions more flexibleAndrea Rossato1-6/+0
- now it is possible to decide if the prompt will complete the last word of the command line or the whole line (default is the last word); - completing the last word can be fine tuned by implementing 'commandToComplete' and 'completionToCommand': see comments for details; - move mkComplFunFromList' from TagWindows to Prompt. darcs-hash:20080216133454-32816-86eba16c4c73357b5bf6fee185c652d5ecd75521.gz
2008-02-12Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato1-0/+119
darcs-hash:20080212173455-32816-f3c4d9428563eea98d8ad0588f0e73c267dab491.gz