Commit Graph

23 Commits

Author SHA1 Message Date
Caldas Lopes
07a90ce010
Move to top "children" frames 2024-09-03 18:49:22 +01:00
Brandon Dyck
9fdaa3f00b Fix code indentation 2024-04-22 12:59:33 -06:00
Brandon Dyck
9e4fbccf0c add zero-padding to numberbox 2024-04-22 12:23:34 -06:00
João Lopes
09f1b941ca Grid CalculateSize() fix #21 2023-02-03 17:30:39 +00:00
João Lopes
bb5a21b39b No Button Right Click 2021-10-20 20:25:09 +01:00
rozenmad
e80c59aa3b Cleanup 2021-09-06 15:55:26 +03:00
rozenmad
a5f77dce96
Removed duplicate events 2021-09-06 14:44:29 +03:00
rozenmad
edab2be4c7 Added grid span feature, fixes
- Grid span feature
- Added offset from parent to update each element (for correct positioning relative to each parent)
- OnClick event rework
- Multichoice: new function GetChoiceIndex
- Added positioning of items in the grid using the align parameter in AddItem
- Correct positioning of multichoice-arrow image
- Fixed stencil test for list
- Fixed a bug that can trigger OnClick events again, even if the mouse cursor is not already hovering over the object
- Fixed a bug where "backspace" leads to an incorrect positioning of the entry if the text is overflowed 'textinput' element
2021-09-05 20:46:49 +03:00
João Lopes
ad3d8a5042 Correct SetRowsFont name 2021-07-29 10:14:27 +01:00
maromaroXD
4e71c7ce84 Ability to change the font of the columnlist rows. 2021-07-16 12:38:53 +01:00
Centauri Soldier
5e86bbb0b6 Added State Change Callback Functions
Each state now has an OnOpen and OnClose callback function. These are available to be set by the client but not required. If not set, they will be ignored.
2021-04-07 12:52:43 -07:00
João Lopes
eae3c6edbe SetFont/GetFont on Button and ImageButton. Closes #9 2021-02-04 21:01:56 +00:00
João Lopes
72886439e7 utf8 lib update 2020-08-04 11:28:04 +01:00
João Lopes
36e3d5874c Add new utf8 library 2020-05-11 17:23:16 +01:00
João Lopes
319d2aa1b3 Remove submodule 2020-05-11 17:18:56 +01:00
Caldas Lopes
04be68f217
Merge pull request #5 from Stepets/master
utf8 library update
2020-05-11 17:00:42 +01:00
Stepan Alimov
9ffa52a1d5 utf8 library update 2020-05-10 09:34:51 +03:00
João Lopes
3a9d87ff57 Tooltip fix 2020-05-09 14:04:14 +01:00
João Lopes
e831e54318 Version update 2020-04-29 01:26:00 +01:00
João Lopes
cde31673a1 String functions len, sub, gsub, find replaced with utf8 versions 2020-04-28 17:55:30 +01:00
João Lopes
d34874e892 New properties: skin.controls.smallfont and skin.controls.imagebuttonfont 2020-04-28 17:50:42 +01:00
Kristopher Neidecker
58b61b6f71 Removed "lmeta" "rmeta" check for keyboard in utils which crashed MacOS
There is no "lmeta" and "rmeta" constants I can find in Love2D (https://love2d.org/wiki/KeyConstant) and the check for those keys caused the gui to crash on MacOS. Simply checking for lgui and rgui is enough for MacOS Command key.
2019-03-17 13:05:58 -04:00
João Lopes
bdb8b6c606 Prepare 11.2 2019-03-06 23:19:58 +00:00