Commit Graph

169 Commits

Author SHA1 Message Date
Corey O'Connor
a029bda581 add a generic benchmark executable 2013-01-27 21:41:59 -08:00
Corey O'Connor
9c0f1e7f3d cleanup dependencies and docs 2013-01-27 12:37:04 -08:00
Corey O'Connor
c702313b6f correct version number. 2013-01-26 03:05:53 -08:00
Corey O'Connor
a11ac811ad update docs 2012-12-26 16:48:38 -07:00
Corey O'Connor
8211ead8d5 fix QuickCheck dependency. add interactive-terminal-test to executables section. add test for issue 7 2012-12-26 16:40:19 -07:00
Corey O'Connor
b07daca048 more doc updates 2012-12-24 23:27:50 -07:00
Corey O'Connor
2957f7b6e1 update docs and change unsafeIOToST import 2012-12-24 21:44:24 -07:00
Corey O'Connor
ae0f2bacff up version to 4.7.0.20 for release 2012-11-02 01:11:03 -07:00
Corey O'Connor
c482f97457 use fromIntegral to resolve ghc 7.6 compile issue. 2012-11-02 01:05:00 -07:00
Corey O'Connor
c231d05a4a up version to 4.7.0.19 2012-11-02 01:03:18 -07:00
Corey O'Connor
0cad81c5f3 up to 4.7.0.18 for release 2012-10-20 19:36:23 -07:00
Corey O'Connor
f4a618fad0 fixup the parsing loop to wait for input before looping. 2012-10-20 19:19:41 -07:00
Corey O'Connor
6ee46acfa7 migrate tests to Cabal test-suites 2012-10-15 20:50:58 -07:00
Corey O'Connor
3ce550bbc4 convert verify_display_attributes to detailed-0.9 test suite 2012-10-07 18:33:02 -07:00
Corey O'Connor
8e1ea8e153 Implement verify_debug_terminal as Cabal test. 2012-10-07 18:26:28 -07:00
Corey O'Connor
78d990f0bc Merge pull request #30 from jtdaugherty/master
Export Graphics.Vty.Image module
2012-10-03 01:39:28 -07:00
Jonathan Daugherty
a229728e2a Export Graphics.Vty.Image module to make character width functions available 2012-09-30 10:37:11 -07:00
Corey O'Connor
c57442d6d5 Merge pull request #29 from rootzlevel/crop-bug
Don't let remain_rows go negative
2012-08-17 21:39:34 -07:00
Corey O'Connor
e7361b7c69 Merge pull request #26 from YoshikuniJujo/master
Use fdReadBuf instead of fdRead to avoid locale conversion.
2012-08-17 21:39:11 -07:00
Hans-Peter Deifel
028da8fc31 Don't let remain_rows go negative
This variable is used as input for toEnum, so it has to be positive.
2012-08-04 22:41:53 +02:00
iocikun.jujon
70af4e602d version to 4.7.0.15 2012-07-09 11:16:50 +09:00
iocikun.jujon
37b3a672ef fdReadBuf instead of fdRead to input multi byte character 2012-07-09 10:50:36 +09:00
Corey O'Connor
c68f69fc22 up version to 4.7.0.14 2012-05-19 01:33:55 -07:00
Corey O'Connor
b9d7e7b5df correct issue #24: up mtl dependency 2012-05-19 01:28:36 -07:00
Corey O'Connor
f56abd231a up to 4.7.0.12 for release 2012-04-22 08:55:12 -07:00
Corey O'Connor
e476a6547f Merge pull request #23 from toothbrush/prefix-cfunctions
prefixed all c functions to avoid Cabal bug #944
2012-04-22 08:49:30 -07:00
Paul van der Walt
54d35d6ade prefixed all c functions to avoid Cabal bug #944 2012-04-22 15:49:25 +02:00
Corey O'Connor
68b3372204 Merge pull request #22 from Mikolaj/master
Add rules for keypad keys with Ctrl
2012-03-04 11:23:26 -08:00
Mikolaj
d01c8638df Add rules for keypad keys with Ctrl
Tested with xterm (full success) and rxvt (Home, End and Ins have the same
codes with Ctrl, to be being with, but other keys are OK now).
2012-03-02 20:04:37 +01:00
Mikolaj
eb390a87c1 Spurious whitespace cleanup in LLInput.hs 2012-03-02 19:31:24 +01:00
Corey O'Connor
53fae99eee up version to 4.7.0.10 for release 2012-02-03 11:30:57 -08:00
Corey O'Connor
c9aceef738 Merge pull request #21 from mgajda/master
Dependency patch makes it build with GHC-7.4.1
2012-02-03 11:19:47 -08:00
Michal J. Gajda
2dfe2c25f4 Now builds with GHC 7.4.1. 2012-02-03 07:36:20 +01:00
Corey O'Connor
ba5c62af25 up version to 4.7.0.8 for release 2012-01-12 10:44:35 -08:00
Ben Millwood
ff6ba5fa63 Relax dependencies on parallel and deepseq 2012-01-12 02:25:34 +00:00
Corey O'Connor
7b846fcf25 updating to version 4.7.0.6 for release. 2011-11-02 16:53:45 -07:00
Corey O'Connor
5405f9136c update test/Makefile 2011-11-02 16:53:21 -07:00
Corey O'Connor
b252930bc0 remove data type context usage. Use GADTs. 2011-11-02 16:53:08 -07:00
Corey O'Connor
caf9656934 Merge pull request #17 from jpnp/master
Fix for problem with crop
2011-08-29 22:45:07 -07:00
Corey O'Connor
da635bb377 Merge pull request #16 from Mikolaj/master
A possible fix for segfault possibly caused by vty
2011-08-29 22:41:11 -07:00
John Pybus
e072b19be1 Fix multiple ellipses on cropped text spans. 2011-08-18 12:31:32 +01:00
John Pybus
c0b4ce8957 Attempt to fix problem with Image crop 2011-08-18 00:35:52 +01:00
Mikolaj
18fe87aa96 attempt to fix a segfault possibly due to not NUL terminated strings
The strings used in withCWStringLen are (despite the incorrect comment)
supposed to come equipped with length, but no NUL at the end
(in particular nothing is allocated for an empty string).
Fortunately, here the length suffices.

See http://hackage.haskell.org/trac/ghc/ticket/5396
and https://github.com/coreyoconnor/vty/issues/14#issuecomment-1813397
2011-08-16 21:57:29 +02:00
Corey O'Connor
a2cdd077a9 up version to 7.4.0.4 for release 2011-07-17 22:14:18 -07:00
Corey O'Connor
4a325a8a2c nevermind. ghc-prim is still required. 2011-07-17 22:06:16 -07:00
Corey O'Connor
9f6a79b3f7 optimize the compiled C 2011-07-15 00:36:22 -07:00
Corey O'Connor
e5e23c05dd remove ghc-prim from dependencies 2011-07-14 23:45:26 -07:00
Corey O'Connor
f224ab18b2 I'm reasonably sure we can use unsafeWrite O_O 2011-07-14 23:40:45 -07:00
Corey O'Connor
cc969d903f Add test target "core" to easily view the ghc-core. 2011-07-14 23:40:14 -07:00
Corey O'Connor
4f3cd6c906 optimize span generation. Use string-qq for tests.
Recovers most of the performance lost with 4.7.0.0.
2011-07-14 18:23:02 -07:00