Corey O'Connor
|
f9619d04eb
|
finish test for verifying the parsing of the keys read from the capabilities file
|
2013-10-22 17:48:22 -07:00 |
|
Corey O'Connor
|
22774a905a
|
abstract event block generation from source table. initial terminfo caps based input block test
|
2013-10-20 14:18:29 -07:00 |
|
Corey O'Connor
|
560c5d673b
|
start converting verify-using-mock-input to test-framework + smallcheck
|
2013-10-19 23:20:29 -07:00 |
|
Corey O'Connor
|
424e6a858d
|
cleanup
|
2013-10-13 03:01:53 -07:00 |
|
Corey O'Connor
|
dc749015b7
|
add an event to end the event processing loop. finish simple_chars test
|
2013-10-05 00:30:38 -07:00 |
|
Corey O'Connor
|
5b47d59a5f
|
correct use of extensions
|
2013-09-15 22:55:15 -07:00 |
|
Corey O'Connor
|
2e7bc4c3fc
|
refactor input layer a bit more. closer to testable
|
2013-09-14 23:56:06 -07:00 |
|
Corey O'Connor
|
4f9fc10169
|
start refactoring input layer for an easy to understand mapping of input bytes to events
|
2013-09-01 01:08:27 -07:00 |
|
Corey O'Connor
|
2b7c82a990
|
add scaffold for input test
|
2013-08-29 17:00:07 -07:00 |
|
Corey O'Connor
|
08c42ea651
|
simplify the mock terminal tests a bit
|
2013-08-16 23:13:05 -06:00 |
|
Corey O'Connor
|
8131ac30d8
|
split the VerifySpanOps test into two. add boilerplate for layers tests
|
2013-08-15 13:47:39 -06:00 |
|
Corey O'Connor
|
838dd51d73
|
assure VerifyTerminal can actually work as a regression test for issue #42
|
2013-08-14 22:32:02 -06:00 |
|
Corey O'Connor
|
c998873eaa
|
more tests on cropping, plus some suspect fixes
|
2013-08-13 00:16:35 -06:00 |
|
Corey O'Connor
|
0788d18a52
|
complete the crop implementation. fix some bugs testing located
|
2013-07-27 01:00:25 -07:00 |
|
Corey O'Connor
|
35b159777e
|
rename Hack to Unsafe plus minor
|
2013-07-20 20:31:05 -07:00 |
|
Corey O'Connor
|
4b6f75b989
|
implement a test for all terminfo based terminals this should support
|
2013-07-07 23:31:24 -07:00 |
|
Corey O'Connor
|
fd3df90f1f
|
Move from a typeclass to a structure of properties interface for terminals and display contexts.
|
2013-07-07 13:55:23 -07:00 |
|
Corey O'Connor
|
e6fb85e342
|
rename debug terminals to mock terminals.
|
2013-07-05 18:36:03 -07:00 |
|
Corey O'Connor
|
c5d9a90701
|
fix test coverage collection. Had to revert tests not depending on full library. Ah well.
|
2013-07-02 09:42:42 -07:00 |
|
Aditya Bhargava
|
d60f9cb89b
|
Escape forward slashes
hackage interprets those slashes as italics, as you can see here:
http://hackage.haskell.org/package/vty
So you need to escape them.
|
2013-06-12 15:45:02 -06:00 |
|
Corey O'Connor
|
b842e2fe7a
|
up to 5.0.0 for no particular reason.
|
2013-06-01 17:57:04 -07:00 |
|
Corey O'Connor
|
f3108faed9
|
cleanup and updates to get the test suite to compile
|
2013-06-01 06:47:29 -07:00 |
|
Corey O'Connor
|
26663ac1d6
|
more progress on the new span renderer
|
2013-05-19 14:48:14 -07:00 |
|
Corey O'Connor
|
e973a0de7f
|
in progress
|
2013-05-16 13:44:04 -07:00 |
|
Corey O'Connor
|
052cee932a
|
add new benchmark and improve benchmarking in general.
|
2013-05-10 23:23:41 -07:00 |
|
Corey O'Connor
|
c80c7884e8
|
add remaining benchmarks to simple benchmark runner
|
2013-01-27 23:08:08 -08:00 |
|
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
|
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
|
ae0f2bacff
|
up version to 4.7.0.20 for release
|
2012-11-02 01:11:03 -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
|
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 |
|
Jonathan Daugherty
|
a229728e2a
|
Export Graphics.Vty.Image module to make character width functions available
|
2012-09-30 10:37:11 -07: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 |
|
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
|
53fae99eee
|
up version to 4.7.0.10 for release
|
2012-02-03 11:30:57 -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
|
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 |
|