Commit Graph

98 Commits

Author SHA1 Message Date
Christopher Jeffrey 267e77a089 improve Terminal element and terminal multiplexer example. 2015-02-11 02:27:11 -08:00
Christopher Jeffrey 00a0f800f9 add "interactive" option for lists. fixes #103. 2015-02-09 20:14:34 -08:00
Christopher Jeffrey 1d67e23993 add image element to example. ubuntu warning. add faq. 2015-02-01 14:17:18 -08:00
Christopher Jeffrey 6ee469fdcb add Image element using w3mimgdisplay. 2015-02-01 13:43:52 -08:00
Christopher Jeffrey 02176938c9 add screen.title property. misc. 2015-01-27 20:39:00 -08:00
Christopher Jeffrey 879a072353 add terminal widget and hover box. 2015-01-24 18:34:57 -08:00
Christopher Jeffrey 5b249d3fec fix loader. element focused property. 2014-06-10 21:41:22 -05:00
Christopher Jeffrey 6f91361197 add ignoreLocked option to Screen. 2014-06-05 01:10:36 -05:00
Christopher Jeffrey ba3f0e0815 Merge pull request #54 from bulkan/feature/list-search
Run a `search` function in vi mode for List's
2014-06-05 01:13:41 -05:00
Christopher Jeffrey 31e9e9c0c6 add setLabel and removeLabel. 2014-06-02 07:53:58 -05:00
Bulkan Evcimen 11ba4dad59 Added docs on the new `search` option for List's 2014-05-07 09:29:34 +10:00
Christopher Jeffrey 6694b35ee4 add getItem and getItemIndex to docs. 2014-04-26 01:09:18 -05:00
Christopher Jeffrey 44256dcf70 add getItem and getItemIndex for List. 2014-04-26 01:05:25 -05:00
Christopher Jeffrey 867dc086a0 update List docs. 2014-04-26 01:00:57 -05:00
Christopher Jeffrey c218df7350 getLines and getScreenLines, handle detaching/reattaching widgets. 2014-01-13 10:25:31 -06:00
Christopher Jeffrey d49ffa7aa4 readme changes. 2014-01-01 22:47:29 -06:00
Christopher Jeffrey 6b7e632c90 fix CLA. 2013-12-04 06:37:55 -06:00
Christopher Jeffrey 63d2a36ac8 add CLA to readme. 2013-12-04 06:34:22 -06:00
Christopher Jeffrey e563155b0e update readme. 2013-08-25 00:30:45 -05:00
Christopher Jeffrey 38f234aa91 add getScrollHeight. fixes #16. 2013-08-20 13:34:18 -05:00
Christopher Jeffrey 214ad84a66 add setIndex method. see #9. 2013-08-13 11:44:04 -05:00
Christopher Jeffrey 66dc2118e7 add fastCSR option. 2013-08-10 10:02:29 -05:00
Christopher Jeffrey 94bdb41dd1 fix readme. improve tput._print. refactor test/tput.js. 2013-08-08 06:19:44 -05:00
Christopher Jeffrey 8ebbbbac65 add setText and getText methods. expose element and node. 2013-08-04 04:59:28 -05:00
Christopher Jeffrey 5317e14c98 fix Button in readme. 2013-08-04 01:21:48 -05:00
mscdex a1616aec0a Better Windows support 2013-08-02 21:59:49 -04:00
Christopher Jeffrey 8efe06e8f4 explain event bubbling in the readme. 2013-08-01 20:10:21 -05:00
Christopher Jeffrey 51771dc19a add log method to program object. 2013-07-31 00:43:24 -05:00
Christopher Jeffrey 78a3726f2f add auto-positioning which respects padding and borders. 2013-07-30 23:46:07 -05:00
Christopher Jeffrey af27e80447 fix readme typo. 2013-07-29 17:35:48 -05:00
Christopher Jeffrey 9328c0e401 fix scrollablebox/text mixup in readme. 2013-07-29 17:09:23 -05:00
Christopher Jeffrey 3b5196910c update readme code example. 2013-07-29 17:06:36 -05:00
Christopher Jeffrey 24ceab93f9 new textarea/textbox options. 2013-07-29 17:04:39 -05:00
Christopher Jeffrey d2226c3295 improve focus. fix getCoords. readme. 2013-07-29 15:49:09 -05:00
Christopher Jeffrey 6a03ad42ff textbox. progressbar. misc. readme. 2013-07-29 09:14:03 -05:00
Christopher Jeffrey 19dd8a47d0 fix scrolling obfuscation for elements with borders. 2013-07-25 01:20:47 -05:00
Christopher Jeffrey 2f7967031e readme. move Box methods onto Element. add clearBaseLine and getContent. 2013-07-23 18:38:55 -05:00
Christopher Jeffrey add8aaa664 stop using the options object for positioning. 2013-07-23 07:04:52 -05:00
Christopher Jeffrey 11c6e7269f matchColor and BCE tput check. 2013-07-23 06:34:40 -05:00
Christopher Jeffrey df317bb472 improve position, attribute parsing. misc. 2013-07-18 22:27:18 -05:00
Christopher Jeffrey b8e0fafaeb misc. options. refactor tests/bin. 2013-07-18 18:02:45 -05:00
Christopher Jeffrey e13f0ce5d4 rename _lastPos to lpos. 2013-07-17 04:41:43 -05:00
Christopher Jeffrey 29cd1a376f more Box.render refactoring. docs. misc. 2013-07-17 04:32:13 -05:00
Christopher Jeffrey 70953689e2 allow style.hover and style.focus. no autofocus on buttons. 2013-07-17 01:55:08 -05:00
Christopher Jeffrey c805b80209 do not set lastPos on render(true). remove old code. 2013-07-17 01:34:43 -05:00
Christopher Jeffrey 7981f8d749 add shrinkBox. add forms. add RadioSet. misc refactor. 2013-07-17 01:28:42 -05:00
Christopher Jeffrey cac1924b14 docs. fix line. fix attr objects. 2013-07-16 22:28:56 -05:00
Christopher Jeffrey 52042e8abc fix readme. 2013-07-16 19:12:08 -05:00
Christopher Jeffrey 9ed9764b74 fix ACS/UTF8. use style object. rename ascii to line. 2013-07-16 19:05:44 -05:00
Christopher Jeffrey edc216fa37 allow attributes to be functions. 2013-07-16 01:06:00 -05:00