Michael Ragazzon
|
1504be8b94
Shell improvement: Move RmlUi context out of shell renderer.
|
4 years ago |
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 years ago |
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
|
7ed4250e30
Remove ReferenceCountable from Context and ContextInstancer
|
6 years ago |
Michael Ragazzon
|
109252f67a
Make samples work (except Lua).
|
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 |
Michael
|
396510d75c
Fix samples
|
7 years ago |
David Wimsey
|
8ba27edcdf
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
0fc33a8f50
Fixed platform differences and switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
116e77561b
Added missing call to shell_renderer->SetContext, required for Context dimensions to be updated when the shell window is resized
|
11 years ago |
David Wimsey
|
9d815185de
Updated sample shell library with provisions for allowing the shell windows to resize, handle resize events, or lock to one size
|
11 years ago |
David Wimsey
|
336b8f8d69
Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future
|
11 years ago |
Shaun Reich
|
14c5eaac0b
create ShellRenderInterfaceOpenGL::SetViewport, instead of hardcoding
|
13 years ago |
Noam Chitayat
|
a372a9e107
Updating all tutorials to be compatible with the latest Rocket bits
|
13 years ago |
Noam Chitayat
|
4ddc7f4c67
Adding tutorials back to libRocket samples
|
13 years ago |