提交历史

作者 SHA1 备注 提交日期
  Michael Ragazzon f0a0480e9b Sharing style sheet containers is dangerous, clean up accordingly. 4 年之前
  Maximilian Stark dd99820ecd Media queries (#169) 4 年之前
  Michael Ragazzon 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. 4 年之前
  Maximilian Stark 48eda79d2c Added VH and VW units (#162) 4 年之前
  Michael Ragazzon baed8d6420 ElementDocument::ReloadStyleSheet: More detailed description, pass nullptr context to avoid any potential use of it which will not be cleaned up. 5 年之前
  Michael Ragazzon 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. 5 年之前
  Michael Ragazzon 4f4324b7ca Databindings: Remove DataModelHandle::Update, instead, data models are automatically updated on Context::Update. 5 年之前
  Michael Ragazzon 9189b83c43 Minor context cleanup 5 年之前
  Michael Ragazzon e1031027be Minor optimization: No reason to construct the observer block until it is used. 5 年之前
  LWSS 37923c1695 Add optional name for LoadDocumentFromMemory() (#130) 5 年之前
  Michael Ragazzon d82ffd21ec Context: Return a boolean value for ProcessMouse functions, to indicate whether the mouse is interacting with any elements in the context. See #124. 5 年之前
  Michael Ragazzon cd8dc968b4 Remove EventIterators, replace by lambda. 5 年之前
  Michael R. P. Ragazzon 6421053ed7 Merge branch 'master' into documents_base_tag 5 年之前
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. 5 年之前
  aquawicket2 986af0ab38 code cleanup 5 年之前
  aquawicket e60d16e386 Initial document_base_tag branch 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 年之前
  Michael Ragazzon b6a7413a77 Enable removal of data model from context. 5 年之前
  Michael Ragazzon 9ad45d0319 Add ability to retrieve an existing data model from Context. 5 年之前
  Michael Ragazzon 373084165c - Implemented 'data-event' controller. Can use assignment in its expression, and also 'ev.' variable name to fetch parameters from the event. 5 年之前
  Michael Ragazzon 6ce69a8ebe Add data expression transform functions (callbacks). 5 年之前
  Michael Ragazzon 16413ecc8b Move creation of data views and controllers to ElementUtilities. Clean up. 5 年之前
  Michael Ragazzon 742f01592d Data types now associated with the Context. Clean up data model. 5 年之前
  Michael Ragazzon 2d235394f5 Some cleanup 5 年之前
  Michael Ragazzon e346522249 Refactor, move the new data variable types into the library. Now working 'for' loops for structs. 6 年之前
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 年之前
  Michael Ragazzon df43531453 Be specific about includes 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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 年之前