Commit Graph

13 Commits

Author SHA1 Message Date
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