Support for Windows PuTTY connecting straight to a local serial port
[u/mdw/putty] / mac / macctrls.c
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2005-03-02 owenDraglists, implemented as up-down preference lists...
2005-02-20 owenSupport the drop-down menu part of the editbox control...
2005-02-19 owenGrey the titles of group boxes when the config box...
2005-02-15 owenGrouping boxes for the configuration dialogue. The...
2005-02-13 owenDisplay panel titles and grouping box titles.
2005-02-05 owenImplement refreshing the whole dialogue box with dlg_re...
2005-01-26 owenAdd a Change Settings dialogue box. Doesn't do anythin...
2003-05-10 benFinally, column spanning.
2003-05-10 benChange the way that panel-switching works so that we...
2003-05-10 benComment a few things I need to fix.
2003-04-14 benRemove all those horrid fprintfs.
2003-04-14 benSet the space required by a listbox sensibly as well.
2003-04-14 benMinor fixes:
2003-04-14 benDon't call GetColor() if we don't have Color Quickdraw...
2003-04-14 benSupport for colour selection in the Mac OS.
2003-04-14 benKeyboard events in Mac OS 8 list boxes should generate...
2003-04-13 benAdd a list box to the config dialogue to switch between...
2003-04-13 benSupport for list boxes under System 7. There are some...
2003-04-06 benTo avoid gratuitous flicker, if a control already has...
2003-04-05 benAdd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 benOn System 7, draw the default ring in grey if the windo...
2003-04-05 benHandle Return and Escape keys in dialogue box, triggeri...
2003-04-05 benCope with NULL labels in every control where it makes...
2003-04-05 benSend EVENT_VALCHANGE when a System 7 editbox gets typed in.
2003-04-05 benImplement dlg_end().
2003-04-03 benImplement columns, based loosely on Simon's Windows...
2003-03-30 benCorrect the size of editboxes under Mac OS 8.
2003-03-30 benCrude keyboard support for System 7 editboxes.
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-03-29 benConvert the System 7 static text control to be a read...
2003-03-29 benAdd support for labels on editboxes and radios.
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...