|
|
31e909eb30
|
Probably fix layout issues caused by floating point errors where an element is wrapped when it has space (e.g. 2 elements with a width 0.5 not fitting properly)
|
2022-05-02 19:08:47 -05:00 |
|
|
|
26dd688124
|
Ran rubocop -a
|
2020-12-14 16:04:31 -06:00 |
|
|
|
246e0c54b2
|
Fixed crashes when using EditBox with no content
|
2020-12-08 20:27:01 -06:00 |
|
|
|
695c77b183
|
Added support for Label text alignement, improved EditBox to correctly position caret and support mouse caret positioning, added debugging Container boundry (WIP)
|
2020-09-09 09:51:18 -05:00 |
|
|
|
d392d8249d
|
Added support for deciding text drawing method, more work on edit_box
|
2020-06-16 10:12:21 -05:00 |
|
|
|
5d7e2028b1
|
Added support for image icon for ToggleButton, added initial implementation of EditBox, fixed a few ruby -w warnings by initializing select instance nilable variables, added clipboard support to EditLine, added drag selection to EditLine, added keyboard shortcuts to EditLine, GuiState now passes button_down/button_up callbacks to @focus
|
2020-06-16 00:19:30 -05:00 |
|
|
|
4055f645f3
|
Implemented Slider (still have some positioning issues to resolve but it works), added files for ListBox, Radio, and EditBox, implemented dragging support in GuiState.
|
2020-04-10 18:45:55 -05:00 |
|