dfighter1985
|
e28e452649
|
CHANGED: #1471 CViewPolygon is now part of the NELGUI library and is under the NLGUI namespace.
|
2012-06-16 21:05:16 +02:00 |
|
dfighter1985
|
6115a122c9
|
CHANGED: #1471 CViewQuad is now part of the NELGUI library and is under the NLGUI namespace.
|
2012-06-16 20:53:58 +02:00 |
|
dfighter1985
|
c560575a56
|
CHANGED: #1471 CCtrlTooltip is now in the NELGUI library and is under NLGUI namespace.
|
2012-06-16 04:16:12 +02:00 |
|
dfighter1985
|
eed17cc4f4
|
CHANGED: #1471 CCtrlColPick is now in the NELGUI library and is under NLGUI namespace.
|
2012-06-16 03:39:23 +02:00 |
|
dfighter1985
|
3933bd73d3
|
CHANGED: #1471 CCtrlPolygon is now in the NELGUI library and is under NLGUI.
|
2012-06-16 02:55:19 +02:00 |
|
dfighter1985
|
3929588a04
|
CHANGED: #1471 CCtrlQuad is now in the NELGUI library under the NLGUI namespace.
|
2012-06-16 02:34:07 +02:00 |
|
dfighter1985
|
4bde602411
|
CHANGED: #1471 CCtrlScroll is now part of NELGUI, and is under the NLGUI namespace. Also added a new class CGroupSubMenuBase.
|
2012-06-16 02:06:53 +02:00 |
|
dfighter1985
|
892a8131ca
|
CHANGED: #1471 CCtrlButton is now under the NLGUI namespace.
|
2012-06-16 00:49:40 +02:00 |
|
dfighter1985
|
84fe4773fb
|
CHANGED: #1471 CCtrlButton is now part of the NEL GUI library.
|
2012-06-16 00:23:20 +02:00 |
|
dfighter1985
|
8226c2b897
|
CHANGED: #1471 CCtrlBaseButton is now part of the NLGUI namespace.
|
2012-06-15 23:30:27 +02:00 |
|
dfighter1985
|
c57c909ed7
|
CHANGED: #1471 CCtrlBaseButton is now part of the NELGUI Library.
|
2012-06-15 22:40:08 +02:00 |
|
dfighter1985
|
7b745058a8
|
CHANGED: #1471 Moved back some more static methods from CLuaIHMRyzom to CLuaIHM, as CLuaIHM can now handle these too.
|
2012-06-09 22:18:29 +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 |
|
dfighter1985
|
7ddc76cc85
|
CHANGED: #1471 Moved some code from CGroupContainer to CGroupContainerBase. CAHManager now depends on CGroupContainerBase instead of CGroupContainer.
|
2012-06-08 04:41:33 +02:00 |
|
dfighter1985
|
3a99551784
|
CHANGED: #1471 CWidgetManager no longer depends on CGroupContainer, instead of depends on a new class CGroupContainerBase.
|
2012-06-08 03:45:43 +02:00 |
|
dfighter1985
|
7e19a57ae5
|
CHANGED: #1471 Broke up CInterfaceOptions to two files, moved the options from CInterfaceParser to CWidgetManager, CGroupFrame no longer depends on CInterfaceManager.
|
2012-06-08 02:43:20 +02:00 |
|
dfighter1985
|
9f09f4d080
|
CHANGED: #1471 CWidgetManager no longer depends on CGroupInScene.
|
2012-06-08 00:28:47 +02:00 |
|
dfighter1985
|
d9e1fcad72
|
CHANGED: #1471 CWidgetManager no longer depends on CViewPointer. Instead it depends on the new class CViewPointerBase.
|
2012-06-07 23:57:02 +02:00 |
|
dfighter1985
|
737f4f59d6
|
CHANGED: #1471 CWidgetManager no longer depends on CGroupEditBox, it depends on a new class CGroupEditBoxBase instead.
|
2012-06-07 05:11:14 +02:00 |
|
dfighter1985
|
617168c3b5
|
CHANGED: #1471 CInterfaceGroup no longer depends on CGroupScrollText.
|
2012-06-07 03:30:27 +02:00 |
|
dfighter1985
|
ecbdef6ab5
|
CHANGED: #1471 CInterfaceGroup no longer depends on CCtrlScroll. Instead if depends on a new CCtrlScrollBase class.
|
2012-06-07 02:54:14 +02:00 |
|
dfighter1985
|
f807707bb6
|
CHANGED: #1471 CInterfaceElement no longer depends on CGroupContainer.
|
2012-06-06 22:31:47 +02:00 |
|
dfighter1985
|
2488cf5c15
|
CHANGED: #1471 CInterfaceGroup no longer depends on CGroupContainer.
|
2012-06-06 05:48:51 +02:00 |
|
dfighter1985
|
60c5ad2bfd
|
CHANGED: #1471 CInterfaceGroup::InvalidateTexts is now implemented with a visitor, method removed. Also added CInterfaceGroup::visitGroupAndChildren, that only visits the group and it's sub-groups.
|
2012-06-06 04:10:34 +02:00 |
|
dfighter1985
|
1e1888b47f
|
CHANGED: #1471 moved makeWindow and unMakeWindow methods to CWidgetManager from CInterfaceManager. So CInterfaceGroup no longer depends on CInterfaceManager.
|
2012-06-06 01:56:25 +02:00 |
|
dfighter1985
|
6a48aa9d6c
|
CHANGED: #1471 extracted some dragging related code from CDBCtrlSheet and created a new class CCtrlDraggable, so that CWidgetManager doesn't have to be coupled with CDBCtrlSheet.
|
2012-06-05 05:25:49 +02:00 |
|
dfighter1985
|
7a32e739e7
|
CHANGED: #1471 Moved lots of code from CInterfaceManager to CWidgetManager ( mostly code that is directly used by the widgets )
|
2012-06-03 03:48:31 +02:00 |
|
dfighter1985
|
1f58c8ddc2
|
ADDED: #1471 IParser interface with a few methods, accessible from CWidgetManager, just so that I don't have to move CInterfaceParser right now.
|
2012-06-02 21:48:11 +02:00 |
|
dfighter1985
|
5ea64cb530
|
CHANGED: #1471 CViewRenderer no longer depends on CClientConfig, and is now part of NELGUI, under the NLGUI namespace.
|
2012-06-02 02:09:58 +02:00 |
|
dfighter1985
|
891859406f
|
CHANGED: #1471 CViewRenderer is now a separate Simpleton and not a part of CInterfaceManager.
|
2012-06-01 03:41:44 +02:00 |
|
dfighter1985
|
41134639db
|
CHANGED: #1471 Moved CInterface::runActionHandler methods to CAHManager.
|
2012-06-01 01:22:05 +02:00 |
|
dfighter1985
|
51a515fded
|
CHANGED: #1471 Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files.
|
2012-06-01 00:19:53 +02:00 |
|
dfighter1985
|
2e9fe265f2
|
CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
|
2012-05-31 04:27:27 +02:00 |
|
dfighter1985
|
8d2f01fac8
|
ADDED: #1471 Added new class CWidgetManager, and started to move code into it from CInterfaceManager.
|
2012-05-30 02:12:37 +02:00 |
|
dfighter1985
|
42919dc86b
|
CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
|
2012-05-25 03:21:03 +02:00 |
|
dfighter1985
|
2fff0616a5
|
CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace.
|
2012-05-24 18:23:51 +02:00 |
|
dfighter1985
|
dc6c1db2cd
|
CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used.
|
2012-05-24 05:02:24 +02:00 |
|
dfighter1985
|
c817c68e83
|
CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace.
|
2012-05-23 19:40:41 +02:00 |
|
dfighter1985
|
731d1ced46
|
CHANGED: #1471 Moved the previously refactored code to the NELGUI library.
|
2012-05-23 04:13:58 +02:00 |
|
dfighter1985
|
4db9e47d13
|
Added: #1471 CLuaManager, Singleton for the Lua state, the code parts that depend on a globally available Lua state now depend on this instead of CInterfaceManager. Also refactored the code so it's ready to be moved to the NELGUI lib.
|
2012-05-23 02:41:43 +02:00 |
|
dfighter1985
|
0d0fe51a0d
|
Some more Lua refactoring, started to break CLuaIHM into 2 parts. CLuaIHM will be generic, CLuaIHMRyzom will contain the Ryzom only code.
|
2012-05-21 03:35:05 +02:00 |
|
dfighter1985
|
ed3d565dda
|
CLuaString will no longer depend on CInterfaceManager.
|
2012-05-20 00:59:31 +02:00 |
|
dfighter1985
|
2af7e250b2
|
Moved some Lua stuff over to the NelGUI library.
|
2012-05-19 23:00:52 +02:00 |
|
dfighter1985
|
e1b6690e6f
|
Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.
|
2012-05-19 00:00:09 +02:00 |
|
dfighter1985
|
653ff421ea
|
FIXED: Crash caused by CInterfaceLinkUpdater trying to remove itself after CInterfaceManager had been released.
|
2012-05-17 03:38:27 +02:00 |
|
dfighter1985
|
88cc7df755
|
Refactored the CEvent -> CEventDescriptor code in CInputHandlerManager. Extracted it as a new class CInputHandler, and moved some of it to CInterfaceManager.
|
2012-05-17 03:28:50 +02:00 |
|
dfighter1985
|
e3d72333dd
|
Moved event descriptors under the NLGUI namespace.
|
2012-05-10 23:31:39 +02:00 |
|
dfighter1985
|
c976419448
|
Created NELGUI library, moved the GUI event descriptors there.
|
2012-05-10 22:17:04 +02:00 |
|
dfighter1985
|
e6f5bdef0b
|
Merging cdb-refactoring into gui-refactoring.
|
2012-04-28 21:36:39 +02:00 |
|