Jérôme Leclercq
|
1425f99edf
|
Merge branch 'master' into SDL2
|
2020-05-27 11:11:21 +02:00 |
REMqb
|
96ea792656
|
~ Formatting
|
2020-03-21 12:42:50 +01:00 |
REMqb
|
ef791e2f3c
|
~ WIP input IME
|
2019-12-19 19:59:43 +01:00 |
Lynix
|
6b63679c73
|
Canvas: Add OnUnhandledKeyPressed|`Released
|
2019-07-09 19:19:18 +02:00 |
Lynix
|
5039bfbf1d
|
SDK/BaseWidget: Add OnMouseWheelMoved event
|
2019-07-05 22:19:17 +02:00 |
Jérôme Leclercq
|
53aa9ea170
|
Layouts (#189)
* Layout WIP
* Widgets/BoxLayout: Fix layout algorithm
* Widgets/BoxLayout: Fix box layout algorithm for good
* SDK/Widgets: Remove padding
* Sdk/Widgets: Make use of minimum/preferred size
* Sdk/TextAreaWidget: Add Minimum/PreferredSize to TextArea
* Sdk/Widgets: Add height/width variants of get/set fixed, maximum, minimum and preferred size methods
* Sdk/BoxLayout: Remove useless code
* Sdk/TextAreaWidget: Fix compilation
* Widgets/TextAreaWidget: Fix cursor position
|
2018-09-11 21:03:44 +02:00 |
germinolegrand
|
1e55c4d9e9
|
Prerequisites instead of Prerequesites (typo) #152 (#153)
|
2018-01-16 12:23:01 +01:00 |
Jérôme Leclercq
|
4116984f9f
|
Sdk/Canvas: Rename widgetbox to widgetentry
|
2017-11-23 13:54:58 +01:00 |
Jérôme Leclercq
|
1601849a00
|
Sdk/BaseWidget: Add HasFocus method
|
2017-11-23 13:23:11 +01:00 |
Lynix
|
f136530a74
|
BaseWidget: Renamed GrabKeyboard to SetFocus, added ClearFocus and focus virtual methods
|
2017-11-11 18:38:11 +01:00 |
Jérôme Leclercq
|
84537fcfb8
|
Sdk: Fix segfault when deleting hovered widget
|
2017-10-10 21:52:33 +02:00 |
Gawaboumga
|
5aa072cee3
|
New module: Platform - Split window management from Utility module (#128)
* New module: Platform - Split window management from Utility module
Final touch
* NDK/SDK: Bring back initialization of Utility
|
2017-08-30 10:22:50 +02:00 |
Jérôme Leclercq
|
b64ab862fe
|
Fix warnings
|
2017-07-27 14:39:48 +02:00 |
Lynix
|
cf286e0413
|
Sdk/Widgets: Add possibility to set cursor when mouse hover a widget
|
2017-01-20 20:03:00 +01:00 |
DrLynix
|
f383eca19a
|
Update copyright year
|
2017-01-20 12:58:35 +01:00 |
Lynix
|
36bcdcdb8c
|
Sdk/Widgets: Make the canvas aware of itself as a widget
|
2017-01-18 23:35:43 +01:00 |
Lynix
|
e1e290808a
|
Sdk/Canvas: Fix crash at Canvas destruction
|
2017-01-15 12:12:58 +01:00 |
Lynix
|
cfa9b4bf2f
|
SDK/Widgets: Add OnKeyPressed/OnKeyReleased callbacks
|
2016-12-03 00:35:39 +01:00 |
Lynix
|
7df732b927
|
Sdk/Canvas: Add basic keyboard handler
|
2016-10-28 17:46:02 +02:00 |
Lynix
|
8ad2f05abd
|
Sdk/Widgets: Add OnMouseButtonPressed/OnMouseButtonRelease events
Former-commit-id: 6991c60426c0a41d88174fbe404dee49fc13dc2b [formerly 662192d79c314e08128b196cd352188eff903fb0] [formerly d238c31726f70ecf078d8e8cc3dc3032cf1529ca [formerly 5caa1f462aed257779cfe5e8413729062f026bf5]]
Former-commit-id: 296fe5698e0bf5d8b058de032a8549df1c4891eb [formerly 20dfabc83b4eb8c2cc89138a05c29d53e17c952a]
Former-commit-id: 44b7f726bc84056071b9e577357a736e78436767
|
2016-09-16 16:55:55 +02:00 |
Lynix
|
72206a3ca3
|
Sdk/Widget: Add Canvas system, mouse movement event for widgets (buttons react to hovering)
Former-commit-id: 685295853d1f0edf28c36b2f698eca881da25ea2 [formerly f65f951ed3d2edfd9c12d390837cd13e5691eaa3] [formerly 5e239f37c28bf5e93a71cba29a94f0de680a79a2 [formerly 38346fa5d68c7bf79ddebc1990959e7c56617640]]
Former-commit-id: 92da4ed40fb63fe0b02c7543ea64cebda0575623 [formerly 2db1fe5fca87a1461ceb8314709d764af079a7be]
Former-commit-id: 77d61a99fd5a2bb21701fbe4a4b4451c3655663a
|
2016-09-15 13:16:37 +02:00 |