Add input-focus support for System 7, where the Control Manager can't do
[u/mdw/putty] / mac / macctrls.c
2003-03-29 benAdd input-focus support for System 7, where the Control...
2003-03-28 benTidy up dlg_editbox_set() and implemen dlg_editbox_get...
2003-03-28 benDisplay half of a System 7 edit text CDEF, using TextEd...
2003-03-25 benRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-25 benUse CountMenuItems() rather than CountMItems() since...
2003-03-25 benAdd support for editbox controls on Mac OS 8, and for...
2003-03-24 benClean out some #ifdef'ed out junk.
2003-03-24 benInitialise the "next menu ID" counter for pop-up menus...
2003-03-24 benSlightly improve radio button layout to more closely...
2003-03-23 benAdd support for pop-up menus (drop-down lists in Window...
2003-03-21 benAdd crude support for multiple panels in the config...
2003-03-20 benPass a pointer to the entire dialog box structure to...
2003-03-19 benAdd support for drawing a ring around the default butto...
2003-03-18 benAdd support for changing the contents of a pre-Appearan...
2003-03-18 benTag the "Cancel" button appropriately, in case anyone...
2003-03-18 simonBig sprawling dialog-box commit covering all sorts...
2003-03-18 benMy First CDEF: A terribly trivial static text control...
2003-03-17 benPartial implementation of the platform-independent...