Tom Mason 504ae11b50 Merge pull request #104 from glockenmeier/dev hace 11 años
..
Python 428fda50f8 Fix for static linking using mingw hace 13 años
BaseXMLParser.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Box.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Colour.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Colour.inl 09b9364721 Bug fixes and header licenses hace 15 años
Context.h fed2dda607 Renderer performance updates hace 15 años
ContextInstancer.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Core.h 09b9364721 Bug fixes and header licenses hace 15 años
Debug.h 09bf85987a Switched to using builtin functions of various compilers to facilitate debug and continue support hace 11 años
Decorator.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
DecoratorInstancer.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Dictionary.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Dictionary.inl 09b9364721 Bug fixes and header licenses hace 15 años
Element.h f4bc0e526a Optimize document re-layout by caching layout-important CSS properties hace 13 años
Element.inl 09b9364721 Bug fixes and header licenses hace 15 años
ElementDocument.h 9767f75af5 Add IsLayoutDirty method to Element class hace 13 años
ElementInstancer.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
ElementInstancerGeneric.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
ElementInstancerGeneric.inl 09b9364721 Bug fixes and header licenses hace 15 años
ElementReference.h d5f3fc229b Correctly export ElementReference, so applications can use it. hace 15 años
ElementScroll.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
ElementText.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
ElementUtilities.h 7c128117bd Implement Element::GetElementsByClassName hace 14 años
Event.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
EventInstancer.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
EventListener.h 09b9364721 Bug fixes and header licenses hace 15 años
EventListenerInstancer.h 111da76531 Pass the element that the event listener is being instanced for to the EventListenerInstancer hace 14 años
Factory.h b77a757cae Added a method to Factory which allows the template cache to be cleared. hace 12 años
FileInterface.h 156ea6bd2f Added Length API to FileInterface. hace 14 años
Font.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
FontDatabase.h 670c7ea4b1 Added method for loading font from memory getting the family, style and weight hace 13 años
FontEffect.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
FontEffectInstancer.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
FontGlyph.h 9cc171f3ed Replace std::map with std::vector for O(1) access to character properties hace 13 años
Geometry.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
GeometryUtilities.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Header.h f54fd9226e Added CMake project (only tested on Linux with GNU make) hace 15 años
Input.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Log.h 0fb91765b9 Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application. hace 15 años
Math.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
MathTypes.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Platform.h e5fff5a1b6 Had to modify two header files to prevent errors and warnings when using libRocket in a MinGW compiled project. libRocket should now compile against mingw, and link in a mingw project. Huzzah! hace 15 años
Plugin.h 0e8316e5b4 Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution. hace 15 años
Pool.inl 09b9364721 Bug fixes and header licenses hace 15 años
Property.h b4c44ceb68 fixed potential ABI breakage hace 11 años
PropertyDefinition.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
PropertyDictionary.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
PropertyParser.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
PropertySpecification.h 1347239034 Keep the list of inherited properties in a separate set for quicker access hace 13 años
ReferenceCountable.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
RenderInterface.h fc0168ce1d Added "in", "cm", "mm", "pt" and "pc" units. hace 13 años
ScriptInterface.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Stream.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
StreamMemory.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
String.h 0ea2cf4c41 Optimize some of the string class operators hace 13 años
StringBase.h ed17fdbe68 Warning fixes. hace 12 años
StringBase.inl 0ea2cf4c41 Optimize some of the string class operators hace 13 años
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. hace 15 años
StyleSheet.h 19581199df Added ROCKETCORE_API to StyleSheet class. hace 13 años
StyleSheetKeywords.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
StyleSheetSpecification.h 1347239034 Keep the list of inherited properties in a separate set for quicker access hace 13 años
SystemInterface.h 7d67a4bd8d Activate/Deactivate keyboard in system interface hace 14 años
Texture.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
TypeConverter.h f54fd9226e Added CMake project (only tested on Linux with GNU make) hace 15 años
TypeConverter.inl 22aedcca59 Added TypeConverter for conversion from char to word - fixes Context::ProcessTextInput(String) hace 15 años
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. hace 15 años
URL.h 4841560f2b Url encoding fixes hace 14 años
Variant.h ed17fdbe68 Warning fixes. hace 12 años
Variant.inl f13eede71c Fix pointer conversion bug in Variant hace 12 años
Vector2.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
Vector2.inl b385d10fe3 Clang build fix hace 14 años
Vertex.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
WString.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
XMLNodeHandler.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años
XMLParser.h 0199dd021e libRocket 1.2 beta, initial import hace 15 años