180 Commits

Author SHA1 Message Date
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
Christopher Jeffrey
b266f389e9 fix colors. 2013-07-16 00:18:31 -05:00
Christopher Jeffrey
9881369aa1 readme screenshot. 2013-07-15 20:33:47 -05:00
Christopher Jeffrey
87dc701b46 misc. docs. 2013-07-15 18:53:04 -05:00
Christopher Jeffrey
12e7eab68d docs. key() fix. wrapContent() fix. box.{insert,delete}Line fix. 2013-07-15 17:50:27 -05:00
Christopher Jeffrey
51413c346e docs. smartCSR option. minor fixes. 2013-07-15 04:31:09 -05:00
Christopher Jeffrey
95848bafa3 automatically optimize scrollable elements for csr and il/dl. 2013-07-14 11:07:48 -05:00
Christopher Jeffrey
ccf3794be2 unicode detect. docs. device attr. focus/blur. smacs checks. 2013-07-13 23:38:43 -05:00
Christopher Jeffrey
932fe2b8f6 comment. docs. 2013-07-12 10:22:06 -05:00
Christopher Jeffrey
7414922a76 add filemanager widget. g keys. 2013-07-12 08:28:58 -05:00
Christopher Jeffrey
5dcb8f3200 action event. docs. 2013-07-12 05:39:22 -05:00
Christopher Jeffrey
87a5188de9 docs. keys. misc. 2013-07-12 04:59:58 -05:00
Christopher Jeffrey
2356d30394 hide focus. public index prop. select item on dbl click. 2013-07-11 22:52:46 -05:00
Christopher Jeffrey
e7e8216611 clearPos. fix textarea. 2013-07-04 02:18:26 -05:00
Christopher Jeffrey
06400d089f add multiline textareas. remove old hoverBg code. 2013-07-04 02:18:26 -05:00
Christopher Jeffrey
6355b1259f docs, tests, examples, misc, editor. 2013-07-04 02:18:26 -05:00
Christopher Jeffrey
6ec3534fcd misc fixes. remove dead code. 2013-07-04 02:18:26 -05:00
Max Edmands
a39092df49 Re-render screen after clicking on example box in README
It seems like this is necessary for your example to work.
Is there a way to re-render a portion of the screen instead of the entire thing?
2013-06-30 10:17:27 -07:00
Christopher Jeffrey
edc5535682 add an optional scrollbar for scrollable-box. 2013-06-25 18:17:21 -05:00