提交歷史

作者 SHA1 備註 提交日期
  Michael Ragazzon 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 3 年之前
  Michael Ragazzon bc9b77a5d1 Add visual test for collapsing white space, see #383 3 年之前
  Michael Ragazzon 55bbb3e33e Speed up Emscripten CI build 3 年之前
  Michael Ragazzon 150e39d144 Update github workflow checkout actions 3 年之前
  Michael Ragazzon 876283789c Fix Lua plugin warnings on MSVC, update formatting 3 年之前
  Michael Ragazzon da34a2c8c1 Add Lua plugin to Windows CI build 3 年之前
  shubin cca36bf84b Add Lua access to input-related methods of Rml::Context (#381) 3 年之前
  Michael Ragazzon 2c773e6802 Fix asserts being triggered in OpenGL renderers when window is minimized, see #380 3 年之前
  Maximilian Stark 97619d41a6 Fix Access Violation in data model member access with nullptr struct binding (#377) 3 年之前
  Michael Ragazzon 3e0e972ccb Allow empty values in decorators and font-effects 3 年之前
  Michael Ragazzon ac60bc1c64 Debugger: The element info's list of children now shows the title of any documents 3 年之前
  Michael Ragazzon 96b990a092 Debugger: Show a more descriptive name for children in the element info window 3 年之前
  Maximilian Stark cacd8f820c Add global registry function for custom data variable definition (#367) 3 年之前
  Michael Ragazzon 9cd0fac5de Fix proper handling of numpad inputs in text fields when using GLFW and SDL backends 3 年之前
  Michael Ragazzon 82bc9aa6ab Fix the body element not always updating its definition 3 年之前
  Michael Ragazzon e3099b184e Add visual test for overflow clipping with transform 3 年之前
  Michael Ragazzon a2d2792949 Geometry database: List should also match permutations of the database entries 3 年之前
  Michael Ragazzon 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables 3 年之前
  Michael Ragazzon e407e9960f Add noexcept specifiers on move functions 3 年之前
  Michael Ragazzon 18b9a2a6ed Fix missing moves and avoid some allocations 3 年之前
  Michael Ragazzon 846af18b72 Fix self-assignment and forwarding reference overloading in Variant and ObserverPtr 3 年之前
  Michael Ragazzon 942755b4f5 Replace C-cast with reinterpret_cast for pointers 3 年之前
  Michael Ragazzon 5e5e02f4be Fix undefined behavior in Stream due to virtual call during destruction 3 年之前
  Michael Ragazzon ed9c68966a Remove default on switch with all enum values covered 3 年之前
  Michael Ragazzon 731150ae4a Fix unnecessary double promotion 3 年之前
  Michael Ragazzon f1c51593df SVG plugin: Update texture when 'src' attribute changes, see #361 3 年之前
  Michael Ragazzon b58643837a Update readme 3 年之前
  Michael Ragazzon 9e84c9039d Text widget: Don't show horizontal scrollbar when word wrapping is enabled 3 年之前
  Michael Ragazzon e97af1c077 Text widget: Fix text not being formatted in some cases 3 年之前
  Michael Ragazzon 05ed213640 Text widget: Move cursor when changing value 3 年之前