]> git.saurik.com Git - wxWidgets.git/history - src/mac
fixed bug with using wxCommandEvent::GetInt() instead of GetId()
[wxWidgets.git] / src / mac /
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-24  Gilles Depeyrotadded missing check for wxUSE_JOYSTICK
2001-05-23  Stefan Csomoradded mouse down before activate event in background...
2001-05-23  Stefan Csomorscrollbar fixes and workaround for redraw problems...
2001-05-23  Stefan Csomorscrollbar fixes
2001-05-17  Stefan Csomorfixed wxWindow::SetCursor( wxNullCursor) for mac
2001-05-16  Gilles Depeyrotcorrection for Mac OS X (M_PI is already defined)
2001-05-16  Stefan Csomoricon support moved to wxBitmap, allowing for fully...
2001-05-16  Stefan Csomorworkaround for notebook/tabctrl redraw bug, it is now...
2001-05-16  Stefan Csomorcorrected loop for calculating the proper updatergn...
2001-05-13  Gilles Depeyrotapplied SourceForge patch #423532
2001-05-11  Robert RoeblingCorrected wxToolBar::ToolSetBitmapSize()
2001-05-11  Stefan Csomorcorrected eventual endless loop
2001-05-11  Stefan Csomorcorrected control update code
2001-05-11  Stefan Csomorcorrected control update code
2001-05-11  Stefan Csomorredraw problems fix
2001-05-11  Stefan Csomormaintaining 8.1 compat (defining 8.5 calls)
2001-05-10  Gilles Depeyrotconditional compilation for Universal Interfaces (3...
2001-05-10  Gilles Depeyrotconditional compilation for Universal Interfaces (3...
2001-05-10  Gilles Depeyrotcorrected conditional compilation for Universal Interfa...
2001-05-10  Gilles Depeyrotactivate new xpm handler under Classic Mac OS after...
2001-05-10  Stefan Csomorcorrected redraw problems in controls (the erroneusly...
2001-05-10  Stefan Csomorcorrected a bug in dc which resetted the port , exchang...
2001-05-08  Stefan CsomorwxRadioBox fixed on mac
2001-05-08  Gilles Depeyrotadded const for Mac OS X compilation
2001-05-08  Gilles Depeyrotremoved useless file (notebmac.cpp is the one that...
2001-05-08  Stefan Csomorchanged port handling
2001-05-08  Gilles Depeyrotadded CreateFromXpm method that uses image xpm decoder
2001-05-08  Gilles Depeyrotadded definition/initialisation of static class member
2001-05-08  Stefan Csomormac fixes part II
2001-05-08  Stefan Csomormac fixes
2001-05-06  Gilles Depeyrotadded clientcontext variable to Open Transport initiali...
2001-05-06  Gilles Depeyrotapplied correction from Marc Newsam in calculations...
2001-05-01  Gilles Depeyrotadded xpmdecod files
2001-05-01  Gilles Depeyrotapplied SourceForge patch #419884 from Marc Newsam
2001-05-01  Stefan Csomorcorrected event handling according to current msw/gtk...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-28  Robert RoeblingImplement wxRB_GROUP
2001-04-28  Gilles Depeyrotadded common imagxpm files
2001-04-28  Gilles Depeyrotcorrections for Mac OS X
2001-04-28  Gilles Depeyrotcorrections for modifications made to common mimetype...
2001-04-19  Gilles DepeyrotCorrections for Mac OS X
2001-04-18  Gilles Depeyrotremoved unused files so that makefile VPATH works under...
2001-04-14  Gilles Depeyrotadded spinctrl and corrected list of files for Mac...
2001-04-13  Gilles Depeyrotadded spinctrl implementation
2001-04-12  Stefan Csomorcorrected cw6 project files and other small problems
2001-04-12  Stefan Csomorcorrected cw6 project files and other small problems
2001-04-12  Stefan Csomorcorrected cw6 project files
2001-04-09  Gilles Depeyrotremoved case conflicting file
2001-04-07  Gilles Depeyrotpreliminary file list for Mac OS X compilation
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-03-04  Stefan Csomorcorrected redraw problems with native controls
2001-03-04  Stefan Csomor correct window class attribution (was wrong in carbon)
2001-03-04  Stefan Csomorchanged choice to properly inherit from wxChoiceBase...
2001-03-03  Stefan Csomormac changes : wxDC - removed doubly defined vars (inher...
2001-03-02  Robert RoeblingImplemented wxStaticLine under Mac. I thought I had
2001-03-01  Stefan Csomorfinal adjustements to wxToolbar to make it layout as...
2001-02-28  Stefan Csomoradded new focus behaviour (like MSW) and toolbar fixes
2001-02-28  Stefan Csomordefault window creation algorithm for mac platform...
2001-02-28  Stefan Csomortoolbars are now possible in any window
2001-02-28  Stefan Csomoradded menubar update OnActivate for multiple frames...
2001-02-28  Stefan Csomorcorrected hiding/showing of native mac controls
2001-02-27  Stefan Csomorcorrected the invalidation when resizing windows (was...
2001-02-27  Stefan Csomoradded calls for invalidating the dc setup on mac explic...
2001-02-26  Robert RoeblingwxMac:
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-21  Stefan Csomorthe carbon resource tag
2001-02-21  Stefan Csomorcorrected an superfluous initfloatingwindows call in...
2001-02-20  Gilles Depeyrotdo not perform Gestalt tests under Mac OS X
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2001-02-08  Stefan Csomorupdated mac sources (CW 5.3 working , CW6 still having...
2001-02-04  Gilles Depeyrotignore CodeWarrior build directory and files produced...
2001-01-30  Gilles Depeyrotchanged argument types (replaced long with wxCoord)
2001-01-30  Gilles Depeyrotcorrected indentation
2001-01-30  Gilles Depeyrotadded missing return type (implicit int no longer accep...
2001-01-30  Gilles Depeyrotremoved unused variables
2001-01-27  Gilles Depeyrotmodified macintosh ifdef compilations to also test...
2001-01-27  Gilles Depeyrotcorrections related to event.h modifications
2001-01-26  Gilles Depeyrotcorrection to maintain data array in synch with string...
2001-01-20  Gilles Depeyrotapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-12-10  Stefan Csomorcw6 makefiles (makemac6.mcp)
2000-12-10  Stefan Csomoradded cw6 fixes and patrick's patches
2000-12-10  Stefan Csomoradded cw6 fixes and patrick's patches
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-08-19  Robert RoeblingAdded child window scrolling
2000-08-14  Stefan Csomortransparent xpm bitmaps added, thread support finished
2000-08-10  Stefan CsomorwxMac merge
2000-08-10  Stefan CsomorwxMac merge
2000-08-09  Stefan Csomormerge with latest sources
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-02-15  Václav Slavíkadded wxSYS_COLOUR_LISTBOX
2000-01-23  Václav Slavíkadded wxFileType::GetMimeTypes
2000-01-19  Václav Slavíkmimetype.cpp/.h split into unix,mac,msw
2000-01-16  Václav SlavíkwxNativeEncoding::To/FromString now stores wxFontEncodi...
2000-01-13  Stefan Csomormac updates and msw bitmapdrawing on printer
next