David Wimsey
|
2150818ee6
Merge branch 'hotfix/issue-137' into stable
|
11 years ago |
David Wimsey
|
fea7fa35bc
Cleans up properties referring to a data source when the DataSource object is destroyed, fixes #137
|
11 years ago |
Aleksey Kuleshov
|
409e96bbd7
satisfy CSS2 specification for LEFT, RIGHT, TOP, BOTTOM
|
11 years ago |
David Wimsey
|
96db5cc7ec
Merge branch 'doc-updates' of https://github.com/dwimsey/libRocket
|
11 years ago |
David Wimsey
|
8761d12977
Hack for functional non-compiled geometry in DirectX samples, this means the debugger will at least display now.
|
11 years ago |
David Wimsey
|
a63199d727
Update basic copyright info
|
11 years ago |
David Wimsey
|
b521c28567
Merge pull request #198 from libRocket/feature/resizable-samples-shell-windows
|
11 years ago |
David Wimsey
|
da1ee910f2
Added note for luainvaders sample
|
11 years ago |
David Wimsey
|
36e9c1c26a
Adding missing extension class code files for DirectX samples
|
11 years ago |
David Wimsey
|
10d608d4df
Fixes DirectX 10 sample to handle window resizes
|
11 years ago |
David Wimsey
|
a914ffeb35
Temporary hack to allow non-compiled geometry to display in the DirectX 9 sample, this is inefficient but better than nothing
|
11 years ago |
David Wimsey
|
26cfed877e
Misc whitespace cleanup
|
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
|
820ec165b7
Updated to work with new shell lib layout, does not properly handle window resizes yet
|
11 years ago |
David Wimsey
|
33f5146001
Minor fix to copyright notice
|
11 years ago |
David Wimsey
|
05aa98b0ee
Updated DirectX 9 sample to work with new shell library layout
|
11 years ago |
David Wimsey
|
56e05b50fc
Merge pull request #201 from libRocket/feature/cmake-v2-fixes
|
11 years ago |
David Wimsey
|
98f8411598
Merge pull request #200 from viciious/controlsfix
|
11 years ago |
Victor Luchits
|
8a32c8f97d
Reset data_source to NULL upon detaching
|
11 years ago |
David Wimsey
|
f315c377a6
Completes the handling of unused parameters submitted by corny trace
|
11 years ago |
Cornee Traas
|
8cb003ffb2
Compile fix for Core::Lua
|
11 years ago |
Cornee Traas
|
b7af6bfef5
Fix memory leak in Context::LoadMouseCursor
|
11 years ago |
David Wimsey
|
9dd6c6c119
Merge pull request #179 from dwimsey/feature/include-path-fix
|
11 years ago |
David Wimsey
|
6bdab16941
Fixed bad include path for v2-fixes modules
|
11 years ago |
David Wimsey
|
da3b3bf953
Minor tweak to make locating the PackageHandleStandardArgs module more resilient and natural
|
11 years ago |
David Wimsey
|
b0df057567
Moved our custom FindLua.cmake into v2fixes directory and only use this version when not using CMake 3 or later, when using later versions of CMake the built in FindLua is used to ensure we're always using the latest version
|
11 years ago |
David Wimsey
|
d264834bb3
Added workaround for bugs with CMake 2.x FindFreetype package, uses an included version from 3.0 now if running on earlier versions. If running on CMake 3.0 or newer, no override is done to ensure the latest version is used
|
11 years ago |
David Wimsey
|
ff176cd828
Squelches a warning about missing font-family when dragging the icon
|
11 years ago |
David Wimsey
|
6a44da0111
Fixed incorrect value for allow_resize call in X11 shell extension
|
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 |