Commit History

作者 SHA1 備註 提交日期
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 年之前
  Michael Ragazzon a6f5078531 Cleaning up header files: Include what we use. 5 年之前
  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 年之前
  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 年之前
  Michael Ragazzon b001f00455 Dirty line-height when font-size changes 6 年之前
  Michael Ragazzon b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 年之前
  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 年之前
  Michael Ragazzon cd670fc143 Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder. 6 年之前
  Michael Ragazzon 1bbae6380d Refining font engine interface. 6 年之前
  Michael Ragazzon 2438824c95 Merge branch 'develop' into text 6 年之前
  Michael Ragazzon 0ed3768644 Remove the 'font-charset' property 6 年之前
  Victor Luchits 4e85f31111 Refactor the fonts subsystem to allow external font providers 6 年之前
  Michael Ragazzon 281fbfcd80 Add conversion to string for decorators and font-effects 6 年之前
  Michael Ragazzon 0951b7e355 Implement support for Tracy profiler 6 年之前
  Michael Ragazzon 0b64e0d0b5 Use the union assignment on dirty inherited properties. 6 年之前
  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 年之前
  Michael Ragazzon 642d096e44 Make font face handle a computed value, making it cheap to inherit from parent element. 6 年之前
  Michael Ragazzon 960c4d7d7b Use DecoraorListPtr in Variant and ComputedValues 6 年之前
  Michael Ragazzon acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 年之前
  Michael Ragazzon 40196e5f02 Fix parsing of some decorators 6 年之前
  Michael Ragazzon aa80c3b917 Add PropertySource to properties and revise element info debugging 6 年之前
  Michael Ragazzon 836026788b Clean up element style 6 年之前
  Michael Ragazzon 0f7ded141e Clean up property specification 6 年之前
  Michael Ragazzon d1d72de3f8 Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList) 6 年之前
  Michael Ragazzon d2b708077e Only dirty properties that are actually changed during update definition. 6 年之前
  Michael Ragazzon 762dab7f68 Cleaning up some more 6 年之前
  Michael Ragazzon 3db7c4036f Use override instead of virtual where appropriate. 6 年之前
  Michael Ragazzon 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 年之前
  Michael Ragazzon 3691b70f98 Remove ReferenceCountable from StyleSheet 6 年之前
  Michael Ragazzon 6833c4d5bc Remove reference countable from element definition 6 年之前