Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / mac / carbon / app.cpp
2003-09-09  Stefan CsomorwxID_PREFERENCES added
2003-09-09  Robert Roebling Applied patch for better sizing of bitmap buttons.
2003-08-31  Stefan CsomorCarbon Event Mouse Moved handler changes
2003-08-26  Robin DunnWXMAKINGDLL --> WXMAKINGDLL_CORE and also fixed name...
2003-08-18  Vadim Zeitlindeleted unused variable
2003-08-17  Stefan Csomorseveral patches and extensions
2003-08-17  Stefan Csomortextcontrol handling change for mac (execute event...
2003-08-04  Vadim Zeitlincompilation fixes
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-11  Stefan Csomorcodewarrior fixes
2003-07-10  Vadim Zeitlinpreliminary implementation of wxEVT_MENU_OPEN/CLOSE...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-04  Stefan Csomorflag removed
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Gilles Depeyrotminor corrections for compilation with gcc 3.3 (use...
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-19  David ElliottIn wxApp::OnIdle() check to see if there is not a curre...
2003-06-07  Stefan Csomorcast correction Profiler
2003-05-22  Stefan Csomordeactivating wxSTAY_ON_TOP patch
2003-05-09  Stefan Csomortypo
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-13  Julian SmartSet wxPendingEvents to NULL after deleting it
2003-04-13  Vadim Zeitlinfixed unused variable warning
2003-04-13  Vadim Zeitlinfixes necessary for the default GUI log target to be...
2003-04-07  David ElliottAfter delete wxPendingEventsLocker; wxPendingEventsLoc...
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-03-31  Julian SmartMore deprecated class mods
2003-03-29  Stefan Csomorfixed missing Idle events
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-02  Gilles Depeyrotupdated source to not use deprecated wxList methods
2003-02-28  Julian SmartTidied space and tabs in wxMac files
2003-02-28  Julian SmartTidied copyright and date for wxMac files
2003-02-04  Stefan Csomoradded hints from QA 1061
2003-01-31  Stefan Csomoradded AppleEvent Handler, somehow the standard event...
2003-01-29  Stefan Csomorcarbon event support completed
2003-01-28  Stefan Csomorcleanup, Carbon Events
2003-01-16  Stefan Csomorpreferences menu implementation
2003-01-10  Stefan Csomorrouting all apple events to the document manager instan...
2003-01-09  Gilles Depeyrotlibrary installation base name and wxMac resources...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-24  Stefan Csomoradded new default handlers for open/print events, remov...
2002-08-24  Stefan CsomorwxToupper added again
2002-08-23  Stefan Csomorbrought key values of EVT_KEY and EVT_CHAR in synch...
2002-08-21  Stefan Csomorfixing a possible NULL ptr exception when dispatching...
2002-08-21  Stefan Csomorcentralized key handling, control key handling
2002-08-19  Stefan Csomorcorrected button modifier state in carbon, cursor setup...
2002-08-17  Vadim Zeitlinsome harmless warning fixes
2002-08-16  Robin DunnExit on frame delete is now initialized and handled...
2002-08-16  Robin DunnCompile fix
2002-08-15  Stefan Csomor(hopefully) workaround for a carbon bug not always...
2002-08-14  Stefan Csomorseparated modifier keys handling in order to distinct...
2002-08-13  Stefan Csomorcorrected internal window position after a zoom operation
2002-07-14  Gilles Depeyrotexplicitly raise modal dialogs in case a non modal...
2002-06-21  Stefan Csomorrouting key events to new app routine
2002-05-20  Stefan Csomorcarbon event handlers for app level
2002-05-17  Stefan Csomorchanged char event handling for ctrl-chars and skipped...
2002-05-05  Gilles Depeyrotimproved opening/closing of shared library resources...
2002-05-03  Gilles Depeyrotapplied solution derived from SourceForge patch # 54691...
2002-04-29  Stefan Csomorsetting the correct event object for EVT_ENTER_WINDOW...
2002-04-27  Gilles Depeyrotignore process serial number command line argument...
2002-03-26  Gilles Depeyrotcommented unused variables and otherwise removed compil...
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-07  Julian SmartCorrections in light of recent toolbar and other changes
2002-02-16  Stefan Csomorbracketed include def for CW nothrow flag for MAKINGDLL...
2002-01-20  Stefan Csomorresource stack structure that sets up correct resource...
2002-01-19  Gilles Depeyrotcorrected includes when wxUSE_SOCKETS is not defined
2002-01-14  Stefan Csomorfixed MouseUp handling when window was captured
2002-01-14  Robert RoeblingFix wxClipboard.
2002-01-11  Stefan Csomorfixes for using non opaque structs under debug classic...
2002-01-05  Stefan Csomormemory leak fixed
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-29  Stefan Csomorcorrections for theme brush alignments under X (no...
2001-12-20  Stefan CsomorMacOS conforming activate/deactivate
2001-12-19  Stefan Csomortoplevel adaptions
2001-12-04  Robert RoeblingCompile fix for app.cpp without precompiled headers.
2001-12-04  Stefan Csomoradded default return and escape/command-period handling...
2001-11-28  Robert Roebling Darwin has commandline args.
2001-11-23  Robert Roebling Fixed mouse move bug. No idea why it has to be fixed,
2001-11-02  Robin DunnAdded wxEntryStart, wxEntryInitGui, and wxEntryCleanup...
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-08-19  Stefan Csomoradded a few encoding convenience methods for pc-mac...
2001-08-06  Stefan Csomorcorrected mac src due to new api changes
2001-08-05  Gilles Depeyrotadded include for Mac OS X
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-07  Stefan Csomorcorrected log error after initialize when in release...
2001-06-29  Stefan Csomorpost wxUniv merge fixes
2001-05-26  Stefan Csomorchanged Mac Mouse Moved Hysteresis (area in which mouse...
2001-05-23  Stefan Csomoradded mouse down before activate event in background...
2001-05-10  Gilles Depeyrotcorrected conditional compilation for Universal Interfa...
2001-05-08  Stefan Csomormac fixes
2001-04-19  Gilles DepeyrotCorrections for Mac OS X
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-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-02-22  Julian SmartAdded wxYieldIfNeeded
next