aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new QC property: opening a window only affects the current screenDon Stewart2007-04-301-0/+8
| | | | darcs-hash:20070430050133-9c5c1-32823e4a47119867b1425a8bbe81af44dc8b7f1e.gz
* Add XConf for values that don't change.Spencer Janssen2007-04-303-25/+35
| | | | darcs-hash:20070430054715-a5988-a74f5e2868f47443a69b0cd821fa690e43a4a7e1.gz
* Control.Arrow is suspicious, add an explicit importSpencer Janssen2007-04-301-1/+1
| | | | darcs-hash:20070430053623-a5988-b7fd0de8376993fdab9ce99bf3c525105b597b33.gz
* configurable border colorsJason Creighton2007-04-304-7/+17
| | | | | | | | This also fixes a bug where xmonad was assuming a 24-bit display, and just using, eg, 0xff0000 as an index into a colormap without querying the X server to determine the proper pixel value for "red". darcs-hash:20070430043859-b9aa7-9467ff583ec95144e5baa088e4b1536a725e7bc6.gz
* a bit more precise about building non-empty stacksets for one testDon Stewart2007-04-301-1/+1
| | | | darcs-hash:20070430035729-9c5c1-90b4f4b1e0db1884704e3a1d8fc246734220b603.gz
* remove redundant call to 'delete' in 'shift'Don Stewart2007-04-301-1/+1
| | | | darcs-hash:20070430031151-9c5c1-7d66b13bc36af0e33af655f33ef287c8d4a379e7.gz
* clean 'delete' a littleDon Stewart2007-04-301-7/+5
| | | | darcs-hash:20070430025319-9c5c1-e9f7308996d1400c1abd42d2d5f6ef30b8f01c06.gz
* shrink 'swap'Don Stewart2007-04-301-8/+5
| | | | darcs-hash:20070430024813-9c5c1-28d697989294c4c5ce03e44553b75a8d7bc6c03e.gz
* shrink 'rotate' a littleDon Stewart2007-04-301-4/+2
| | | | darcs-hash:20070430024525-9c5c1-fd54666b06e2d896e023e7ae1c8f2b32fdb7a815.gz
* move size into Properties.hsDon Stewart2007-04-302-4/+6
| | | | darcs-hash:20070430021758-9c5c1-f1ae3d5c2639b9c3ee91ccdebaefe0cf4a2c6df5.gz
* don't need 'size' operation on StackSetDon Stewart2007-04-301-5/+6
| | | | darcs-hash:20070430015927-9c5c1-9fdb237b91b517b77ab4a63c6675afa1ca759fe6.gz
* add homepage: field to .cabal fileDon Stewart2007-04-291-0/+1
| | | | darcs-hash:20070429041011-9c5c1-d77c7c4a7954d42c7b67cf73ee222d0d684ae962.gz
* add fromList to Properties.hsDon Stewart2007-04-291-1/+20
| | | | darcs-hash:20070429035823-9c5c1-37dc9df3086bb7672eeea83e4add3aeb4ffa0bd4.gz
* move fromList into Properties.hs, -17 locDon Stewart2007-04-291-20/+3
| | | | darcs-hash:20070429035804-9c5c1-6e23a1c166235085f34bda111b332b2ef7b50e01.gz
* avoid grabbing all keys when a keysym is undefinedJason Creighton2007-04-281-1/+3
| | | | | | | XKeysymToKeycode() returns zero if the keysym is undefined. Zero also happens to be the value of AnyKey. darcs-hash:20070428180046-b9aa7-79b768917b225267fa13fffda0738b53504aa722.gz
* Further refactoringSpencer Janssen2007-04-261-2/+2
| | | | darcs-hash:20070426212257-a5988-dc5cc91918a152728de05a7f6c39d209d81c5b04.gz
* Refactor in Config.hs (no real changes)Spencer Janssen2007-04-261-2/+2
| | | | darcs-hash:20070426211407-a5988-e08784e64270523d8dac44d8249c335f029272fd.gz
* Add the manpage to extra-source-filesSpencer Janssen2007-04-261-1/+1
| | | | darcs-hash:20070426014105-a5988-87c092ecd1c8fa40a18db1a82654b9d1b325eb7a.gz
* add xmonad manpageDavid Lazar2007-04-261-0/+78
| | | | darcs-hash:20070426010812-43953-2d3873c7bb503b79c429131dee81cac989be6844.gz
* Remove toListSpencer Janssen2007-04-262-15/+3
| | | | darcs-hash:20070426005713-a5988-10ed3204d691050d7ce018072d3fcf03221f545e.gz
* Ignore numlock and capslock in keybindingsJason Creighton2007-04-242-3/+5
| | | | darcs-hash:20070424013357-b9aa7-aed2e5623aa5d0f804d131974fc9b6c21c7a2ce1.gz
* Clear numlock bitSpencer Janssen2007-04-241-1/+1
| | | | darcs-hash:20070424010352-a5988-411c7bc6d019f772b412e230cfc19aa06041ca7c.gz
* force window border to 1pxJason Creighton2007-04-231-0/+1
| | | | darcs-hash:20070423050824-b9aa7-3fc8d9ad35a886852f035f8dabb0abaaee912ede.gz
* s/creigh//Don Stewart2007-04-231-1/+1
| | | | darcs-hash:20070423024026-9c5c1-d87c096a784efd5888e391beff45bb6fb364e998.gz
* some other things to doDon Stewart2007-04-231-0/+14
| | | | darcs-hash:20070423023151-9c5c1-ef43ad08403c951fd765d568ab7d4c1cd3b5c0b1.gz
* Start TODOs for 0.2Spencer Janssen2007-04-231-0/+3
| | | | darcs-hash:20070423021526-a5988-489a28c904c9f1b9c0d625b96cb571f62e5d24d7.gz
* update readmeDon Stewart2007-04-221-5/+5
| | | | darcs-hash:20070422090507-9c5c1-acfc37157cec3e9c8ce57235ad88d5535ee76172.gz
* Bump version to 0.1Spencer Janssen2007-04-221-1/+1
| | | | darcs-hash:20070422082948-a5988-bc13e17c69ac2c3d29f13f3a124ba195aaa3416e.gz
* xmonad 0.1 is readySpencer Janssen2007-04-221-6/+0
| | | | darcs-hash:20070422080824-a5988-428d14438b8d44abedaaff9e0e7818d5c806ce7a.gz
* Update TODOSpencer Janssen2007-04-221-2/+0
| | | | darcs-hash:20070422080806-a5988-9eec1c1386156e1bd4ffd13523b8b0a3458cacec.gz
* Arbitrary Word64 for running tests on amd64Alec Berryman2007-04-191-0/+8
| | | | | | | | Copied from Arbitrary Word8; I don't understand the coarbitrary definition and the Word64 one may be erroneous, but Properties.hs now compiles and passes all tests. darcs-hash:20070419104652-39448-765063393aada90785e3160dcfb6c5cc43fb34f1.gz
* two things gone from todo listDon Stewart2007-04-191-3/+1
| | | | darcs-hash:20070419041809-9c5c1-ae507dc2ab7138f45b80078e30256b8340a92612.gz
* add 8 new QC tests, including tests of the layout algorithmDon Stewart2007-04-193-4/+132
| | | | darcs-hash:20070419040833-9c5c1-9d8965bf22113a8aec47244eab7c769affb75951.gz
* use prefixed record names in latest X11-extrasJason Creighton2007-04-192-25/+25
| | | | darcs-hash:20070419032244-b9aa7-b3a4ef75d313d5c960775a75ddc91dbdae6485c7.gz
* WindowSet is better than WorkSpaceSpencer Janssen2007-04-192-4/+4
| | | | darcs-hash:20070419015430-a5988-1abfb64ca77e80031074f4a01f1f4e1a2e5efbac.gz
* Remove useless pragmaSpencer Janssen2007-04-191-1/+0
| | | | darcs-hash:20070419015239-a5988-c3be57b9f5a20b149c4873020fb4d91fb1ab349f.gz
* Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart2007-04-194-56/+59
| | | | darcs-hash:20070419012705-9c5c1-3aa97e02123af08c3f4500c9e9c3bb7ab4121652.gz
* 2 more properties for promote.Don Stewart2007-04-191-2/+17
| | | | darcs-hash:20070419001201-9c5c1-7ab345797094d164e47185bebefe05b1add6e120.gz
* tweak loc count to match count_lines scriptDon Stewart2007-04-192-6/+7
| | | | darcs-hash:20070418224725-9c5c1-e885b1392c8f6aaa1ccd5c5cbcdc9c41b29b6b6a.gz
* Promote now swaps focused window with master windowDon Stewart2007-04-193-9/+37
| | | | | | | | | | | | | This means other windows are unaffected. The change from the previous cycling behaviour was felt necessary, since cycling isn't a terribly useful operation. Some properties that hold: focus is unchanged by promotion promote is idempotent (promoting twice does nothing) the focused and master window will swap their positions in the stack darcs-hash:20070418224236-9c5c1-4539f9f397e181f91dc9743e3ffac4b5796c0fac.gz
* Add TODO to the sdistSpencer Janssen2007-04-191-1/+1
| | | | darcs-hash:20070418223323-a5988-8a8f955deea3fa03a161742c33ad6e004e7613a8.gz
* Add the tests to the sdistSpencer Janssen2007-04-191-1/+1
| | | | darcs-hash:20070418221326-a5988-9893a8fa0245f9735cc6e1a8b22e886025e90645.gz
* Make sdist work correctlySpencer Janssen2007-04-181-15/+17
| | | | darcs-hash:20070418215546-a5988-8242d493c7ec8bf156dd02b2e05cdae21bf62bd1.gz
* xmonad should build with future versions of mtl and X11-extrasSpencer Janssen2007-04-181-1/+1
| | | | darcs-hash:20070418214927-a5988-f53eae4d016b245050eb0fda3c2164c52b6aca3d.gz
* Another TODO bites the dustSpencer Janssen2007-04-181-2/+0
| | | | darcs-hash:20070418205725-a5988-ae771a2a581907290fff8a6ab0350887a2009c1b.gz
* Update propaganda.Spencer Janssen2007-04-182-2/+2
| | | | darcs-hash:20070418014029-a5988-a7a422401fe062c25ab74764bdf2a5e44befb413.gz
* define test to ensure LOC doesn't jump above 400.David Roundy2007-04-181-0/+15
| | | | darcs-hash:20070418004533-72aca-d701954d2a24ceca7791e92c12a35c299b8272ff.gz
* Update TODO: all the Xinerama issues I've encountered are fixedAlec Berryman2007-04-181-9/+0
| | | | | | | | | As of: Fri Apr 13 04:37:02 EDT 2007 Spencer Janssen <sjanssen@cse.unl.edu> * Ignore window entries while moving windows. This should fix all the focus preservation problems. darcs-hash:20070418001453-39448-d17c97d089e2f24451fba422d11ed053e39b45bc.gz
* test for xmonad in path first, before restartingDon Stewart2007-04-161-3/+7
| | | | darcs-hash:20070416025541-9c5c1-16be9a7ee5e4d1c3d319be7890f0812c56986116.gz
* added comment about windows key (mod4Mask)Jason Creighton2007-04-161-2/+3
| | | | darcs-hash:20070415233635-b9aa7-a2b7e4d3fe21647c2389ea6be9378fd116b4c6f8.gz