David Wimsey 579dce51f3 Various fixes to sync Lua scripting with recent updates 11 gadi atpakaļ
..
Lua 579dce51f3 Various fixes to sync Lua scripting with recent updates 11 gadi atpakaļ
Python fa8bff3ec6 Additional unused parameter warning fixes 11 gadi atpakaļ
BaseXMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Box.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Colour.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Colour.inl 09b9364721 Bug fixes and header licenses 15 gadi atpakaļ
Context.h fed2dda607 Renderer performance updates 14 gadi atpakaļ
ContextInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Core.h 09b9364721 Bug fixes and header licenses 15 gadi atpakaļ
Debug.h 09bf85987a Switched to using builtin functions of various compilers to facilitate debug and continue support 11 gadi atpakaļ
Decorator.h 34ca3471b9 Fixes for various invalid type conversions 11 gadi atpakaļ
DecoratorInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Dictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Dictionary.inl 09b9364721 Bug fixes and header licenses 15 gadi atpakaļ
Element.h f4bc0e526a Optimize document re-layout by caching layout-important CSS properties 13 gadi atpakaļ
Element.inl 09b9364721 Bug fixes and header licenses 15 gadi atpakaļ
ElementDocument.h 9767f75af5 Add IsLayoutDirty method to Element class 13 gadi atpakaļ
ElementInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
ElementInstancerGeneric.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
ElementInstancerGeneric.inl 09b9364721 Bug fixes and header licenses 15 gadi atpakaļ
ElementReference.h d5f3fc229b Correctly export ElementReference, so applications can use it. 15 gadi atpakaļ
ElementScroll.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
ElementText.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
ElementUtilities.h 7c128117bd Implement Element::GetElementsByClassName 13 gadi atpakaļ
Event.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
EventInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
EventListener.h 336b8f8d69 Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future 11 gadi atpakaļ
EventListenerInstancer.h 111da76531 Pass the element that the event listener is being instanced for to the EventListenerInstancer 14 gadi atpakaļ
Factory.h b77a757cae Added a method to Factory which allows the template cache to be cleared. 12 gadi atpakaļ
FileInterface.h 156ea6bd2f Added Length API to FileInterface. 14 gadi atpakaļ
Font.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
FontDatabase.h 670c7ea4b1 Added method for loading font from memory getting the family, style and weight 13 gadi atpakaļ
FontEffect.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
FontEffectInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
FontGlyph.h 9cc171f3ed Replace std::map with std::vector for O(1) access to character properties 13 gadi atpakaļ
Geometry.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
GeometryUtilities.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Header.h 36dd11f5a2 Hotfix for broken static library builds 11 gadi atpakaļ
Input.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Log.h 0fb91765b9 Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application. 15 gadi atpakaļ
Math.h 1d6f721578 changed name of PI constant to ROCKET_PI, and removed unnecessary and unused variants 11 gadi atpakaļ
MathTypes.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Platform.h 493b571b6f Merge pull request #163 from dwimsey/feature/bugfix-64bit-defines 11 gadi atpakaļ
Plugin.h 0e8316e5b4 Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution. 15 gadi atpakaļ
Property.h b4c44ceb68 fixed potential ABI breakage 11 gadi atpakaļ
PropertyDefinition.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
PropertyDictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
PropertyParser.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
PropertySpecification.h 1347239034 Keep the list of inherited properties in a separate set for quicker access 13 gadi atpakaļ
ReferenceCountable.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
RenderInterface.h fc0168ce1d Added "in", "cm", "mm", "pt" and "pc" units. 13 gadi atpakaļ
ScriptInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Stream.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
StreamMemory.h 2b3b177b49 Added const qualifier as this method should not modify any member variables 11 gadi atpakaļ
String.h d5718b3376 Fixes issue with dllimport inline on non Microsoft compilers 11 gadi atpakaļ
StringBase.h ed17fdbe68 Warning fixes. 12 gadi atpakaļ
StringBase.inl 336b8f8d69 Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future 11 gadi atpakaļ
StringUtilities.h 57047fe69e Reworked String to remove shared memory pools and just include hashes directly on the object. This makes the String class thread-safe, but still keeps it around double the speed of std::string for comparison operations. 15 gadi atpakaļ
StyleSheet.h 19581199df Added ROCKETCORE_API to StyleSheet class. 13 gadi atpakaļ
StyleSheetKeywords.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
StyleSheetSpecification.h 1347239034 Keep the list of inherited properties in a separate set for quicker access 13 gadi atpakaļ
SystemInterface.h 7d67a4bd8d Activate/Deactivate keyboard in system interface 14 gadi atpakaļ
Texture.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
TypeConverter.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 gadi atpakaļ
TypeConverter.inl 22aedcca59 Added TypeConverter for conversion from char to word - fixes Context::ProcessTextInput(String) 15 gadi atpakaļ
Types.h 57047fe69e Reworked String to remove shared memory pools and just include hashes directly on the object. This makes the String class thread-safe, but still keeps it around double the speed of std::string for comparison operations. 15 gadi atpakaļ
URL.h 4841560f2b Url encoding fixes 13 gadi atpakaļ
Variant.h ed17fdbe68 Warning fixes. 12 gadi atpakaļ
Variant.inl f13eede71c Fix pointer conversion bug in Variant 12 gadi atpakaļ
Vector2.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
Vector2.inl b385d10fe3 Clang build fix 14 gadi atpakaļ
Vertex.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
WString.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
XMLNodeHandler.h 0199dd021e libRocket 1.2 beta, initial import 15 gadi atpakaļ
XMLParser.h 445d12d2c7 Unreferenced member, never used anywhere 11 gadi atpakaļ