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/include/nel/gui
Nimetu 8a55f1b1e9 Changed: Allow to set max concurrent cURL connections per CGroupHTML instance
--HG--
branch : develop
9 years ago
..
CMakeLists.txt merging gui editor repo. 12 years ago
action_handler.h Added facilities for viewing the loaded actions. 11 years ago
ctrl_base.h Fix html submit button value that is included with form data (issue #226) 10 years ago
ctrl_base_button.h merging gui editor repo. 12 years ago
ctrl_button.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
ctrl_col_pick.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
ctrl_draggable.h merging gui editor repo. 12 years ago
ctrl_polygon.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
ctrl_quad.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
ctrl_scroll.h merging gui editor repo. 12 years ago
ctrl_scroll_base.h merging gui editor repo. 12 years ago
ctrl_sheet_selection.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
ctrl_text_button.h CCtrlTextbutton checkcoords should call it's text's checkcoords method. Fix #219. 10 years ago
ctrl_tooltip.h merging gui editor repo. 12 years ago
db_manager.h merging gui editor repo. 12 years ago
dbgroup_combo_box.h Visual Studio 2013 compilation support for NLGUI 10 years ago
dbgroup_select_number.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
dbview_bar.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
dbview_bar3.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
dbview_digit.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
dbview_number.h DBViewNumber shouldn't crash anymore. 10 years ago
dbview_quantity.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
editor_selection_watcher.h Allow multiselection. 10 years ago
event_descriptor.h merging gui editor repo. 12 years ago
event_listener.h merging gui editor repo. 12 years ago
group_container.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_container_base.h Fix typo (issue #70) 11 years ago
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. 10 years ago
group_editbox_base.h merging gui editor repo. 12 years ago
group_editbox_decor.h When setting the Id of the decorated edit box, set the Id of the text as well. 10 years ago
group_frame.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_header.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_html.h Changed: Allow to set max concurrent cURL connections per CGroupHTML instance 9 years ago
group_list.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_menu.h Handle shadow outline in gui 10 years ago
group_modal.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_paragraph.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_scrolltext.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_submenu_base.h merging gui editor repo. 12 years ago
group_tab.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_table.h Render table with rowspan, colspan. 10 years ago
group_tree.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
group_wheel.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
input_event_listener.h merging gui editor repo. 12 years ago
input_handler.h merging gui editor repo. 12 years ago
interface_anim.h merging gui editor repo. 12 years ago
interface_common.h merging gui editor repo. 12 years ago
interface_element.h Implemented CGroupEditBoxDecor a decorated CGroupEditBox. 10 years ago
interface_expr.h merging gui editor repo. 12 years ago
interface_expr_node.h merging gui editor repo. 12 years ago
interface_factory.h Refactoring. Added CInterfaceFactory. 10 years ago
interface_group.h Added support for grouping widgets. 10 years ago
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 11 years ago
interface_options.h Fix rendering of specially sized window highlights 10 years ago
interface_parser.h When creating a new GUI set the base color to white. 10 years ago
interface_property.h DBViewNumber shouldn't crash anymore. 10 years ago
libwww.h Use cURL as http transport 10 years ago
libwww_types.h Fix missing include when WITH_PCH=OFF 10 years ago
link_data.h merging gui editor repo. 12 years ago
lua_helper.h Fixes to compile Ryzom Client with lua 5.2 12 years ago
lua_helper_inline.h Fixes to compile Ryzom Client with lua 5.2 12 years ago
lua_ihm.h merging gui editor repo. 12 years ago
lua_loadlib.h MODIFIED: Resolved some GCC build errors. 12 years ago
lua_manager.h merging gui editor repo. 12 years ago
lua_object.h Visual Studio 2013 compilation support for Ryzom Server 10 years ago
parser.h When creating a new GUI set the base color to white. 10 years ago
proc.h merging gui editor repo. 12 years ago
reflect.h merging gui editor repo. 12 years ago
reflect_register.h merging gui editor repo. 12 years ago
root_group.h Moved CRootGroup out of CInterfaceParser. 10 years ago
string_case.h merging gui editor repo. 12 years ago
url_parser.h Replace url parser with one less strict 10 years ago
variable_data.h When creating a new GUI set the base color to white. 10 years ago
view_base.h MODIFIED: Views can now be selected too from the central widget. 12 years ago
view_bitmap.h merging gui editor repo. 12 years ago
view_bitmap_combo.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
view_link.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
view_pointer.h merging gui editor repo. 12 years ago
view_pointer_base.h Fix #162: Center ingame mouse cursor after login 11 years ago
view_polygon.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
view_quad.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
view_renderer.h Texture chooser now supports atlas textures as well. 11 years ago
view_text.h Add embolden, oblique, underline, strikethrough styles to CViewText 10 years ago
view_text_formated.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
view_text_id.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
view_text_id_formated.h GUI Editor no longer depends on RTTI typename, instead it uses GetClassName() string provided by DECLARE_UI_CLASS(). 12 years ago
widget_manager.h Fixed: Crash in CWidgetManager::sendClockTickEvent when element removed from _ClockMsgTargets (issue #250) 9 years ago