kervala
|
2d0d87a05e
|
Fixed: Warnings with GCC
--HG--
branch : develop
|
2015-12-25 20:49:59 +01:00 |
|
kervala
|
53f46eb5fa
|
Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
|
2015-11-14 11:46:17 +01:00 |
|
kervala
|
a8d81c689b
|
Changed: Support for integer types in Lua 5.3, fixes #253
--HG--
branch : develop
|
2015-11-13 18:42:50 +01:00 |
|
kervala
|
4a97f339a3
|
Changed: Replaced some NLMISC::strlwr by NLMISC::toLower
--HG--
branch : develop
|
2015-11-13 16:22:49 +01:00 |
|
kervala
|
cafc06e70c
|
Fixed: Clang warnings
--HG--
branch : develop
|
2015-11-07 18:33:43 +01:00 |
|
Nimetu
|
c00ba3f2c1
|
Fix compilation
--HG--
branch : develop
|
2015-03-01 18:41:16 +02:00 |
|
dfighter1985
|
7b45a05562
|
Added support for grouping widgets.
--HG--
branch : dfighter-tools
|
2014-10-11 00:42:43 +02:00 |
|
dfighter1985
|
bec078af25
|
Sizes should remain the same when ungrouping.
--HG--
branch : dfighter-tools
|
2014-10-08 21:00:56 +02:00 |
|
dfighter1985
|
3ffe56b862
|
Added support for ungrouping.
--HG--
branch : dfighter-tools
|
2014-10-08 20:36:16 +02:00 |
|
dfighter1985
|
64571abd47
|
When moving a group draw it's children too.
--HG--
branch : dfighter-tools
|
2014-10-08 17:52:56 +02:00 |
|
dfighter1985
|
bd7cb1eea3
|
Add widget to a new parent when the widget being dragged is dropped, otherwise add it to the orphanlist so that it's drawn anyways. NOTE: The dropped widget can be clipped. If it is clipped, it never shows up even tho it's there.
--HG--
branch : dfighter-tools
|
2014-09-24 18:45:52 +02:00 |
|
dfighter1985
|
4abf74d6e9
|
We can now drag elements, they will disappear and whatnot, but at least they can be dragged!
--HG--
branch : gui-editor
|
2014-04-21 19:30:33 +02:00 |
|
dfighter1985
|
41f44b2aa6
|
Merge default.
--HG--
branch : gsoc2012-gui-editor
|
2014-04-19 21:53:29 +02:00 |
|
kervala
|
82904232d2
|
Fixed: Warnings with GCC
|
2013-09-22 13:20:19 +02:00 |
|
kaetemi
|
5a9537dfcc
|
Avoid having to use 'set' action handler, which parses the value expression on every use, in interface links by implementing use of cdb nodes as targets
--HG--
branch : kaetemi-optimize
|
2013-07-28 05:10:07 +02:00 |
|
dfighter1985
|
67a24bb1b0
|
Merged default
--HG--
branch : gsoc2012-gui-editor
|
2013-05-03 02:07:38 +02:00 |
|
kervala
|
ab454f3d92
|
fixes #31 Luabind can't be found
Added PCH support to NeL GUI
|
2013-03-24 20:16:23 +01:00 |
|
dfighter1985
|
7aee088634
|
FIXED: Deleting the CViewText of CCtrlTextButton should no longer lead to crashes.
--HG--
branch : gsoc2012-gui-editor
|
2013-03-10 00:56:27 +01:00 |
|
dfighter1985
|
363154e241
|
MODIFIED: Preliminary support for a little cleanup when removing a widget from it's parent group ( for example when moving the widget ).
--HG--
branch : gsoc2012-gui-editor
|
2013-03-08 06:28:52 +01:00 |
|
dfighter1985
|
48d50cb409
|
MODIFIED: Text buttons will now delete their text too when being deleted.
--HG--
branch : gsoc2012-gui-editor
|
2013-03-02 23:27:17 +01:00 |
|
dfighter1985
|
ecbcdf388f
|
MODIFIED: Resolved some GCC build errors.
|
2013-02-17 14:30:05 +01:00 |
|
mattraykowski
|
e7e51f01e0
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
|
dfighter1985
|
0e46b933e4
|
CHANGED: #1471 CInterfaceGroup action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-20 01:39:20 +02:00 |
|
dfighter1985
|
87001d8ff1
|
CHANGED: #1471 Links are now serialized.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-17 20:36:35 +02:00 |
|
dfighter1985
|
503b9c4234
|
CHANGED: #1471 Tree/node data is now serialized.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-17 04:37:07 +02:00 |
|
dfighter1985
|
c554c90fbe
|
CHANGED: #1471 Widgets can now be flagged as non-serializable, in which case they won't be serialized.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-15 16:35:21 +02:00 |
|
dfighter1985
|
d75e87d2dc
|
CHANGED: #1471 CGroupEditBox fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-13 00:48:06 +02:00 |
|
dfighter1985
|
37053325f9
|
CHANGED: #1471 Controls are now serialized into the XML output file when saving.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-10 20:08:36 +02:00 |
|
dfighter1985
|
190a048641
|
CHANGED: #1471 Apparently the *root* group needed to be serializes separately, otherwise the parser cannot read it back.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-10 17:10:01 +02:00 |
|
dfighter1985
|
c7b42f0e83
|
CHANGED: #1471 CInterfaceGroup fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-10 13:32:58 +02:00 |
|
dfighter1985
|
8a3dc8fb4b
|
CHANGED: #1471 Implemented property setting for CInterfaceGroup.
--HG--
branch : gsoc2012-gui-editor
|
2012-08-05 19:24:09 +02:00 |
|
dfighter1985
|
4d687f006f
|
CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup.
--HG--
branch : gsoc2012-gui-editor
|
2012-07-28 00:17:41 +02:00 |
|
dfighter1985
|
bd41a67067
|
ADDED: #1471 Implemented basic framework for querying widget properties. Not yet fully implemented.
--HG--
branch : gsoc2012-gui-editor
|
2012-07-26 20:12:24 +02:00 |
|
dfighter1985
|
e2abe1e33e
|
CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
--HG--
branch : gui-refactoring
|
2012-07-13 05:37:09 +02:00 |
|
dfighter1985
|
7acd93ff7c
|
CHANGED: #1471 CViewText no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
|
2012-06-17 02:08:21 +02:00 |
|
dfighter1985
|
c792abe091
|
CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-09 03:57:40 +02:00 |
|
dfighter1985
|
56a75a90ab
|
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.
--HG--
branch : gui-refactoring
|
2012-06-09 01:37:43 +02:00 |
|