Frank Becker
|
156ea6bd2f
Added Length API to FileInterface.
|
14 лет назад |
Lloyd Weehuizen
|
9009a4fee1
Merge pull request #10 from mooflu/upstream
|
14 лет назад |
Frank Becker
|
092a1180c9
When using tab to move focus to the next focusable element, skip over disabled elements.
|
14 лет назад |
Frank Becker
|
b3f94f3752
For dropdown and sliders:
|
14 лет назад |
Lloyd Weehuizen
|
939aac35df
Fixed compilation errors when building on a Linux PowerPC (Thanks Mathieu Olivier)
|
14 лет назад |
Lloyd Weehuizen
|
6db39414fc
Allow resize event to be processed by text input element even if it is disabled.
|
14 лет назад |
Lloyd Weehuizen
|
e84bb43a60
Fix clipping when element position is less than 0
|
14 лет назад |
Lloyd Weehuizen
|
5715743ad7
Merge branches 'master' and 'master' of github.com:lloydw/libRocket
|
14 лет назад |
Lloyd Weehuizen
|
5847bf4690
Merge pull request #4 from progranism/master
|
14 лет назад |
Lloyd Weehuizen
|
72712ce471
Fix crash caused by a focus element not having an owner document.
|
14 лет назад |
Lloyd Weehuizen
|
e3694a679a
Merge pull request #5 from airbash/master
|
15 лет назад |
Lloyd Weehuizen
|
fed2dda607
Renderer performance updates
|
15 лет назад |
AirBash
|
9b8b93a4b8
added sfml2 sample (uses glew)
|
15 лет назад |
Progranism
|
6d7615b13c
Quick update to the mingw compile instructions.
|
15 лет назад |
Progranism
|
e5fff5a1b6
Had to modify two header files to prevent errors and warnings when using libRocket in a MinGW compiled project. libRocket should now compile against mingw, and link in a mingw project. Huzzah!
|
15 лет назад |
Progranism
|
69208c67b2
Added Dependencies directory.
|
15 лет назад |
Progranism
|
dd7656f4ae
Oops, forgot to commit some previous changes. Also updated dependency handling.
|
15 лет назад |
Progranism
|
96af83db3c
Updating code so it compiles for MinGW. The changes in this commit allow a successful compile. Need to verify that it links against a project correctly. Also need to handle the FREETYPE dependency better.
|
15 лет назад |
Lloyd Weehuizen
|
0060e04b1f
Fix incorrectly passing String through fprintf
|
15 лет назад |
Lloyd Weehuizen
|
32b69df220
Update project and build files after removing StringStorage.h/.cpp
|
15 лет назад |
Lloyd Weehuizen
|
0fb91765b9
Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application.
|
15 лет назад |
Lloyd Weehuizen
|
efb2e3de3a
Remove old StringStorage cleanup.
|
15 лет назад |
Lloyd Weehuizen
|
1a3ea422b5
Fix STATIC_ASSERT on gcc and change string sizes to 32bit ints.
|
15 лет назад |
Lloyd Weehuizen
|
b60bd21aa0
Remove reference counted DataBlocks from Variant. Document loads are slightly faster.
|
15 лет назад |
Lloyd Weehuizen
|
08fe99d56f
Cache BR tag in Rocket::String for faster comparisons.
|
15 лет назад |
Lloyd Weehuizen
|
57047fe69e
Reworked String to remove shared memory pools and just include hashes directly on the object. This makes the String class thread-safe, but still keeps it around double the speed of std::string for comparison operations.
|
15 лет назад |
Lloyd Weehuizen
|
aa1d222245
Add caching of element clipping on the element to remove property lookups during render.
|
15 лет назад |
Lloyd Weehuizen
|
4f9d03679e
Optimise lookup of properties, so they don't hit the style sheet specification at each lookup.
|
15 лет назад |
Lloyd Weehuizen
|
d5f3fc229b
Correctly export ElementReference, so applications can use it.
|
15 лет назад |
Lloyd Weehuizen
|
9a649d49e7
CMake files now build libraries and samples under Windows and MacOSX. MacOSX correctly creates bundles.
|
15 лет назад |