aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/UpdatePointer.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* XMonad.Actions.UpdatePointer: generalise updatePointerLiyang HU2013-07-301-45/+39
| | | | | | Ignore-this: 3374a62b6c63dcc152dbf843cd0577f0 darcs-hash:20130730071007-3269f-c93d34a65590e3252ad43902e6eb499e2ba51b12.gz
* XMonad.Actions.UpdatePointer: document TowardsCentreLiyang HU2013-07-301-1/+6
| | | | | | Ignore-this: 2d684b12e4fff0ebec254bea4a4546a3 darcs-hash:20130730053746-3269f-235f33d9a4cb66f26bac76bb7497ba9186975c4a.gz
* Use imported `fi' alias for fromIntegral more often.Adam Vogt2010-04-161-3/+1
| | | | | | | | | Ignore-this: 51040e693066fd7803cc1b108c1a13d5 Also moves `fi' into U.Image to avoid cyclic imports, though XUtils sill exports that definition. darcs-hash:20100416212939-1499c-a12428074d873b1eaea197e1b79c0ca07a96b05f.gz
* fix window rectangle calculation in X.A.UpdatePointerTomas Janousek2009-10-261-2/+4
| | | | | | Ignore-this: ad0c3a020b802854919c7827faa001ad darcs-hash:20091026154918-c9ff5-bc661b0a4bb11698032ad92d9e873e97931aa1ad.gz
* UpdatePointer - Don't warp while dragging with mouseAnders Engstrom2009-05-301-0/+3
| | | | | | Ignore-this: 4c3769dc96041608660789573b670c23 darcs-hash:20090530185752-8978f-aed8c6218dc5804519ea770f31f932e07c68d060.gz
* Add TowardsCentre option to UpdatePointerAdam Vogt2009-03-221-3/+11
| | | | | | | | | Ignore-this: d543d8f090b03a6c26b3a0427be3a051 This option is like Nearest, but it places the pointer a configurable percentage towards the centre of the window, instead of right at the edge. darcs-hash:20090322215811-1499c-c35397519d99af13d0dd3d5c11e1b4ee256bf788.gz
* Remove excess whitespace in A.UpdatePointerAdam Vogt2009-03-221-6/+5
| | | | | | Ignore-this: 6fbc63642b946461e0fafcb44016824 darcs-hash:20090322215553-1499c-2cff40375400867859ac941b0002f98cadbc245a.gz
* pointWithin has moved to the coreJoachim Breitner2008-10-081-6/+0
| | | | darcs-hash:20081008154245-23c07-30a58c257a61f3be5d001f238e6989e02c8b84c6.gz
* UpdatePointer even to empty workspacesJoachim Breitner2008-10-071-22/+31
| | | | | | | | This makes UpdatePointer more Xinerama-compatible: If the user switches to a screen with an empty workspace, the pointer is moved to that workspace, which I think is expected behavoiur. darcs-hash:20081007080041-23c07-745bd6652a98765e33e732ee4291374ea825bc3c.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
* Don't move the pointer if the user is moving the mouseKlaus Weidner2008-04-171-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
* XMonad.Actions.UpdatePointer: doc fixLukas Mai2008-04-071-1/+1
| | | | darcs-hash:20080407152741-462cf-be82836b716dcac61e899f88cae672f1f5873d75.gz
* UpdatePointer: Make pointer position configurable.xmonad2008-03-261-9/+28
| | | | darcs-hash:20080326075759-67423-391137fce18694e0151692653396c5578dbb2add.gz
* Documentation typo about UpdatePointer.nicolas.pouillard2008-03-061-1/+1
| | | | darcs-hash:20080306163516-94725-4b3ca44d88fa9bbfff2fe63b0f5c09f5769f9d7a.gz
* Changed semantics of UpdatePointer to move to nearest pointrobreim2008-03-011-13/+21
| | | | darcs-hash:20080301143126-d4c7e-fde7062d5c8e2e3ece14711d178811f2cf5a753f.gz
* UpdatePointer XMonadContrib modulerobreim2008-03-011-0/+54
darcs-hash:20080301134401-d4c7e-6d984009ecc7fb9f3e3d96b829a928bbf56503af.gz