| .. |
|
BitmapFont
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
FreeType
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
Lua
|
eb26dd47f2
Lua bindings building
|
6 سال پیش |
|
Python
|
f1076e0f18
Various fixes to resolve issues with building python modules on OSX
|
11 سال پیش |
|
BaseXMLParser.cpp
|
60682a09a3
Replace, don't emplace...
|
6 سال پیش |
|
Box.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
Clock.cpp
|
6d9667b9b1
Add ROCKETCORE_API specifier where appropriate
|
6 سال پیش |
|
Clock.h
|
6d9667b9b1
Add ROCKETCORE_API specifier where appropriate
|
6 سال پیش |
|
ComputeProperty.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
ComputeProperty.h
|
38a559d824
Look for parser in case of missing parser_index in keyword property
|
6 سال پیش |
|
Context.cpp
|
aa18b0428a
Emit load event before ElementDocument update. Fixes LuaInvader sample crash.
|
6 سال پیش |
|
ContextInstancer.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ContextInstancerDefault.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ContextInstancerDefault.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ConvolutionFilter.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
Core.cpp
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
DebugFont.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
Decorator.cpp
|
b6927b4e0c
More strict about units. Numbers, lengths, angles and percentages are now separated. Lengths require a unit, except for "0".
|
7 سال پیش |
|
DecoratorInstancer.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
DecoratorNone.cpp
|
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 سال پیش |
|
DecoratorNone.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
DecoratorNoneInstancer.cpp
|
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 سال پیش |
|
DecoratorNoneInstancer.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
DecoratorTiled.cpp
|
83095e12c2
Move computed values file
|
6 سال پیش |
|
DecoratorTiled.h
|
c307140b9b
Replacing some containers
|
6 سال پیش |
|
DecoratorTiledBox.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
DecoratorTiledBox.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledBoxInstancer.cpp
|
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 سال پیش |
|
DecoratorTiledBoxInstancer.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledHorizontal.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
DecoratorTiledHorizontal.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledHorizontalInstancer.cpp
|
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 سال پیش |
|
DecoratorTiledHorizontalInstancer.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledImage.cpp
|
51efaa7569
Avoid jittering behavior of elements when using subpixel offsets, by no longer rounding dimensions in the layout engine. Translation and vertices that need sharpness (fonts and images) are rounded as late in the pipeline as possible.
|
7 سال پیش |
|
DecoratorTiledImage.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledImageInstancer.cpp
|
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 سال پیش |
|
DecoratorTiledImageInstancer.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledInstancer.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
DecoratorTiledInstancer.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
DecoratorTiledVertical.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
DecoratorTiledVertical.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DecoratorTiledVerticalInstancer.cpp
|
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 سال پیش |
|
DecoratorTiledVerticalInstancer.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
DocumentHeader.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
DocumentHeader.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
Element.cpp
|
27fe058191
Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?)
|
6 سال پیش |
|
ElementAnimation.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
ElementAnimation.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
ElementBackground.cpp
|
83095e12c2
Move computed values file
|
6 سال پیش |
|
ElementBackground.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ElementBorder.cpp
|
c285bf99e9
Compute all the properties!
|
6 سال پیش |
|
ElementBorder.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ElementDecoration.cpp
|
7ad658f7b7
Replace resize events with virtual function call
|
6 سال پیش |
|
ElementDecoration.h
|
7ad658f7b7
Replace resize events with virtual function call
|
6 سال پیش |
|
ElementDefinition.cpp
|
25c936544b
Computed values: Iterating over the locally defined properties
|
6 سال پیش |
|
ElementDefinition.h
|
25c936544b
Computed values: Iterating over the locally defined properties
|
6 سال پیش |
|
ElementDocument.cpp
|
949547836f
Fix a bug due to keyword values of pointer_events. Properly handle properties set during OnPropertyChange.
|
6 سال پیش |
|
ElementHandle.cpp
|
4f8c216c5e
Some cleaning up
|
6 سال پیش |
|
ElementHandle.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ElementImage.cpp
|
c285bf99e9
Compute all the properties!
|
6 سال پیش |
|
ElementImage.h
|
7ad658f7b7
Replace resize events with virtual function call
|
6 سال پیش |
|
ElementInstancer.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ElementReference.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ElementScroll.cpp
|
6078956945
Clean up
|
6 سال پیش |
|
ElementStyle.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
ElementStyle.h
|
48fa0e46a3
ElementText, wait for OnRender to generate geometry, reserve vector size
|
6 سال پیش |
|
ElementText.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
ElementTextDefault.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
ElementTextDefault.h
|
48fa0e46a3
ElementText, wait for OnRender to generate geometry, reserve vector size
|
6 سال پیش |
|
ElementUtilities.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
Event.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
EventDispatcher.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
EventDispatcher.h
|
dec4ef6af6
Avoid duplicate conversion to lowercase
|
6 سال پیش |
|
EventInstancer.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
EventInstancerDefault.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
EventInstancerDefault.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
EventIterators.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
EventListenerInstancer.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
Factory.cpp
|
1e41f9a4ef
Remove lock layout: it already had no effect
|
6 سال پیش |
|
FileInterface.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FileInterfaceDefault.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
FileInterfaceDefault.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontDatabase.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
FontEffect.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontEffectInstancer.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
FontEffectNone.cpp
|
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 سال پیش |
|
FontEffectNone.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontEffectNoneInstancer.cpp
|
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 سال پیش |
|
FontEffectNoneInstancer.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontEffectOutline.cpp
|
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 سال پیش |
|
FontEffectOutline.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontEffectOutlineInstancer.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
FontEffectOutlineInstancer.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontEffectShadow.cpp
|
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 سال پیش |
|
FontEffectShadow.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
FontEffectShadowInstancer.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
FontEffectShadowInstancer.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
FontFace.cpp
|
61443dacb2
FontFace
|
10 سال پیش |
|
FontFaceHandle.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
FontFaceHandle.h
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
FontFaceLayer.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
FontFaceLayer.h
|
cfaab542f4
Fix potential problems
|
6 سال پیش |
|
FontFamily.cpp
|
61443dacb2
FontFace
|
10 سال پیش |
|
FontProvider.cpp
|
dec4ef6af6
Avoid duplicate conversion to lowercase
|
6 سال پیش |
|
Geometry.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
GeometryDatabase.cpp
|
1aab59eec4
Reduce allocations during Element construction, remove Geometry database, rework some of the Render, Update, and UpdateLayout logic.
|
6 سال پیش |
|
GeometryDatabase.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
GeometryUtilities.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
LayoutBlockBox.cpp
|
6078956945
Clean up
|
6 سال پیش |
|
LayoutBlockBox.h
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
LayoutBlockBoxSpace.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
LayoutBlockBoxSpace.h
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
LayoutEngine.cpp
|
a0f066d8d7
Fix the data grid and inline-block layout with specified width
|
6 سال پیش |
|
LayoutEngine.h
|
e18ac30c43
Use computed values in layoutengine
|
6 سال پیش |
|
LayoutInlineBox.cpp
|
e58148908d
Fix a layout bug
|
6 سال پیش |
|
LayoutInlineBox.h
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
LayoutInlineBoxText.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
LayoutInlineBoxText.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
LayoutLineBox.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
LayoutLineBox.h
|
b1a3dc6b74
inline-block will now shrink width to inner content (beta)
|
7 سال پیش |
|
Log.cpp
|
6e2aecc127
Remove WString.h, fix some compilation errors
|
6 سال پیش |
|
Math.cpp
|
318f299fbe
Try fixing builds, deprecate Python support
|
6 سال پیش |
|
Plugin.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
PluginRegistry.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
PluginRegistry.h
|
0e8316e5b4
Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution.
|
15 سال پیش |
|
Pool.h
|
ece191a7d8
Memory pool for ElementMeta
|
6 سال پیش |
|
Pool.inl
|
ece191a7d8
Memory pool for ElementMeta
|
6 سال پیش |
|
Property.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
PropertyDefinition.cpp
|
38a559d824
Look for parser in case of missing parser_index in keyword property
|
6 سال پیش |
|
PropertyDictionary.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
PropertyParserAnimation.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
PropertyParserAnimation.h
|
e222a50e9a
Refactoring.
|
7 سال پیش |
|
PropertyParserColour.cpp
|
c307140b9b
Replacing some containers
|
6 سال پیش |
|
PropertyParserColour.h
|
c307140b9b
Replacing some containers
|
6 سال پیش |
|
PropertyParserKeyword.cpp
|
c307140b9b
Replacing some containers
|
6 سال پیش |
|
PropertyParserKeyword.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
PropertyParserNumber.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
PropertyParserNumber.h
|
b6927b4e0c
More strict about units. Numbers, lengths, angles and percentages are now separated. Lengths require a unit, except for "0".
|
7 سال پیش |
|
PropertyParserString.cpp
|
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 سال پیش |
|
PropertyParserString.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
PropertyParserTransform.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
PropertyParserTransform.h
|
a9388f5229
RCSS transition beta. Only activated on pseudo-classes for now.
|
7 سال پیش |
|
PropertyShorthandDefinition.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
PropertySpecification.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
ReferenceCountable.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
RenderInterface.cpp
|
d4422169bf
Some more cleanup, remove pixels per inch interface, set to a constant 96 ppi as per CSS specs.
|
6 سال پیش |
|
Stream.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
StreamFile.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
StreamFile.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
StreamMemory.cpp
|
9709407b29
Fix some issues found by the Visual Studio 2012 static analyzer.
|
11 سال پیش |
|
String.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
StringCache.cpp
|
9c9b65f51d
More computed values
|
6 سال پیش |
|
StringCache.h
|
9c9b65f51d
More computed values
|
6 سال پیش |
|
StringUtilities.cpp
|
fa6bd0a062
Use all_properties_dirty flag when constructing elements
|
6 سال پیش |
|
StyleSheet.cpp
|
5cb9e1df4b
Improved hashing of element definition
|
6 سال پیش |
|
StyleSheetFactory.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
StyleSheetFactory.h
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
StyleSheetNode.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
StyleSheetNode.h
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
StyleSheetNodeSelector.cpp
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelector.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorEmpty.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorEmpty.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorFirstChild.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorFirstChild.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorFirstOfType.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorFirstOfType.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorLastChild.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorLastChild.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorLastOfType.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorLastOfType.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorNthChild.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorNthChild.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorNthLastChild.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorNthLastChild.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorNthLastOfType.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorNthLastOfType.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorNthOfType.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorNthOfType.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorOnlyChild.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorOnlyChild.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetNodeSelectorOnlyOfType.cpp
|
cfbf05d038
Replace style cache by computed values
|
6 سال پیش |
|
StyleSheetNodeSelectorOnlyOfType.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
StyleSheetParser.cpp
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
StyleSheetParser.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |
|
StyleSheetSpecification.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
SystemInterface.cpp
|
a9c9160fbd
Fix assertion message error
|
6 سال پیش |
|
Template.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
Template.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
TemplateCache.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
TemplateCache.h
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
Texture.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
TextureDatabase.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
TextureDatabase.h
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
TextureLayout.cpp
|
09b9364721
Bug fixes and header licenses
|
15 سال پیش |
|
TextureLayout.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
TextureLayoutRectangle.cpp
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
TextureLayoutRectangle.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
TextureLayoutRow.cpp
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
TextureLayoutRow.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
TextureLayoutTexture.cpp
|
a3b7be8332
tabs instead of spaces 2
|
10 سال پیش |
|
TextureLayoutTexture.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
TextureResource.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
TextureResource.h
|
709852fcf8
Replace std::unordered_map with robin_hood
|
6 سال پیش |
|
Transform.cpp
|
6d9667b9b1
Add ROCKETCORE_API specifier where appropriate
|
6 سال پیش |
|
TransformPrimitive.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 سال پیش |
|
TransformState.cpp
|
1f7bc5b9b3
Actually remove the unnecessary includes
|
6 سال پیش |
|
URL.cpp
|
603fd40568
Off-by-one change in std::string::rfind
|
6 سال پیش |
|
UnicodeRange.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
UnicodeRange.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
Variant.cpp
|
27fe058191
Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?)
|
6 سال پیش |
|
Vector3.cpp
|
98c04ba685
Fix compiling
|
7 سال پیش |
|
Vector4.cpp
|
8deea52b73
Updated transform property patch
|
11 سال پیش |
|
ViewState.cpp
|
1f7bc5b9b3
Actually remove the unnecessary includes
|
6 سال پیش |
|
WidgetSlider.cpp
|
a0f066d8d7
Fix the data grid and inline-block layout with specified width
|
6 سال پیش |
|
WidgetSlider.h
|
5db7d68e7e
Use double for absolute time
|
7 سال پیش |
|
WidgetSliderScroll.cpp
|
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 سال پیش |
|
WidgetSliderScroll.h
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
XMLNodeHandler.cpp
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
XMLNodeHandlerBody.cpp
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
6 سال پیش |
|
XMLNodeHandlerBody.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
XMLNodeHandlerDefault.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
XMLNodeHandlerDefault.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
XMLNodeHandlerHead.cpp
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
6 سال پیش |
|
XMLNodeHandlerHead.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
XMLNodeHandlerTemplate.cpp
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
6 سال پیش |
|
XMLNodeHandlerTemplate.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
XMLParseTools.cpp
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 سال پیش |
|
XMLParseTools.h
|
4e1786a833
Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.
|
11 سال پیش |
|
XMLParser.cpp
|
e1626379ee
Don't double create input elements
|
6 سال پیش |
|
precompiled.cpp
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 سال پیش |
|
precompiled.h
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 سال پیش |