]> git.saurik.com Git - wxWidgets.git/history - include/wx/mac
fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)
[wxWidgets.git] / include / wx / mac /
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-09  Stefan Csomorclipboard extension
2003-01-29  Stefan Csomormoving all string conversions to private.h
2003-01-29  Stefan Csomormoving all string conversions here
2003-01-28  Gilles Depeyrotmoved definition of TARGET_CARBON to generated setup...
2003-01-28  Stefan CsomorCarbon Events
2003-01-28  Stefan Csomorformatting
2003-01-28  Stefan CsomorwxMenu Review, added Carbon Events and full OSX Support
2003-01-28  Stefan Csomornot needed anymore
2003-01-17  Stefan Csomorinclude needed for CFString conversion routines (param...
2003-01-17  Stefan CsomorGet/SetNoAntiAliasing implemented
2003-01-16  Stefan Csomorrenaming because of conflicts with base Create::
2003-01-15  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_4
2003-01-13  Stefan Csomorcursor functionality expanded
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-11  Stefan Csomoradded conversion function to CFStringRefs
2003-01-11  Stefan Csomorremoved commented out snippets
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-17  Robin DunnAdded missing #if wxUSE_WAVE
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Gilles Depeyrotavoid warning for duplicate defined wxEntry when compil...
2002-09-02  Gilles Depeyrotuse "..." for wx includes instead of <...>
2002-09-01  Gilles Depeyrotadded wxSpinCtrl::SetSelection method
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-25  Stefan Csomoradded forcing to image conversion to always attempt...
2002-08-24  Stefan Csomoradded new default handlers for open/print events, remov...
2002-08-21  Stefan CsomorI think this is now defined in the common accel.h,...
2002-08-20  Julian SmartOpenGL off by default on Mac, correct scripts to
2002-08-14  Stefan Csomorattempt to bring event system in synch with MSW
2002-08-14  Stefan Csomorseparated modifier keys handling in order to distinct...
2002-08-13  Stefan Csomoradded new method MacSetupCursor
2002-08-10  Stefan Csomoradded control action for redraws (classic only)
2002-08-10  Stefan Csomoradded clipping code for controls
2002-08-03  Stefan Csomoradded option for getting visible region w/o children...
2002-08-02  Stefan Csomoradded a MacUpdateDimensions callback for DoMoveWindow
2002-08-02  Stefan Csomorseparate mac implementation
2002-08-02  Stefan Csomoradded a MacUpdateDimensions callback for DoMoveWindow
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-07-25  Stefan Csomorremoved virtual modifier from Command handlers, added...
2002-07-20  Stefan Csomoradded Mark Newsam's patch
2002-07-19  Julian SmartApplied patch [ 573644 ] wxDisplay for Mac (again)
2002-06-29  Gilles Depeyrotrename method to prevent collision with some BSD defini...
2002-06-21  Stefan Csomorfactored out key handling for better integrating with...
2002-06-05  Gilles Depeyrotapplied SourceForge patch # 544164 (hidden virtual...
2002-06-04  Vadim Zeitlinadded default parameter values to the overloaded Show...
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 Csomoradded accessors for last focus
2002-05-23  Robert Roebling Redirect SetFocus Part II.
2002-05-21  Stefan Csomoradded hide/show
2002-05-20  Stefan Csomorcarbon event handlers
2002-05-20  Stefan CsomorCarbon-Standard conversion
2002-05-20  Stefan CsomorDan 'Bud' Keith's Implementation
2002-05-20  Stefan CsomorOnInit for adding carbon event handlers
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-05-17  Stefan Csomoradded GetApplicationScript for non Carbon builds
2002-05-15  Julian SmartAdded missing const for operator !=
2002-05-15  Gilles Depeyrotapplied copy constructor fix to assignment operator...
2002-05-11  Stefan Csomorexposed background theme
2002-05-11  Stefan CsomorDrawParagraph changed
2002-05-11  Stefan Csomorcommon value change method
2002-05-11  Stefan Csomoradded keyboard focus & typein
2002-05-08  Stefan Csomoradded rtti to tooltip, mlte implementation to textctrl
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
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-06  Vadim Zeitlinadded wxCheckBox::IsChecked() to wxMac and documented it
2002-05-05  Gilles Depeyrotimproved opening/closing of shared library resources...
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-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-28  Gilles Depeyrotderive wxBitmapButton from wxBitmapButtonBase
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-16  Stefan Csomoradded patch for theme savvy checkbox metrics
2002-04-11  Stefan CsomorRemoveChild added for correct disposal of scrollbar
2002-04-07  Gilles Depeyrotremoved unnecessarily overridden wxControl method
2002-04-07  Gilles Depeyrotremoved unused enum
2002-03-27  Vadim Zeitlinremoved a few warnings and CW compilation problems...
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Gilles Depeyrotminimum changes required for toolbar text related changes
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Gilles Depeyrotadded missing consts
2002-02-19  Stefan Csomoradded default style wxFRAME_TOOL_WINDOW to creation
2002-02-16  Stefan Csomornew bitmap creation code for mac
2002-02-14  Stefan Csomoradded .inited comparison as suggested by John McPherso...
2002-01-20  Stefan Csomornew static structure for using the correct resource...
2002-01-20  Stefan Csomorexport statement needed
2002-01-20  Stefan Csomorpreparation for separated menu items
2002-01-20  Stefan Csomorchanged the usage of the member vars to be more consistent
2002-01-20  Stefan Csomoradded new constructor for wxpython
2002-01-19  Vadim ZeitlinCapture/ReleaseMouse() prefixed with Do for the other...
2002-01-18  Vadim ZeitlinIFF support off by default
2002-01-15  Robert Roebling Added IFF handler.
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2002-01-11  Gilles Depeyrotadded missing const for Apple DevTools
2002-01-11  Robert RoeblingMove notebook size code for mac to mac/notebook.cpp
next