summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-13Found the wine bug; will fix it nextPietro Gagliardi
2015-04-13Fixed some build warnings.Pietro Gagliardi
2015-04-13Fixed initial content area size on uiWindows.Pietro Gagliardi
2015-04-13More TODOs. The problems I noticed earlier only happen on wine, so...Pietro Gagliardi
2015-04-13Fixed a small undefined-behavior bug in the parent code. Still not working...Pietro Gagliardi
2015-04-12Got rid of struct tabPage (it's just an array of uiParent *s now) and added a...Pietro Gagliardi
2015-04-12Fix helper: get rid of direct casts to HWND to make errors more obvious.Pietro Gagliardi
2015-04-12Fixed some runtime issues. Not all there...Pietro Gagliardi
2015-04-12Fixed build issues. Now to fix runtime issues...Pietro Gagliardi
2015-04-12Finished the Windows uiParent conversion, I think. Now to test.Pietro Gagliardi
2015-04-12Some more uiParent migration.Pietro Gagliardi
2015-04-12Finished writing parent_windows.c.Pietro Gagliardi
2015-04-12Set up the foundation for the new Windows uiParent.Pietro Gagliardi
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 th...Pietro Gagliardi
2015-04-12Implemented uiTab on Mac OS X. It still doesn't quite work yet; switching fro...Pietro Gagliardi
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 wor...Pietro Gagliardi
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 calling...Pietro Gagliardi
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 future...Pietro Gagliardi
2015-04-11Implemented uiLabel on Windows. We need to make a somewhat big change to the ...Pietro Gagliardi
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 inste...Pietro Gagliardi
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 wrong...Pietro Gagliardi
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. Something...Pietro Gagliardi
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 c...Pietro Gagliardi
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
2015-04-11Cleaned up uiStack's data structures to use the stackControl structure instea...Pietro Gagliardi
2015-04-11Resolved snwprintf() issues once and for all. Thanks to cousteau, dorp, and k...Pietro Gagliardi
2015-04-11Decided to disable the initial parent window on Windows. If this causes probl...Pietro Gagliardi
2015-04-11More exposition.Pietro Gagliardi
2015-04-11Decided to keep the current Windows API padding rules. We can change it later...Pietro Gagliardi
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