Adam Vogt
939c0558e6
update README
2014-05-03 04:40:52 +00:00
Adam Vogt
fbd406eb03
add some more forgotten properties
2014-05-03 03:41:44 +00:00
Adam Vogt
ecde376224
make hpc report cover the testsuite too
2014-05-03 03:41:25 +00:00
Adam Vogt
edf3394821
run more tests (and add a couple)
2014-05-03 02:11:03 +00:00
Adam Vogt
20be322b08
put hpc reports in dist/hpc/
2014-05-02 19:29:07 +00:00
Adam Vogt
f8f53fdff8
add forgotten tests back
2014-05-02 19:28:58 +00:00
Adam Vogt
1da1e2e21e
updated hpc
2014-05-02 18:49:04 +00:00
Adam Vogt
4026075bc6
clean up cabal file
...
We don't support ghc-6.6 anymore, so no need to include this split_base stuff.
2014-05-02 18:07:21 +00:00
Adam Vogt
8863761d66
update testsuite (mostly due Jesper Reenberg)
...
* use quickcheck2
* run them using cabal's test-suite field
* split up Properties into separate files
2014-05-02 18:01:46 +00:00
Adam Vogt
d67dcd8c4b
hack to avoid crash when fewer workspaces than screens ( #543 )
2014-05-02 17:59:10 +00:00
Adam Vogt
aa84841289
OPTIONS_GHC is the preferred pragma name
2014-05-02 17:57:34 +00:00
Adam Vogt
d10abdcdd0
move library part to src/
2014-05-02 17:51:59 +00:00
Adam Vogt
3073826dfc
avoid warnings from missing Prelude.catch in ghc>=7.6
2014-05-02 05:58:23 +00:00
Adam Vogt
daed0062c6
derive Applicative instance for Query
2014-05-02 05:57:43 +00:00
Adam Vogt
abd737cfb4
Bump version to 0.12
...
This is to make contrib build failures resulting from by data-default
lead people to do the right thing: update xmonad-core.
2013-07-20 19:21:24 +00:00
Daniel Wagner
e719be4e69
warning police: name userCodeDef's argument defValue instead of def
2013-05-28 16:44:01 +00:00
Daniel Wagner
ec1a20c727
depend on data-default, and deprecate the monomorphic name defaultConfig
2013-05-28 00:35:31 +00:00
Daniel Wagner
8f039ec434
use "modm" instead of "modMask" in the sample config
2013-01-06 17:44:14 +00:00
Daniel Wagner
057fcc5162
define the "help" string in the sample configuration bundled with xmonad
2013-01-06 17:42:54 +00:00
mwlochbaum
8e7634f543
configurableEventMasks
2013-02-05 18:28:58 +00:00
Daniel Wagner
40cb12ce17
Grab all keycodes linked to each keysym, not just one
...
This patch is based heavily on the one contributed by
svein.ove@aas.no , but updated to avoid causing a conflict and to work
with the newest X11 bindings. The name of the patch (and comment
below) are copied verbatim from his patch.
XKeysymToKeycode only gives the first code bound to a given symbol. To
handle the case where multiple keys are bound to the same symbol,
XKeycodeToKeysym is used instead, searching through all possible
keycodes for each sym.
2013-01-18 22:54:46 +00:00
Adam Vogt
b803fd74a5
Issue 135 use wa_border_width for floating windows (neoraider)
2013-01-15 17:07:15 +00:00
Adam Vogt
d386a230f6
Add flags for call to ghc closing issue 240
...
The -main-is flag goes back to at least ghc 6.10, and maybe the warning that
this otherwise redundant flag enables (when xmonad.hs isn't a module Main)
also dates back that far.
2013-01-01 03:50:34 +00:00
Adam Vogt
e87456ab77
bump cabal-version to satisfy hackage
v0.11
2013-01-01 01:40:56 +00:00
Adam Vogt
cdc22f0849
TAG 0.11
2013-01-01 01:30:31 +00:00
Adam Vogt
70413b2e22
Bump version to 0.11
2012-12-31 18:48:10 +00:00
Adam Vogt
67ffde0dfb
Add more metadata to cabal file
2012-12-31 18:46:52 +00:00
Adam Vogt
d904fb1cc4
Update generated manpage (and releaseDate in util/GenerateManpage.hs)
2012-12-31 16:34:03 +00:00
Adam Vogt
4120be8ba0
Copy help binding from XMonad.Config to man/xmonad.hs
2012-12-31 16:33:05 +00:00
Adam Vogt
e015155131
Shorter hyperlinks to hackage in README.
2012-12-31 10:53:58 +00:00
Adam Vogt
4c1536cd18
Add clickJustFocuses option to template configuration.
2012-12-31 10:44:20 +00:00
Adam Vogt
a34a5e979a
Add configuration option clickToFocus (issue 225)
...
To summarize this allows clicks which change the focus to also be passed on to
that window.
2012-01-03 01:39:16 +00:00
conrad.irwin
38faddf9de
pass mouse clicks on to focused windows (experimental)
...
Originally: http://www.haskell.org/pipermail/xmonad/2008-June/005807.html
2011-05-25 04:34:13 +00:00
Adam Vogt
3ab2b28711
HCAR.tex convert line endings.
2012-11-18 19:40:06 +00:00
gwern0
934ff6a562
HCAR.tex: update to Janis's master version per his instructions
2012-11-18 01:03:10 +00:00
Adam Vogt
f8b07d8956
Add generated manpage and html manpage to the repo.
...
The intention of adding these files to the data-files
is so that they get included in the upload to hackage:
people might like manpage but not have to install pandoc.
It's not really clear that this is the best solution.
2012-11-08 23:11:39 +00:00
Adam Vogt
67d436a4e6
Resolve conflicts Geoff Reedy's window focus hack.
2010-02-22 14:45:12 +00:00
Geoff Reedy
c6fef373dc
Give focus to windows that don't set the input hint
2009-10-10 23:19:07 +00:00
Geoff Reedy
2d4f304c0a
implement the ICCCM WM_TAKE_FOCUS protocol
2009-06-22 05:19:11 +00:00
Geoff Reedy
1df8ea3d0e
track currently processing event
2009-06-22 03:56:49 +00:00
Adam Vogt
490719c035
resolve HCar.tex conflict
2012-11-08 22:35:14 +00:00
gwern0
3cd001e8df
HCAR.tex: update with Janis's master version
2012-10-03 19:04:25 +00:00
gwern0
b0dda7b351
HCAR.tex: update per Janis
2012-05-16 21:13:52 +00:00
gwern0
d8495adf0d
HCAR.tex: update per Janis
2012-05-13 21:15:22 +00:00
gwern0
06f35a650e
Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.google.com/p/xmonad/issues/detail?id=182
2012-01-13 01:04:10 +00:00
gwern0
56f5ecb320
Config.hs: rm commented out keybinding (dead for years)
2012-01-13 00:01:15 +00:00
Adam Vogt
ff674a27e2
Include manual pages in data-files.
2011-12-04 00:11:37 +00:00
Adam Vogt
6c51745122
Correctly identify source files in ~/.lib (David McLean)
2012-04-30 15:42:22 +00:00
Adam Vogt
108c2280ef
Address versioning problems related to X11 1.6 release.
...
Bump version to 0.10.1 since cabal uses hackage dependencies even when the
locally installed package differs.
Allow X11-1.6 dependency.
2012-03-20 00:49:24 +00:00
Adam Vogt
e70b489936
Drop PlainConfig from HCAR.tex: it doesn't exist in contrib.
...
The code for that moved out to a separate project:
http://braincrater.wordpress.com/2008/08/28/announcing-xmonad-light/
2011-12-11 00:44:05 +00:00