Commit History

Author SHA1 Message Date
  Michael Ragazzon b50e8d192e Add label element 4 years ago
  Michael Ragazzon 6935810e12 Performance improvement when dirtying vw and vh units 4 years ago
  Michael Ragazzon 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. 4 years ago
  Maximilian Stark 48eda79d2c Added VH and VW units (#162) 4 years ago
  Michael Ragazzon 859ffced00 Fix some build and runtime warnings 5 years ago
  Michael Ragazzon 8298a8ddd8 Fix locating images in decoraters declared in inline style. Add unit test. See #153. 5 years ago
  Michael Ragazzon da4d73e6a4 Add 'display: table-column' keyword and use also column elements to determine the column widths. Add row-gap and column-gap properties for table spacing. 5 years ago
  Michael Ragazzon d5615eda9d Implement the 'box-sizing' property. 5 years ago
  Michael Ragazzon a603c3b6d1 Implement the 'border-radius' property for backgrounds and borders. Add necessary geometry drawing utilities, merge ElementBackground and ElementBorder into a single unit ElementBackgroundBorder. See #115. 5 years ago
  Michael Ragazzon 1fe43873a2 Implement the 'word-break' property. 5 years ago
  Michael Ragazzon e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 years ago
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 years ago
  Michael Ragazzon a6f5078531 Cleaning up header files: Include what we use. 5 years ago
  Michael Ragazzon 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 5 years ago
  Michael Ragazzon 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 5 years ago
  Michael Ragazzon b001f00455 Dirty line-height when font-size changes 6 years ago
  Michael Ragazzon b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
  Michael Ragazzon 039841c537 Make the resolve length functions safer, returns zero if unsuccessful. Rename to ResolveLength (emphasizes returned unit). Add Element::ResolveLength(property_name). See #55. 6 years ago
  Michael Ragazzon cd670fc143 Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder. 6 years ago
  Michael Ragazzon 1bbae6380d Refining font engine interface. 6 years ago
  Michael Ragazzon 2438824c95 Merge branch 'develop' into text 6 years ago
  Michael Ragazzon 0ed3768644 Remove the 'font-charset' property 6 years ago
  Victor Luchits 4e85f31111 Refactor the fonts subsystem to allow external font providers 6 years ago
  Michael Ragazzon 281fbfcd80 Add conversion to string for decorators and font-effects 6 years ago
  Michael Ragazzon 0951b7e355 Implement support for Tracy profiler 6 years ago
  Michael Ragazzon 0b64e0d0b5 Use the union assignment on dirty inherited properties. 6 years ago
  Michael Ragazzon 4b539c167d Don't dirty every property during ElementStyle initialization. Only dirty as necessary. Make sure we dirty inherited properties when inserted into a new parent. 6 years ago
  Michael Ragazzon 642d096e44 Make font face handle a computed value, making it cheap to inherit from parent element. 6 years ago
  Michael Ragazzon 960c4d7d7b Use DecoraorListPtr in Variant and ComputedValues 6 years ago
  Michael Ragazzon acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago