| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
into calls to the equivalent Control methods so the text length can be properly stored.
|
|
into wrapper functions and added the basic text length storage into controlbase.
|
|
will be important for sizing purposes.
|
|
|
|
are a few cases of const->non-const conversions as a result.
|
|
|
|
|
|
|
|
about to do (implement Control.preferredSize() on all other platforms).
|
|
|
|
the GTK+ backend.
|
|
|
|
its styles against Interface Builder.
|
|
|
|
|
|
|
|
the Windows backend.
|
|
containerctrls*, respectively, in preparation for the widget hierarchy redo.
|
|
platforms's Control.preferredSize()s aren't implemented yet!
|
|
this is needed for re-adding Stack and Grid. This argument type is defined by each platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mechanism...
|
|
|
|
|
|
|
|
|
|
Controls from being garbage-collected from under us).
|
|
features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
container.resize() also take the origin coordinates as arguments.
|
|
question tells me I'm wrong, we can deal with it then. But yay simple sizing code again :D
|
|
either all controls are given spacing now, or none will. beginResize() is a method on container again. Done on GTK+ and Mac OS X for now. I'm going to go ahead and implement this on Windows in a bit, regardless of whether that Stack Overflow question get answered or not, because ugggggggggh I just want to continue working on this project for fuck's sake!
|
|
|
|
|