提交历史

作者 SHA1 备注 提交日期
  Michael Ragazzon 37cf4d3e7f Refactor ElementDecoration to ElementEffects 1 年之前
  Michael Ragazzon a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 年之前
  Michael Ragazzon aec3f2ac73 Fix backdrop-filter clipping to border background, add visual test 2 年之前
  Michael Ragazzon 655cd9a0fd Add support for the 'box-shadow' property 2 年之前
  Michael Ragazzon 69ea397f4f Add clip mask to render interface, introduce render manager to keep track of the render state 2 年之前
  Michael Ragazzon 76b855652e ElementUtilities: Add procedure for determining element bounding box with projection 2 年之前
  Michael Ragazzon ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 年之前
  Michael Ragazzon 0bbd0193cb Only allow a single render interface, remove the ability to set per-context render interfaces [breaking change] 2 年之前
  Michael Ragazzon 7492876298 The great formattening - format all library source code and documents 2 年之前
  Michael Ragazzon 94dbcc664a Minor simplification to ElementUtilities 3 年之前
  Igor Segalla 6df2e64eaa Add `letter-spacing` property to RCSS (#429) 2 年之前
  Michael Ragazzon 4742dda07d Improve and refactor layout engine, better conformance to CSS specification 3 年之前
  Michael Ragazzon 8b7388ecdc Refactor ComputedValues to reduce memory usage. 3 年之前
  Michael Ragazzon 6f6e5a4492 Fix clipping on select box 3 年之前
  Michael Ragazzon 40862ebb05 Add formatting context mode for LayoutDetails::BuildBox 4 年之前
  Michael Ragazzon 1f0b047f49 Use snap rounding on clipping region 4 年之前
  MatthiasJFM 020c4191c8 Don't let clip: always; overrule clip: n; (#251) 4 年之前
  Michael Ragazzon 8a022972f4 Add 'clip: always' property value, make the clip property non-inherited. See #235. 4 年之前
  ZombieRaccoon 2b607b1602 Attach event listeners upon attribute changes 4 年之前
  Michael Ragazzon 9f195446f8 Fix input text selection when font has kerning 5 年之前
  Michael Ragazzon fd16dfb994 data-for: Make attributes work on generated children, including data views using 'it' and 'it_index'. 5 年之前
  Michael Ragazzon 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. 5 年之前
  Michael Ragazzon ce2e740534 Use the element's client area for clipping. 5 年之前
  Michael Ragazzon ddf2e41447 Add a margin for floating-point imprecision when deciding whether or not to clip overflowing content. Remove unnecessary caching of clip state. 5 年之前
  Michael Ragazzon 4b92f38e8e Clip overflow on the padding area instead of the content area. 5 年之前
  Michael Ragazzon 0ae3737a83 FormatElement cleanup 5 年之前
  Michael Ragazzon b5588b2b13 Layout engine: Clean-up. 5 年之前
  Michael Ragazzon cde8835600 Layout engine (WIP): Move shrink-to-fit calculation into the box size generator. Fixes eg. shrink-to-fit in 'position: absolute'. Split the layout things to do with sizing into 'LayoutDetails'. 5 年之前
  Michael Ragazzon f587d3abf4 Some cleanup in the layout engine. 5 年之前
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. 5 年之前