Commit Graph

335 Commits

Author SHA1 Message Date
Caldas Lopes
96dd0de7ba
Merge pull request #13 from CentauriSoldier/master
Added State Change Callback Functions
2021-04-08 19:24:30 +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
8e021065df Small Demo changes. Added ttf 2020-04-28 18:02: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
Caldas Lopes
5d2bbd3695
Merge pull request #1 from mutantant/MacOS_Error_Fix
Removed "lmeta" "rmeta" check for keyboard in utils which crashed MacOS
2019-03-17 20:34:00 +00: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
358cd66aa7 readme update 2019-03-06 23:22:39 +00:00
João Lopes
bdb8b6c606 Prepare 11.2 2019-03-06 23:19:58 +00:00
João Lopes
24bf740776 Readme update 2019-02-06 10:04:38 +00:00
João Lopes
e2a714dcf1 Changelog update 2019-02-06 10:02:38 +00:00
linux-man
cb2b21b2b8 Update to 11.0 2018-04-15 02:23:26 +01:00
linux-man
d22aa28502 image.stretch
button.image
groupIndex for button and checkbox
2016-11-13 04:11:22 +00:00
linux-man
0e69a908d5 textinput - Unicode support. 2016-11-13 03:55:07 +00:00
linux-man
1bee7fa8d9 textinput - Unicode support. 2016-11-13 02:51:22 +00:00
Raman Varabets
d22546bcb2 Merge pull request #1 from malazar/master
Update for love 0.10.1
2016-04-07 21:55:57 +08:00
Nikola Nikolov Ivanov
9f8e3aaab8 Update for love 0.10.1 2016-04-07 10:27:37 +03:00
Raman Varabets
ebcfee9be0 Update readme 2015-10-31 23:40:35 +08:00
Raman Varabets
11b49a7554 Update stencil calls 2015-10-31 23:37:47 +08:00
Raman Varabets
4ef34ccc5b Use wheelmoved function 2015-10-31 23:37:46 +08:00
Raman Varabets
a5fd850adb Use numeric mouse button constants 2015-10-31 21:40:19 +08:00
Kenny Shields
da48c48965 Update readme 2015-10-10 22:58:36 -04:00
Kenny Shields
5abc8a4a65 Update readme 2015-04-08 19:13:07 -04:00
Kenny Shields
d4ab2ea608 Fix columnlist autoscroll functionality 2015-03-30 10:20:51 -04:00
Kenny Shields
328cd9a642 Set default value for self.imagecolor 2015-01-06 10:58:57 -05:00
Kenny Shields
cb6d7ca321 Add SetColor and GetColor methods to the imagebutton object 2015-01-06 10:54:37 -05:00
Kenny Shields
81074e44b7 Add support for centering scaled images 2015-01-06 10:26:11 -05:00
Kenny Shields
28e6b8adcd Set ENABLE_UTF8_SUPPORT to false 2015-01-01 05:18:46 -05:00
Kenny Shields
0c91c05caf Add configuration variable for enabling/disabling utf8 support 2014-12-30 11:09:20 -05:00
Kenny Shields
03f2b0736c Merge pull request #153 from Stepets/master
utf8 lib update
2014-11-23 19:47:01 -05:00
Stepets
ff861631c4 Merge https://github.com/KennyShields/LoveFrames 2014-11-20 18:44:33 +03:00
Stepets
d38b80fc33 Merge branch 'master' of https://github.com/Stepets/LoveFrames 2014-11-20 18:43:13 +03:00
Stepets
2d8fbdecf0 utf8 fullsupport 2014-11-20 18:42:59 +03:00
Kenny Shields
89135abc06 Update changelog 2014-11-16 16:20:44 -05:00
Kenny Shields
ae328fde78 Make sure the textinput's indicator is visible when being moved 2014-11-16 16:16:38 -05:00
Kenny Shields
31f768cd14 Add textinput:SetTrackingEnabled and textinput:GetTrackingEnabled 2014-11-16 16:04:46 -05:00
Kenny Shields
0af17482ce Allow textinput indicator tracking to be enabled/disabled 2014-11-14 22:00:45 -05:00
Kenny Shields
e79832997e Remove duplicate require code in init.lua 2014-11-09 11:30:38 -10:00
Kenny Shields
b04bac9134 Fix file endings 2014-11-09 11:24:10 -10:00
Kenny Shields
2a19aa4ea2 Merge pull request #152 from Stepets/master
Forgot to update changelog.txt
2014-11-09 11:13:36 -10:00
Stepets
1d539e2bae Update changelog.txt 2014-11-10 00:08:20 +03:00
Kenny Shields
ca0655b135 Merge pull request #148 from Stepets/master
Textinput scrolls on indicator position change
2014-11-09 10:15:26 -10:00