Commit Graph

  • 3f8ed04898 allow unicode on all windows consoles for now. see #130. Christopher Jeffrey 2015-04-26 19:22:23 -07:00
  • 56aae2e861 cjk ambiguous with if statement. Christopher Jeffrey 2015-04-26 07:56:51 -07:00
  • 33d2f52dcf amiguous CJK character check. Christopher Jeffrey 2015-04-26 07:51:06 -07:00
  • 56421ccc7b fix VTE again - two chars for surrogate wide replacement. Christopher Jeffrey 2015-04-26 07:17:39 -07:00
  • 0ea8c77dd8 fix VTE. only remove surrogate double chars. Christopher Jeffrey 2015-04-26 07:16:50 -07:00
  • 051e90070c workaround VTEs wide surrogate pair display bug. Christopher Jeffrey 2015-04-26 07:03:52 -07:00
  • b753a8c492 cleanup eaw test. Christopher Jeffrey 2015-04-26 06:56:56 -07:00
  • da368f58d9 v0.1.53 v0.1.53 Christopher Jeffrey 2015-04-26 06:54:57 -07:00
  • 86dd7e169a eaw test. attempt to use harmony unicode features. Christopher Jeffrey 2015-04-26 06:54:07 -07:00
  • 34fd68b620 Revert "isSurrogateLast" Christopher Jeffrey 2015-04-26 06:38:06 -07:00
  • e19730578c isSurrogateLast Christopher Jeffrey 2015-04-26 06:37:45 -07:00
  • 2eb57cc725 do not break on spaces, double-widths, surrogates, or combinings for text wrapping. Christopher Jeffrey 2015-04-26 06:32:02 -07:00
  • 9a2b6dfd81 v0.1.52 v0.1.52 Christopher Jeffrey 2015-04-26 06:09:17 -07:00
  • 94ba30cbfd fix: break on extra space for double-width again. Christopher Jeffrey 2015-04-26 05:55:20 -07:00
  • fe4a807042 fix 鹃 when bold in eaw test. Christopher Jeffrey 2015-04-26 05:51:56 -07:00
  • e21a470853 eaw test. Christopher Jeffrey 2015-04-26 05:36:30 -07:00
  • c5257275ea v0.1.51 v0.1.51 Christopher Jeffrey 2015-04-26 05:10:12 -07:00
  • 620c17c7dc fix eaw test. comment. Christopher Jeffrey 2015-04-26 04:36:30 -07:00
  • c73fee2f7d rename unicode regexes again. Christopher Jeffrey 2015-04-26 04:34:32 -07:00
  • dafe95d900 rename unicode regexes. Christopher Jeffrey 2015-04-26 04:29:52 -07:00
  • ccca1092e7 add regex for all wide chars. Christopher Jeffrey 2015-04-26 04:23:32 -07:00
  • 758eef133c stop double-width chars from breaking words when wrapped. Christopher Jeffrey 2015-04-26 04:16:47 -07:00
  • edf22cd6cd screenshot. Christopher Jeffrey 2015-04-26 02:40:39 -07:00
  • 3d8dfd0db4 screen.screenshot Christopher Jeffrey 2015-04-26 02:34:17 -07:00
  • 963cfbb9f8 fix labels for non-scrollable elements. Christopher Jeffrey 2015-04-25 19:12:47 -07:00
  • 945e2a57fb time.js again. Christopher Jeffrey 2015-04-25 19:08:58 -07:00
  • ab4ce7ee30 minor. time.js. Christopher Jeffrey 2015-04-25 19:06:39 -07:00
  • cbed0b449a GetConsoleCP fixes. see #130. Christopher Jeffrey 2015-04-25 16:59:31 -07:00
  • f2d809d57b fix chcp usage: exe->com. fix output parsing. see #130. Christopher Jeffrey 2015-04-25 15:19:22 -07:00
  • 0461a35219 fix error in tput.js. Christopher Jeffrey 2015-04-25 12:39:44 -07:00
  • 5f993a19d9 check for unicode on windows using GetConsoleCP. see #130. Christopher Jeffrey 2015-04-25 12:32:32 -07:00
  • 38cc1a3ea3 more ritems fixes. Christopher Jeffrey 2015-04-24 11:39:40 -07:00
  • 096869d82e fix ritems handling. debug. Christopher Jeffrey 2015-04-24 01:37:00 -07:00
  • bcb248b768 minor. Christopher Jeffrey 2015-04-23 22:25:09 -07:00
  • fdf181b8e0 return tagless values for list items. Christopher Jeffrey 2015-04-22 16:57:27 -07:00
  • 2e5da439b0 Revert "ritems with no tags." Christopher Jeffrey 2015-04-22 16:54:15 -07:00
  • 3ba251cc2f ritems with no tags. Christopher Jeffrey 2015-04-22 16:53:46 -07:00
  • 01b2d0b265 fuzzyFind. Christopher Jeffrey 2015-04-22 13:32:23 -07:00
  • 861b5ef431 screenshot method cleanup. Christopher Jeffrey 2015-04-21 13:29:02 -07:00
  • 0847faa7e8 screenshot, shuffle, slideshow for ansi-viewer. Christopher Jeffrey 2015-04-21 07:07:11 -07:00
  • 43c39b525f handle animating screenshots. ansi-viewer. Christopher Jeffrey 2015-04-21 06:56:40 -07:00
  • 5f1d320112 add screenshot method to widget.js. Christopher Jeffrey 2015-04-21 05:41:25 -07:00
  • 429afdc541 comment. Christopher Jeffrey 2015-04-21 05:08:16 -07:00
  • 9a75c29281 screenshot coords. Christopher Jeffrey 2015-04-21 05:03:46 -07:00
  • 7c49f67247 screenshot. Christopher Jeffrey 2015-04-21 04:58:41 -07:00
  • e70edff5ce better screenshot method. Christopher Jeffrey 2015-04-21 04:56:07 -07:00
  • 009b4bbee9 minor. Christopher Jeffrey 2015-04-21 04:46:44 -07:00
  • e11e0044ef rename sgrRegion. Christopher Jeffrey 2015-04-21 04:45:33 -07:00
  • cb977ca08f sgrRegion for ansi-viewer. Christopher Jeffrey 2015-04-21 04:43:02 -07:00
  • c8bc743202 save art to regular utf8 sgr-only file. Christopher Jeffrey 2015-04-21 04:19:50 -07:00
  • 25a10675e9 ansi-viewer sizing. Christopher Jeffrey 2015-04-20 17:40:17 -07:00
  • 8194294ac7 ansi-viewer fixes. Christopher Jeffrey 2015-04-20 15:04:39 -07:00
  • 8b886e7539 convert ibm to utf8. see #127. Christopher Jeffrey 2015-04-20 14:09:01 -07:00
  • e9be309ce4 make .gitignore more unixy. see #128. Christopher Jeffrey 2015-04-20 04:19:12 -07:00
  • 057dd91085 Merge pull request #128 from yaronn/master Christopher Jeffrey (JJ) 2015-04-20 04:19:29 -07:00
  • 44a9c4f7ec add .gitignore Yaron Naveh 2015-04-20 14:13:18 +03:00
  • a0daecc8bb fuzzyFind improvement. Christopher Jeffrey 2015-04-19 19:50:53 -07:00
  • 884b9bcb33 fix ansi-viewer require. see #127. Christopher Jeffrey 2015-04-19 12:09:05 -07:00
  • 1810f2f914 drop tty check for now. see yaronn/blessed-contrib#45. Christopher Jeffrey 2015-04-19 06:01:09 -07:00
  • acd33d7bbe ansi-viewer minor. Christopher Jeffrey 2015-04-19 06:00:31 -07:00
  • 034728e900 narrow ansi-viewer list. Christopher Jeffrey 2015-04-18 23:58:41 -07:00
  • a55e7620a0 v0.1.5 v0.1.5 Christopher Jeffrey 2015-04-18 22:29:33 -07:00
  • 868bcbff76 npmignore. Christopher Jeffrey 2015-04-18 22:28:19 -07:00
  • 564592891c fuzzyFind callback convention. Christopher Jeffrey 2015-04-18 22:25:13 -07:00
  • 2c00450029 allow regexes for fuzzyfind. Christopher Jeffrey 2015-04-18 22:21:11 -07:00
  • 2666a008bf fix fuzzyFind. Christopher Jeffrey 2015-04-18 22:18:42 -07:00
  • 6c195dd8a0 fix label scroll. improve search. add features to ansi-viewer. Christopher Jeffrey 2015-04-18 22:14:51 -07:00
  • e3359a6877 update ansi-viewer deps. Christopher Jeffrey 2015-04-18 20:41:40 -07:00
  • d479bc6153 v0.1.4 v0.1.4 Christopher Jeffrey 2015-04-18 20:37:08 -07:00
  • 72dcf7b18f ansi art viewer. Christopher Jeffrey 2015-04-18 20:27:53 -07:00
  • 6bb7ba9b41 v0.1.4 rm Christopher Jeffrey 2015-04-18 20:36:17 -07:00
  • a7ba767632 ansi art viewer. Christopher Jeffrey 2015-04-18 20:27:53 -07:00
  • 02f5287b56 v0.1.3 v0.1.3 Christopher Jeffrey 2015-04-18 20:20:34 -07:00
  • 3ff31cf0c1 minor fixes. Christopher Jeffrey 2015-04-18 20:20:25 -07:00
  • 1ad3c0dcb2 v0.1.2 v0.1.2 Christopher Jeffrey 2015-04-17 21:20:47 -07:00
  • 82928702d3 surrogate. one flew over the 杜鹃's nest. Christopher Jeffrey 2015-04-17 21:17:11 -07:00
  • d49881f96b readme again. Christopher Jeffrey 2015-04-16 23:21:45 -07:00
  • 72530932e3 Revert "readme" Christopher Jeffrey 2015-04-16 23:21:02 -07:00
  • cd81e96db6 readme Christopher Jeffrey 2015-04-16 23:18:49 -07:00
  • 32d734d568 v0.1.1 v0.1.1 Christopher Jeffrey 2015-04-16 17:58:50 -07:00
  • 347ef0c010 minor. Christopher Jeffrey 2015-04-16 17:38:53 -07:00
  • 7b31f45468 fix textarea for full unicode. Christopher Jeffrey 2015-04-16 16:16:55 -07:00
  • 5dacfbad97 stop using screen.cols. Christopher Jeffrey 2015-04-16 14:38:36 -07:00
  • 46a76abbdd add invertSelected option to List. fixes #124. Christopher Jeffrey 2015-04-16 13:20:49 -07:00
  • 489aa2dbe3 clean up Element.render surrogate handling. Christopher Jeffrey 2015-04-16 13:11:29 -07:00
  • 0acae98979 fix disappearing double-width chars on scroll up. Christopher Jeffrey 2015-04-16 12:26:31 -07:00
  • d520c94c3b handle unicode combining characters properly. Christopher Jeffrey 2015-04-16 11:23:53 -07:00
  • dfb87e2037 unicode. Christopher Jeffrey 2015-04-15 23:09:33 -07:00
  • 62cec50eb0 remove unicode-old. Christopher Jeffrey 2015-04-15 22:56:25 -07:00
  • d12c51fc7b even more unicode. Christopher Jeffrey 2015-04-15 22:55:42 -07:00
  • b043571fbe more unicode. Christopher Jeffrey 2015-04-15 22:51:47 -07:00
  • 1c76d4fb55 add back unicode-3/unicode-old for now. Christopher Jeffrey 2015-04-15 22:48:34 -07:00
  • e714c4f930 cleanup unicode. Christopher Jeffrey 2015-04-15 22:38:25 -07:00
  • 73d158cf02 refactoring unicode. Christopher Jeffrey 2015-04-15 22:25:12 -07:00
  • 70c03a7f0b minor. Christopher Jeffrey 2015-04-15 21:49:28 -07:00
  • 5216720f26 readme code again. Christopher Jeffrey 2015-04-15 11:11:11 -07:00
  • d42ce98154 readme. Christopher Jeffrey 2015-04-15 11:10:24 -07:00
  • 62b1003a05 handle 0-width surrogates. Christopher Jeffrey 2015-04-15 10:49:43 -07:00
  • cb363c575b libvte cannot display surrogate pair double width characters properly. Christopher Jeffrey 2015-04-15 10:44:44 -07:00
  • c5e5ed86f6 fix surrogate crash. Christopher Jeffrey 2015-04-15 10:38:26 -07:00