91 Commits (master)

Author SHA1 Message Date
LinPr 80bc1f60b9 pigcure: add a screenshot of autocomplete demo 2 weeks ago
Oliver c9421b4bd9 Enabled bracketed pasting. 3 months ago
Oliver 8b7bcf9883 InputField is now based on TextArea. 7 months ago
Oliver 57ac381f74 Added TreeView.GetPath method. Resolves #897 8 months ago
Oliver 7344139b55 Finished new parser implementation. 9 months ago
Oliver caea67a4ef Implemented string parser and migrated all widgets but TextView. 9 months ago
Oliver 062ee21d80 Merge branch 'master' into image 1 year ago
Oliver b86a50a512 Added more control to the input field's autocomplete functionality. Also fixed mouse handling bugs. 1 year ago
Oliver c5b1a7d818 Finished Image implementation. 1 year ago
Oliver 9c04916f4e Enabling mouse on Autocomplete demos. 1 year ago
Oliver 55d1ca9d33 Added own implementation of SetBackgroundColor() to TextView, to keep backwards compatibility. Fixes #777 1 year ago
Oliver 3f246bda86 Text views can also become part of forms. 1 year ago
Oliver db36428c92 Updated README screencast. Also fixed Table rendering issue. 1 year 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.
4 years ago
Trevor Slocum 99c1df4191 Fix presentation demo appending TextView indefinitely 4 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