Commit Graph

20 Commits

Author SHA1 Message Date
Pietro Gagliardi 3af991651d Changed box.c to use ptrArray for maintaining controls. This also fixes crashes in uiControlDestroy() due to not removing the controls from the box's list and unparenting causing an update. 2015-05-07 22:52:27 -04:00
Pietro Gagliardi e6e1d7ef6e Changed uiBox's controls array to an array of pointers. This is transitional; we move it to ptrArray next. 2015-05-07 22:36:32 -04:00
Pietro Gagliardi d6aeb3c0a7 Added a test for controls that aren't initially visible. More TODOs. 2015-05-07 16:33:33 -04:00
Pietro Gagliardi 2107595ce7 "Exported" uiSizing fields. 2015-05-07 14:33:46 -04:00
Pietro Gagliardi bb617883d1 "Fixed" box padded application bug on Windows; more related TODOs. 2015-05-07 12:24:02 -04:00
Pietro Gagliardi a944e32f4e Even more TODO refinement. 2015-05-07 10:30:26 -04:00
Pietro Gagliardi 74a8508f4a Even more TODO updates. 2015-05-07 10:27:00 -04:00
Pietro Gagliardi 73be30984e Some TODO updates. 2015-05-07 10:19:47 -04:00
Pietro Gagliardi 08a1fc7480 Updated some TODOs. 2015-05-07 00:31:54 -04:00
Pietro Gagliardi 68a1cfb199 More TODOs. Sigh... 2015-05-04 16:34:03 -04:00
Pietro Gagliardi 1c62c04786 Partially fixed box updating issues by actually monitoring parent containers in uiBox. 2015-05-04 16:25:43 -04:00
Pietro Gagliardi 80b82b7698 Got rid of the typedef struct box box; and typedef struct boxControl boxControl; from box.c, for consistency. 2015-05-04 15:37:03 -04:00
Pietro Gagliardi bdbf72e69f Removed memory management TODOs; that's already in TODO.md under array.c. 2015-05-04 15:10:03 -04:00
Pietro Gagliardi dfbc8d439e Added uiControlSysFunc() to box.c. 2015-05-04 00:48:59 -04:00
Pietro Gagliardi fd4c559e86 Removed the typename argument from uiAlloc() and uiRealloc(). 2015-05-03 19:52:24 -04:00
Pietro Gagliardi a036632795 Re-connected Windows events. More TODOs. 2015-04-29 19:17:26 -04:00
Pietro Gagliardi 4c75b4fb3a More TODOs. 2015-04-29 14:30:15 -04:00
Pietro Gagliardi 6c6bce3702 Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
Pietro Gagliardi bf401201f9 Removed a whole bunch of files from the old source tree. 2015-04-28 13:51:13 -04:00
Pietro Gagliardi c3adfb7225 Changed uiStack to uiBox. 2015-04-20 10:19:25 -04:00