| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and neighbor assignment. This will make xspan/yspan much easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
renamed h/vexpand/align to x/yexpand/align for simplicity.
|
|
|
|
|
|
|
|
|
|
|
|
us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer).
|
|
|
|
callbacks rather than using a window handler, but other than that... yeah.
|
|
|
|
APIs; they won't be needed anymore.
|
|
the same...
|
|
|
|
|
|
|
|
|
|
|
|
the sizing system.
|
|
|
|
|
|
SetStretchy() doesn't leave previous stretchy controls filling by accident.
|
|
|
|
window instead of making a new one to store all the resize requests each time.
|
|
appended to an array of requests that the resize() function set all at once instead of having each done individually. This will be necessary for what I think will be a solution to the deadlocks. It doesn't work right now; I'm assuming it's allocating too much memory. I know how to fix this, but I'm committing what I have so far to be safe.
|
|
in the README.
|
|
|
|
|
|
|
|
|
|
|
|
going to be returned anymore.
|
|
improved Space()'s documentation.
|
|
height of the window around setRect() calls to avoid polling the content view frame each time.
|
|
Control's space, even when resizing.
|