summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2014-10-11More attempted GTK+ Popover work.Pietro Gagliardi
2014-10-11Started the real GTK+ Popover implementation.Pietro Gagliardi
2014-10-11More future plans.Pietro Gagliardi
2014-10-11Moved the Windows Popover stuff out of the way and renamed its folder to ↵Pietro Gagliardi
just popover/; I'll continue the GTK+ experiments here.
2014-10-11Integrated the extracted Popover code with the Windows Popover.Pietro Gagliardi
2014-10-11Started splitting out the Popover platform-independent code.Pietro Gagliardi
2014-10-11More future plans.Pietro Gagliardi
2014-10-10More GTK+ Popover work. I should probably make this a proper widget.Pietro Gagliardi
2014-10-10Removed stray TODOs.Pietro Gagliardi
2014-10-10Fixed some Windows Popover redraw issues.Pietro Gagliardi
2014-10-10More TODOs.Pietro Gagliardi
2014-10-10Started the logic for proper positioning of the Popover on Windows.Pietro Gagliardi
2014-10-10Started the replacement GTK+ Popover.Pietro Gagliardi
2014-10-10Fixed up the Windows Popover so that it can point in any direction and the ↵Pietro Gagliardi
client area adjusts itself properly.
2014-10-10More Windows popover error checking and bug fixes.Pietro Gagliardi
2014-10-10Genericized the popover code to allow pointing in any direction and at any ↵Pietro Gagliardi
point. This only affects the shaping; everything else needs to be done now.
2014-10-10Switched to using Polyline() in the Windows Popover code.Pietro Gagliardi
2014-10-10More Windows popover error checking.Pietro Gagliardi
2014-10-10Started handling errors in the Windows Popover code. Also more TODOs.Pietro Gagliardi
2014-10-09Drew the Windows popover background.Pietro Gagliardi
2014-10-09Fixed the big drawing issues for the Windows popover.Pietro Gagliardi
2014-10-09More popover test code.Pietro Gagliardi
2014-10-09More Windows popover work.Pietro Gagliardi
2014-10-09More work on the Windows popover.Pietro Gagliardi
2014-10-09Shifted things around in the Windows popover to properly build client rect ↵Pietro Gagliardi
sizes.
2014-10-09Improved arrow shape in the Windows popover.Pietro Gagliardi
2014-10-09More TODOs.Pietro Gagliardi
2014-10-09Merge branch 'master' of github.com:andlabs/uiPietro Gagliardi
2014-10-09Reshaped the Windows popover.Pietro Gagliardi
2014-10-09Wrote the initial implementaiton of a Windows Popover.Pietro Gagliardi
2014-10-07Merge pull request #34 from ode79/patch-1Pietro Gagliardi
Link to tutorial in README.md (thanks to ode79)