summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-18Fixed paintControlBackground() on Windows; there is no longera guarantee of ↵Pietro Gagliardi
every control being put on top of a container.
2014-10-18Implemented container.bounds() on Windows.Pietro Gagliardi
2014-10-18Fixed control positioning on GTK+. This will also "fix" control positioning ↵Pietro Gagliardi
on Windows; next commit.
2014-10-17Fixed GTK+ Area crash (damn typo). Now to figure out why everything is ↵Pietro Gagliardi
misplaced :D
2014-10-17Fixed compiler errors. Now to fix runtime errors! Woo!Pietro Gagliardi
2014-10-17Migrated GTK+ Tab. Now to test!Pietro Gagliardi
2014-10-17Migrated GTK+ Window.Pietro Gagliardi
2014-10-17Figured out what to do about containers in GTK+ and applied it to Group.Pietro Gagliardi
2014-10-17Readded containerResize() on GTK+; going to have to figure out how I'm going ↵Pietro Gagliardi
to do GTK+ size control...
2014-10-17Did most of the GTK+ migration.Pietro Gagliardi
2014-10-17Began the GTK+ backend migration. control_unix.go is migrated; Area overlay ↵Pietro Gagliardi
changes are done now so I don't forget later as well.
2014-10-17Cleaned up some code.Pietro Gagliardi
2014-10-17More TODOs.Pietro Gagliardi
2014-10-17Adjusted background painting code on Windows for the new container structure.Pietro Gagliardi
2014-10-17Forgot the modified test, oops.Pietro Gagliardi
2014-10-17Implemented Padded on Grid.Pietro Gagliardi
2014-10-17Implemented Padded in SImpleGrid.Pietro Gagliardi
2014-10-17Implemented Padded in Space.Pietro Gagliardi
2014-10-16Added margined to Group and reworked the test. Now for spacing.Pietro Gagliardi
2014-10-16Accidentally flipped margined logic on Group.Pietro Gagliardi
2014-10-16Marked group tabbing bug as fixed.Pietro Gagliardi
2014-10-16Implemented tabbing properly. Tab order still backwards.Pietro Gagliardi
2014-10-16More TODOs.Pietro Gagliardi
2014-10-16Forgot to size Grid and SimpleGrid's container properly. Fixed.Pietro Gagliardi
2014-10-16Fixed Tab page content positioning.Pietro Gagliardi
2014-10-16Made Tab containers children of the Tab.Pietro Gagliardi
2014-10-16Fixed preferred size forgetfulness.Pietro Gagliardi
2014-10-16More TODOs for real.Pietro Gagliardi
2014-10-16Actually we don't need to do anything to Tab right nwo...Pietro Gagliardi
2014-10-16More TODOs.Pietro Gagliardi
2014-10-16Added the sharedWndProc() spiel to Tab now that it stores Controls directly. ↵Pietro Gagliardi
Will need to add the same to Group.
2014-10-16Storing the *container in the Windows GWLP_USERDATA is no longer needed; ↵Pietro Gagliardi
strip it.
2014-10-16Removed containerResize() from container_windows.c; it no longer exists.Pietro Gagliardi
2014-10-16Fixed a small error in group_windows.go.Pietro Gagliardi
2014-10-16Removed the whole store**HWND spiel. No longer works properly (nil pointers ↵Pietro Gagliardi
woo).
2014-10-15Removed the dummy test program.Pietro Gagliardi
2014-10-15Fixed compiler errors.Pietro Gagliardi
2014-10-15Migrated the layout containers. No margins yet. If all goes well, though, ↵Pietro Gagliardi
this should be enough...
2014-10-15Migrated Table and Area. Almost done, I think???Pietro Gagliardi
2014-10-15Migrated Tab.Pietro Gagliardi
2014-10-15Migrated Group on Windows over.Pietro Gagliardi
2014-10-14Started the work for margins; implemented for Window.Pietro Gagliardi
2014-10-14Started the actual new container framework.Pietro Gagliardi
2014-10-14Documented the Label change.Pietro Gagliardi
2014-10-14Moved more of the basic controls over. Also an important change: all Labels ↵Pietro Gagliardi
are now Standalone. A separate Form layout container will be used for the purpose instead.
2014-10-14Started the new recontainerization..Pietro Gagliardi
2014-10-13More future plans.Pietro Gagliardi
2014-10-12Revert "Began making the spaced property per-container." Things are more ↵Pietro Gagliardi
complicated here than it's worth. Will need to tear everything apart and redo the whole control hierarchy. Sigh... This reverts commit ea391ef84109f42f7b5cf51b4976845e9320aa3f.
2014-10-11Began making the spaced property per-container.Pietro Gagliardi
2014-10-11Changed deprecated gdk_pixbuf_unref() call to g_object_unref() in GTK+ ↵Pietro Gagliardi
ImageList.