Commit Verlauf

Autor SHA1 Nachricht Datum
  Michael Ragazzon 4adce4300b Dirty font effects when the 'font-effect' property is changed. Fixes #98. vor 5 Jahren
  Michael Ragazzon a6f5078531 Cleaning up header files: Include what we use. vor 6 Jahren
  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. vor 6 Jahren
  Michael Ragazzon aa459ca607 Various improvements to text boxes. vor 6 Jahren
  Michael Ragazzon 16fb312b4e Rename CodePoint to Character. vor 6 Jahren
  Michael Ragazzon cd670fc143 Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder. vor 6 Jahren
  Michael Ragazzon 1bbae6380d Refining font engine interface. vor 6 Jahren
  Michael Ragazzon b4e6b22e87 Use char16_t for utf16, and char32_t for underlying CodePoint type. Some refactoring. vor 6 Jahren
  Michael Ragazzon ac42bcb8ec Lazy loading unicode characters (work in progress!) vor 6 Jahren
  Michael Ragazzon 1ea89f48f9 Fix some inconsistent style vor 6 Jahren
  Michael Ragazzon 2438824c95 Merge branch 'develop' into text vor 6 Jahren
  Victor Luchits 2df8e4abee Rename FontSubsystem to FontEngine vor 6 Jahren
  Michael Ragazzon 0ed3768644 Remove the 'font-charset' property vor 6 Jahren
  Michael Ragazzon ab2d4210c7 Remove all usage of 'word' type, replace by CodePoint vor 6 Jahren
  Michael Ragazzon f9975a0e8e Begin conversion to UTF8 vor 6 Jahren
  Michael Ragazzon 08742e23bd Enable font effects in default font implementation. vor 6 Jahren
  Victor Luchits 4e85f31111 Refactor the fonts subsystem to allow external font providers vor 6 Jahren
  Michael Ragazzon 2f1d96b751 Fix some todos. vor 6 Jahren
  Michael Ragazzon 5a0797fb8a Remove Font.h, unify enums. vor 6 Jahren
  Michael Ragazzon 5ef2458abf Fix underline, and add (back?) overline, line-through values to text-decoration vor 6 Jahren
  Michael Ragazzon a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. vor 6 Jahren
  Michael Ragazzon 281fbfcd80 Add conversion to string for decorators and font-effects vor 6 Jahren
  Michael Ragazzon 4eddc5ec7c Restructure StyleSheetNode vor 6 Jahren
  Michael Ragazzon 46f985bf71 Small optimizations to text. vor 6 Jahren
  Michael Ragazzon 0951b7e355 Implement support for Tracy profiler vor 6 Jahren
  Michael Ragazzon 642d096e44 Make font face handle a computed value, making it cheap to inherit from parent element. vor 6 Jahren
  Michael Ragazzon acea973863 Move remaining functions out of String.h and into StringUtilities.h. vor 6 Jahren
  Michael Ragazzon d1d72de3f8 Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList) vor 6 Jahren
  Michael Ragazzon cb347e1a38 NULL to nullptr vor 6 Jahren
  Michael Ragazzon 605d794bcd Remove unnecessary check in ElementTextDefault vor 6 Jahren