]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/app.cpp
cleanup
[wxWidgets.git] / src / mac / carbon / app.cpp
2005-05-10  Stefan Csomorcleanup
2005-03-29  Kevin HockAdded __WXMAC_OSX__ guards around the CFRunLoop calls...
2005-03-28  Kevin HockCreate RunLoop that can be used to process pending...
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-02  Stefan Csomorunicode character events
2005-03-01  Ryan Nortoncompile w/o tooltips
2005-02-19  Stefan CsomorEVT_CHAR_HOOK added
2005-02-18  Ryan NortonwxUSE_XXX related fixes
2005-02-14  Ryan NortonMove HID stuff into both OSX builds. Add preliminary...
2005-01-27  Stefan Csomorpragma , precomp support
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-10-07  Dimitri Schoolwerthfixed Carbon compilation; call HID keyboard dtor for...
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-27  Ryan NortonAdd HID keyboard functionality
2004-09-25  Ryan Nortonwarning fix - only use the function in debug mode
2004-09-23  Ryan Nortonremove unused variable
2004-09-12  Stefan Csomoradded GetMenu Support for MENU_OPEN
2004-08-30  Stefan Csomorcorrecting a source for double event delivery
2004-08-25  Robin Dunnremoved final traces of wxStAppResource
2004-08-24  Stefan CsomorFSRef transition
2004-08-23  Stefan Csomorresource fork not used anymore
2004-08-06  Stefan Csomormoving stacking event handlers and event ref to central...
2004-07-20  Stefan Csomorcorrected cwd manipulation for unicode builds
2004-07-19  Stefan Csomorstring constants unicode savvy
2004-07-14  Stefan Csomorattempt to get a 'correct' current working directory
2004-06-04  Dimitri Schoolwerthfixed unused variable warning
2004-05-29  Stefan Csomorreopen app according to HIG
2004-05-29  Julian SmartMacReopenApp implementation for restoring top-level...
2004-05-27  Stefan Csomormenu events handling more closely to the menu instance...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-23  Stefan Csomor-start experimental use of RunApplicationEventLoop,
2004-05-15  Stefan Csomorremoving code needed for cooperative threads
2004-04-29  Stefan Csomorresources not needed anymore
2004-04-22  Stefan Csomoradapting the MSW way for mutex gui
2004-04-18  Stefan Csomoryielding from main loop
2004-04-13  Stefan Csomorrecursive tab processing
2004-04-01  Stefan Csomorpass in NULL for mouse event handler, otherwise the...
2004-03-27  Vadim Zeitlinprintf() format mismatch warning fixed
2004-03-27  Stefan Csomornew control based view architecture
2004-03-27  Stefan Csomorexport var that is sought for afterwards from shared lib
2004-02-26  Stefan CsomorPending() fixed for OSX
2004-02-26  Stefan Csomorfixed crash when no wx menubar is created
2004-02-14  Julian SmartNow sends an exit command to the app so Quit behaves...
2004-01-25  Stefan Csomorreopen app apple event
2004-01-23  Ryan NortonHID support (preliminary - not added to bakefiles yet)
2004-01-22  Stefan Csomorsetting the default locale during startup
2004-01-22  Vadim Zeitlinfixed compilation when wxUSE_THREADS == 0
2004-01-16  Robin DunnSend menu highlight events and fix statusbar to update...
2003-12-28  Ryan NortonAdded/Fixed some things in wxGetKeyState
2003-12-16  Ryan NortonCommented out WXK_CONTROL....
2003-12-14  Ryan NortonTODO note :)
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-07  Gilles Depeyrotcorrected Unicode conversion when replacing shared...
2003-11-24  Dimitri SchoolwerthApplied patch #809919 (Allows wxMac threads to run...
2003-11-24  Dimitri SchoolwerthApplied patch #809019 (Adds embedded/plugin capabilitie...
2003-10-22  Stefan Csomorfix for unicode build
2003-10-21  Gilles Depeyrotapplied SF patch # 826838 to fix removal of -psn_*...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-18  Stefan Csomorturning on old quit apple event handling
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Stefan Csomorclassic fixes
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-11  Stefan Csomormouse events added, menu id 0 safety check
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
next