Commit Graph

348 Commits

Author SHA1 Message Date
Caldas Lopes
5cca031cb1
Merge pull request #23 from brandondyck/numberbox-pad
Add zero-padding to numberbox
2024-04-24 12:27:09 +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
Caldas Lopes
773321041c
Merge pull request #18 from rozenmad/master
Added grid span feature, and other fixes
2021-10-20 19:07:16 +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
Caldas Lopes
b8a82b51a7
Merge pull request #15 from Tourahi/master
Ability to change the font of the columnlist rows.
2021-07-29 10:11:19 +01:00
maromaroXD
4e71c7ce84 Ability to change the font of the columnlist rows. 2021-07-16 12:38:53 +01:00
João Lopes
36995a68c7 Added State Change Callback Functions example 2021-04-09 12:13:26 +01:00
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