Michael Ragazzon d5f215b5cb Trying to implement const support in data bindings (WIP) il y a 5 ans
..
Core.cpp 14b4c0ad12 Rename <progressbar> element to <progress> for html compatibility il y a 4 ans
DataBinding.cpp d5f215b5cb Trying to implement const support in data bindings (WIP) il y a 3 ans
DataExpression.cpp 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. il y a 5 ans
DataModel.cpp 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. il y a 5 ans
Element.cpp 4b3efb3bf4 Add unit test for Element::SetInnerRml, see #294 il y a 3 ans
ElementDocument.cpp 53e2f0c5a6 Refactor existing unit tests using Trompeloeil il y a 4 ans
ElementFormControlSelect.cpp 70b5954beb Select element: Do not wrap around when using up/down keys on options, leave selection unchanged if there is no valid option. il y a 4 ans
ElementStyle.cpp 8298a8ddd8 Fix locating images in decoraters declared in inline style. Add unit test. See #153. il y a 5 ans
GeometryDatabase.cpp 61a14fd25a - Add a visual test suite for navigating and comparing formatting of documents for correctness, in particular for testing the layout engine. Includes some examples from the CSS specifications. il y a 5 ans
Layout.cpp db35715153 Fix offsets of relatively positioned elements with percentage positioning, see #262 il y a 4 ans
Math.cpp 85bbd93a53 Add some unit tests for RoundedLerp il y a 4 ans
MediaQuery.cpp f9276da68a Add a 'theme' media query for activating and deactivating media blocks il y a 5 ans
Properties.cpp 606aa37176 Support special keyword and defaults in flex shorthand property il y a 4 ans
PropertySpecification.cpp f724799ad5 Change RCSS escape character to backslash '\' (previously it was forward slash '/'), and fix wrong result with repeated escape characters. Hopefully fixes #248. il y a 4 ans
Selectors.cpp 63899af0c1 Add unit tests for Element::Closest il y a 5 ans
Specificity_Basic.cpp 28c408fb96 Update unit tests for overriding RCSS properties of equal specificity. il y a 5 ans
Specificity_MediaQuery.cpp 28c408fb96 Update unit tests for overriding RCSS properties of equal specificity. il y a 5 ans
StringUtilities.cpp 8d7cc702fc Move StringUtilities test to unit tests. il y a 5 ans
Template.cpp 0604d61ce4 Add back unit tests and warnings from #168 il y a 5 ans
URL.cpp 398602949e Fix leading '/' leftover during URL path normalization in some cases, see #161. Add unit tests for URL. il y a 4 ans
main.cpp 9b81bd0065 Fix crash when cloning elements with RML contents. See #135. il y a 5 ans