khanat-opennel-code/code/nel/src/gui
2016-09-21 20:11:13 +03:00
..
action_handler.cpp Added facilities for viewing the loaded actions. 2014-07-02 22:27:04 +02:00
CMakeLists.txt Fixed: libxml2 dependencies 2016-01-26 23:26:38 +01:00
ctrl_base.cpp Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page 2015-11-12 20:15:04 +02:00
ctrl_base_button.cpp Fix html submit button value that is included with form data (issue #226) 2015-01-09 13:11:20 +02:00
ctrl_button.cpp Changed: Minor changes 2016-04-06 09:29:37 +02:00
ctrl_col_pick.cpp Changed: Minor changes 2015-11-13 19:37:32 +01:00
ctrl_draggable.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
ctrl_polygon.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
ctrl_quad.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
ctrl_scroll.cpp Fixed: Stuck scrollbar 2015-12-20 03:33:43 +02:00
ctrl_scroll_base.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
ctrl_sheet_selection.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
ctrl_text_button.cpp Changed: Don't need to hardcode a text offset because the old font was not aligned 2016-06-26 19:40:10 +02:00
ctrl_tooltip.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
db_manager.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
dbgroup_combo_box.cpp Fixed: Clang warnings 2016-03-19 19:29:03 +01:00
dbgroup_select_number.cpp NLGUI files dbgroup_combo_box.cpp and dbgroup_select_number.cpp were not linked 2013-07-28 21:39:54 +02:00
dbview_bar.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
dbview_bar3.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
dbview_digit.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
dbview_number.cpp it's not a bad idea to store the value in the right variable... 2014-10-20 22:21:59 +02:00
dbview_quantity.cpp CDBViewQuantity shouldn't crash in the editor. 2014-10-20 22:49:46 +02:00
event_descriptor.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
event_listener.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
group_container.cpp Changed: Minor changes 2015-12-26 14:00:39 +01:00
group_container_base.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
group_editbox.cpp Fixed: Typos 2016-01-02 17:04:45 +01:00
group_editbox_base.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
group_editbox_decor.cpp Fixed: Warnings with GCC 2015-12-25 20:49:59 +01:00
group_frame.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
group_header.cpp Changed: Replace size() comparisons by empty() 2016-05-25 23:18:11 +02:00
group_html.cpp Added: Lua function to render html string as new webpage 2016-09-21 20:11:13 +03:00
group_html_parser.cpp Changed: Move addLink code to beginElement 2016-05-25 12:08:08 +03:00
group_list.cpp Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-14 11:46:17 +01:00
group_menu.cpp Changed: Implement multi-row select box 2016-02-23 10:52:21 +02:00
group_modal.cpp Fixed: Some warnings 2013-09-27 16:30:55 +02:00
group_paragraph.cpp Quelled some compiler compliants. 2014-06-29 03:01:43 +02:00
group_scrolltext.cpp Added: Smooth scrolling 2015-12-06 16:38:29 +02:00
group_submenu_base.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
group_tab.cpp Changed: Replace size() comparisons by empty() 2016-05-25 23:18:11 +02:00
group_table.cpp Fixed: GCC warnings 2015-12-26 14:09:15 +01:00
group_tree.cpp Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-14 11:46:17 +01:00
group_wheel.cpp Link group_wheel.cpp, ref #176 2014-08-25 14:56:29 +02:00
input_handler.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
interface_anim.cpp Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 2015-11-13 16:22:49 +01:00
interface_element.cpp Fix parent pos and size parsing. 2014-10-15 19:46:43 +02:00
interface_expr.cpp FIXED: GUI not showing up because of the interface user functions not getting registered, because of a file linking issue. 2013-06-05 03:29:34 +02:00
interface_expr_node.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
interface_expr_user_fct.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
interface_factory.cpp Refactoring. Added CInterfaceFactory. 2014-09-27 21:48:51 +02:00
interface_group.cpp Fixed: Warnings with GCC 2015-12-25 20:49:59 +01:00
interface_link.cpp 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.cpp Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 2015-11-13 16:22:49 +01:00
interface_parser.cpp Changed: Replace size() comparisons by empty() 2016-05-25 23:18:11 +02:00
interface_property.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
libwww.cpp Changed: Remove legacy HTTPCurrentDomain variable 2016-05-14 12:53:09 +03:00
libwww_types.cpp Remove libwww, only keep html entitites list 2015-04-17 15:10:00 +03:00
link_hack.cpp Implemented CGroupEditBoxDecor a decorated CGroupEditBox. 2014-10-16 20:25:19 +02:00
lua_helper.cpp Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-13 18:42:50 +01:00
lua_ihm.cpp Fixed: In Lua, all integers are numbers and numbers can be converted to integers 2016-01-11 11:34:32 +01:00
lua_loadlib.c fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
lua_manager.cpp Fixed: Crash in CLuaManager 2015-11-13 19:18:41 +01:00
lua_object.cpp VS2015 compilation fixes 2016-01-15 11:34:23 +01:00
parser.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
proc.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
reflect.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
reflect_register.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
root_group.cpp Moved CRootGroup out of CInterfaceParser. 2014-10-11 19:30:30 +02:00
stdpch.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
stdpch.h Fixed: Remove inherited dependency on libxml2 for all projects 2016-01-26 22:30:13 +01:00
string_case.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
url_parser.cpp Changed: Remove legacy HTTPCurrentDomain variable 2016-05-14 12:53:09 +03:00
view_base.cpp Allow multiselection. 2014-10-10 20:25:25 +02:00
view_bitmap.cpp Changed: Replaced strlwr by toLower 2014-04-24 18:11:16 +02:00
view_bitmap_combo.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
view_link.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
view_pointer.cpp Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 2015-11-13 16:22:49 +01:00
view_pointer_base.cpp Fix #162: Center ingame mouse cursor after login 2014-07-09 12:31:22 +02:00
view_polygon.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
view_quad.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
view_renderer.cpp Added: Possible to use multiple fonts at the same time 2016-07-24 16:03:37 +03:00
view_text.cpp Changed: Support custom font 2016-07-24 16:05:04 +03:00
view_text_formated.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
view_text_id.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
view_text_id_formated.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
widget_manager.cpp Added: Monospace font options 2016-07-24 16:07:18 +03:00