| .. |
|
BitmapFont
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 лет назад |
|
FreeType
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 лет назад |
|
Lua
|
bcc1ac4f2a
Implement EventId and associated EventSpecification
|
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
|
2a53aa9424
Fix some compiler warnings
|
6 лет назад |
|
ComputeProperty.h
|
38a559d824
Look for parser in case of missing parser_index in keyword property
|
6 лет назад |
|
Context.cpp
|
9ec34390be
Added system interface functions for getting and setting the clipboard. Implemented in Windows shell, along with mouse cursor. The drag sample and the invader options page demonstrate the cursor property.
|
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
|
0b5d8c7189
Add RegisterEventType to Core API. Update readme. Element::DispatchEvent should now be backwards compatible. Prevent default action after calling StopPropagation(),
|
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
|
fd44d9cfcb
Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector.
|
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
|
85a633693c
Remove the old IterateProperties, replace with new iterators
|
6 лет назад |
|
ElementDefinition.h
|
85a633693c
Remove the old IterateProperties, replace with new iterators
|
6 лет назад |
|
ElementDocument.cpp
|
c3d9cff00e
Focus the document when shown, not input elements. Allow tabbing when document is in focus.
|
6 лет назад |
|
ElementHandle.cpp
|
9380fb5970
Use the Dictionary on OnAttributeChange to avoid copies and double map lookup
|
6 лет назад |
|
ElementHandle.h
|
9380fb5970
Use the Dictionary on OnAttributeChange to avoid copies and double map lookup
|
6 лет назад |
|
ElementImage.cpp
|
9380fb5970
Use the Dictionary on OnAttributeChange to avoid copies and double map lookup
|
6 лет назад |
|
ElementImage.h
|
9380fb5970
Use the Dictionary on OnAttributeChange to avoid copies and double map lookup
|
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
|
130e3fb48f
Remove scrollchange event, replace by function call.
|
6 лет назад |
|
ElementStyle.cpp
|
a784fa0df1
Faster erase duplicates
|
6 лет назад |
|
ElementStyle.h
|
85a633693c
Remove the old IterateProperties, replace with new iterators
|
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
|
2a53aa9424
Fix some compiler warnings
|
6 лет назад |
|
Event.cpp
|
2a53aa9424
Fix some compiler warnings
|
6 лет назад |
|
EventDispatcher.cpp
|
fd44d9cfcb
Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector.
|
6 лет назад |
|
EventDispatcher.h
|
fd44d9cfcb
Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector.
|
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
|
d2c395645c
Make Event unaware of event specification, pass by parameter instead.
|
6 лет назад |
|
EventInstancerDefault.h
|
d2c395645c
Make Event unaware of event specification, pass by parameter instead.
|
6 лет назад |
|
EventIterators.h
|
bcc1ac4f2a
Implement EventId and associated EventSpecification
|
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 лет назад |
|
EventSpecification.cpp
|
0b5d8c7189
Add RegisterEventType to Core API. Update readme. Element::DispatchEvent should now be backwards compatible. Prevent default action after calling StopPropagation(),
|
6 лет назад |
|
EventSpecification.h
|
0b5d8c7189
Add RegisterEventType to Core API. Update readme. Element::DispatchEvent should now be backwards compatible. Prevent default action after calling StopPropagation(),
|
6 лет назад |
|
Factory.cpp
|
9380fb5970
Use the Dictionary on OnAttributeChange to avoid copies and double map lookup
|
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
|
2a53aa9424
Fix some compiler warnings
|
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 лет назад |
|
PropertyIterators.cpp
|
68eefcaeb0
Move iterators to separate file
|
6 лет назад |
|
PropertyParserAnimation.cpp
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 лет назад |
|
PropertyParserAnimation.h
|
e222a50e9a
Refactoring.
|
7 лет назад |
|
PropertyParserColour.cpp
|
2b8a507615
Fix color rgb/rgba formatter
|
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
|
2d0aea1872
ReferenceCountable: Unnecessary virtual methods
|
6 лет назад |
|
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
|
a8950bd961
Disallow copies of memory stream
|
6 лет назад |
|
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
|
3535e59392
Non-recursive function assertion
|
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
|
9ec34390be
Added system interface functions for getting and setting the clipboard. Implemented in Windows shell, along with mouse cursor. The drag sample and the invader options page demonstrate the cursor property.
|
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
|
2a53aa9424
Fix some compiler warnings
|
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
|
fa0d4fd8b0
Try using sizeof String as variant buffer size
|
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
|
fd44d9cfcb
Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector.
|
6 лет назад |
|
WidgetSlider.h
|
246e1ecc78
WIP: Specify bubbling and default actions on dispatching events
|
6 лет назад |
|
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
|
9380fb5970
Use the Dictionary on OnAttributeChange to avoid copies and double map lookup
|
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 лет назад |