Commit Graph

73 Commits (0bca6dadb36d53f1be2c666147c6a7c413e69149)

Author SHA1 Message Date
Oliver 675ed5b96b Removed Focusable interface. 4 years ago
Oliver e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 4 years ago
Oliver 53d50e499b Bugfix in Flex which led to a panic. 4 years ago
Oliver deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 4 years ago
Oliver b3dc389cb4 Added mouse support to presentation demo. TextView "highlighted" callback also receives remaining highlights. 5 years ago
Oliver 2505a942a1 Added mouse selection of regions in TextViews. 5 years ago
Oliver 5f5b79b00e Added mouse support for Table and TreeView. 5 years ago
Oliver 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 5 years ago
rivo 160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
5 years ago
Chris Miller 55cdc84e25 EnableMouse to take bool and enable/disable directly 5 years ago
Oliver 0f2b919ef2 Resolved merge conflict 5 years ago
ajcarvajal 93e6a490c3 Revert "formatting fixes"
This reverts commit e4b4b7fe82.
5 years ago
Trevor Slocum 99c1df4191 Fix presentation demo appending TextView indefinitely 5 years ago
Chris Miller d891191b78 Fire Selected on list item click 5 years ago
Chris Miller d7250288e2 More mouse handling for primitives 5 years ago
Oliver c3d1d4bcf9 Added autocomplete functionality to InputField. Resolves #299, resolves #77 5 years ago
ajcarvajal e4b4b7fe82 formatting fixes 5 years ago
ajcarvajal 49350e374a make textview1 example sleep when inactive 5 years ago
Oliver 29b0d3cfbf Updated table demo screenshot. Resolves #282 5 years ago
Oliver f13631ce74 Minor indenting change in presentation. 6 years ago
Björn Carlsson 7164c72b7e Fixed example code in presentation demo textview 6 years ago
Oliver c22d5570be Bugfixes/improvements to PR #172. 6 years ago
Oliver 990bc2ebcf InputField can now be navigated freely. Resolves #103, resolves #171, resolves #162 6 years ago
Oliver d53a7c24fd WordWrap() also uses iterator function now. 6 years ago
Benjamin Fagin e94d415863
Create README.md 6 years ago
Oliver c325864561 Added style attributes to Box border. Resolves #152 6 years ago
Oliver 4631cd7337 Added the tree view. 6 years ago
Benjamin Weidig 06dd16088a replaced old borders code with new configurable borders 6 years ago
Oliver bb80ad41aa Minor text change in presentation. Hopefully makes it more clear what's displayed. 6 years ago
Oliver d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 7 years ago
Oliver 83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 7 years ago
Oliver 761e3d72da Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive. 7 years ago
Oliver 370ee01609 Added placeholder text to InputField. Resolves #75 7 years ago
Oliver c2f07f9548 Some housekeeping. 7 years ago
Oliver 8cb36ea743 Added expansion factor to table cells which grows columns if there is more space than needed. Resolves #62 7 years ago
Robert Craig 7c2d6fc65f Added README files for demos to make screenshots easier to view on github 7 years ago
Oliver fc2a37cc86 Added a Grid example to the presentation. 7 years ago
Oliver 91a6ff44b6 Finished implementation of grid layout. 7 years ago
Oliver c7b3072f7e Progressing with Grid. 7 years ago
Oliver 4db30f9ed4 "FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run. 7 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 7 years ago
Oliver 626453b2a6 All primitives now offer a way to intercept all key events sent to them. Also made the global key event intercept handler more general/consistent. Resolves #22 7 years ago
Oliver b423641ec2 Expanded the TableCell definition in preparation of adding individual cell background colors. 7 years ago
Oliver 4c0e74ada0 Flex demo is probably better without a border. 7 years ago
Oliver 5fd6365352 Flex must call Box's Draw() function first. Fixes #26 7 years ago
Oliver 1e78c506cb Rewrote TextView's reindex() and Draw() to introduce text alignment and
word wrapping
7 years ago
Oliver 38d663c267 In Form, changed GetElement() to GetFormItem() for consistency reasons. 7 years ago
Oliver c2bfee0387 Added password field to Form demo in presentation. 7 years ago
Oliver d74b71b48d Supporting any color now in TextView. Resolves #12 7 years ago
Oliver 967b863aac Added navigation instructions to presentation demo. Resolves #14, resolves #10 7 years ago