]> git.saurik.com Git - wxWidgets.git/history - src/mac
OS/2 Update
[wxWidgets.git] / src / mac /
2002-07-20  Stefan Csomoradded Mark Newsam's patch
2002-07-19  Julian SmartApplied patch [ 573644 ] wxDisplay for Mac (again)
2002-07-15  Julian SmartStripped menu control characters from buttons, static...
2002-07-14  Robert Roebling Let wxToolBar assume that no orientation flag means...
2002-07-14  Robert Roebling Corrected display for empty lines in text control.
2002-07-14  Robert Roebling Convert to and from \n and \r in wxMac's text
2002-07-14  Gilles Depeyrotremoved unused variable
2002-07-14  Gilles Depeyrotadded unimplemented error messages
2002-07-14  Gilles Depeyrotadded unimplemented error message
2002-07-14  Gilles Depeyrotadded unimplemented message
2002-07-14  Gilles Depeyrotexplicitly raise modal dialogs in case a non modal...
2002-07-06  Robin DunnAllow wxSTC to have scrollbars
2002-07-04  Stefan Csomoronly fowarding events if there is a focus window
2002-06-29  Gilles Depeyrotrename method to prevent collision with some BSD defini...
2002-06-29  Gilles Depeyrotimproved error messages
2002-06-29  Gilles Depeyrotkeep name of wxmac icon for application bundles unstead...
2002-06-24  Stefan Csomorcorrected scoping
2002-06-24  Stefan Csomorsupport for arbitrary backgrounds via suppressing the...
2002-06-23  Gilles Depeyrotcorrected printf format strings
2002-06-23  Gilles Depeyrotimproved memory liberation (explicitly set to NULL...
2002-06-23  Gilles Depeyrotcorrected warnings for unused parameters
2002-06-21  Stefan Csomorswitch back to non appearance fonts until problems...
2002-06-21  Stefan Csomorchanged key handling to new carbon-savvy implementation
2002-06-21  Stefan Csomorrouting key events to new app routine
2002-06-21  Stefan Csomorchanged handling to skip in order to have default handl...
2002-06-21  Stefan Csomortake out key handling at control level, we'll remove...
2002-06-21  Stefan Csomorcorrected Appearance measuring routines
2002-06-17  Stefan Csomorusing Theme layout for measuring as well
2002-06-14  Robin DunnMissing ;
2002-06-13  Stefan Csomoradapted to new ..internal structure
2002-06-05  Gilles Depeyrotapplied SourceForge patch # 544164 (hidden virtual...
2002-05-31  Robert Roebling Added global skope too FinControl()
2002-05-28  Vadim Zeitlinadded consts to wxAcceleratorTable ctors from wxAcceler...
2002-05-27  Robin DunnFixed wxMac's wxStaticText::SetFont to behave like...
2002-05-26  Stefan Csomormake sure we are removing ourselves from the focus...
2002-05-23  Robert Roebling The combobox didn't like empty strings at all. It
2002-05-23  Robert Roebling Redirect wxComboBox::SetFocus to its text field Part I.
2002-05-23  Robert Roebling wxButtons no longer leave junk on dialogs when moved.
2002-05-21  Stefan Csomorsurvive delete within Notify
2002-05-21  Stefan Csomorshow/hide via moving
2002-05-21  Stefan Csomorinitial value set
2002-05-20  Stefan Csomorcarbon event handlers for app level
2002-05-20  Stefan CsomorDan 'Bud' Keith's implementation
2002-05-20  Stefan Csomorremoved internal carbon events handlers, switch to...
2002-05-20  Stefan Csomoradded carbon event handlers
2002-05-20  Stefan Csomorchanging the focus part code
2002-05-20  Stefan Csomorcorrected initialization order of MLTE
2002-05-19  Stefan Csomorcorrected direction when sending events
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-17  Stefan Csomorconditionalized theme box drawing
2002-05-17  Stefan Csomorautoresize upon setting new bitmap
2002-05-17  Stefan Csomorfixed wxScreenDC for X
2002-05-17  Stefan Csomortitle-less windows also for windows
2002-05-17  Stefan Csomorusing QD Text under non OSX
2002-05-17  Stefan Csomorworking closer to proper MLTE support under OSX
2002-05-17  Stefan Csomorno event upon changing value only anymore
2002-05-17  Stefan Csomorconditials for TARGET_CARBON when drawing using appeara...
2002-05-17  Stefan Csomorchanged char event handling for ctrl-chars and skipped...
2002-05-15  Julian SmartCheck for null return value in wxClientDC constructor
2002-05-15  Gilles Depeyrotapplied copy constructor fix to assignment operator...
2002-05-14  Julian SmartFixed double deletion in region iterator
2002-05-14  Julian SmartInitialized the controls on the widgets spinbutton...
2002-05-11  Stefan Csomorappearance box drawing
2002-05-11  Stefan Csomorappearance fonts
2002-05-11  Stefan Csomorkey handling
2002-05-11  Stefan Csomorcorrected background
2002-05-11  Stefan Csomorcommon value changed code for spinbutton
2002-05-11  Stefan Csomorfixed redrawing bug
2002-05-11  Stefan Csomoradded carbon events for navigation keys, size corrections
2002-05-11  Stefan Csomortooltip displaying correct background under OSX , antia...
2002-05-11  Stefan Csomortoplevel native window disposal in deferred delete...
2002-05-11  Stefan Csomorchanged initialization of TXN in order to avoid crashes...
2002-05-11  Stefan Csomornative window disposal is moved to deferred delete...
2002-05-11  Stefan Csomorcorrected appeaance of boxes und OSX
2002-05-08  Stefan Csomorfixed casting for X
2002-05-08  Stefan Csomoradded spinctrl to be ignored when clicked (otherwise...
2002-05-08  Stefan Csomordisplay rect fixed
2002-05-08  Stefan Csomoronly use tool window style for floating windows, no...
2002-05-08  Stefan Csomoradded mlte initialization
2002-05-08  Stefan Csomoradded mlte implementation
2002-05-08  Stefan Csomoradded rtti info (python problem)
2002-05-08  Gilles Depeyrotregenerated for new build.h file
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-05  Gilles Depeyrotimproved opening/closing of shared library resources...
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-05  Robert Roebling Corrected double clicks (always on the same window).
2002-05-04  Robert Roebling Added screen design to system settings for
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-05-03  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-03  Gilles Depeyrotapplied solution derived from SourceForge patch # 54691...
2002-05-03  Gilles Depeyrotcorrected warnings and removed useless extern declaration
2002-05-02  Stefan Csomorcorrected DoDrawPoint
2002-04-29  Stefan Csomorsetting the correct event object for EVT_ENTER_WINDOW...
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-28  Gilles Depeyrotderive wxBitmapButton from wxBitmapButtonBase
2002-04-27  Gilles Depeyrotignore process serial number command line argument...
2002-04-26  Stefan Csomorcorrected wxMacSetColorTableEntry (although it is not...
next