summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2007-10-16reformat commentsl.mai
darcs-hash:20071016162920-42ea9-a654223f643fb796051198a25f7999a89d3ffe55
2007-10-15Whitespace fixes for Properties.hsSpencer Janssen
darcs-hash:20071015022757-a5988-8e5172ea769e1c99abf1cc7f7630f3aa9dd68856
2007-10-15Clean up trailing whitespaceSpencer Janssen
darcs-hash:20071015022322-a5988-5be6be8bd439055706ae39fdd3474a5246b87af4
2007-10-14explain numlockMaskDevin Mullins
darcs-hash:20071014005525-78224-d63fdb701def5d77b943d437e6e1ab7eb0f9f49c
2007-10-14whitespace cleanup in Config.hsDevin Mullins
darcs-hash:20071014005342-78224-79a413c171ca2839a59692d5acd8c6b4f5ac403e
2007-10-14bump the version tag to 0.4, we're almost thereDon Stewart
darcs-hash:20071013232758-cba2c-62148e4d4db17b598f68d41bbe461778c2537f15
2007-10-14document, and use better names, for serialising/existential-dispatch frameworkDon Stewart
darcs-hash:20071013232150-cba2c-dc3ee2254f4ebdb5d0099ec0a38c5665f1ad4d3f
2007-10-14typo in commentDon Stewart
darcs-hash:20071013230828-cba2c-69e67eb0f684817e6ab8627d9c66fed072bae0ac
2007-10-14more todosDon Stewart
darcs-hash:20071013225200-cba2c-a24d8c495ec8bddcaab930714873c60255016570
2007-10-14doneDon Stewart
darcs-hash:20071013223536-cba2c-0f6842cca14e05f440185dd74330703fead70b8c
2007-10-14release tasksDon Stewart
darcs-hash:20071013223347-cba2c-1b36a6617cf338ffcb9f54a6ddcec41e18800314
2007-10-14some more layout clean upsDon Stewart
darcs-hash:20071013222317-cba2c-870698e733c23d9f8cd217a8553624978dd40a63
2007-10-14clean up Layout code a little moreDon Stewart
darcs-hash:20071013221024-cba2c-9ea5ee1066d9b30c90d3c58b66854c1ed31c3fb7
2007-10-13restore magic markup commentsDon Stewart
darcs-hash:20071013212351-cba2c-45a91c6ddbb0246f4b17d5970dbd8f8d7ce819ae
2007-10-13defer to sjanssen's manageHook commentDon Stewart
darcs-hash:20071013210346-cba2c-7510ee8afc60cf162216f20699e38404f468ba3c
2007-10-13Heads up: rework the Config.hs file comments, and some variable names. ↵Don Stewart
Please manually resync your Config.hs if you're tracking the darcs branch darcs-hash:20071013210149-cba2c-e1b055abc3aacbcda772706f460dd6586a31681f
2007-10-13clean up names of layout codeDon Stewart
darcs-hash:20071013204300-cba2c-7f8fb3244bbd918cd28679debad2129db542d7e8
2007-10-13Another manageHook exampleSpencer Janssen
darcs-hash:20071013205605-a5988-b20178d9fbbf3640eb69cba3bd7f0b4ddbfa0d19
2007-10-13Better comment for the default manageHookSpencer Janssen
darcs-hash:20071013203340-a5988-281c335d9db00585d3936fb6a348b785ae3d6db2
2007-10-13add can't happen case to silence incomplete patterns in StackSet.hsDon Stewart
darcs-hash:20071013185525-cba2c-8a71b323b20478a30ed62c8b1f33549ce563b42f
2007-10-12Bump X11-extras dependencySpencer Janssen
darcs-hash:20071012203721-a5988-bd872a179ba47e3c337e59e977cdfca657039851
2007-10-12Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen
darcs-hash:20071012152801-a5988-80a14dda451e1e6e7cdc9e42fdc11568c21004b2
2007-10-12Make runX return XStateSpencer Janssen
darcs-hash:20071012151524-a5988-8ef9d310d3e0576b5880c1e8b3d3fc38ec3b8f64
2007-10-12fix potential hole in userCode.David Roundy
This makes userCode catch errors even when the user does something like (return undefined). darcs-hash:20071012150253-72aca-72e3ecd20cdc827ee342dc4ebceecf33142d9dd5
2007-10-12Haddox fixAndrea Rossato
darcs-hash:20071012100551-32816-f917f377ed65aecab28cf421f203c13903e9a5ac