dfighter1985
|
03c6a69141
|
Fix parent pos and size parsing.
|
2014-10-15 19:46:43 +02:00 |
|
dfighter1985
|
b8d16d8b9b
|
Pos and Size parent setters should now use the widget directly as well.
|
2014-10-13 15:43:10 +02:00 |
|
dfighter1985
|
126631020f
|
Size parent is now queried directly from the widget.
|
2014-10-13 15:26:47 +02:00 |
|
dfighter1985
|
cc3e44ac2b
|
GUI Editor should show the right parent position.
|
2014-10-12 23:07:08 +02:00 |
|
dfighter1985
|
a96cdafb29
|
Parent positions should now be saved right again.
|
2014-10-12 23:05:22 +02:00 |
|
dfighter1985
|
733fb56703
|
A little crash fix.
|
2014-10-08 21:28:20 +02:00 |
|
dfighter1985
|
7504dc1238
|
From now on dragged widgets will be re-aligned on drop. They will find the nearest hotspot of the group they are dropped into, and calculate an offset so they will align to the hotspot and yet remain where they were dropped.
|
2014-09-29 20:29:04 +02:00 |
|
dfighter1985
|
2383e19561
|
Posref changes in the editor should apply...
|
2014-09-29 17:23:22 +02:00 |
|
dfighter1985
|
87778c86c9
|
Posref can now be set as an enum, instead of a string in the property editor.
|
2014-06-21 18:25:14 +02:00 |
|
kervala
|
22374fb124
|
Fusion avec default
|
2014-04-24 19:16:42 +02:00 |
|
kervala
|
4da04fdfaa
|
Changed: Replaced strlwr by toLower
|
2014-04-24 18:11:16 +02:00 |
|
dfighter1985
|
8c23925246
|
Merge default.
|
2014-04-19 21:53:29 +02:00 |
|
kervala
|
b7feea6c95
|
Fixed: Warning with clang
|
2013-11-13 21:40:41 +01:00 |
|
dfighter1985
|
e9d646d864
|
Merged default
|
2013-05-03 02:07:38 +02:00 |
|
kervala
|
7de717f9e2
|
fixes #31 Luabind can't be found
Added PCH support to NeL GUI
|
2013-03-24 20:16:23 +01:00 |
|
dfighter1985
|
69954d6e8b
|
FIXED: Deleting the CViewText of CCtrlTextButton should no longer lead to crashes.
|
2013-03-10 00:56:27 +01:00 |
|
dfighter1985
|
31c6fc459f
|
MODIFIED: Ups, missed this.
|
2013-03-09 22:31:51 +01:00 |
|
dfighter1985
|
8c2db11be3
|
FIXED: Widgets will no longer get stuck in the widget hierarchy tree, when deleting their parent.
|
2013-03-09 22:02:31 +01:00 |
|
dfighter1985
|
836f3c9c2c
|
MODIFIED: Draw the highlight of the currently selected widget in editor mode.
|
2013-03-07 06:01:33 +01:00 |
|
dfighter1985
|
b25d4b628f
|
MODIFIED: Resolved some GCC build errors.
|
2013-02-17 14:30:05 +01:00 |
|
mattraykowski
|
aa261f28a4
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
|
dfighter1985
|
40abb664c9
|
CHANGED: #1471 CInterfaceElement::convertBool is now implemented with NLMISC::fromString, and can convert both 0/1 and false/true style strings to boolean.
|
2012-08-15 16:01:50 +02:00 |
|
dfighter1985
|
4f88c86327
|
CHANGED: #1471 CGroupEditBox fields can now be serialized.
|
2012-08-13 00:48:06 +02:00 |
|
dfighter1985
|
5895d198d0
|
CHANGED: #1471 CCtrlBase fields can now be serialized.
|
2012-08-10 02:43:01 +02:00 |
|
dfighter1985
|
936260d54f
|
ADDED: #1471 CWidgetSerializer class, that serializes the widgets into a single XML file. Also CInterfaceElement fields can now be serializes.
|
2012-08-10 01:21:20 +02:00 |
|
dfighter1985
|
d562a50ceb
|
CHANGED: #1471 The property browser widget can now actually change properties.
|
2012-08-03 03:13:39 +02:00 |
|
dfighter1985
|
607a3f188a
|
CHANGED: #1471 Implemented property setting for CInterfaceElement.
|
2012-08-03 01:26:39 +02:00 |
|
dfighter1985
|
d939a09864
|
CHANGED: #1471 Implemented property querying for CCtrlScroll.
|
2012-07-30 06:33:36 +02:00 |
|
dfighter1985
|
1d81411cf0
|
CHANGED: #1471 Implemented CCtrlTextButton property querying.
|
2012-07-28 23:12:22 +02:00 |
|
dfighter1985
|
307129e1bf
|
CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup.
|
2012-07-28 00:17:41 +02:00 |
|
dfighter1985
|
f245e69063
|
CHANGED: #1471 implemented property querying for CInterfaceElement.
|
2012-07-27 08:14:16 +02:00 |
|
dfighter1985
|
14ac62dbad
|
ADDED: #1471 Implemented basic framework for querying widget properties. Not yet fully implemented.
|
2012-07-26 20:12:24 +02:00 |
|
dfighter1985
|
1bdb92f565
|
CHANGED: #1471 Don't show the over texture for buttons when in editor mode.
|
2012-07-22 02:46:33 +02:00 |
|
dfighter1985
|
da53ae9206
|
CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager.
|
2012-07-16 06:16:43 +02:00 |
|
dfighter1985
|
f2c3c55bde
|
CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
|
2012-07-13 05:37:09 +02:00 |
|
dfighter1985
|
6506989e14
|
CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager.
|
2012-07-11 06:44:34 +02:00 |
|
dfighter1985
|
3db1f3cc48
|
CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace.
|
2012-06-09 03:57:40 +02:00 |
|
dfighter1985
|
529dd877fe
|
CHANGED: #1471 Finally moved some of the basic widget classes and the widget manager, action handler manager to the GUI lib. Also moved some GUI related methods back to CLuaIHM.
|
2012-06-09 01:37:43 +02:00 |
|