Erik Crevel ae02e25edb Fix ElementTabSet using 0-based indexes in Lua. 4 gadi atpakaļ
..
Elements ae02e25edb Fix ElementTabSet using 0-based indexes in Lua. 4 gadi atpakaļ
Colourb.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Colourb.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Colourf.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Colourf.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Context.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. 5 gadi atpakaļ
Context.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
ContextDocumentsProxy.cpp 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ContextDocumentsProxy.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
Document.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Document.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Element.cpp ab239bed5b Fix Element.GetElementsByTagName (Lua) returning 0-indexed results. 4 gadi atpakaļ
Element.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
ElementAttributesProxy.cpp 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ElementAttributesProxy.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ElementChildNodesProxy.cpp 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ElementChildNodesProxy.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ElementInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
ElementInstancer.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
ElementStyleProxy.cpp 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ElementStyleProxy.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
ElementText.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
ElementText.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Event.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Event.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
EventParametersProxy.cpp ae02e25edb Fix ElementTabSet using 0-based indexes in Lua. 4 gadi atpakaļ
EventParametersProxy.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
GlobalLuaFunctions.cpp 0639b0fff0 Add printf-style warnings to the Log system. Fix resulting warnings. 4 gadi atpakaļ
GlobalLuaFunctions.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Interpreter.cpp 4520b5210c Lua: Fix element:DispatchEvent iteration over parameters. 5 gadi atpakaļ
Log.cpp 0639b0fff0 Add printf-style warnings to the Log system. Fix resulting warnings. 4 gadi atpakaļ
Log.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Lua.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaDataModel.cpp 7dbf49c8be Lua data model improvements: Add arrays, structures and event callbacks (#150) 5 gadi atpakaļ
LuaDataModel.h 12a8e3336c Add DataModel lua binding 5 gadi atpakaļ
LuaDocument.cpp b8ef1e01ab Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144) 5 gadi atpakaļ
LuaDocument.h b8ef1e01ab Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144) 5 gadi atpakaļ
LuaDocumentElementInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaDocumentElementInstancer.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaElementInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaElementInstancer.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaEventListener.cpp 79f779c13b Add stack traceback to Lua error message. (#140) 5 gadi atpakaļ
LuaEventListener.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaEventListenerInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaEventListenerInstancer.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaPlugin.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaPlugin.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
LuaType.cpp 79f779c13b Add stack traceback to Lua error message. (#140) 5 gadi atpakaļ
Pairs.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
RmlUi.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
RmlUi.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
RmlUiContextsProxy.cpp 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
RmlUiContextsProxy.h 551ea377b5 Lua: Use standard pairs/ipairs implementation, use 1-based array indexing (#137) 5 gadi atpakaļ
Utilities.cpp b8cd4d3937 Add functions to pushing indices to Lua and getting indices from Lua (same as getting/pushing integers but handles changing between 0 and 1 based indexing). 4 gadi atpakaļ
Vector2f.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Vector2f.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Vector2i.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ
Vector2i.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 gadi atpakaļ