Commit Graph

90 Commits (b1d6673c9ae6a88f213dbde01e5465af713b927b)

Author SHA1 Message Date
Oliver c9421b4bd9 Enabled bracketed pasting. 5 months ago
Oliver 8b7bcf9883 InputField is now based on TextArea. 8 months ago
Oliver 57ac381f74 Added TreeView.GetPath method. Resolves #897 9 months ago
Oliver 7344139b55 Finished new parser implementation. 10 months ago
Oliver caea67a4ef Implemented string parser and migrated all widgets but TextView. 10 months ago
Oliver 062ee21d80 Merge branch 'master' into image 2 years ago
Oliver b86a50a512 Added more control to the input field's autocomplete functionality. Also fixed mouse handling bugs. 2 years ago
Oliver c5b1a7d818 Finished Image implementation. 2 years ago
Oliver 9c04916f4e Enabling mouse on Autocomplete demos. 2 years ago
Oliver 55d1ca9d33 Added own implementation of SetBackgroundColor() to TextView, to keep backwards compatibility. Fixes #777 2 years ago
Oliver 3f246bda86 Text views can also become part of forms. 2 years ago
Oliver db36428c92 Updated README screencast. Also fixed Table rendering issue. 2 years ago
Oliver ed3ea789e9 Text area can now be added to forms. See #594 2 years ago
Oliver 1ae26e1ab6 Added Alt-Backspace to text area. Also added a text area demo. 2 years ago
Oliver 5508f4b002 Added italics and strikethrough to style attributes. Resolves #457 3 years ago
Oliver 2cef1c04ba Rewrote Table to accommodate virtual tables. 3 years ago
Oliver b610d436f3 Minor improvements. 3 years ago
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. 4 years ago
Oliver 2505a942a1 Added mouse selection of regions in TextViews. 4 years ago
Oliver 5f5b79b00e Added mouse support for Table and TreeView. 4 years ago
Oliver 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 4 years ago
rivo 160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
4 years ago
Chris Miller 55cdc84e25 EnableMouse to take bool and enable/disable directly 4 years ago
Oliver 0f2b919ef2 Resolved merge conflict 4 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 6 years ago
Oliver 83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 6 years ago
Oliver 761e3d72da Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive. 6 years ago
Oliver 370ee01609 Added placeholder text to InputField. Resolves #75 6 years ago