summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-11-01Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'Spencer Janssen
darcs-hash:20071101175749-a5988-f1a90deded30d52f4050bb528a4a2e44f15cfca2
2007-11-01Layouts.Choose: handle ReleaseResourcesSpencer Janssen
darcs-hash:20071101152302-a5988-8e1379ea75eb0423007776e9ea4e9d293f61840e
2007-11-01Layouts.Choose: send Hide to non-selected layoutSpencer Janssen
darcs-hash:20071101151147-a5988-14eecf4fa49aa479c20fde452c9692e3d5ff3fb1
2007-11-01Export mirrorRectSpencer Janssen
darcs-hash:20071101085631-a5988-0de11f80a9b473b9e86e86efa4484c33297c0ed0
2007-11-01Only export main from MainSpencer Janssen
darcs-hash:20071101082326-a5988-23ff4801b15019c26d05d863e77f08f8555d9753
2007-11-01Add readsLayout, remove the existential from XConfigSpencer Janssen
darcs-hash:20071101082155-a5988-82be25ec6b35cb1d39e0613b3d810dfd75836098
2007-11-01Delete Main.hs-boot!Spencer Janssen
darcs-hash:20071101080045-a5988-d3b50a7fe35ff4e38c90e9eb8da1f1963b3b27fd
2007-11-01Remove manageHook from Main.hs-bootSpencer Janssen
darcs-hash:20071101075308-a5988-26cbe1f6f89a90f2e81b34f76c7e56030e5c2c11
2007-11-01Remove workspaces from Main.hs-bootSpencer Janssen
darcs-hash:20071101074556-a5988-4f14a16dea22404db69bd64db06788953ff0636d
2007-11-01-Wall policeSpencer Janssen
darcs-hash:20071101074411-a5988-0ef8ebeab402f69acf7461e33bb705a7ef2ce4ce
2007-11-01Eliminate defaultTerminalSpencer Janssen
darcs-hash:20071101073147-a5988-9c2da610e085026e3a1b981114b116718331273c
2007-11-01Store user configuration in XConfSpencer Janssen
darcs-hash:20071101072308-a5988-e5a5231e3adcff8f03ebdab37721b19c0e19fc00
2007-11-01This is a massive update, here's what has changed:Spencer Janssen
* 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
2007-10-29cleaner version of main/config inversion.David Roundy
darcs-hash:20071029184823-72aca-5647e07a0bde65cf7e1d49a1613fb9e4210c6aa5
2007-10-25make setLayout a bit more inclusive.David Roundy
darcs-hash:20071024231250-72aca-b407b2f80824b9506c1b81dd3da73c14092fb815
2007-10-18make xmonad work with inverted main/config.David Roundy
darcs-hash:20071018170058-72aca-8018fed9e1c0bc2cf40664b766bb85f678a6a258
2007-10-18sketch of config/main inversion.David Roundy
darcs-hash:20071018164230-72aca-f83f6ea18efda57fc5364e98dadada6c902ee2a5
2007-10-31more precise X11 version requiredDon Stewart
darcs-hash:20071031203241-cba2c-f986417bcd117d7c2c35f43d565df782a025c281
2007-10-31tweaks to todoDon Stewart
darcs-hash:20071031164618-cba2c-4c80ba6427eb0f8ce3f460b0072d2786f3bda20c
2007-10-30HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0Don Stewart
The X11-extras library has been merged into the larger X11 library, so we now drop the dependency on X11-extras, and instead build against the new X11 library. If you apply this patch you must build and install X11-1.3.0 or greater first, http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.3.0 You can also go ahead and wipe X11-extras from GHC's memory, (for ghci to work out of the box with the testsuite) $ ghc-pkg unregister X11-extras $ ghc-pkg unregister --user X11-extras darcs-hash:20071030220824-cba2c-b601d2fbc7fcb1e46784a358f67f436d224701c4
2007-10-28New windows start in the iconic stateSpencer Janssen
darcs-hash:20071028063949-a5988-ae889f0e1807260e8b883db5d8b63388c08b4850
2007-10-27add text on using xprop to find client namesDon Stewart
darcs-hash:20071027163031-cba2c-c94cf96c15d5f280811baaff0d10dd6f3e84e720
2007-10-27add text reminding people to run mod-shift-spaceDon Stewart
darcs-hash:20071026225228-cba2c-b54e5825b0fb2d5bf3995faf4fb874c5b65de27f
2007-10-22StackSet.hs: (insertUp): remove comments about new window being made master ↵Brent Yorgey
window, since that clearly isn't true. darcs-hash:20071022210856-bd4d7-9f8ee8b664945765c24005b8dc2b6e5b51ea710c
2007-10-22Replace 'findIndex' with 'findTag', which more accurately describes what the ↵Brent Yorgey
function does. I realize this is a big change, but the name 'findIndex' was confusing for me, since I expected it to return some sort of integer. What it actually does, of course, is return a workspace tag, which might be more general than an index. Of course, this change breaks several contrib modules; I'll submit a patch to make the change there as well. darcs-hash:20071022204105-bd4d7-9f5d5b8ce00c61b4830fde329f528b2d79af2fa6
2007-10-22StackSet.hs: (ensureTags): elaborate into a more descriptive comment.Brent Yorgey
darcs-hash:20071022202212-bd4d7-103f5a8345112f795767b075368c244f4aedc294
2007-10-22StackSet.hs: remove dead code.Brent Yorgey
darcs-hash:20071022192636-bd4d7-fa9146ac13ec94ef229c3c24dbb53e1ecc37c271
2007-10-22StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ↵Brent Yorgey
with a more descriptive comment. darcs-hash:20071022191333-bd4d7-e2189eb1f8c97ee294435d37f0fb0e73081c3e35
2007-10-22StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of ↵Brent Yorgey
screen descriptions. darcs-hash:20071022183411-bd4d7-00a0550d101435adca2d6e38a78f49e353a8aa3e
2007-10-22StackSet.hs: align some commentsBrent Yorgey
darcs-hash:20071022161601-bd4d7-af9280b6ae3c27040d865b9fe3ab144d05beac48
2007-10-22StackSet.hs: small grammar fix and better flow in commentBrent Yorgey
darcs-hash:20071022160858-bd4d7-590a3bb25b4045b4e183bcd1f54d0faa0955168e
2007-10-22StackSet.hs: better comments regarding hidden/visible workspace tracking for ↵Brent Yorgey
Xinerama I'm not 100% sure that I understand what's going on here, but it seems as though the comment still described an older state of affairs. I don't see any Map Workspace Screen keeping track of visible workspaces. darcs-hash:20071022160239-bd4d7-7c9077028005c6f90d85e49aaa994638aec783cf
2007-10-24Add Config.terminalSpencer Janssen
darcs-hash:20071024105354-a5988-089d5615bc05c007d6713eaeaa1fe19af02a4e7d
2007-10-24explain that you need ghc as wellDon Stewart
darcs-hash:20071024030520-cba2c-26619200fdf8426008590bc52d1208356d1ddd9a
2007-10-24xmonad, not XMonadSpencer Janssen
darcs-hash:20071023234900-a5988-74baef3cd2cd1a20bf66da6fc6d52d2e897df95b
2007-10-24STYLE: enlarge on existing principlesgwern0
Comments: the -Wall thing was just trying to say -Wall -Werror should work. The license thing was too narrow - or are my public domain contributions unwelcome because they are not BSD-3? I think comments are most important for exported functions users will use; it isn't so important for helper functions (used only in the module) to be very well-documented, right? darcs-hash:20071023225225-f7719-b7b58743afb6be87ceda293a8b0f968cabf1da39
2007-10-24start on style guideDon Stewart
darcs-hash:20071023221422-cba2c-c25fffc1e028f8fea59004e20a24f3ed97029895
2007-10-19Operations.hs: flip maybe id is fromMaybeEric Mertens
darcs-hash:20071018231418-b49f3-87484165c6fc9cf2aa6b961e5d923c2bb12a608a
2007-10-19Deobfuscate Tall layoutEric Mertens
darcs-hash:20071018231329-b49f3-d7bf3ee5c5901af0e37b61d41cafb4399ab827ca
2007-10-19UNDO: setInitialProperties after placing windowsSpencer Janssen
darcs-hash:20071019201310-a5988-397c2af846115b806bd412c88a972f05761184f8
2007-10-19setInitialProperties after placing windowsSpencer Janssen
darcs-hash:20071019201310-a5988-fffe26f15c9395316acfd9b27dbd6a6c5e9a530f
2007-10-19UNDO: Ignore borders in the stored RationalRects of floating windows.Spencer Janssen
Also, add 'floatWindow' which computes the actual Rectangle for that window, including border. darcs-hash:20071019063922-a5988-b84e68dff7ca4680220733e20158972f0f3fc46d
2007-10-19Only assign workspace keys up to xK_9. Related to bug #63Spencer Janssen
darcs-hash:20071019083746-a5988-2d6cd7089f2e2a013f471dd80f786a0d6395b3d2
2007-10-19Ignore borders in the stored RationalRects of floating windows.Spencer Janssen
Also, add 'floatWindow' which computes the actual Rectangle for that window, including border. darcs-hash:20071019063922-a5988-dfb16a34165c4582adb8744fade852e6eb6cb9b5
2007-10-19I prefer fmap over liftMSpencer Janssen
darcs-hash:20071019063104-a5988-ec68450cc37c85f447ac6655df49116c78b65e70
2007-10-18change 0/1/3 to named states, per X11-extras darcs headDevin Mullins
darcs-hash:20071018021651-78224-8fec22f72aef271d8d6298975e6f7d5e1550613b
2007-10-17remove StackOrNot type synonymn.David Roundy
darcs-hash:20071017201406-72aca-2845317199eb5888392c1b2fa9004d29f59d6c5c
2007-10-17Operations.hs: make use of notElem and notMemberEric Mertens
darcs-hash:20071017174357-b49f3-ec5a9b13f3b44d0cb85bbda74b48ea0745120293
2007-10-16Bump XMonadContrib versionSpencer Janssen
darcs-hash:20071016215244-a5988-717a511a4f79150e757008faeba707606d940386
2007-10-16Bump X11, X11-extras versions in the READMESpencer Janssen
darcs-hash:20071016212636-a5988-f0f0aa96545f21950d15431a78c656e21df0a2dd