]> asedeno.scripts.mit.edu Git - PuTTY.git/history - mac/macctrls.c
Support for Windows PuTTY connecting straight to a local serial port
[PuTTY.git] / mac / macctrls.c
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2005-03-02 Owen DunnDraglists, implemented as up-down preference lists...
2005-02-20 Owen DunnSupport the drop-down menu part of the editbox control...
2005-02-19 Owen DunnGrey the titles of group boxes when the config box...
2005-02-15 Owen DunnGrouping boxes for the configuration dialogue. The...
2005-02-13 Owen DunnDisplay panel titles and grouping box titles.
2005-02-05 Owen DunnImplement refreshing the whole dialogue box with dlg_re...
2005-01-26 Owen DunnAdd a Change Settings dialogue box. Doesn't do anythin...
2003-05-10 Ben HarrisFinally, column spanning.
2003-05-10 Ben HarrisChange the way that panel-switching works so that we...
2003-05-10 Ben HarrisComment a few things I need to fix.
2003-04-14 Ben HarrisRemove all those horrid fprintfs.
2003-04-14 Ben HarrisSet the space required by a listbox sensibly as well.
2003-04-14 Ben HarrisMinor fixes:
2003-04-14 Ben HarrisDon't call GetColor() if we don't have Color Quickdraw...
2003-04-14 Ben HarrisSupport for colour selection in the Mac OS.
2003-04-14 Ben HarrisKeyboard events in Mac OS 8 list boxes should generate...
2003-04-13 Ben HarrisAdd a list box to the config dialogue to switch between...
2003-04-13 Ben HarrisSupport for list boxes under System 7. There are some...
2003-04-06 Ben HarrisTo avoid gratuitous flicker, if a control already has...
2003-04-05 Ben HarrisAdd support for list boxes in Mac OS 8. Not entirely...
2003-04-05 Ben HarrisOn System 7, draw the default ring in grey if the windo...
2003-04-05 Ben HarrisHandle Return and Escape keys in dialogue box, triggeri...
2003-04-05 Ben HarrisCope with NULL labels in every control where it makes...
2003-04-05 Ben HarrisSend EVENT_VALCHANGE when a System 7 editbox gets typed in.
2003-04-05 Ben HarrisImplement dlg_end().
2003-04-03 Ben HarrisImplement columns, based loosely on Simon's Windows...
2003-03-30 Ben HarrisCorrect the size of editboxes under Mac OS 8.
2003-03-30 Ben HarrisCrude keyboard support for System 7 editboxes.
2003-03-29 Ben HarrisMove the Mac port over to using snew/snewn/sresize.
2003-03-29 Ben HarrisConvert the System 7 static text control to be a read...
2003-03-29 Ben HarrisAdd support for labels on editboxes and radios.
2003-03-29 Ben HarrisAdd input-focus support for System 7, where the Control...
2003-03-28 Ben HarrisTidy up dlg_editbox_set() and implemen dlg_editbox_get...
2003-03-28 Ben HarrisDisplay half of a System 7 edit text CDEF, using TextEd...
2003-03-25 Ben HarrisRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-25 Ben HarrisUse CountMenuItems() rather than CountMItems() since...
2003-03-25 Ben HarrisAdd support for editbox controls on Mac OS 8, and for...
2003-03-24 Ben HarrisClean out some #ifdef'ed out junk.
2003-03-24 Ben HarrisInitialise the "next menu ID" counter for pop-up menus...
2003-03-24 Ben HarrisSlightly improve radio button layout to more closely...
2003-03-23 Ben HarrisAdd support for pop-up menus (drop-down lists in Window...
2003-03-21 Ben HarrisAdd crude support for multiple panels in the config...
2003-03-20 Ben HarrisPass a pointer to the entire dialog box structure to...
2003-03-19 Ben HarrisAdd support for drawing a ring around the default butto...
2003-03-18 Ben HarrisAdd support for changing the contents of a pre-Appearan...
2003-03-18 Ben HarrisTag the "Cancel" button appropriately, in case anyone...
2003-03-18 Simon TathamBig sprawling dialog-box commit covering all sorts...
2003-03-18 Ben HarrisMy First CDEF: A terribly trivial static text control...
2003-03-17 Ben HarrisPartial implementation of the platform-independent...