28 Commits (master)

Author SHA1 Message Date
Oliver 47b3275db4 Form elements can now also be disabled. Resolves #192 1 year ago
Oliver ccce554c38 Using tcell.Style for buttons, allowing us to control it better. Resolves #704 1 year ago
Oliver cecb44578c Setting focus is now based on a "mouse down" event instead of a "click" event. 2 years ago
Oliver 175cc7d7ce Button.SetBlurFunc() should have been named Button.SetExitFunc(). 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 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 4 years ago
Chris Miller 1fb9862c00 Separate action events 4 years ago
Chris Miller 8abbf770ec Change mouse handler func 4 years ago
Chris Miller 9598ca2519 New mouse design
capture bool not finalized
4 years ago
Chris Miller cd3c60e6d1 Refactor EventMouse 5 years ago
Chris Miller 93c0edc4a8 Get mouse actions rather than just mouse state 5 years ago
Chris Miller d7250288e2 More mouse handling for primitives 5 years ago
Chris Miller 96875c75b9 Added mouse handling 5 years ago
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 5 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 258f212e5e Added color tag functionality to all strings. Resolves #25 6 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 6 years ago
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 6 years ago
Oliver 2874294d89 Added Styles variable with default colors for primitives. 6 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 6 years ago
Oliver 9659be0e90 No need to explicitly hide the cursor in no-cursor primitives. 6 years ago
Oliver 3670319cd6 Fixed a number of bugs and added missing useful functions. 6 years ago
Oliver 8f59d491ee Added Table primitive. Still ironing out some minor issues. 7 years ago
Oliver 8eb4c5ef48 Added TextView. All subclasses of Box now also have inside padding. 7 years ago
Oliver 2bd80aa513 Added DropDown. Also needed to refactor a bit to reduce dependencies. 7 years ago
Oliver d5bf1a4ef0 Added list, improved existing primitives, and fixed a bunch of bugs. 7 years ago
Oliver b83a7766a6 Added frames (with headers/footers) and buttons. Extended form. 7 years ago