You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/nel/src/gui
Nimetu 02dd8db21f Added: Lua function to render html string as new webpage
--HG--
branch : develop
8 years ago
..
CMakeLists.txt Fixed: libxml2 dependencies 9 years ago
action_handler.cpp Added facilities for viewing the loaded actions. 11 years ago
ctrl_base.cpp Add lua function CCtrlBase::setTooltipUtf8 to set tooltip from html page 9 years ago
ctrl_base_button.cpp Fix html submit button value that is included with form data (issue #226) 10 years ago
ctrl_button.cpp Changed: Minor changes 9 years ago
ctrl_col_pick.cpp Changed: Minor changes 9 years ago
ctrl_draggable.cpp fixes #31 Luabind can't be found 12 years ago
ctrl_polygon.cpp fixes #31 Luabind can't be found 12 years ago
ctrl_quad.cpp fixes #31 Luabind can't be found 12 years ago
ctrl_scroll.cpp Fixed: Stuck scrollbar 9 years ago
ctrl_scroll_base.cpp fixes #31 Luabind can't be found 12 years ago
ctrl_sheet_selection.cpp fixes #31 Luabind can't be found 12 years ago
ctrl_text_button.cpp Changed: Don't need to hardcode a text offset because the old font was not aligned 9 years ago
ctrl_tooltip.cpp fixes #31 Luabind can't be found 12 years ago
db_manager.cpp fixes #31 Luabind can't be found 12 years ago
dbgroup_combo_box.cpp Fixed: Clang warnings 9 years ago
dbgroup_select_number.cpp NLGUI files dbgroup_combo_box.cpp and dbgroup_select_number.cpp were not linked 12 years ago
dbview_bar.cpp fixes #31 Luabind can't be found 12 years ago
dbview_bar3.cpp fixes #31 Luabind can't be found 12 years ago
dbview_digit.cpp fixes #31 Luabind can't be found 12 years ago
dbview_number.cpp it's not a bad idea to store the value in the right variable... 10 years ago
dbview_quantity.cpp CDBViewQuantity shouldn't crash in the editor. 10 years ago
event_descriptor.cpp fixes #31 Luabind can't be found 12 years ago
event_listener.cpp fixes #31 Luabind can't be found 12 years ago
group_container.cpp Changed: Minor changes 9 years ago
group_container_base.cpp fixes #31 Luabind can't be found 12 years ago
group_editbox.cpp Fixed: Typos 9 years ago
group_editbox_base.cpp fixes #31 Luabind can't be found 12 years ago
group_editbox_decor.cpp Fixed: Warnings with GCC 9 years ago
group_frame.cpp fixes #31 Luabind can't be found 12 years ago
group_header.cpp Changed: Replace size() comparisons by empty() 9 years ago
group_html.cpp Added: Lua function to render html string as new webpage 8 years ago
group_html_parser.cpp Changed: Move addLink code to beginElement 9 years ago
group_list.cpp Changed: Support for integer types in Lua 5.3, fixes #253 9 years ago
group_menu.cpp Changed: Implement multi-row select box 9 years ago
group_modal.cpp Fixed: Some warnings 11 years ago
group_paragraph.cpp Quelled some compiler compliants. 11 years ago
group_scrolltext.cpp Added: Smooth scrolling 9 years ago
group_submenu_base.cpp fixes #31 Luabind can't be found 12 years ago
group_tab.cpp Changed: Replace size() comparisons by empty() 9 years ago
group_table.cpp Fixed: GCC warnings 9 years ago
group_tree.cpp Changed: Support for integer types in Lua 5.3, fixes #253 9 years ago
group_wheel.cpp Link group_wheel.cpp, ref #176 11 years ago
input_handler.cpp fixes #31 Luabind can't be found 12 years ago
interface_anim.cpp Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 9 years ago
interface_element.cpp Fix parent pos and size parsing. 10 years ago
interface_expr.cpp FIXED: GUI not showing up because of the interface user functions not getting registered, because of a file linking issue. 12 years ago
interface_expr_node.cpp fixes #31 Luabind can't be found 12 years ago
interface_expr_user_fct.cpp fixes #31 Luabind can't be found 12 years ago
interface_factory.cpp Refactoring. Added CInterfaceFactory. 10 years ago
interface_group.cpp Fixed: Warnings with GCC 9 years ago
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 12 years ago
interface_options.cpp Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 9 years ago
interface_parser.cpp Changed: Replace size() comparisons by empty() 9 years ago
interface_property.cpp fixes #31 Luabind can't be found 12 years ago
libwww.cpp Changed: Remove legacy HTTPCurrentDomain variable 9 years ago
libwww_types.cpp Remove libwww, only keep html entitites list 10 years ago
link_hack.cpp Implemented CGroupEditBoxDecor a decorated CGroupEditBox. 10 years ago
lua_helper.cpp Changed: Support for integer types in Lua 5.3, fixes #253 9 years ago
lua_ihm.cpp Fixed: In Lua, all integers are numbers and numbers can be converted to integers 9 years ago
lua_loadlib.c fixes #31 Luabind can't be found 12 years ago
lua_manager.cpp Fixed: Crash in CLuaManager 9 years ago
lua_object.cpp VS2015 compilation fixes 9 years ago
parser.cpp fixes #31 Luabind can't be found 12 years ago
proc.cpp fixes #31 Luabind can't be found 12 years ago
reflect.cpp fixes #31 Luabind can't be found 12 years ago
reflect_register.cpp fixes #31 Luabind can't be found 12 years ago
root_group.cpp Moved CRootGroup out of CInterfaceParser. 10 years ago
stdpch.cpp fixes #31 Luabind can't be found 12 years ago
stdpch.h Fixed: Remove inherited dependency on libxml2 for all projects 9 years ago
string_case.cpp fixes #31 Luabind can't be found 12 years ago
url_parser.cpp Changed: Remove legacy HTTPCurrentDomain variable 9 years ago
view_base.cpp Allow multiselection. 10 years ago
view_bitmap.cpp Changed: Replaced strlwr by toLower 11 years ago
view_bitmap_combo.cpp fixes #31 Luabind can't be found 12 years ago
view_link.cpp fixes #31 Luabind can't be found 12 years ago
view_pointer.cpp Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 9 years ago
view_pointer_base.cpp Fix #162: Center ingame mouse cursor after login 11 years ago
view_polygon.cpp fixes #31 Luabind can't be found 12 years ago
view_quad.cpp fixes #31 Luabind can't be found 12 years ago
view_renderer.cpp Added: Possible to use multiple fonts at the same time 9 years ago
view_text.cpp Changed: Support custom font 9 years ago
view_text_formated.cpp fixes #31 Luabind can't be found 12 years ago
view_text_id.cpp fixes #31 Luabind can't be found 12 years ago
view_text_id_formated.cpp fixes #31 Luabind can't be found 12 years ago
widget_manager.cpp Added: Monospace font options 9 years ago