| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
a uiParentUpdate(). Thought that would fix it, but nope...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the whole container system...
|
|
from one tab and back doesn't show that tab's controls...
|
|
|
|
|
|
|
|
work right...
|
|
|
|
|
|
|
|
calling gtk_widget_show_all() in uiWindowShow(), we override the user's explicit hide settings! Fix it by calling gtk_widget_show() there (to only show the window), and gtk_widget_show_all() in both the new control constructor (to show the new control initially) and in the container constructor (to show that initially too).
|
|
|
|
|
|
|
|
|
|
futureproof other layout changes); getting and setting text on Windows works.
|
|
test program before we can test getting and setting the label's text, though...
|
|
|
|
instead of array of struct thing I always do again jesus fucking christ shit
|
|
|
|
|
|
wrong in the C version; I thought it would fix the previous commit but it doesn't...
|
|
|
|
Something is clobbering stacks; need to debug this...
|
|
|
|
calculating preferred size. Need to implement the new methods on uiStack itself before we can test.
|
|
|
|
|
|
make slightly more sense.
|
|
instead of four memory blocks for the control-specific parameters.
|
|
kate in irc.freenode.net/##c.
|
|
problems, I can re-enable it later. More TODOs.
|
|
|
|
later if needed.
|
|
|
|
|
|
|