aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen4-4/+4
darcs-hash:20080714202650-25a6b-294662e9b6b3592f37156af814171d5863557faa.gz
2008-05-21Raise windows in the floating layer when moving or resizingTrevor Elliott1-2/+4
darcs-hash:20080521215057-5b2f6-8f1e27f1963b78ebe2954cd17558a778de82de3a.gz
2008-05-12add currentTag convenience functionDevin Mullins1-5/+8
darcs-hash:20080511224258-78224-93d0cc4af977965e2e27e96efb67a6f362ebbbc1.gz
2008-05-08Make Mirror a newtypeSpencer Janssen1-1/+1
darcs-hash:20080508104640-a5988-1f1f6134d3514e9a35b416b66e33c02f8669045c.gz
2008-05-07CommentsSpencer Janssen1-0/+6
darcs-hash:20080507013122-a5988-e04061b89044fd2139ddfe0db3ba32b7739202b6.gz
2008-05-07Break long lineSpencer Janssen1-1/+2
darcs-hash:20080507012608-a5988-bc66b5c5d3386022378246e29d862e1b7b4de4ed.gz
2008-05-07StyleSpencer Janssen1-2/+1
darcs-hash:20080507012519-a5988-3c2577c486ae0bdb5e2ba4b4f814608ddad54d45.gz
2008-05-07SimplifySpencer Janssen1-4/+2
darcs-hash:20080507011309-a5988-bc76a64cabc39d7c3ef2dca7e1246e6f9dbc4e0b.gz
2008-05-07Overhaul Choose, fixes issue 183Spencer Janssen1-34/+55
darcs-hash:20080506220809-a5988-5bb7d843d9c1f285534b8e55eea72124d88d3b78.gz
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner3-3/+8
If the user used the mouse to change window focus (moving into or clicking on a window), this should be handled differently than focus changes due to keyboard commands. Specifically, it's inappropriate to discard window enter/leave events while the mouse is moving. This fixes the bug where a fast mouse motion across multiple windows resulted in the wrong window keeping focus. It's also helpful information for contrib modules such as UpdatePointer - it's supposed to move the mouse pointer only in response to keyboard actions, not if the user was moving the mouse. darcs-hash:20080502175603-e41d7-0ac41e5353fcd8aed71ee3beb7f5511337225155.gz
2008-05-06WibbleSpencer Janssen1-1/+1
darcs-hash:20080506203840-a5988-9f9543b4e741c9352282b04572e37c3588a81f7b.gz
2008-05-06Added doShift function for more user-friendly hooksIvan N. Veselov1-0/+4
darcs-hash:20080506185757-98257-f0e6f2940269244914797539efd3f6e86960d037.gz
2008-05-02use named colours. fixes startup failure on the XODon Stewart1-2/+2
darcs-hash:20080502210149-cba2c-38e2823f19bcf8f92394be8394a99296a7e3549a.gz
2008-04-08Set focus *after* revealing windowsSpencer Janssen1-1/+1
darcs-hash:20080407222559-a5988-3810dfe1f0a43bb97b39e57e3303bbf90b0d404e.gz
2008-04-08Reveal windows after moving/resizing them.Spencer Janssen1-1/+2
This should reduce the number of repaints for newly visible windows. darcs-hash:20080407220756-a5988-d59b1d765322cfcac42200538909818d4ef3a4b8.gz
2008-04-30Hide newly created but non-visible windows (fixes bug #172)Spencer Janssen1-1/+2
darcs-hash:20080430014012-a5988-a203e733895ee2aa3839a266df0f8b19aa3c0763.gz
2008-04-18formatting, eta expansionDon Stewart1-3/+8
darcs-hash:20080418184337-cba2c-a316c61d1a56205e8b7a0e7b7573446449e229fe.gz
2008-04-06XMonad.ManageHook: add 'appName', another name for 'resource'Lukas Mai1-2/+6
darcs-hash:20080406012006-462cf-4a10582299442b6e035a62f43d13a72666d892a1.gz
2008-04-06XMonad.ManageHook: make 'title' locale-aware; haddock cleanupLukas Mai1-10/+26
The code for 'title' was stolen from getname.patch (bug #44). darcs-hash:20080406011338-462cf-eb1e460ba0855f4b198d4d255ed28dd1ea1e1d37.gz
2008-04-06XMonad.Main: call setlocale on startupLukas Mai1-1/+11
darcs-hash:20080406011234-462cf-09fde81185653a210d292b90b02595de7c365bb1.gz
2008-04-05floats always use current screen (with less bugs)robreim1-2/+2
darcs-hash:20080405135009-d4c7e-51a1a928fa2f4adbc58b394ac00c8dd7c7112488.gz
2008-04-04XMonad.Operations: applySizeHint reshuffleLukas Mai1-5/+21
Make applySizeHints take window borders into account. Move old functionality to applySizeHintsContents. Add new mkAdjust function that generates a custom autohinter for a window. darcs-hash:20080404215615-462cf-e6c1373d13ec4c6b0d675778125c75d76fbc896f.gz
2008-04-04XMonad.Layout: documentation cleanupLukas Mai1-32/+22
darcs-hash:20080404215444-462cf-187ce215f00dc0e41db7eb23c1f92f4e9d80c155.gz
2008-03-25Remove gapsSpencer Janssen4-45/+8
darcs-hash:20080325091526-a5988-e6ed58b0d493845525a4c7e5977352cfb12b9c92.gz
2008-03-25Rename property to stringPropertySpencer Janssen1-4/+4
darcs-hash:20080325201814-a5988-0ed64be080f177d367a4739c54a718219f24df04.gz
2008-03-25ManageHook: add a 'property' Query that can get an arbitrary String property ↵Brent Yorgey1-0/+12
from a window (such as WM_WINDOW_ROLE, for example) darcs-hash:20080325145414-bd4d7-c7aee8e7ee691e4a75a88451762472db63aa6e45.gz
2008-03-25Main.hs: startupHook should be guarded by userCodeBrent Yorgey1-1/+1
darcs-hash:20080325171241-bd4d7-a979bcfacd914c6566b7d3afc701f95b0d62f34d.gz
2008-03-24Also print compilation errors to stderrSpencer Janssen1-0/+3
darcs-hash:20080324225857-a5988-623d8ab2a19923bccfe32f8adb23320004912831.gz
2008-03-22clean up for styleDon Stewart1-10/+11
darcs-hash:20080322214116-cba2c-53cbd5c7049e9dcbdc21c16fa2a4526c9c7447a4.gz
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2-33/+37
This patch: - moves broadcastMessage and restart from Core to Operations (to avoid circular imports); - in Operations introduces sendMessageWithNoRefresh and move updateLayout outside windows. - broadcastMessage now uses sendMessageWithNoRefresh to obey to this rules: 1. if handleMessage returns Nothing no action is taken; 2. if handleMessage returns a Just ml *only* the layout field of the workspace record will be updated. darcs-hash:20080223130702-32816-60d71cd8ac32cff1d4039947142332023274a725.gz
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart1-0/+1
darcs-hash:20080323211421-cba2c-46aba254af16f1bf3cb269bc84f289882010b93f.gz
2008-03-22formattingDon Stewart1-2/+4
darcs-hash:20080322192635-cba2c-12b31e91996dcc9f3fe9d5b790a0f239572f93dc.gz
2008-03-22strict fields on layout messagesDon Stewart1-2/+2
darcs-hash:20080322192248-cba2c-cbcffa5b07f14525a143b6d77248ce0406a5ffc1.gz
2008-03-22clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart1-77/+85
darcs-hash:20080322041718-cba2c-0dcae130261d1c94ddb029723f266ccbac5c3e8d.gz
2008-03-22commentsDon Stewart1-1/+2
darcs-hash:20080322041654-cba2c-a02ffa00d03a515c00ba04f7efd0281982769e22.gz
2008-03-22whitespaceDon Stewart1-0/+2
darcs-hash:20080322001208-cba2c-925f5833ec9ddceec267100d162042666185ea44.gz
2008-03-22reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart1-3/+8
darcs-hash:20080321234015-cba2c-56ead600613e43978a996f82991d6e5a6f4ca962.gz
2008-03-22formattingDon Stewart1-2/+5
darcs-hash:20080321230956-cba2c-5248cdf7b5694cbfaf2b6ba754ebc3c8a7fbd592.gz
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart2-9/+9
darcs-hash:20080321214129-cba2c-5eeb181514381837404a0cddcc74c78b8b044b67.gz
2008-03-21XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai1-0/+3
darcs-hash:20080321171911-462cf-b7c8fc03b362a6bf97036963e1646e650e223016.gz
2008-03-11update documentationBrent Yorgey2-29/+65
darcs-hash:20080311160727-bd4d7-05229354077a443abab79de16b60ac32728813a3.gz
2008-02-25Reimplement Mirror with runLayoutAndrea Rossato1-4/+2
darcs-hash:20080225083236-32816-2299823153ad1a7cb5ba27ab541f793f7015392f.gz
2008-02-22Reimplement Choose with runLayoutAndrea Rossato1-5/+2
darcs-hash:20080222193119-32816-f5c3abd826e77ad53a29904b5bae3ae3ab7e9c33.gz
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ↵Andrea Rossato2-12/+12
Rectangle darcs-hash:20080222175815-32816-e3893760e1024bcbf30a4fbb71ca7c2b4d8bb403.gz
2008-03-08Small linecount fix :)robreim1-2/+1
darcs-hash:20080308021939-d4c7e-a00752d8ed47b18ba1eb168e920d271885ecb86f.gz
2008-03-08Change floats to always use the current screenrobreim2-6/+7
darcs-hash:20080308015829-d4c7e-f805bfa622e5fc0dfe054bd12c827ca666351794.gz
2008-03-07rework failure cases in StackSet.viewDon Stewart1-3/+2
darcs-hash:20080307181634-cba2c-66088abef9a3e448dd6043cf4aefa4eb275c5a44.gz
2008-02-04Add a startupHook.Brent Yorgey3-2/+10
The only thing I am not sure about here is at what exact point the startupHook should get run. I picked a place that seems to make sense: as late as possible, right before entering the main loop. That way all the layouts/workspaces/other state are set up and the startupHook can manipulate them. darcs-hash:20080204192445-bd4d7-218d69dcf3cd5c5f2962859cf847595527399807.gz
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey1-0/+4
darcs-hash:20080204192348-bd4d7-6a4edc163de3ea931a60050e4ad107390afc972e.gz
2008-02-07Remove non-existent windows on restartSpencer Janssen1-6/+9
darcs-hash:20080207091140-a5988-62b6074316ef87f2e728064f8262d9415ec9bee3.gz