Commit Graph

593 Commits

Author SHA1 Message Date
Jonathan Daugherty
77bcba3ad6 Rename CHANGELOG, improve formatting 2017-01-21 20:13:46 -08:00
Jonathan Daugherty
33530be1b7 Move DESIGN to docs/ 2017-01-21 20:06:15 -08:00
Jonathan Daugherty
31eeb13e72 Remove TODO 2017-01-21 20:05:25 -08:00
Jonathan Daugherty
c99ab4c369 Remove defunct view-benchmark-core script 2017-01-21 20:04:34 -08:00
Jonathan Daugherty
fb24cc20c2 Remove defunct install_examples script 2017-01-21 20:04:08 -08:00
Jonathan Daugherty
2a51dcb572 vty-examples: package description cleanup 2017-01-21 20:01:42 -08:00
Jonathan Daugherty
2bec186e23 Remove defunct build_examples script 2017-01-21 20:00:22 -08:00
Jonathan Daugherty
bdcb477abf vty-examples: update package metadata 2017-01-21 19:59:40 -08:00
Jonathan Daugherty
e75a636935 Merge branch 'master' of github.com:jtdaugherty/vty 2017-01-21 19:37:50 -08:00
Jonathan Daugherty
745e8cc95d Remove instructions and configuration for Stack builds 2017-01-21 19:37:45 -08:00
Jonathan Daugherty
e6b028f4aa Update gitignore 2017-01-21 19:37:31 -08:00
Jonathan Daugherty
9e00564b5d vty.cabal: clean up description and update repository URLs 2017-01-21 19:37:03 -08:00
Jonathan Daugherty
c274d0e4e4 AUTHORS: formatting 2017-01-21 19:36:46 -08:00
Jonathan Daugherty
4417241cff Move demo programs to demos/ 2017-01-21 19:36:37 -08:00
Jonathan Daugherty
44c99edad8 Update README since Vty does not work on Windows at present 2017-01-19 10:14:27 -08:00
Jonathan Daugherty
7448ab8611 Merge pull request #118 from diegospd/patch-1
Fixed typo wiht -> with
2016-12-25 23:31:02 -08:00
diegospd
0cf84e39c1 Fixed typo wiht -> with 2016-12-25 23:44:05 -06:00
Jonathan Daugherty
e780ac73a0 Update README.md 2016-12-21 10:52:20 -08:00
Jonathan Daugherty
0c96b212fc Raise base lower bound and disable GHC allowed-failing build as suggested in #117 2016-12-11 19:30:07 -08:00
Jonathan Daugherty
7d2807d940 Update changelog, bump version 2016-12-03 20:37:10 -08:00
Jonathan Daugherty
e483f08db2 addMaybeClippedJoin: instead of raising an exception when the join is totally clipped, just reduce the clip amount and continue 2016-12-03 17:50:28 -08:00
Jonathan Daugherty
cf3bd4c99f addMaybeClipped: skip blit of joins when their primary dimension is zero 2016-12-03 17:49:49 -08:00
Jonathan Daugherty
0002d3de80 Merge pull request #116 from ChrisPenner/empty-text-image
Remove 'emptyImage' overrides for zero-length HorizText
2016-12-03 17:06:52 -08:00
Chris Penner
d482c11f41 Allow 'empty' text images and relax constraints on joining clipped images. 2016-12-03 13:02:46 -06:00
Jonathan Daugherty
f2774c1047 Bump version, update CHANGELOG 2016-11-19 11:48:44 -08:00
Jonathan Daugherty
cd534c1028 Revert "Replace stale wcwidth implementation with utf8proc library call"
This reverts commit 437b27f052.
2016-11-19 11:46:35 -08:00
Jonathan Daugherty
c0f919c533 Revert "Add bundled utf8proc so we don't have to depend on a local version"
This reverts commit 989de89a42.
2016-11-19 11:46:32 -08:00
Jonathan Daugherty
6bd9f44d0d Update CHANGELOG 2016-11-12 16:17:25 -08:00
Jonathan Daugherty
989de89a42 Add bundled utf8proc so we don't have to depend on a local version 2016-11-12 16:17:17 -08:00
Jonathan Daugherty
437b27f052 Replace stale wcwidth implementation with utf8proc library call 2016-11-12 15:31:23 -08:00
Jonathan Daugherty
c18657e1c0 Bump version 2016-10-23 19:48:28 -07:00
Jonathan Daugherty
dbb3f2a6f4 Mouse: also correct offsets on mouse-up events 2016-10-23 19:48:03 -07:00
Jonathan Daugherty
de55ddfb5c Bump version 2016-10-23 19:17:33 -07:00
Jonathan Daugherty
c767bf0c93 Update CHANGELOG 2016-10-23 19:17:24 -07:00
Jonathan Daugherty
443c9ca77f Mouse: make mouse events offset from row/column zero instead of one 2016-10-23 19:16:34 -07:00
Jonathan Daugherty
c0bc8e0a2d Bump version, update changelog 2016-10-11 10:54:07 -07:00
Jonathan Daugherty
99361dee8f Add Generic instance for Image 2016-10-11 10:52:06 -07:00
Jonathan Daugherty
ac1517da21 nextEvent: stop trying to refresh on a resize event (fixes segfault on refresh with normal cursor positioning mode) 2016-10-11 10:50:28 -07:00
Jonathan Daugherty
25b03409cd Merge pull request #113 from glguy/redundant-clause-patch
Remove redundant clause from clipForCharWidth
2016-09-06 19:20:03 -07:00
Eric Mertens
25429683cd Remove redundant clause from clipForCharWidth 2016-09-06 19:07:12 -07:00
Jonathan Daugherty
83ceb682f7 Update maintainer 2016-09-04 08:56:55 -07:00
Jonathan Daugherty
8629774903 Bump version, update changelog 2016-09-04 08:55:37 -07:00
Jonathan Daugherty
f8f7577d8c Merge pull request #112 from glguy/term-env-exception
Raise a VTY specific exception on missing TERM
2016-09-03 19:06:34 -07:00
Eric Mertens
7f899b5727 Raise a VTY specific exception on missing TERM
Fixes #107
Fixes #110
2016-09-03 17:28:55 -07:00
Jonathan Daugherty
5208cc0790 Merge pull request #111 from glguy/config-export-list
Add export list to Graphics.Vty.Config to avoid leaking implementation details of parser
2016-09-02 18:57:13 -07:00
Eric Mertens
3d0d693746 Add export list to Graphics.Vty.Config to avoid leaking implementation details of parser 2016-09-02 18:54:57 -07:00
Jonathan Daugherty
9fb9c54fe2 Remove unused binding 2016-09-02 17:09:57 -07:00
Jonathan Daugherty
3f318f5bc6 Update CHANGELOG 2016-09-02 17:08:40 -07:00
Jonathan Daugherty
25b3fbea9c Merge pull request #109 from glguy/generic-config-parser
Generic-derived config parser
2016-09-01 22:49:18 -07:00
Jonathan Daugherty
3c43f139e5 Merge pull request #108 from glguy/absolute-cursor-patch
Add support for absolute cursor positioning
2016-09-01 22:47:46 -07:00