Michael Ragazzon
|
cb347e1a38
NULL to nullptr
|
6 years ago |
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.
|
6 years ago |
Michael Ragazzon
|
a4b526c55c
Remove ReferenceCountable from System-, Render-, and FileInterface.
|
6 years ago |
Michael Ragazzon
|
5894f75b85
Fix compile errors in SFML/SDL
|
6 years ago |
Michael Ragazzon
|
391f39b038
Merge branch 'master' into performance
|
6 years ago |
Michael Ragazzon
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
6 years ago |
Marco Bortolin
|
ebe2d425b2
Fix samples assets loading
|
6 years ago |
David Wimsey
|
66eba5b43d
Merge pull request #225 from i8degrees/feature-upstream/sdl2-sample-vdebugger
|
11 years ago |
Jeffrey Carpenter
|
bbeec7ff5c
SDL2 sample: Add key binding for toggling visual debugger
|
11 years ago |
David Wimsey
|
c0af7e1ad4
Fixed platform differences and switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
f4f1669123
Added support for building SDL sample via cmake, CMake only looks for SDL 1, but by setting SDL_LIBRARY, SDL_INCLUDE_DIR, SDL_IMAGE_LIBRARY, SDL_IMAGE_INCLUDE_DIR manually, SDL2 can be used. This will need to be patched up to properly support SDL2
|
11 years ago |