]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/app.cpp
avoid duplicated empty help menu in localized applications (patch 1600747)
[wxWidgets.git] / src / mac / carbon / app.cpp
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-10  Vadim Zeitlinallow using numpad enter key to activate the default...
2006-12-10  Stefan Csomoradding an autorelease capability (got weird crashes...
2006-10-20  Stefan Csomorcleaning up the runloop source properly (was causing...
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-09  Paul Cornettremove unused stuff
2006-09-21  Stefan Csomorcleanup
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-22  Paul Cornettprevent linker from discarding wxStockGDIMac
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/cursor.h according to precompiled headers...
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-20  Włodzimierz SkibaInclude wx/palette.h according to precompiled headers...
2006-05-19  Włodzimierz SkibaInclude wx/brush.h according to precompiled headers...
2006-05-19  Włodzimierz SkibaInclude wx/pen.h according to precompiled headers of...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-08  Vadim Zeitlinremoved __throws_bad_alloc import, this apparently...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-18  Vadim Zeitlindo not assign uniChar to wxKeyEvent::m_keyCode for...
2006-03-18  Vadim Zeitlinremoved redundant declaration (no real changes)
2006-03-10  Stefan Csomoradded non mach version
2006-01-27  Stefan Csomoradapting keycode field usage for EVT_CHAR in unicode...
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-15  David Surovellcleanup - reformat
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2005-12-28  David Surovellcleanup - reformatting, minor code rewrites
2005-12-10  Stefan Csomorsupport for standard menu ids
2005-11-02  Stefan Csomorre-added support for help-menu and application-menu...
2005-10-03  Stefan Csomoravoid system pop-up menu commands being handled by...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-18  Vadim Zeitlin__WXDEBUG__ must be tested with #ifdef, not #if
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-28  Stefan Csomorcleanup of handlers
2005-05-21  Julian SmartApplied patch for bug [ 1205691 ] Modified Fn keys...
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....
next