.. |
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 Implemented property querying for CCtrlBase and CInterfaceGroup.
|
2012-07-28 00:17:41 +02:00 |
ctrl_base_button.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlBaseButton.
|
2012-07-28 20:07:20 +02:00 |
ctrl_button.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlButton.
|
2012-07-28 20:37:36 +02:00 |
ctrl_col_pick.cpp
|
|
|
ctrl_draggable.cpp
|
|
|
ctrl_polygon.cpp
|
|
|
ctrl_quad.cpp
|
|
|
ctrl_scroll.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlScroll.
|
2012-07-30 06:33:36 +02:00 |
ctrl_scroll_base.cpp
|
|
|
ctrl_sheet_selection.cpp
|
|
|
ctrl_text_button.cpp
|
CHANGED: #1471 Implemented CCtrlTextButton property querying.
|
2012-07-28 23:12:22 +02:00 |
ctrl_tooltip.cpp
|
|
|
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
|
|
|
dbgroup_select_number.cpp
|
|
|
dbview_bar.cpp
|
|
|
dbview_bar3.cpp
|
|
|
dbview_digit.cpp
|
|
|
dbview_number.cpp
|
|
|
dbview_quantity.cpp
|
|
|
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
|
|
|
group_container_base.cpp
|
|
|
group_editbox.cpp
|
CHANGED: #1471 Implemented property querying for CGroupEditbox and CGroupCell.
|
2012-07-30 21:50:51 +02:00 |
group_editbox_base.cpp
|
|
|
group_frame.cpp
|
CHANGED: #1471 Implemented property querying for CGroupFrame.
|
2012-07-31 05:19:24 +02:00 |
group_header.cpp
|
|
|
group_html.cpp
|
|
|
group_list.cpp
|
|
|
group_menu.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 |
group_modal.cpp
|
CHANGED: #1471 Implemented property querying for CGroupModal.
|
2012-07-31 05:56:28 +02:00 |
group_paragraph.cpp
|
|
|
group_scrolltext.cpp
|
|
|
group_submenu_base.cpp
|
|
|
group_tab.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlTabButton.
|
2012-07-30 05:17:33 +02:00 |
group_table.cpp
|
CHANGED: #1471 Implemented property querying for CGroupTable.
|
2012-07-30 22:50:35 +02:00 |
group_tree.cpp
|
|
|
group_wheel.cpp
|
|
|
input_handler.cpp
|
|
|
interface_anim.cpp
|
|
|
interface_element.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlScroll.
|
2012-07-30 06:33:36 +02:00 |
interface_expr.cpp
|
|
|
interface_expr_node.cpp
|
|
|
interface_expr_user_fct.cpp
|
|
|
interface_group.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup.
|
2012-07-28 00:17:41 +02:00 |
interface_link.cpp
|
|
|
interface_options.cpp
|
|
|
interface_parser.cpp
|
CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup.
|
2012-07-28 00:17:41 +02:00 |
interface_property.cpp
|
|
|
libwww.cpp
|
|
|
libwww_nel_stream.cpp
|
|
|
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
|
|
|
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
|
|
|
proc.cpp
|
|
|
reflect.cpp
|
|
|
reflect_register.cpp
|
|
|
string_case.cpp
|
|
|
view_base.cpp
|
|
|
view_bitmap.cpp
|
|
|
view_bitmap_combo.cpp
|
|
|
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
|
|
|
view_text.cpp
|
CHANGED: #1471 CViewText is now part of NELGUI library and is under the NLGUI namespace.
|
2012-06-17 02:49:00 +02:00 |
view_text_formated.cpp
|
|
|
view_text_id.cpp
|
CHANGED: #1471 CViewTextID is now part of the NELGUI library and is under the NLGUI namespace.
|
2012-06-21 07:18:25 +02:00 |
view_text_id_formated.cpp
|
|
|
widget_manager.cpp
|
CHANGED: #1471 Buttons can now be selected in the NelGUI widget or the widget hierarchy widget, and they will become highlighted.
|
2012-07-22 23:32:35 +02:00 |