aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* XMonad.Layouts -> XMonad.LayoutSpencer Janssen2007-12-081-2/+2
| | | | darcs-hash:20071208080553-a5988-ad7b5e5c46fc3965fd65972fff189441a4881e6a.gz
* Export XMonad.Layouts from XMonadSpencer Janssen2007-12-081-0/+2
| | | | darcs-hash:20071208014927-a5988-fb48892bc757c43a7ca315e33156abc149529c7a.gz
* Export XMonad.Operations from XMonadSpencer Janssen2007-12-081-0/+2
| | | | darcs-hash:20071208000636-a5988-39bb23792f5aa9f5309eea897d86b87b131d838f.gz
* Export Graphics.X11, Graphics.X11.Xlib.Extras, and various Monad stuff from ↵Spencer Janssen2007-12-081-3/+11
| | | | | | XMonad darcs-hash:20071207233535-a5988-1f309f227d3bc8161cff888c92e0ecbee1f6c5dc.gz
* Add ManageHook to the XMonad metamoduleSpencer Janssen2007-11-271-0/+2
| | | | darcs-hash:20071127002840-a5988-9a5e490d184a872f1d304b50b300f640fd6579ad.gz
* comments, reexport Data.BitsDon Stewart2007-11-141-1/+22
| | | | darcs-hash:20071114183759-cba2c-e590c150b3100361b884ae827edfbaaf31d7b11d.gz
* Provide top level XMonad.hs export moduleDon Stewart2007-11-071-290/+8
| | | | darcs-hash:20071107030617-cba2c-8c900566b5e1784737fefe3273486f8a1238da55.gz
* clean up some weird formatting/overboard strictness annotationsDon Stewart2007-11-051-15/+16
| | | | darcs-hash:20071105011400-cba2c-8595f746a32047213cd1cc7efd355e262a929040.gz
* Update pragmas for GHC 6.8 compatibilitySpencer Janssen2007-11-041-1/+4
| | | | darcs-hash:20071104215507-a5988-69f0bd0f48e0ce9267a98e8409be6dce940798d1.gz
* Float handler out of makeMain, make keys and mouseBindings dependent on ↵Spencer Janssen2007-11-021-4/+10
| | | | | | XConfig for easy modMask switching darcs-hash:20071102025924-a5988-bbddb07ed8c00cb4279db059f2513eba4ce3ecb5.gz
* HierarchifySpencer Janssen2007-11-011-1/+1
| | | | darcs-hash:20071101180846-a5988-25ba1c9ce37a35c1533e4075cc9494c6f7dd5ade.gz
* Add readsLayout, remove the existential from XConfigSpencer Janssen2007-11-011-18/+19
| | | | darcs-hash:20071101082155-a5988-82be25ec6b35cb1d39e0613b3d810dfd75836098.gz
* Delete Main.hs-boot!Spencer Janssen2007-11-011-0/+1
| | | | darcs-hash:20071101080045-a5988-d3b50a7fe35ff4e38c90e9eb8da1f1963b3b27fd.gz
* Remove manageHook from Main.hs-bootSpencer Janssen2007-11-011-0/+1
| | | | darcs-hash:20071101075308-a5988-26cbe1f6f89a90f2e81b34f76c7e56030e5c2c11.gz
* Eliminate defaultTerminalSpencer Janssen2007-11-011-2/+1
| | | | darcs-hash:20071101073147-a5988-9c2da610e085026e3a1b981114b116718331273c.gz
* Store user configuration in XConfSpencer Janssen2007-11-011-3/+17
| | | | darcs-hash:20071101072308-a5988-e5a5231e3adcff8f03ebdab37721b19c0e19fc00.gz
* This is a massive update, here's what has changed:Spencer Janssen2007-11-011-35/+24
| | | | | | | | | | | | | | * Read is no longer a superclass of Layout * All of the core layouts have moved to the new Layouts.hs module * Select has been replaced by the new statically typed Choose combinator, which is heavily based on David Roundy's NewSelect proposal for XMonadContrib. Consequently: - Rather than a list of choosable layouts, we use the ||| combinator to combine several layouts into a single switchable layout - We've lost the capability to JumpToLayout and PrevLayout. Both can be added with some effort darcs-hash:20071101064318-a5988-c07c434c7a1108078d6123a4b36040ed6597772b.gz
* cleaner version of main/config inversion.David Roundy2007-10-291-0/+3
| | | | darcs-hash:20071029184823-72aca-5647e07a0bde65cf7e1d49a1613fb9e4210c6aa5.gz
* remove StackOrNot type synonymn.David Roundy2007-10-171-1/+1
| | | | darcs-hash:20071017201406-72aca-2845317199eb5888392c1b2fa9004d29f59d6c5c.gz
* Clean up trailing whitespaceSpencer Janssen2007-10-151-1/+1
| | | | darcs-hash:20071015022322-a5988-5be6be8bd439055706ae39fdd3474a5246b87af4.gz
* document, and use better names, for serialising/existential-dispatch frameworkDon Stewart2007-10-141-9/+16
| | | | darcs-hash:20071013232150-cba2c-dc3ee2254f4ebdb5d0099ec0a38c5665f1ad4d3f.gz
* some more layout clean upsDon Stewart2007-10-141-8/+7
| | | | darcs-hash:20071013222317-cba2c-870698e733c23d9f8cd217a8553624978dd40a63.gz
* Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen2007-10-121-4/+6
| | | | darcs-hash:20071012152801-a5988-80a14dda451e1e6e7cdc9e42fdc11568c21004b2.gz
* Make runX return XStateSpencer Janssen2007-10-121-2/+2
| | | | darcs-hash:20071012151524-a5988-8ef9d310d3e0576b5880c1e8b3d3fc38ec3b8f64.gz
* fix potential hole in userCode.David Roundy2007-10-121-1/+1
| | | | | | | This makes userCode catch errors even when the user does something like (return undefined). darcs-hash:20071012150253-72aca-72e3ecd20cdc827ee342dc4ebceecf33142d9dd5.gz
* Add userCode function for the popular m `catchX` return ()Spencer Janssen2007-10-121-1/+6
| | | | darcs-hash:20071012014217-a5988-06b6f1519b5f87fcbc8220ad5bd69181c721635a.gz
* use the right catch in catchX.David Roundy2007-10-121-0/+2
| | | | | | | | Don't ask *me* why the prelude includes a version of catch that is worse than useless (because it lulls you into a feeling of safety). darcs-hash:20071012011450-72aca-cb4b72d604150423d7d261d462d5a5a948243d24.gz
* add comments in XMonad.David Roundy2007-10-111-17/+24
| | | | | | | This change also removes readLayout as a top level function, since it's only used once. darcs-hash:20071011152942-72aca-d3a5184f58ed7373da7ec54e10ce6eb87005d9d4.gz
* Add LANGUAGE pragmasShachaf Ben-Kiki2007-10-081-1/+1
| | | | | | | | It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008021107-bffde-c482752d9acbb88df3e00e46270a52a5505f4bc7.gz
* a bunch of things in XMonad.hs are missing top level comments!Don Stewart2007-10-061-7/+17
| | | | darcs-hash:20071006153608-cba2c-8b4432d2d497b2b53e9c41dd3492c0a5df098139.gz
* style on layout class codeDon Stewart2007-10-061-19/+25
| | | | darcs-hash:20071006104606-cba2c-68be80733c60bc15f06e876e7626229696c129f1.gz
* add pureMessage.David Roundy2007-10-051-1/+3
| | | | darcs-hash:20071005140553-72aca-aa462a597c08ff1f9309985a0f3403d5023bc975.gz
* Make WindowSet serialization robust to layout changesSpencer Janssen2007-10-051-1/+2
| | | | darcs-hash:20071005000031-a5988-c8ab82b01a70dc7526fa64c71edc7673dbfab4db.gz
* Remove commented codeSpencer Janssen2007-10-041-7/+0
| | | | darcs-hash:20071004200200-a5988-43e27252ed8a109311d5a82ec1ed9b31c345fb6e.gz
* some renaming of classes and data types.David Roundy2007-09-291-20/+20
| | | | darcs-hash:20070929191320-72aca-63c25731f6efb2de0d786c7ebe2fed2fa288e03a.gz
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+2
| | | | darcs-hash:20070928181438-a5988-27614325d7707fe5574f47113faa372fdec98791.gz
* SomeLayout: use the description of the wrapped layoutSpencer Janssen2007-09-281-0/+1
| | | | darcs-hash:20070928052344-a5988-b6653a59a3dee58f947d0fc4064627f3808d2d79.gz
* Simplify readLayout, comment on surprising behaviorSpencer Janssen2007-09-251-3/+3
| | | | darcs-hash:20070925211708-a5988-f814e1824247a7eb8b806811ea8cb7c73662e53f.gz
* fix bug in reading of SomeLayouts.David Roundy2007-09-251-1/+3
| | | | darcs-hash:20070925202801-72aca-476deef33546c9e50ab8b214df29e3330b1839f9.gz
* rename modifyLayout to handleMessage.David Roundy2007-09-251-7/+7
| | | | darcs-hash:20070925182906-72aca-602a1ffe78862e748e174637dd8182d57c6dcb28.gz
* make it easier to define pure layouts.David Roundy2007-09-251-0/+4
| | | | darcs-hash:20070925170503-72aca-22b50fd803b02bb36ca12befdeeb182439395bc8.gz
* Make a String description part of each Layout.David Roundy2007-09-241-0/+2
| | | | darcs-hash:20070924185753-72aca-95002aa27cfef74bf8caf1e6f243a4626f20659c.gz
* create default modifyLayout that ignores messages.David Roundy2007-09-231-0/+1
| | | | darcs-hash:20070923115219-72aca-d4400312d8edb267350518f4cce6acd99abc3e1d.gz
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-1/+9
| | | | | | This is just a reimplementation of LayoutChoice. darcs-hash:20070921212159-72aca-870bb8d3e596fcb9edc48f51bec538054b4165e6.gz
* make layouts preserved over restartDavid Roundy2007-09-211-6/+1
| | | | darcs-hash:20070921204316-72aca-6f8cabc516cc87345bfa73be0e060b206aa2a207.gz
* move Layout into StackSet.David Roundy2007-09-211-3/+2
| | | | | | | | WARNING! This changes the format of StackSet, and will definitely mess up your xmonad state, requiring at minimum a restart! darcs-hash:20070920221248-72aca-1653e21d12abc691a6447c8552369f2d55df41b1.gz
* add (unused) Layout to StackSet.David Roundy2007-09-201-1/+1
| | | | darcs-hash:20070920212843-72aca-4c73a99b58ebd9d1d179c5e627cbf4823493f4ab.gz
* Pointfree Mirror and SomeLayout instancesSpencer Janssen2007-09-201-4/+2
| | | | darcs-hash:20070920211042-a5988-0fcfdaa8b1ecfffe0f1ec5e5584d53d7e31416d7.gz
* define readLayout to create a SomeLayout based on a set of possible layout ↵David Roundy2007-09-201-1/+7
| | | | | | types. darcs-hash:20070920181506-72aca-3c50146a45158f168b89c989897c616fc453f816.gz
* add Read instance to Layout.David Roundy2007-09-201-1/+3
| | | | darcs-hash:20070920174529-72aca-b1cf11419d5cccbf67edbc3a7bbb356502e9186d.gz