Commit Graph

18 Commits

Author SHA1 Message Date
Pietro Gagliardi f607b428a3 Actually we don't need to do anything to Tab right nwo... 2014-10-16 14:18:58 -04:00
Pietro Gagliardi c1443855d5 More TODOs. 2014-10-16 14:12:02 -04:00
Pietro Gagliardi c920946898 Added the sharedWndProc() spiel to Tab now that it stores Controls directly. Will need to add the same to Group. 2014-10-16 14:11:28 -04:00
Pietro Gagliardi a1f9dca68c Storing the *container in the Windows GWLP_USERDATA is no longer needed; strip it. 2014-10-16 14:09:11 -04:00
Pietro Gagliardi 6cefa04d71 Removed containerResize() from container_windows.c; it no longer exists. 2014-10-16 14:06:02 -04:00
Pietro Gagliardi 3316386c2a Fixed a small error in group_windows.go. 2014-10-16 13:55:05 -04:00
Pietro Gagliardi b27671740d Removed the whole store**HWND spiel. No longer works properly (nil pointers woo). 2014-10-16 13:53:05 -04:00
Pietro Gagliardi e78624f057 Removed the dummy test program. 2014-10-15 13:33:53 -04:00
Pietro Gagliardi 0e32aff30b Fixed compiler errors. 2014-10-15 13:30:35 -04:00
Pietro Gagliardi 6b2dac4200 Migrated the layout containers. No margins yet. If all goes well, though, this should be enough... 2014-10-15 12:57:08 -04:00
Pietro Gagliardi d6b7a0d8c2 Migrated Table and Area. Almost done, I think??? 2014-10-15 11:39:57 -04:00
Pietro Gagliardi 7e0a8968c1 Migrated Tab. 2014-10-15 11:17:34 -04:00
Pietro Gagliardi aed71fa5d4 Migrated Group on Windows over. 2014-10-15 10:12:36 -04:00
Pietro Gagliardi b6991d9b12 Started the work for margins; implemented for Window. 2014-10-14 22:04:32 -04:00
Pietro Gagliardi 8fd3e653d1 Started the actual new container framework. 2014-10-14 20:31:35 -04:00
Pietro Gagliardi 93f0882991 Documented the Label change. 2014-10-14 15:31:57 -04:00
Pietro Gagliardi abdbec2449 Moved more of the basic controls over. Also an important change: all Labels are now Standalone. A separate Form layout container will be used for the purpose instead. 2014-10-14 15:29:59 -04:00
Pietro Gagliardi eef3e1136b Started the new recontainerization.. 2014-10-14 15:17:35 -04:00