aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* commentsDon Stewart2008-03-221-1/+2
| | | | darcs-hash:20080322041654-cba2c-a02ffa00d03a515c00ba04f7efd0281982769e22.gz
* formattingDon Stewart2008-03-221-2/+5
| | | | darcs-hash:20080321230956-cba2c-5248cdf7b5694cbfaf2b6ba754ebc3c8a7fbd592.gz
* update documentationBrent Yorgey2008-03-111-27/+62
| | | | darcs-hash:20080311160727-bd4d7-05229354077a443abab79de16b60ac32728813a3.gz
* runLayout is now a LayoutClass method and takes the Workspace and the screen ↵Andrea Rossato2008-02-221-7/+7
| | | | | | Rectangle darcs-hash:20080222175815-32816-e3893760e1024bcbf30a4fbb71ca7c2b4d8bb403.gz
* Add a startupHook.Brent Yorgey2008-02-041-0/+1
| | | | | | | | | | 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
* module uses CPPDon Stewart2008-02-061-1/+1
| | | | darcs-hash:20080206190521-cba2c-1c7303b14bf1c907e0f75e9c3bb44a033cc9734e.gz
* Rename runManageHook to runQuerySpencer Janssen2008-02-041-3/+3
| | | | 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-011-20/+21
| | | | darcs-hash:20080201190653-bd4d7-767473ef51a27bfdbadead306a1c3250dcaafaab.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-241-1/+6
| | | | darcs-hash:20080124013207-32816-35328360400d6ee06c81586b9e1cc45413df5a61.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-291-0/+1
| | | | 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
* 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-191-11/+5
| | | | 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-191-2/+20
| | | | darcs-hash:20071219065710-a5988-a03100cb8be702bdb1e972911e14117ed517975a.gz
* normalize Module headersLukas Mai2007-12-101-1/+1
| | | | darcs-hash:20071210085327-462cf-bc856d2e75b32906274cf0c3b9aad9e406385766.gz
* Typos and formattingAndrea Rossato2007-11-241-2/+2
| | | | darcs-hash:20071124143221-32816-2dacd78268c87501963b1bfd20652052fbe2c4e3.gz
* Hide generalized newtype deriving from HaddockSpencer Janssen2007-12-081-1/+6
| | | | darcs-hash:20071208015015-a5988-71859e01140da3ecdacddab8f37f789fa495d9c8.gz
* make Query a MonadIOLukas Mai2007-11-281-1/+1
| | | | darcs-hash:20071128195126-462cf-ba9e22dd2c03c5f077e39326ada21a1a52d3738a.gz
* add getXMonadDir (2nd try)Lukas Mai2007-11-211-2/+6
| | | | darcs-hash:20071121183018-462cf-464c521bd6fb9c7910186d20cd6023c90c7998ea.gz
* generalise type of `io'Don Stewart2007-11-211-5/+5
| | | | darcs-hash:20071121054407-cba2c-8ca12daca53306dd86637497288d546619bd9688.gz
* Add recompilation forcing, clean up recompile's documentationSpencer Janssen2007-11-201-10/+12
| | | | darcs-hash:20071120223614-a5988-6be0c47c1db902258f892e98a04a0de58767b44d.gz
* recompile does not raise any exceptionsSpencer Janssen2007-11-201-1/+0
| | | | darcs-hash:20071120215835-a5988-1fef734c3778b016c125b166abf59b8944755479.gz
* -no-recomp because we're doing our own recompilation checkingSpencer Janssen2007-11-201-1/+1
| | | | darcs-hash:20071120215744-a5988-f2b72bb6cea0c4a6d3a7e1b5ac3b7fa9c4c560b8.gz
* clean up fmap overuse with applicatives. more opportunities remainDon Stewart2007-11-201-4/+5
| | | | darcs-hash:20071120181743-cba2c-15c56f06646e990bea3b41e31e98ef6db1975dff.gz
* ManageHook is a MonoidSpencer Janssen2007-11-191-2/+17
| | | | darcs-hash:20071119060820-a5988-f70bb442a74c5ca8f6670184fb7eea6ca40ec793.gz
* No more liftMSpencer Janssen2007-11-191-3/+3
| | | | darcs-hash:20071119033120-a5988-a45cb35f2b919d5e57980fb9eea9c6d4361bc61b.gz
* Refactor recompileSpencer Janssen2007-11-191-16/+15
| | | | darcs-hash:20071119032255-a5988-cf1987eab9261b9d8787ab6d36b6437842cf014e.gz
* Trailing spaceSpencer Janssen2007-11-191-1/+1
| | | | darcs-hash:20071119030658-a5988-696782fc7b3bee7df0b4c6b3065d46e3260c8d26.gz
* Generalize recompile to MonadIOSpencer Janssen2007-11-191-2/+2
| | | | darcs-hash:20071119030436-a5988-28b43f2f3c50476d5eda3c03196fc238c1427302.gz
* Factor out doubleFork logicSpencer Janssen2007-11-191-10/+8
| | | | darcs-hash:20071119030353-a5988-935fc83135dc394c1e1a757f0232022b4de96f01.gz
* handle case of xmonad binary not existing, when checking recompilationDon Stewart2007-11-191-2/+2
| | | | darcs-hash:20071119030057-cba2c-c21e607cb7d9440b9f07d0eea74513c11ebf3bfc.gz
* Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart2007-11-191-3/+7
| | | | darcs-hash:20071119025015-cba2c-49dee5526ab8d163dfb14735e6076fd8db723973.gz
* UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, ↵Don Stewart2007-11-191-1/+3
| | | | | | avoiding zombies darcs-hash:20071119023712-cba2c-ac278350de0f73e350912575af41c3c93c757ca8.gz
* use 'spawn' rather than runProcess, to report errors asynchronously, ↵Don Stewart2007-11-191-3/+1
| | | | | | avoiding zombies darcs-hash:20071119023712-cba2c-c034ed99f668ede81e7e1e247ff631ae9eda31f6.gz
* Use xmessage to present a failure message to users when the config file ↵Don Stewart2007-11-191-4/+20
| | | | | | cannot be loaded darcs-hash:20071119022429-cba2c-c0bca5c0592d5def91587d73eb8d391aa7fdd0d1.gz
* only check xmonad.hs against the xmonad binary, not the .o file (meaning you ↵Don Stewart2007-11-191-6/+8
| | | | | | can remove it if you like) darcs-hash:20071119011528-cba2c-a78aa9afca0a09be2e25c784b0bb6b55f94da3d0.gz
* Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ↵Don Stewart2007-11-191-6/+14
| | | | | | than its .o file darcs-hash:20071119010759-cba2c-e9b94827122cb337ddcf93c3aefb62775011707a.gz
* reformat export list to fit on the pageDon Stewart2007-11-191-2/+8
| | | | darcs-hash:20071119003900-cba2c-75ff7b1014bade3593f5f543d27c7a45bf1144b3.gz
* add support for Mac users and their silly case-insensitive filesystemsDevin Mullins2007-11-171-1/+1
| | | | darcs-hash:20071117024836-78224-7a96ab62a76c3fd51c34afb69912269905ea7e00.gz
* Core: documented XConfig and ScreenDetailAndrea Rossato2007-11-161-12/+15
| | | | darcs-hash:20071116112826-32816-d89b89dd8803b90b45f44ffd58c7f6f03088cee3.gz