aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* formattingDon Stewart2008-03-221-2/+4
| | | | darcs-hash:20080322192635-cba2c-12b31e91996dcc9f3fe9d5b790a0f239572f93dc.gz
* strict fields on layout messagesDon Stewart2008-03-221-2/+2
| | | | darcs-hash:20080322192248-cba2c-cbcffa5b07f14525a143b6d77248ce0406a5ffc1.gz
* clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart2008-03-221-77/+85
| | | | darcs-hash:20080322041718-cba2c-0dcae130261d1c94ddb029723f266ccbac5c3e8d.gz
* commentsDon Stewart2008-03-221-1/+2
| | | | darcs-hash:20080322041654-cba2c-a02ffa00d03a515c00ba04f7efd0281982769e22.gz
* whitespaceDon Stewart2008-03-221-0/+2
| | | | darcs-hash:20080322001208-cba2c-925f5833ec9ddceec267100d162042666185ea44.gz
* reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart2008-03-221-3/+8
| | | | darcs-hash:20080321234015-cba2c-56ead600613e43978a996f82991d6e5a6f4ca962.gz
* formattingDon Stewart2008-03-221-2/+5
| | | | darcs-hash:20080321230956-cba2c-5248cdf7b5694cbfaf2b6ba754ebc3c8a7fbd592.gz
* Revert float location patch. Not Xinerama safeDon Stewart2008-03-212-9/+9
| | | | darcs-hash:20080321214129-cba2c-5eeb181514381837404a0cddcc74c78b8b044b67.gz
* XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai2008-03-211-0/+3
| | | | darcs-hash:20080321171911-462cf-b7c8fc03b362a6bf97036963e1646e650e223016.gz
* update documentationBrent Yorgey2008-03-112-29/+65
| | | | darcs-hash:20080311160727-bd4d7-05229354077a443abab79de16b60ac32728813a3.gz
* Reimplement Mirror with runLayoutAndrea Rossato2008-02-251-4/+2
| | | | darcs-hash:20080225083236-32816-2299823153ad1a7cb5ba27ab541f793f7015392f.gz
* Reimplement Choose with runLayoutAndrea Rossato2008-02-221-5/+2
| | | | darcs-hash:20080222193119-32816-f5c3abd826e77ad53a29904b5bae3ae3ab7e9c33.gz
* runLayout is now a LayoutClass method and takes the Workspace and the screen ↵Andrea Rossato2008-02-222-12/+12
| | | | | | Rectangle darcs-hash:20080222175815-32816-e3893760e1024bcbf30a4fbb71ca7c2b4d8bb403.gz
* Small linecount fix :)robreim2008-03-081-2/+1
| | | | darcs-hash:20080308021939-d4c7e-a00752d8ed47b18ba1eb168e920d271885ecb86f.gz
* Change floats to always use the current screenrobreim2008-03-082-6/+7
| | | | darcs-hash:20080308015829-d4c7e-f805bfa622e5fc0dfe054bd12c827ca666351794.gz
* rework failure cases in StackSet.viewDon Stewart2008-03-071-3/+2
| | | | darcs-hash:20080307181634-cba2c-66088abef9a3e448dd6043cf4aefa4eb275c5a44.gz
* Add a startupHook.Brent Yorgey2008-02-043-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
* Core.hs: add an Applicative instance for XBrent Yorgey2008-02-041-0/+4
| | | | darcs-hash:20080204192348-bd4d7-6a4edc163de3ea931a60050e4ad107390afc972e.gz
* Remove non-existent windows on restartSpencer Janssen2008-02-071-6/+9
| | | | darcs-hash:20080207091140-a5988-62b6074316ef87f2e728064f8262d9415ec9bee3.gz
* Lift initColor exceptions into MaybeDon Stewart2008-02-062-5/+14
| | | | | | | We should audit all X11 Haskell lib calls we make for whether they throw undocumented exceptions, and then banish that. darcs-hash:20080206194858-cba2c-143b6edd906a9ddfcc8ff85b4a42ebea0f3462bf.gz
* module uses CPPDon Stewart2008-02-061-1/+1
| | | | darcs-hash:20080206190521-cba2c-1c7303b14bf1c907e0f75e9c3bb44a033cc9734e.gz
* Rename runManageHook to runQuerySpencer Janssen2008-02-042-4/+5
| | | | darcs-hash:20080204053336-a5988-0c8760f33f319acd30cd18630ada2b77a0875a5b.gz
* let enter dismiss compile errorsdaniel2008-02-031-1/+1
| | | | darcs-hash:20080203202852-c98ca-e5c645e2332821ccc99587ba6562932860f6d9e6.gz
* Core.hs, StackSet.hs: some documentation updatesBrent Yorgey2008-02-012-24/+25
| | | | darcs-hash:20080201190653-bd4d7-767473ef51a27bfdbadead306a1c3250dcaafaab.gz
* Make Mirror implement emptyLayoutAndrea Rossato2008-01-281-0/+2
| | | | darcs-hash:20080128001834-32816-0216ea86f243e76d5918ea15c7d2306496878b7a.gz
* Kill stale xmonad 0.1 commentsSpencer Janssen2008-01-281-32/+0
| | | | darcs-hash:20080128211418-a5988-cab2b0ce4eaadfe1c461e60e052cb639c021768f.gz
* Generalize the type of catchIO, use it in Main.hsSpencer Janssen2008-01-281-1/+1
| | | | darcs-hash:20080128054651-a5988-263142a13a2bb7dbe0d0084456fbe29b7b603e47.gz
* Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato2008-01-242-1/+9
| | | | darcs-hash:20080124013207-32816-35328360400d6ee06c81586b9e1cc45413df5a61.gz
* Simplify duplicate/cloned screen logicSpencer Janssen2008-01-182-22/+22
| | | | darcs-hash:20080118032228-a5988-04035889f9b0a1230b09a9334ea6341783e16052.gz
* Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner2007-12-311-5/+13
| | | | darcs-hash:20071231181556-23c07-0ff6a10eb151e7ea06e57f2c6317fe21f87309c8.gz
* Ignore cloned screensJoachim Breitner2007-12-311-2/+13
| | | | | | | | This patch ignores screens that are just clones of existing ones, or are completely contained in another. Currently only for rescreen, not yet for xmonad start. darcs-hash:20071231180628-23c07-9c55cedfc5e1e22d1bddaae13c296900558e8849.gz
* Export doubleForknicolas.pouillard2008-01-141-1/+1
| | | | darcs-hash:20080114202612-94725-0a7751493059fe19084a8f19139ecbf8dd1446a7.gz
* reword comment (previous version didn't make sense to me)Lukas Mai2007-11-221-2/+2
| | | | darcs-hash:20071122165925-462cf-613c038987aaf1b7182c0b533c0a0a7f4bda2263.gz
* The recompile function now returns a boolean status instead of ().nicolas.pouillard2008-01-051-2/+7
| | | | darcs-hash:20080105225500-94725-1c05ae81351eaadb4f736e0d665f325618d76dbe.gz
* Make focus-follows-mouse configurableSpencer Janssen2007-12-293-4/+13
| | | | darcs-hash:20071229023301-a5988-7576eb2625061b2dcca3da69d1be4a1e50a76e71.gz
* Strictify all XConfig fields, gives nice error messages when a field is ↵Spencer Janssen2007-12-291-15/+15
| | | | | | forgotten on construction darcs-hash:20071229021923-a5988-ca68b84a0437a6d93700c864dbab8f9b46dd6855.gz
* SpellingSpencer Janssen2007-12-291-1/+1
| | | | darcs-hash:20071229021628-a5988-7bfb596203b6f58bfaa87d8db0b19baf7d6df8bd.gz
* WibbleSpencer Janssen2007-12-291-2/+1
| | | | darcs-hash:20071229021519-a5988-e41513840bcd94dc38093628d7b24d49d3e77c57.gz
* Broadcast button events to all layouts, fix for issue #111Spencer Janssen2007-12-271-1/+1
| | | | darcs-hash:20071227080356-a5988-84b6fa045d2a0d4fcc0c2d3c2ab673d5419d5130.gz
* Config.hs: too many users seem to be ignoring/missing the polite warning not ↵Brent Yorgey2007-12-201-2/+6
| | | | | | to modify this file; change it to something a bit less polite/more obvious. darcs-hash:20071220201549-bd4d7-1ee7ed6452411944dbbb8545d4e8b2d0b53fa967.gz
* Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen2007-12-221-3/+1
| | | | darcs-hash:20071222113735-a5988-6ef60641c5b375ff70b3988fbe1d70780cb33213.gz
* WibbleSpencer Janssen2007-12-221-1/+1
| | | | darcs-hash:20071222041151-a5988-afd66322b26ccf10da39f99ab2fc997608aaa23c.gz
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-192-12/+6
| | | | darcs-hash:20071219215011-a5988-f4c17d2d3f3a7a4ea6c9e5e8fe73b1c800cbb9d5.gz
* Flush pending X calls before restartingSpencer Janssen2007-12-191-0/+1
| | | | darcs-hash:20071219162029-a5988-a7a299e39dbb3acd59f1a024ddec2d1462ea258d.gz
* Allow for sharing of home directory across architectures.tim.thelion2007-12-181-4/+7
| | | | darcs-hash:20071218065146-c18d4-533b073367884fbd9212fc547ce9e4e558a21bc9.gz
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-193-20/+21
| | | | darcs-hash:20071219065710-a5988-a03100cb8be702bdb1e972911e14117ed517975a.gz
* Set withdrawnState after calling hideSpencer Janssen2007-12-121-1/+5
| | | | darcs-hash:20071212060250-a5988-f390a9b9b9fab7ce59b05180e575092b8384e181.gz
* Remove stale commentSpencer Janssen2007-12-111-1/+0
| | | | darcs-hash:20071211084236-a5988-c7014d9b4026d2a33d21be790ef8504f3df61773.gz
* Make windows responsible for setting withdrawn stateSpencer Janssen2007-12-111-3/+4
| | | | darcs-hash:20071211080117-a5988-c992f6c8147b3a91603afe3ba604c235b5a3c211.gz
* Remove stale commentSpencer Janssen2007-12-111-2/+0
| | | | darcs-hash:20071211075641-a5988-8aa586e3d208ed7d1064be62e7122c26da92b730.gz