Nate Starkey
|
e67cc58893
Did the Lua types for ElementForm and ElementFormControl
|
14 years ago |
Nate Starkey
|
74fd0fd292
undo the merge.
|
14 years ago |
Nate Starkey
|
6afe5736de
merge
|
14 years ago |
Nate Starkey
|
a54055525a
Untested event inner-workings have been layed out.
|
14 years ago |
Nate Starkey
|
c29b71f52a
Added an Event type for Lua
|
14 years ago |
Nate Starkey
|
0ad3eacb7a
Added some documentation for the types I have already implemented.
|
14 years ago |
Nate Starkey
|
4d6e4ecec5
Implemented Element:SetAttribute in a way where both parameters are strings.
|
14 years ago |
Nate Starkey
|
126b9432b5
Exposed the Rocket::Core::ElementStyle as a ROCKETCORE_API, so that I could bind it as a Lua object.
|
14 years ago |
Nate Starkey
|
f99a263e58
Should have forked this earlier. Implements basic types(Vectori/f,Colourb/f), Document, and Element so far. Interpreter is also a Plugin, so it will start up when libRocket does.
|
14 years ago |
Lloyd Weehuizen
|
cf5e68c068
Merge pull request #42 from viciious/elems_by_class
|
14 years ago |
Victor Luchitz
|
7c128117bd
Implement Element::GetElementsByClassName
|
14 years ago |
Lloyd Weehuizen
|
f36e4f4b62
Revert "Corrected calculation for 'width: auto' so form elements (or any elements which already have a content_area width greater than 0) use it correctly."
|
14 years ago |
Lloyd Weehuizen
|
37eb033fd1
Revert "Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'."
|
14 years ago |
Lloyd Weehuizen
|
86087d9776
Revert "Absolutely positioned elements with 'left' and 'right defined, but no width, now correctly resize the element, as per section 10.3.7 of the CSS 2.1 spec."
|
14 years ago |
Lloyd Weehuizen
|
e4e35809db
Revert "Fixed height in the same manner as the width fix for elements with precalculated height, like form elements."
|
14 years ago |
Lloyd Weehuizen
|
cd1b90d963
Revert "Absolutely positioned elements now have their height correctly calculated when 'top' and 'bottom' are both specified."
|
14 years ago |
Lloyd Weehuizen
|
a7eda49a08
Merge pull request #38 from Morgul/master
|
14 years ago |
Christopher S. Case
|
0249aae7dc
Absolutely positioned elements now have their height correctly calculated when 'top' and 'bottom' are both specified.
|
14 years ago |
Christopher S. Case
|
ccc0fb784a
Fixed height in the same manner as the width fix for elements with precalculated height, like form elements.
|
14 years ago |
Christopher S. Case
|
04e7b63f13
Absolutely positioned elements with 'left' and 'right defined, but no width, now correctly resize the element, as per section 10.3.7 of the CSS 2.1 spec.
|
14 years ago |
Christopher S. Case
|
e1bfcc8b8e
Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'.
|
14 years ago |
Christopher S. Case
|
4ff872731a
Corrected calculation for 'width: auto' so form elements (or any elements which already have a content_area width greater than 0) use it correctly.
|
14 years ago |
Lloyd Weehuizen
|
7a7fa6dcf5
Merge pull request #36 from Kezeali/dragdrop_fix
|
14 years ago |
Kezeali
|
ac6fe5d549
Fixed initialization of cursor_proxy in Context's ctor, allowing it to be rendered: fixes missing drag&drop cloned elements.
|
14 years ago |
Lloyd Weehuizen
|
bbad347274
Merge pull request #35 from Morgul/master
|
14 years ago |
Morgul
|
e7924ac0a9
Other half of the change to fix the python bindings.
|
14 years ago |
Morgul
|
2074b69f96
Fixed for latest changes to Rocket/Core/EventListenerInstancer.h, which should fix compilation of python bindings.
|
14 years ago |
Lloyd Weehuizen
|
eb9b9af165
Merge pull request #30 from mfoo/master
|
14 years ago |
Martin Foot
|
c65a426549
Enable GL_COLOR_ARRAY in ShellRenderInterfaceOpenGL.cpp.
|
14 years ago |
Martin Foot
|
e0e6be38b9
Enable libRocket to be used as a CMake sub-project.
|
14 years ago |