summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-27Fixed Group on Windows not sending events to children. I /think/ we're done ↵Pietro Gagliardi
with container madness on the Windows backend...
2014-10-27Removed the gouicontainer window class from the Windows backend; it is no ↵Pietro Gagliardi
longer needed.
2014-10-26Added sharedWndProc() to Tab on Windows.Pietro Gagliardi
2014-10-26Removed container from SimpleGrid and Grid. This is necessary to do now, ↵Pietro Gagliardi
alas; the Windows gouicontainers left over weren't being hidden, causing undesirable Tab behavior.
2014-10-26De-container-ized Stack.Pietro Gagliardi
2014-10-26Reverted to resizing all tabs equally; keeps code simple.Pietro Gagliardi
2014-10-26Got rid of Tab's use of container on Windows.Pietro Gagliardi
2014-10-26Reimplemented Control.containerShow()/Control.containerHide(). Will be ↵Pietro Gagliardi
needed to fully move Tab on Windows away from container.
2014-10-26More TODOs.Pietro Gagliardi
2014-10-26Began migrating the Windows code away from using container entirely. This is ↵Pietro Gagliardi
going to be a mess for Tab... hopefully only a short-term one.
2014-10-25Laid out the groundwork for MORE improvement...Pietro Gagliardi
2014-10-25Improved non-margined filled Group margins on Windows.Pietro Gagliardi
2014-10-25More future plans.Pietro Gagliardi
2014-10-24README typo fixes.Pietro Gagliardi
2014-10-24README updates.Pietro Gagliardi
2014-10-24Removed controlbase.sh; we don't need it anymore.Pietro Gagliardi
2014-10-24Used the alignment rect instead of the frame for laying out and sizing ↵Pietro Gagliardi
controls on Mac OS X. Also updated the future plans document.
2014-10-24More TODOs.Pietro Gagliardi
2014-10-24More critical TODOs.Pietro Gagliardi
2014-10-24Added Mac OS X Textbox Go-side implementation. Doesn't quite work yet.Pietro Gagliardi
2014-10-24Started the OS X implementation of Textbox.Pietro Gagliardi
2014-10-23Implemented Textbox on GTK+.Pietro Gagliardi
2014-10-23Added Textbox and implemented it on Windows.Pietro Gagliardi
2014-10-22More TODOs.Pietro Gagliardi
2014-10-21More compatibility documentation.Pietro Gagliardi
2014-10-21More image list refinements.Pietro Gagliardi
2014-10-21Started adding image support.Pietro Gagliardi
2014-10-21More TODOs.Pietro Gagliardi
2014-10-21More TODOs.Pietro Gagliardi
2014-10-21Started the work for horizontal scrolling.Pietro Gagliardi
2014-10-21Added a second column, drew stuff in it, and assorted other changes.Pietro Gagliardi
2014-10-21Removed a bunch of flicker from header resizing.Pietro Gagliardi
2014-10-21Implemented live column size changing.Pietro Gagliardi
2014-10-20Implemented text cell drawing.Pietro Gagliardi
2014-10-20Fixed click to select for the header bar.Pietro Gagliardi
2014-10-20Reimplemented header scrolling.Pietro Gagliardi
2014-10-20Undid all the scrolling muckery. Going to need to figure this out for real...Pietro Gagliardi
2014-10-20More header bar stuff.Pietro Gagliardi
2014-10-20Tried to set up the viewport for the header area. Drawing still not done.Pietro Gagliardi
2014-10-20More TODOs.Pietro Gagliardi
2014-10-20Started writing the new Table's header.Pietro Gagliardi
2014-10-20Added keyboard selection changes.Pietro Gagliardi
2014-10-20Implemented focus coloring and redrawing.Pietro Gagliardi
2014-10-20Added click to select items. Also finished the implementation of WM_SETFONT.Pietro Gagliardi
2014-10-20Numbered each of the sample items.Pietro Gagliardi
2014-10-20More TODOs.Pietro Gagliardi
2014-10-20Implemented mouse-wheel scrolling.Pietro Gagliardi
2014-10-19Fixed the last of the redrawing issues.Pietro Gagliardi
2014-10-19Scrolling mostly works now...Pietro Gagliardi
2014-10-19Worked on vertical scrolilng. Not done.Pietro Gagliardi