summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-12Set up a unified system for containers, now called parents.Pietro Gagliardi
2015-04-12Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure ↵Pietro Gagliardi
the whole container system...
2015-04-12Implemented uiTab on Mac OS X. It still doesn't quite work yet; switching ↵Pietro Gagliardi
from one tab and back doesn't show that tab's controls...
2015-04-12Some comment and TODO adjustments.Pietro Gagliardi
2015-04-12More TODOs.Pietro Gagliardi
2015-04-12More TODOs.Pietro Gagliardi
2015-04-12Made controls transparent to tab backgrounds on Windows. It doesn't quite ↵Pietro Gagliardi
work right...
2015-04-12Implemented uiTab on Windows.Pietro Gagliardi
2015-04-12Added uiTab to the GTK+ backend.Pietro Gagliardi
2015-04-12Quick update/fix to the test program.Pietro Gagliardi
2015-04-12Fixed a major flaw in the GTK+ implementation I only realized now: by ↵Pietro Gagliardi
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).
2015-04-12Laid the foundation for tabs.Pietro Gagliardi
2015-04-12More TODOs.Pietro Gagliardi
2015-04-11Implemented uiLabel on Mac OS X.Pietro Gagliardi
2015-04-11Implemented uiLabel on GTK+. More TODOs.Pietro Gagliardi
2015-04-11Made the necessary adjustments to the test program to test labels (and ↵Pietro Gagliardi
futureproof other layout changes); getting and setting text on Windows works.
2015-04-11Implemented uiLabel on Windows. We need to make a somewhat big change to the ↵Pietro Gagliardi
test program before we can test getting and setting the label's text, though...
2015-04-11Set up the foundation for uiLabel.Pietro Gagliardi
2015-04-11Fixed the stupid 32-bit bug I did that fucking malloc pointer to struct ↵Pietro Gagliardi
instead of array of struct thing I always do again jesus fucking christ shit
2015-04-11More TODOs.Pietro Gagliardi
2015-04-11Implemented show/hide/enable/disable on Mac OS X new controls.Pietro Gagliardi
2015-04-11Removed a leftover line from the Go version of uiStack that is actually ↵Pietro Gagliardi
wrong in the C version; I thought it would fix the previous commit but it doesn't...
2015-04-11Okay I have no fucking idea what's going onPietro Gagliardi
2015-04-11Added the enable/disable/show/hide code to the Windows new control. ↵Pietro Gagliardi
Something is clobbering stacks; need to debug this...
2015-04-11Implemented show/hide/enable/disable on uiStack and fixed other bugs. It works!Pietro Gagliardi
2015-04-11Implemented making invisible children of uiStacks not count when drawing or ↵Pietro Gagliardi
calculating preferred size. Need to implement the new methods on uiStack itself before we can test.
2015-04-11Implemented showing, hiding, enabling, and disabling for GTK+ controls.Pietro Gagliardi
2015-04-11Laid the foundation for control showing, hiding, enabling, and disabling.Pietro Gagliardi
2015-04-11Renamed some variables in stack.c and added some exposition to make the code ↵Pietro Gagliardi
make slightly more sense.
2015-04-11Cleaned up uiStack's data structures to use the stackControl structure ↵Pietro Gagliardi
instead of four memory blocks for the control-specific parameters.
2015-04-11Resolved snwprintf() issues once and for all. Thanks to cousteau, dorp, and ↵Pietro Gagliardi
kate in irc.freenode.net/##c.
2015-04-11Decided to disable the initial parent window on Windows. If this causes ↵Pietro Gagliardi
problems, I can re-enable it later. More TODOs.
2015-04-11More exposition.Pietro Gagliardi
2015-04-11Decided to keep the current Windows API padding rules. We can change it ↵Pietro Gagliardi
later if needed.
2015-04-11More TODO resolution.Pietro Gagliardi
2015-04-11Finished the Mac OS X destruction work.Pietro Gagliardi
2015-04-10More of the previous commit. More TODOs.Pietro Gagliardi
2015-04-10Started to implement proper destruction logic for Mac OS X controls.Pietro Gagliardi
2015-04-10More TODO resolution and some GTK+ uiWindow inconsistency (and future ↵Pietro Gagliardi
repeated-event bug waiting to happen) cleanup.
2015-04-10More commentary and TODOs.Pietro Gagliardi
2015-04-10More TODO resolution.Pietro Gagliardi
2015-04-10Added REAL code for the initial parent of a control on Windows.Pietro Gagliardi
2015-04-10Moved the control IDs TODO to TODO.md as that's a long-term TODO; it depends ↵Pietro Gagliardi
on how container controls play out.
2015-04-10More TODO resolution.Pietro Gagliardi
2015-04-10Changed the Windows new control system to automatically assign the standard ↵Pietro Gagliardi
control font if a flag is set in the creation parameters structure.
2015-04-10Cleaned up Windows initialization error handling and migrated it to return ↵Pietro Gagliardi
the error message directly instead of through uiInitError.
2015-04-10Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to ↵Pietro Gagliardi
text_darwin.m.
2015-04-10Decided to kill uiInitError and return the message as a const char * ↵Pietro Gagliardi
instead. Will need to implement on Windows.
2015-04-10More TODOs.Pietro Gagliardi
2015-04-10More TODOs.Pietro Gagliardi