khanat-opennel-code/code/nel/src/gui
2019-04-14 15:01:18 +03:00
..
action_handler.cpp Fixed: Copy to clipboard mangles utf8 chars 2019-02-11 12:45:37 +02:00
CMakeLists.txt Fixed: Link nelgui to Security framework (fix compilation with curl using DarwinSSL backend) 2018-08-07 13:29:36 +02:00
ctrl_base.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_base_button.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_button.cpp Fixed: Wrong element width when using scaled texture. 2016-12-21 23:47:50 +02:00
ctrl_col_pick.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_draggable.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_polygon.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_quad.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_scroll.cpp Changed: Allow to override scroll bar texture width/height 2019-01-29 00:34:38 +02:00
ctrl_scroll_base.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_sheet_selection.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
ctrl_text_button.cpp Changed: Form element styling 2019-03-14 22:59:33 +02:00
ctrl_tooltip.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
curl_certificates.cpp Fixed: Typo 2018-08-18 11:51:55 +02:00
db_manager.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
dbgroup_combo_box.cpp Changed: Form element styling 2019-03-14 22:59:33 +02:00
dbgroup_select_number.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
dbview_bar.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
dbview_bar3.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
dbview_digit.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
dbview_number.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
dbview_quantity.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
event_descriptor.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
event_listener.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_container.cpp Fixed: Wrong width for container list element 2018-09-27 12:36:09 +03:00
group_container_base.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_editbox.cpp Fixed: Font size calculations for scaled text. 2018-06-22 19:44:12 +03:00
group_editbox_base.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_editbox_decor.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_frame.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
group_header.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_html.cpp Added: Allow to set webig window title from lua 2019-04-14 15:01:18 +03:00
group_html_parser.cpp Fixed: Memory leak in html parser 2019-04-11 19:50:22 +03:00
group_list.cpp Fixed: Wrong size for list element 2017-01-21 13:29:12 +02:00
group_menu.cpp Changed: Form element styling 2019-03-14 22:59:33 +02:00
group_modal.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_paragraph.cpp Changed: Use popup menu for chat-copy function 2019-02-11 14:32:13 +02:00
group_scrolltext.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_submenu_base.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_tab.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
group_table.cpp Fixed: Wrong table width if colspan is used 2018-08-26 22:58:48 +03:00
group_tree.cpp Changed: Expand/collapse all tree node childs with right click 2017-10-02 13:52:44 +03:00
group_wheel.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
http_cache.cpp Fixed: Compilation under GCC 4.8.4 2017-06-23 17:20:21 +02:00
http_hsts.cpp Fix build under Visual Studio 2008 2018-07-03 16:09:15 +08:00
input_handler.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
interface_anim.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
interface_element.cpp Fixed: HTML list element invalidates content on each frame 2018-08-26 22:58:48 +03:00
interface_expr.cpp Fixed: Compilation with clang 2016-12-05 19:39:19 +01:00
interface_expr_node.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
interface_expr_user_fct.cpp Changed: Minor changes 2016-12-19 13:16:48 +01:00
interface_factory.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
interface_group.cpp Backed out changeset: 68e5d9033466 2018-11-01 08:33:35 +02:00
interface_link.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
interface_options.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
interface_parser.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
interface_property.cpp Changed: Use a global C64BitsParts union to avoid strict aliasing warnings 2016-12-24 14:01:21 +01:00
libwww.cpp Changed: Parse css pt/em/rem size values 2019-03-12 20:03:34 +02:00
libwww_types.cpp Changed: Include PCH 2016-12-04 17:03:15 +01:00
link_hack.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
lua_helper.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
lua_ihm.cpp Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17 2018-08-08 20:54:09 +02:00
lua_loadlib.c fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
lua_manager.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
lua_object.cpp Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17 2018-08-08 20:54:09 +02:00
parser.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
proc.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
reflect.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
reflect_register.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
root_group.cpp Changed: Include PCH 2016-12-04 17:03:15 +01:00
stdpch.cpp fixes #31 Luabind can't be found 2013-03-24 20:16:23 +01:00
stdpch.h Changed: Use http cache headers for image cache 2017-04-20 21:19:51 +03:00
string_case.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
url_parser.cpp Fixed: Wrong indent 2016-12-11 14:21:28 +01:00
view_base.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_bitmap.cpp Added: Downloadable textures in texture property of CViewBitmap 2018-06-12 14:43:20 +02:00
view_bitmap_combo.cpp Changed: Replace size() comparisons by empty() ones 2016-12-19 13:15:25 +01:00
view_link.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_pointer.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_pointer_base.cpp Changed: Merged changes from compatibility-develop that should also be in develop 2016-12-18 20:39:16 +01:00
view_polygon.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_quad.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_renderer.cpp Merge with develop 2018-03-16 11:33:16 +02:00
view_text.cpp Fixed: Changing font name for already rendered text leading to crash. 2019-04-10 00:31:37 +03:00
view_text_formated.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_text_id.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
view_text_id_formated.cpp Changed: Memory leaks detection 2016-12-04 15:14:10 +01:00
widget_manager.cpp Merge with develop 2018-03-16 11:33:16 +02:00