Commit Graph

302 Commits

Author SHA1 Message Date
Chris Miller 080a8e624e Fix operator 2020-01-24 23:58:34 +00:00
Chris Miller 9598ca2519 New mouse design
capture bool not finalized
2020-01-24 20:40:34 +00:00
Chris Miller cd3c60e6d1 Refactor EventMouse 2019-11-05 09:19:40 +00:00
Chris Miller 93c0edc4a8 Get mouse actions rather than just mouse state 2019-11-05 06:03:04 +00:00
Chris Miller e4d6f4f3ee Fix dropdown focus 2019-11-05 01:43:35 +00:00
Chris Miller 1d496acc2b Dismiss dropdown by click 2019-11-05 01:38:47 +00:00
Chris Miller 871ddc57d7 DropDown mouse support 2019-11-05 01:11:21 +00:00
Chris Miller d891191b78 Fire Selected on list item click 2019-11-04 06:55:58 +00:00
Chris Miller d7250288e2 More mouse handling for primitives 2019-11-04 06:30:25 +00:00
Chris Miller 2f4b6ad748 Return self 2019-11-04 05:42:46 +00:00
Chris Miller 96875c75b9 Added mouse handling 2019-11-04 05:34:46 +00:00
Oliver 685bf6da76 Added GetFrontPage() to Pages. Resolves #355 2019-10-18 14:55:27 +02:00
Oliver 731cb7162a Updated dependencies. Resolves #354 2019-10-18 14:11:57 +02:00
Oliver bacbf5155b Wrong comparator led to wrong scrolling behaviour. Fixes #341, resolves #342 2019-10-18 13:56:45 +02:00
Oliver c35e6b2b4c Avoiding infinite loop on narrow TextViews. Fixes #333 2019-10-17 12:07:41 +02:00
Oliver de7ae86b5b Avoid div-by-0 in case Flex item sizes are all 0. Resolves #332, resolves #334 2019-10-17 11:33:25 +02:00
Oliver f8bc69b903 Every redraw of a Form re-evaluates the focus index. Fixes #144 2019-08-29 18:12:55 +02:00
Oliver 23dc8a0944 Table.Select() also triggers "selection changed" event. Fixes #323 2019-07-21 15:54:19 +02:00
Oliver b8bb0f928f Grid offset handling was buggy. Fixes #279 2019-07-17 18:46:45 +02:00
Oliver f63eca142c List changed event was not fired when SetCurrentItem() was called. Fixes #315 2019-07-11 11:37:27 +01:00
Oliver 0e689965bb Fixed wrong handling of 8-bit ANSI colors. Fixes #317 2019-07-11 11:30:32 +01:00
Oliver fc28d646d0 Primitive widths/heights should not become negative. Also fixed a
TextView issue where purging led to panics. Fixes #306
2019-07-09 14:04:41 +01:00
Oliver c3d1d4bcf9 Added autocomplete functionality to InputField. Resolves #299, resolves #77 2019-07-08 09:34:06 +01:00
Oliver c0e09651e4 More specific definition of punctuation characters at which WordWrap() breaks. Fixes #295 2019-07-05 11:49:22 +01:00
rivo 4679c7790c
Merge pull request #291 from mikeschinkel/adddropdown_init
Fix initialization bug in AddDropDown(), fixes #290.
2019-07-05 11:34:45 +01:00
Oliver 95de965571 Selection bar in DropDown stretches entire width now. Also added SetTextOptions() with prefixes/suffixes etc. Resolves #289 2019-07-05 10:48:25 +01:00
Oliver 17ae691817 Reimplemented the WordWrap() function. Fixes #251 2019-06-29 20:45:09 +01:00
rivo 2e907d29e4
Merge pull request #308 from ollien/fix-row-count
Don't throw away nodes after drawing
2019-06-26 15:39:40 +02:00
Oliver e3f6263a37 Added a page count getter to Pages. Resolves #310 2019-06-26 15:31:22 +02:00
Nick Krichevsky a186f0a909
Don't throw away nodes after drawing TreeView
Relates to #283
2019-06-15 22:27:48 -04:00
Oliver b62197ade4 Added GetScrollOffset() and GetRowCount() to TreeView. Resolves #283 2019-06-09 18:25:13 +02:00
Mike Schinkel c2c3679add Fix initialization bug in AddDropDown(), issue #290. 2019-06-03 20:40:09 -04:00
Oliver 384f577a62 Added SetFocus() to Form which changes the focus to a specific form element. Resolves #286 2019-06-02 21:31:59 +02:00
Oliver 29b0d3cfbf Updated table demo screenshot. Resolves #282 2019-06-02 19:24:19 +02:00
Oliver bd836ef13b Added new guidelines for PR's. 2019-05-15 18:12:33 +02:00
rivo cf9d115173
Merge pull request #269 from wedaly/master
Add functions to set background color, button text, and button background color on modal.
2019-05-14 18:34:53 +02:00
Oliver 7cc6943d5a Space will also select a node in a TreeView. Resolves #280 2019-05-14 18:24:39 +02:00
Oliver d14da4f46f Bugfix in Grid which mistakenly compared grid item size to resolve conflicts. Fixes #277 2019-05-14 18:10:49 +02:00
Oliver 3c477cc248 TextView.ScrollTo() will turn off end-tracking. Fixes #274 2019-05-14 17:07:36 +02:00
Oliver f16ba37c6a Added functions to remove all buttons from forms and from modals. Resolves #259 2019-05-14 16:48:29 +02:00
Oliver f2bf2be1ba Bugfix in TreeView which may have caused an index out of range. Fixes #262 (hopefully) 2019-05-13 16:28:25 +02:00
Oliver 7a653a04b3 Package now uses go modules. 2019-05-13 10:41:35 +02:00
Will Daly 743e3fe55d Add functions to set background color, button text, and button background color on modal 2019-04-17 10:37:35 -07:00
Oliver 90b4da1bd6 Fixed empty pages when the only visible page was removed. Fixes #250 2019-04-06 20:23:40 +02:00
Oliver 9d616aee87 DropDown's SetCurrentOption() will also trigger the selected event. Closes #256, resolves #260 2019-04-05 23:20:22 +02:00
Oliver 8a9e26fab0 Hitting the Alt-key should not prevent input. Fixes #240 2019-03-24 19:21:52 +01:00
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 2019-03-19 12:13:40 +01:00
Oliver 2cc825800b Switched string iteration to using the github.com/rivo/uniseg package. 2019-03-14 12:47:53 +01:00
rivo 3938f60085
Merge pull request #247 from dgrr/master
Added Color getter in TreeNode
2019-03-10 12:39:48 +01:00
Dario 1d0309ee28 Applied requested changes 2019-03-09 23:33:40 +01:00