Historique des commits

Auteur SHA1 Message Date
  Michael Ragazzon 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API il y a 1 an
  Michael Ragazzon 7492876298 The great formattening - format all library source code and documents il y a 2 ans
  Michael Ragazzon 2edd6f99f3 Refactor shell, introduce backends il y a 3 ans
  Michael Ragazzon 1763654a0e High DPI support for the basic samples il y a 5 ans
  Michael Ragazzon 1504be8b94 Shell improvement: Move RmlUi context out of shell renderer. il y a 5 ans
  Michael Ragazzon e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. il y a 5 ans
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. il y a 5 ans
  Michael Ragazzon 15240e28d3 Fix warnings on GCC and Clang with -Wall -pedantic il y a 5 ans
  Michael Ragazzon 4f4cb3c130 Use the F8 key to toggle the debugger on all platforms. il y a 5 ans
  Michael Ragazzon 9f8cc5ea9e Update samples il y a 6 ans
  Michael Ragazzon 0951b7e355 Implement support for Tracy profiler il y a 6 ans
  Michael Ragazzon 0d8ba25fcf Remove FPS counts from benchmark source. il y a 6 ans
  Michael Ragazzon 55239271e0 Don't convert to/from rml when generating select dropdown options, add to benchmark. il y a 6 ans
  Michael Ragazzon cb0ad4af19 Clean up element pointers in Context on detach. I think maybe we should use SharedPtr instead of UniquePtr for elements so we can extend its lifetime until the end of the next Update call. il y a 6 ans
  Michael Ragazzon fa604091e5 Update readme il y a 6 ans
  Michael Ragazzon cb347e1a38 NULL to nullptr il y a 6 ans
  Michael Ragazzon 130674a7b2 Refining the Core API: Now interfaces and instancers are passed as raw pointers to RmlUi, and considered non-owning. It is the user's responsibility to keep the objects alive until after Core::Shutdown and then release these objects at their discretion. il y a 6 ans
  Michael Ragazzon a4b526c55c Remove ReferenceCountable from System-, Render-, and FileInterface. il y a 6 ans
  Michael Ragazzon ebe3e3a14a Remove ReferenceCountable from Event and EventInstancer il y a 6 ans
  Michael Ragazzon 7ed4250e30 Remove ReferenceCountable from Context and ContextInstancer il y a 6 ans
  Michael Ragazzon ab8bc1e2af Remove reference count on Element and replace by unique_ptr il y a 6 ans
  Michael Ragazzon dfd2018425 Remove todo-list from source code. il y a 6 ans
  Michael Ragazzon 391f39b038 Merge branch 'master' into performance il y a 6 ans
  Michael Ragazzon 42ac8ad4d2 Still WIP, but compiling, running, and displaying text (without font effects). il y a 6 ans
  Michael Ragazzon 89821a3e90 WIP PropertyId il y a 6 ans
  Michael Ragazzon fd44d9cfcb Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector. il y a 6 ans
  Michael Ragazzon b3c4f5a97d Let all event listeners on the current element finish when calling StopPropagation(). il y a 6 ans
  Michael Ragazzon 336d696311 Element destructor optimization il y a 6 ans
  Michael Ragazzon 1f6f4eeab8 Cleanup element update il y a 6 ans
  Michael Ragazzon 240b84cb19 Implement iterator for element definition il y a 6 ans