Историја ревизија

Аутор SHA1 Порука Датум
  Michael Ragazzon 04fb41fa0b Merge branch 'high_dpi' пре 4 година
  Michael Ragazzon 742894e123 Add a virtual method on elements for responding to recompilation of style sheets. Eg. new style sheets may change sprites, such as in decorators and img elements. пре 4 година
  Michael Ragazzon 74c5f02849 Add a cache for instanced decorators. Instance decorators during Context::Update. Allow dirtying only element data of decorators instead of a full reload. пре 4 година
  Michael Ragazzon 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. пре 4 година
  Dakror 947223b445 Add missing SetAttributes call when cloning Element пре 4 година
  Michael Ragazzon dc3d23dccc - Add a property 'resolution' to spritesheets, defines the "native" scaling of the image source. пре 5 година
  Michael Ragazzon 6247f3e297 Avoid style sheet copies during load, and only compile style sheet when active media blocks change. Cleanup. пре 4 година
  Maximilian Stark dd99820ecd Media queries (#169) пре 4 година
  Michael Ragazzon 4920cce455 Element::ScrollIntoView: Don't scroll in ancestors with hidden overflow пре 5 година
  Michael Ragazzon b50e8d192e Add label element пре 5 година
  Michael Ragazzon 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. пре 5 година
  Maximilian Stark 48eda79d2c Added VH and VW units (#162) пре 5 година
  Maximilian Stark 15361e31c4 Element::Closest. Find element ancestor by selector (#164) пре 5 година
  Michael Ragazzon 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. пре 5 година
  Michael Ragazzon 7e434e11a6 Fix potential crash due to loose pointers, documents now clean up after themselves in their owning context when the document is closed. пре 5 година
  Michael Ragazzon aee2c49f8b Add support for table-row-group and table-column-group. Table layout cleanup. пре 5 година
  Michael Ragazzon 2a65287f61 Render table elements in proper order, bottom-to-top: columns, rows, cells. пре 5 година
  Michael Ragazzon e7cc9743a7 Dirty layout when 'rowspan', 'colspan', and 'span' attributes change on tables. пре 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 a638aaf33e Remove 'offset' from Box. пре 5 година
  Michael Ragazzon 68044da8db Scrollbar corner: Add the element's border size to the scrollbarcorner position. пре 5 година
  Michael Ragazzon cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. пре 5 година
  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 година
  Michael Ragazzon ba0a5190dc Fix two memory leaks. пре 5 година
  Michael Ragazzon 7c57bd3a80 Add baseline offset for inline-block elements. пре 5 година
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. пре 5 година
  Michael Ragazzon 9491549950 Implement `Element::QuerySelector` and `Element::QuerySelectorAll`. пре 5 година
  Michael Ragazzon 98282c7b2e Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive. пре 5 година
  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 година
  Michael Ragazzon c09981bc03 Merge branch 'data_binding' пре 5 година