Commit History

Autor SHA1 Mensaxe Data
  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. %!s(int64=5) %!d(string=hai) anos
  Michael Ragazzon 1fe43873a2 Implement the 'word-break' property. %!s(int64=5) %!d(string=hai) anos
  Michael Ragazzon e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. %!s(int64=5) %!d(string=hai) anos
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. %!s(int64=5) %!d(string=hai) anos
  Michael Ragazzon a6f5078531 Cleaning up header files: Include what we use. %!s(int64=5) %!d(string=hai) anos
  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. %!s(int64=5) %!d(string=hai) anos
  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. %!s(int64=5) %!d(string=hai) anos
  Michael Ragazzon b001f00455 Dirty line-height when font-size changes %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. %!s(int64=6) %!d(string=hai) anos
  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. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon cd670fc143 Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 1bbae6380d Refining font engine interface. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 2438824c95 Merge branch 'develop' into text %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 0ed3768644 Remove the 'font-charset' property %!s(int64=6) %!d(string=hai) anos
  Victor Luchits 4e85f31111 Refactor the fonts subsystem to allow external font providers %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 281fbfcd80 Add conversion to string for decorators and font-effects %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 0951b7e355 Implement support for Tracy profiler %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 0b64e0d0b5 Use the union assignment on dirty inherited properties. %!s(int64=6) %!d(string=hai) anos
  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. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 642d096e44 Make font face handle a computed value, making it cheap to inherit from parent element. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 960c4d7d7b Use DecoraorListPtr in Variant and ComputedValues %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon acea973863 Move remaining functions out of String.h and into StringUtilities.h. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 40196e5f02 Fix parsing of some decorators %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon aa80c3b917 Add PropertySource to properties and revise element info debugging %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 836026788b Clean up element style %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 0f7ded141e Clean up property specification %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon d1d72de3f8 Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList) %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon d2b708077e Only dirty properties that are actually changed during update definition. %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 762dab7f68 Cleaning up some more %!s(int64=6) %!d(string=hai) anos
  Michael Ragazzon 3db7c4036f Use override instead of virtual where appropriate. %!s(int64=6) %!d(string=hai) anos