.. |
action_handler.h
|
Added facilities for viewing the loaded actions.
|
2014-07-02 22:27:04 +02:00 |
CMakeLists.txt
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
ctrl_base.h
|
Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page
|
2015-11-12 20:15:04 +02:00 |
ctrl_base_button.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
ctrl_button.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
ctrl_col_pick.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
ctrl_draggable.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
ctrl_polygon.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
ctrl_quad.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
ctrl_scroll.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
ctrl_scroll_base.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
ctrl_sheet_selection.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
ctrl_text_button.h
|
CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219.
|
2014-12-21 22:55:27 +01:00 |
ctrl_tooltip.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
db_manager.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
dbgroup_combo_box.h
|
Visual Studio 2013 compilation support for NLGUI
|
2015-02-20 17:17:07 +01:00 |
dbgroup_select_number.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
dbview_bar.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
dbview_bar3.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
dbview_digit.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
dbview_number.h
|
DBViewNumber shouldn't crash anymore.
|
2014-10-20 20:57:08 +02:00 |
dbview_quantity.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
editor_selection_watcher.h
|
Allow multiselection.
|
2014-10-10 20:25:25 +02:00 |
event_descriptor.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
event_listener.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
group_container.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_container_base.h
|
Fix typo (issue #70)
|
2014-01-03 19:51:50 +02:00 |
group_editbox.h
|
Create the viewtext of the decorated edit box when the box is created, also adjust it so the text is drawn to the right of the left texture.
|
2014-10-17 21:18:26 +02:00 |
group_editbox_base.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
group_editbox_decor.h
|
When setting the Id of the decorated edit box, set the Id of the text as well.
|
2014-10-20 18:51:53 +02:00 |
group_frame.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_header.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_html.h
|
Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
|
2015-11-08 01:51:34 +02:00 |
group_list.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_menu.h
|
Handle shadow outline in gui
|
2014-10-08 23:20:35 +02:00 |
group_modal.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_paragraph.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_scrolltext.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_submenu_base.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
group_tab.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_table.h
|
Render table with rowspan, colspan.
|
2014-10-14 15:29:06 +03:00 |
group_tree.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
group_wheel.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
input_event_listener.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
input_handler.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
interface_anim.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
interface_common.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
interface_element.h
|
Implemented CGroupEditBoxDecor a decorated CGroupEditBox.
|
2014-10-16 20:25:19 +02:00 |
interface_expr.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
interface_expr_node.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
interface_factory.h
|
Refactoring. Added CInterfaceFactory.
|
2014-09-27 21:48:51 +02:00 |
interface_group.h
|
Added support for grouping widgets.
|
2014-10-11 00:42:43 +02:00 |
interface_link.h
|
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
|
2013-07-28 05:10:07 +02:00 |
interface_options.h
|
Fix rendering of specially sized window highlights
|
2014-10-08 09:31:13 +02:00 |
interface_parser.h
|
When creating a new GUI set the base color to white.
|
2014-10-13 17:47:42 +02:00 |
interface_property.h
|
DBViewNumber shouldn't crash anymore.
|
2014-10-20 20:57:08 +02:00 |
libwww.h
|
Use cURL as http transport
|
2015-04-17 17:41:01 +03:00 |
libwww_types.h
|
Fix missing include when WITH_PCH=OFF
|
2015-06-17 00:36:54 +03:00 |
link_data.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
lua_helper.h
|
Changed: Support for integer types in Lua 5.3, fixes #253
|
2015-11-14 11:46:17 +01:00 |
lua_helper_inline.h
|
Changed: Support for integer types in Lua 5.3, fixes #253
|
2015-11-14 11:46:17 +01:00 |
lua_ihm.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
lua_loadlib.h
|
MODIFIED: Resolved some GCC build errors.
|
2013-02-17 14:30:05 +01:00 |
lua_manager.h
|
Fixed: Crash in CLuaManager
|
2015-11-13 19:18:41 +01:00 |
lua_object.h
|
Changed: Support for integer types in Lua 5.3, fixes #253
|
2015-11-14 18:19:58 +01:00 |
parser.h
|
When creating a new GUI set the base color to white.
|
2014-10-13 17:47:42 +02:00 |
proc.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
reflect.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
reflect_register.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
root_group.h
|
Moved CRootGroup out of CInterfaceParser.
|
2014-10-11 19:30:30 +02:00 |
string_case.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
url_parser.h
|
Replace url parser with one less strict
|
2015-04-19 22:12:05 +03:00 |
variable_data.h
|
When creating a new GUI set the base color to white.
|
2014-10-13 17:47:42 +02:00 |
view_base.h
|
MODIFIED: Views can now be selected too from the central widget.
|
2013-02-23 00:13:44 +01:00 |
view_bitmap.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
view_bitmap_combo.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
view_link.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
view_pointer.h
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
view_pointer_base.h
|
Fix #162: Center ingame mouse cursor after login
|
2014-07-09 12:31:22 +02:00 |
view_polygon.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
view_quad.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
view_renderer.h
|
Texture chooser now supports atlas textures as well.
|
2014-07-09 21:07:12 +02:00 |
view_text.h
|
Add embolden, oblique, underline, strikethrough styles to CViewText
|
2015-03-29 18:24:16 +03:00 |
view_text_formated.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
view_text_id.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
view_text_id_formated.h
|
GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS().
|
2013-02-20 22:05:09 +01:00 |
widget_manager.h
|
Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250)
|
2015-11-03 01:06:12 +02:00 |