Commit Graph

65 Commits (160d8fda1d99128abb5c4473a9f44e8dce1f47ca)

Author SHA1 Message Date
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
Oliver c2f07f9548 Some housekeeping. 6 years ago
Oliver 8cb36ea743 Added expansion factor to table cells which grows columns if there is more space than needed. Resolves #62 6 years ago
Robert Craig 7c2d6fc65f Added README files for demos to make screenshots easier to view on github 6 years ago
Oliver fc2a37cc86 Added a Grid example to the presentation. 6 years ago
Oliver 91a6ff44b6 Finished implementation of grid layout. 6 years ago
Oliver c7b3072f7e Progressing with Grid. 6 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
Oliver 7dd0754cc6 Some pull request post-processing. 7 years ago
管宜尧 42fcf63eca create unicode(chinese) support demo 7 years ago
Oliver d6ce974e6d Added masking to InputField, password field to form. Resolves #7, resolves #8. 7 years ago
Oliver 3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 7 years ago
Oliver 7b5ab63e8c List selections should be visible even when they don't have focus. Also added screenshot for Postgres demo. 7 years ago
Oliver 50871c3386 Added screenshots for all demos. 7 years ago
Oliver c989300073 Final preparations for the first official release. 7 years ago
Oliver 36cca0dedc Completed Godoc documentation. 7 years ago