Commit Graph

5057 Commits

Author SHA1 Message Date
Lynix 7f4145786f Update .gitignore 2019-09-25 09:37:40 +02:00
Lynix 0b5bc8a656 SDK/RichTextAreaWidget: Fix erase/write behaviors 2019-09-25 09:36:57 +02:00
Lynix 3c7addc262 Utility/RichTextDrawer: Fixes block removal not adjusting glyph indexes
+ Add HasBlocks method
2019-09-25 09:36:57 +02:00
Lynix 1ea653ab5b Console: Add support for text color 2019-09-25 09:36:57 +02:00
Lynix 8e4df4cadc SDK: Add RichTextAreaWidget (WIP) 2019-09-25 09:36:57 +02:00
Lynix 451b3de69c Utility: RichTextDrawer now works (WIP) 2019-09-25 09:36:57 +02:00
Lynix 6bc99a6d5e Utility/SimpleTextDrawer: Fix reserve 2019-09-25 09:36:57 +02:00
Lynix 5504dd59fb Utility/RichTextDrawer: Update header 2019-09-25 09:36:57 +02:00
Lynix 8013bd5d3b Add current work
Former-commit-id: 7f1e46e484edbbfd120a7a67ea1c36bee460e517
2019-09-25 09:36:57 +02:00
Lynix be8fc9938d Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-09-01 11:15:30 +02:00
Lynix 724972e889 Core/TypeTag: Add Type helper typedef 2019-09-01 11:15:02 +02:00
Jérôme Leclercq dd077d6e7c Merge pull request #317 from Gawaboumga/SpecialFiles
Add special files at root
2019-08-29 18:56:34 +02:00
Lynix 6c733ec197 Add VS2019 shortcut
+ include premake projects by default
2019-07-21 11:18:36 +02:00
Lynix cdab047dc3 Delete premake5-osx64 2019-07-20 14:41:25 +02:00
Lynix 416094c983 Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-07-20 12:08:55 +02:00
Lynix 67d42179ae Update Premake to alpha14 2019-07-20 12:08:36 +02:00
Gawaboumga bec528c4b5 Add special files at root 2019-07-20 10:12:23 +02:00
Lynix 6d417c6e54 SDK/BaseWidget: Fix entity activation of disabled widgets 2019-07-13 23:52:31 +02:00
Lynix 9a8ccee041 Update ScrollAreaWidget.cpp 2019-07-13 20:12:13 +02:00
Lynix 161dc5d6c2 Update ScrollAreaWidget.cpp 2019-07-12 21:17:25 +02:00
Lynix f110fa1bdb Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2019-07-09 19:19:42 +02:00
Lynix 71ca599869 SDK/Console: Fix history lines handling 2019-07-09 19:19:35 +02:00
Lynix 6b63679c73 Canvas: Add OnUnhandledKeyPressed|`Released 2019-07-09 19:19:18 +02:00
Jérôme Leclercq c2dd032ed2 Merge pull request #206 from alexandre-janniaux/warnings/misc/fix-shadow-variable/1
Fix some shadowing variable warnings
2019-07-08 12:54:10 +02:00
Alexandre Janniaux e29f2f7a92 SDK: TextAreaWidget: silence harmless shadow warnings 2019-07-07 17:56:16 +02:00
Alexandre Janniaux 724adb599a SDK: BaseWidget: silence harmless shadow warnings 2019-07-07 17:56:16 +02:00
Alexandre Janniaux 8b30fafda6 assimp: fix harmful shadow variable and uniform indices naming 2019-07-07 17:56:16 +02:00
Lynix 7da8945c72 SDK/ScrollAreaWidget: Add EnableScrollbar 2019-07-07 16:28:09 +02:00
Lynix f5dc27ba03 Fix unit test 2019-07-07 00:32:57 +02:00
Lynix c6d601c429 SDK/Console: Add OnCommand signal and remove LuaState dependency 2019-07-07 00:28:51 +02:00
Lynix 3bda97a60a SDK/TextAreaWidget: OnTextAreaCursorMove now uses a Vector2ui as its second argument
Also add OnTextAreaSelection signal
2019-07-07 00:27:20 +02:00
Lynix d8f6af3191 Fix some stuff 2019-07-07 00:24:02 +02:00
Lynix 8457cb4df7 SDK/TextAreaWidget: Add [Get|Set]TextFont 2019-07-07 00:23:49 +02:00
Lynix 55e3e05f0c Improve line wrap
It will now try to separate at word separations
2019-07-06 19:32:11 +02:00
Lynix 3617f4054a Update ChangeLog.md 2019-07-06 19:31:29 +02:00
Lynix 7f324dda9a SDK/TextAreaWidget: Add text shifting by cursor position 2019-07-06 01:09:50 +02:00
Lynix e1621bc044 Fix build 2019-07-06 01:09:20 +02:00
Lynix 0ec1480024 Add line wrapping 2019-07-05 23:12:12 +02:00
Jérôme Leclercq b41637c990 Merge pull request #205 from DigitalPulseSoftware/console-widget
Switch console to widgets
2019-07-05 22:28:15 +02:00
Lynix 9975f11ca0 Update ChangeLog.md 2019-07-05 22:26:57 +02:00
Lynix 296b5459c6 SDK/Console: Make use of ScrollAreaWidget 2019-07-05 22:26:22 +02:00
Lynix 42aa7ca355 SDK: Add ScrollAreaWidget (WIP) 2019-07-05 22:26:11 +02:00
Lynix 7c045a50db SDK/BaseWidget: Add Rendering rect 2019-07-05 22:25:45 +02:00
Lynix b214f48225 SDK/TextAreaWidget: Preferred size will now adjust to content 2019-07-05 22:24:49 +02:00
Lynix 2d4dd7a8ab SDK/Widgets: Fix Show overriding entity enabled state 2019-07-05 22:23:48 +02:00
Lynix 3bed2fb7fe SDK/BaseWidget: Add SetParent 2019-07-05 22:21:35 +02:00
Lynix c09b2d3747 SDK/Entity: Add OnEntity[Disabled|Enabled] signals 2019-07-05 22:21:06 +02:00
Lynix c4b7534ac1 SDK/TextAreaWidget: Fix clear not setting preferred size 2019-07-05 22:20:13 +02:00
Lynix 912b47cedf SDK/BaseWidget: Set preferred size no longer resize the widget 2019-07-05 22:19:53 +02:00
Lynix 5039bfbf1d SDK/BaseWidget: Add OnMouseWheelMoved event 2019-07-05 22:19:17 +02:00