.. |
action_handler.cpp
|
CHANGED: #1471 Don't execute action handlers and/or Lua scripts in editor mode. Warning log message when trying to look up non-existent action handlers.
|
2012-07-22 02:09:37 +02:00 |
CMakeLists.txt
|
|
|
ctrl_base.cpp
|
CHANGED: #1471 GUI library will now build with the new externals and Visual Studio 2010.
|
2012-10-24 18:16:01 +02:00 |
ctrl_base_button.cpp
|
CHANGED: Somehow lost this code part during development.
|
2013-02-14 12:13:32 +01:00 |
ctrl_button.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
ctrl_col_pick.cpp
|
CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
|
2012-08-12 01:19:05 +02:00 |
ctrl_draggable.cpp
|
|
|
ctrl_polygon.cpp
|
|
|
ctrl_quad.cpp
|
|
|
ctrl_scroll.cpp
|
CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
|
2012-08-12 01:19:05 +02:00 |
ctrl_scroll_base.cpp
|
|
|
ctrl_sheet_selection.cpp
|
CHANGED: #1471 Moved CSheetSelectionGroup and CSheetSelection to the GUI library.
|
2012-07-07 20:38:45 +02:00 |
ctrl_text_button.cpp
|
CHANGED: #1471 Should be able to change text options for CCtrlTextButton.
|
2012-08-18 03:37:52 +02:00 |
ctrl_tooltip.cpp
|
CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
|
2012-08-12 01:19:05 +02:00 |
db_manager.cpp
|
ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport.
|
2012-07-21 21:12:43 +02:00 |
dbgroup_combo_box.cpp
|
Merged mainline default branch changes.
|
2013-02-14 10:47:10 +01:00 |
dbgroup_select_number.cpp
|
CHANGED: #1471 CDBGroupSelectNumber fields can now be serialized.
|
2012-08-14 19:29:20 +02:00 |
dbview_bar.cpp
|
CHANGED: #1471 CDBViewBar fields can now be serialized.
|
2012-08-12 03:36:44 +02:00 |
dbview_bar3.cpp
|
CHANGED: #1471 CDBViewBar3 fields can now be serialized.
|
2012-08-12 03:43:31 +02:00 |
dbview_digit.cpp
|
CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
|
2012-08-12 01:19:05 +02:00 |
dbview_number.cpp
|
CHANGED: #1471 CDBViewNumber fields can now be serialized.
|
2012-08-12 02:58:14 +02:00 |
dbview_quantity.cpp
|
CHANGED: #1471 CDBViewQuantity fields can now be serialized.
|
2012-08-12 03:11:28 +02:00 |
event_descriptor.cpp
|
|
|
event_listener.cpp
|
ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport.
|
2012-07-21 21:12:43 +02:00 |
group_container.cpp
|
CHANGED: #1471 CGroupContainer action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
|
2012-08-20 02:14:06 +02:00 |
group_container_base.cpp
|
|
|
group_editbox.cpp
|
CHANGED: #1471 GUI library will now build with the new externals and Visual Studio 2010.
|
2012-10-24 18:16:01 +02:00 |
group_editbox_base.cpp
|
|
|
group_frame.cpp
|
CHANGED: #1471 CGroupFrame fields can now be serialized.
|
2012-08-13 02:06:54 +02:00 |
group_header.cpp
|
CHANGED: #1471 CGroupHeader fields can now we serialized.
|
2012-08-14 01:22:49 +02:00 |
group_html.cpp
|
Merged mainline default branch changes.
|
2013-02-14 10:47:10 +01:00 |
group_list.cpp
|
CHANGED: #1471 CGroupMenu and CGroupList created widgets shouldn't be serialized by CInterfaceGroup.
|
2012-08-15 18:02:05 +02:00 |
group_menu.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
group_modal.cpp
|
CHANGED: #1471 CGroupModal fields can now be serialized.
|
2012-08-13 02:28:24 +02:00 |
group_paragraph.cpp
|
CHANGED: #1471 CGroupParagraph fields can now we serialized.
|
2012-08-14 01:33:54 +02:00 |
group_scrolltext.cpp
|
CHANGED: #1471 CGroupScrollText fields can now be serialized.
|
2012-08-14 02:10:27 +02:00 |
group_submenu_base.cpp
|
|
|
group_tab.cpp
|
CHANGED: #1471 CGroupTab fields can now be serialized.
|
2012-08-14 19:43:43 +02:00 |
group_table.cpp
|
CHANGED: #1471 CGroupTable fields can now be serialized.
|
2012-08-13 01:58:39 +02:00 |
group_tree.cpp
|
CHANGED: #1471 CGroupHeaderEntry fields can now we serialized.
|
2012-08-14 00:53:47 +02:00 |
group_wheel.cpp
|
CHANGED: #1471 CGroupWheel action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
|
2012-08-20 01:55:16 +02:00 |
input_handler.cpp
|
|
|
interface_anim.cpp
|
|
|
interface_element.cpp
|
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 |
interface_expr.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
interface_expr_node.cpp
|
|
|
interface_expr_user_fct.cpp
|
Merged mainline default branch changes.
|
2013-02-14 10:47:10 +01:00 |
interface_group.cpp
|
CHANGED: #1471 CInterfaceGroup action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
|
2012-08-20 01:39:20 +02:00 |
interface_link.cpp
|
CHANGED: #1471 GUI library will now build with the new externals and Visual Studio 2010.
|
2012-10-24 18:16:01 +02:00 |
interface_options.cpp
|
CHANGED: #1471 interface options are now serialized.
|
2012-08-16 00:45:19 +02:00 |
interface_parser.cpp
|
CHANGED: #1471 I probably shouldn't sacrifice the game's key config parsing on the altar of the GUI editor :P
|
2012-08-19 02:38:24 +02:00 |
interface_property.cpp
|
|
|
libwww.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
libwww_nel_stream.cpp
|
CHANGED: #1471 GUI library will now build with the new externals and Visual Studio 2010.
|
2012-10-24 18:16:01 +02:00 |
link_hack.cpp
|
ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport.
|
2012-07-21 21:12:43 +02:00 |
lua_helper.cpp
|
|
|
lua_ihm.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
lua_loadlib.c
|
|
|
lua_manager.cpp
|
CHANGED: #1471 Don't execute action handlers and/or Lua scripts in editor mode. Warning log message when trying to look up non-existent action handlers.
|
2012-07-22 02:09:37 +02:00 |
lua_object.cpp
|
|
|
parser.cpp
|
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 |
proc.cpp
|
CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
|
2012-07-12 05:29:33 +02:00 |
reflect.cpp
|
|
|
reflect_register.cpp
|
CHANGED: #1471 it's a good idea to register GUI widget classes with the reflection system if we want to use them!
|
2012-07-14 05:16:09 +02:00 |
string_case.cpp
|
|
|
view_base.cpp
|
|
|
view_bitmap.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
view_bitmap_combo.cpp
|
CHANGED: #1471 CViewBitmapCombo fields can now be serialized.
|
2012-08-12 03:50:55 +02:00 |
view_link.cpp
|
|
|
view_pointer.cpp
|
ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport.
|
2012-07-21 21:12:43 +02:00 |
view_pointer_base.cpp
|
|
|
view_polygon.cpp
|
|
|
view_quad.cpp
|
|
|
view_renderer.cpp
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
view_text.cpp
|
Merged mainline default branch changes.
|
2013-02-14 10:47:10 +01:00 |
view_text_formated.cpp
|
CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
|
2012-08-12 01:19:05 +02:00 |
view_text_id.cpp
|
CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
|
2012-08-12 01:19:05 +02:00 |
view_text_id_formated.cpp
|
CHANGED: #1471 CViewTextIDFormated fields can now be serialized.
|
2012-08-12 01:32:21 +02:00 |
widget_manager.cpp
|
MODIFIED: #1471 Incompatible / unincrementable iterators assert will no longer be hit in debug mode with M$ STL when updating the interface anims.
|
2012-11-22 22:57:37 +01:00 |