Michael Ragazzon
|
e435d9c915
Various sample tweaks and fixes.
|
4 vuotta sitten |
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 vuotta sitten |
Michael Ragazzon
|
2ab4ee2902
Fix SFML and SDL samples on Windows.
|
5 vuotta sitten |
Michael Ragazzon
|
005b4042c7
Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'.
|
5 vuotta sitten |
Michael Ragazzon
|
15240e28d3
Fix warnings on GCC and Clang with -Wall -pedantic
|
5 vuotta sitten |
Michael Ragazzon
|
cb4e66e7b8
Add include files where used
|
5 vuotta sitten |
Michael Ragazzon
|
71dae05ff7
Use the proper load font face API
|
6 vuotta sitten |
Victor Luchits
|
2df8e4abee
Rename FontSubsystem to FontEngine
|
6 vuotta sitten |
Victor Luchits
|
4e85f31111
Refactor the fonts subsystem to allow external font providers
|
6 vuotta sitten |
Michael Ragazzon
|
cb347e1a38
NULL to nullptr
|
6 vuotta sitten |
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 vuotta sitten |
Michael Ragazzon
|
a4b526c55c
Remove ReferenceCountable from System-, Render-, and FileInterface.
|
6 vuotta sitten |
Michael Ragazzon
|
5894f75b85
Fix compile errors in SFML/SDL
|
6 vuotta sitten |
Michael Ragazzon
|
391f39b038
Merge branch 'master' into performance
|
6 vuotta sitten |
Michael Ragazzon
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
6 vuotta sitten |
Marco Bortolin
|
ebe2d425b2
Fix samples assets loading
|
6 vuotta sitten |
David Wimsey
|
66eba5b43d
Merge pull request #225 from i8degrees/feature-upstream/sdl2-sample-vdebugger
|
11 vuotta sitten |
Jeffrey Carpenter
|
bbeec7ff5c
SDL2 sample: Add key binding for toggling visual debugger
|
11 vuotta sitten |
David Wimsey
|
c0af7e1ad4
Fixed platform differences and switched windows size values from hard coded to use a common set of variables
|
11 vuotta sitten |
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 vuotta sitten |