Michiel Derhaeg
586ee75a9a
fix manpage generation
2018-07-30 11:53:58 +02:00
Clint Adams
013da018a1
Port GenerateManpage.hs to pandoc 2
...
Closes : #123
There is a regression here in terms of aesthetics.
2018-07-30 11:53:58 +02:00
Peter Simons
71cb355948
travis.yml: we can now run "cabal check" successfully
v0.14
2018-07-30 11:06:02 +02:00
Peter Simons
19069b3d4b
xmonad.cabal: drop hard-coded profiling mode
...
Hackage won't accept the package with that "hack" in place. If you want to
compile with profiling enabled, please configure the build with
--enable-profiling via "cabal" or "stack" or whatever build driver you're
using.
2018-07-30 11:03:53 +02:00
Peter Simons
969fca9406
Merge pull request #157 from xmonad/travis
...
Travis
2018-07-30 10:44:27 +02:00
Peter Simons
61f00e65f1
Merge pull request #169 from mimi1vx/patch-1
...
Allow X11-1.9
2018-07-30 09:43:07 +02:00
Peter Simons
db11089e70
travis.yml: re-generate with latest version of make-travis-yml
2018-07-30 09:36:19 +02:00
Peter Simons
e601a7d16d
xmonad.cabal: updated tested-with fields to the latest major release, respectively
2018-07-30 09:33:03 +02:00
Peter Simons
0dd23bddfa
Merge branch 'master' into travis.
2018-07-30 09:32:12 +02:00
Peter Simons
55b14d4850
Bump version number to 0.14 for upcoming release.
2018-07-30 09:29:12 +02:00
Ondřej Súkup
9df514b378
Allow X11-1.9
2018-05-15 09:45:36 +02:00
geekosaur
ecf1a0ca0d
Merge pull request #163 from aplaice/patch-1
...
Fix typo Utils -> Util
2018-04-18 18:25:18 -04:00
aplaice
d216e95f97
Fix typo Utils -> Util
...
This is extremely minor, but it results in haddock incorrectly
hyperlinking XMonad.Utils.ExtensibleState at
https://hackage.haskell.org/package/xmonad-0.13/docs/XMonad-Core.html#v:extensibleState
2018-04-11 23:46:11 +02:00
Brent Yorgey
af3d3818c8
Revert "remove unnecessary profiling flag"
...
This reverts commit d065038c8a
.
Put profiling flag back, and comment out 'cabal check' test in .travis.yml
2018-03-21 22:22:58 -05:00
Brent Yorgey
d065038c8a
remove unnecessary profiling flag
...
It was making cabal check unhappy.
2018-03-21 15:34:27 -05:00
Brent Yorgey
10bc213349
include libxrandr-dev
2018-03-21 15:24:54 -05:00
Brent Yorgey
d22d93b43f
try updating travis config
2018-03-21 14:58:54 -05:00
Brent Yorgey
871a80fee7
add GHC 8.4.1 to tested-with
2018-03-21 14:58:38 -05:00
Brent Yorgey
2d59f5157c
update GHC version number to 8.4.1
2018-03-21 14:58:25 -05:00
Brent Yorgey
0738262d9e
Merge pull request #153 from vmchale/master
...
update to work with latest GHC
2018-03-21 14:54:30 -05:00
Brent Yorgey
63d6a66133
Merge branch 'master' into master
2018-03-21 14:52:50 -05:00
Brent Yorgey
fe6215d309
Merge pull request #156 from MichielDerhaeg/compat
...
restored compatability with GHC versions prior to 8.0.1
2018-03-21 14:50:17 -05:00
Michiel Derhaeg
c3cb4ad65f
forgot to remote windows specific code
2018-03-18 00:08:03 +01:00
Michiel Derhaeg
126f891d11
restored compatability with GHC versions prior to 8.0.1
2018-03-17 23:23:11 +01:00
Vanessa McHale
d3383ce0f5
make it work w/ xmonad-testing
2018-02-05 18:29:14 -06:00
Vanessa McHale
c96a59fa0d
update to work with latest GHC
2018-02-05 17:46:57 -06:00
Peter J. Jones
12a45b4b99
Merge pull request #88 from Javran/master
...
fix xmonad/xmonad#87
2017-09-13 18:07:04 -07:00
Javran Cheng
462957b2f0
fix xmonad/xmonad#87
...
switch focus when mouse is entering a workspace
but not moving into a window (w' == 0)
for magic number 0 in w' == 0
see discussion in https://github.com/xmonad/xmonad/pull/88#pullrequestreview-62489502
2017-09-13 19:28:02 -04:00
Peter J. Jones
2e6312776b
Merge pull request #111 from YoYoYonnY/origin/patch-1
...
Safer string quoting for help message
2017-05-31 10:05:03 -07:00
Jonne Ransijn
3897cab7c9
Safer string quoting for help message
...
Using `show` to quote help string instead of hard-coding it.
Allows for quotes and other characters to be placed inside the help string.
2017-05-09 00:25:48 +02:00
Peter Jones
10b843ad21
Add a section on rebashing and squashing
2017-04-10 16:58:45 -07:00
Peter J. Jones
bc320b69da
Merge pull request #91 from pjones/pjones/remove-state-file
...
Remove the xmonad state file after reading it
2017-04-10 10:47:03 -07:00
Peter Jones
89a8cc88c3
Remove the xmonad state file after reading it
...
Tries to make sure IO is not lazy so the file is processed before it
is removed from the file system.
Fixes #86 and friends.
2017-03-30 16:19:26 -07:00
Peter Jones
76f4a16258
Add a stack.yaml
file for testing and easy Hackage upload
v0.13
2017-02-10 16:20:01 -07:00
Peter Jones
8f2eb540d7
Update documentation after final release review
2017-02-10 15:48:44 -07:00
Peter Jones
ba2d75b930
Build the man page for 0.13
2017-02-10 15:46:45 -07:00
Peter Jones
acf0652952
Add a release date
2017-02-09 16:25:41 -07:00
Peter Jones
e4d231920c
Bump version to 0.13
2017-02-09 16:09:52 -07:00
Peter J. Jones
980828feea
Merge pull request #76 from SirBoonami/master
...
Rare crash fix due to uncaught exception from `getWindowAttributes`
2017-02-09 15:04:41 -07:00
Felix Hirn
2e5ae02059
Updated CHANGES.md
2017-02-09 22:34:26 +01:00
Felix Hirn
50eb1844eb
Fixed a crash due to an unhandled getWindowAttributes exception
2017-02-09 22:28:57 +01:00
Peter Jones
f18bda7dc7
Having an executable build script implies force = True' in
recompile'
...
This is slight change to the original implementation. This version
forces a recompile if XMonad detects a custom build script. The
previous version took into consideration the time stamps of the source
files.
For a custom build script, the source files may be located in another
location, or there could be dependencies unknown to XMonad. Better to
just always call the build script and let it work out if something
needs to be built.
2017-02-08 19:48:42 -07:00
Peter Jones
2d8cad02fe
Improve function docs for setWindowBorderWithFallback
2017-02-08 16:53:40 -07:00
Peter Jones
2baab28602
When looking for a directory, prefer ~/.xmonad over XDG BDS
...
This fixes issue #71
2017-02-07 13:28:53 -07:00
Peter J. Jones
ef65f901ce
Merge pull request #65 from HebaruSan/focus-race-condition
...
Don't send focus events for the wrong windows
2017-02-06 17:29:32 -07:00
Peter Jones
f2da028ff9
Add CONTRIBUTING.md and GitHub templates
2017-01-12 12:23:48 -07:00
Brent Yorgey
bad3ce7a5e
Merge pull request #62 from pjones/feature/recompile
...
Support for custom config locations and recompile strategies
2017-01-03 17:56:40 -05:00
Peter Jones
e1c555e3e6
Implement recommendations from Brent's review
2017-01-03 15:46:07 -07:00
Peter Jones
ab20f7df8d
Stop using the term XDG unqualified
...
This change makes it clear that xmonad can use the "XDG Base Directory
Specification" a la the directory package without making any other XDG
claims.
2017-01-03 15:15:26 -07:00
Peter Jones
a70bf6a6a3
Fix another compatibility issue with GHC 7.6.x and 7.8.x
2017-01-03 15:15:26 -07:00