]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/menu.cpp
cleanup mac
[wxWidgets.git] / src / mac / carbon / menu.cpp
2007-11-20  Stefan Csomorcleanup mac
2007-11-18  Vadim Zeitlinfix more unused parameters and variables warnings
2007-11-17  Stefan Csomorcleanup mac
2007-11-16  Stefan Csomorcleanup mac
2007-11-09  Stefan Csomorforward port from 2.8
2007-08-18  Julian SmartUse new GetItemLabel function
2007-08-11  Julian SmartMenu label consistency changes
2007-04-06  Vadim Zeitlinsuppress warning about converting -1 to MenuItemIndex
2007-03-23  Kevin OllivierIf using the system Window menu on OS X, integrate...
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2006-10-25  Robin DunnFix for missing About menu item
2006-10-14  Stefan Csomorcleanup for 10.5
2006-10-09  Paul Cornettremove unused stuff
2006-09-04  Vadim Zeitlinuse (new) wxAcceleratorEntry::Create() instead of recen...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
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-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-19  Paul Cornettdon't convert false to a pointer
2006-01-08  Stefan Csomorallowing ampersands in choices and comboboxes means...
2005-12-26  David Surovellcleanup - reformatting
2005-12-10  Stefan Csomorsupport for standard command IDs
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-08  Vadim Zeitlinremoved #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-31  Stefan Csomoradding OS level Window Menu by default
2005-05-10  Stefan Csomorcleanup
2005-05-10  Stefan Csomorrefresh only for menus which have their menubar attache...
2005-05-03  Stefan Csomormust be static of course, otherwise items just get...
2005-04-24  Stefan Csomorabout menu item changes : can appear anywhere in a...
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-16  Kevin HockUnlike the preferences item which should only be enable...
2005-03-16  Kevin HockQuit application menu item needs special handling like...
2005-02-28  Stefan Csomorcorrecting last commit
2005-02-28  Stefan Csomorcleanup
2005-02-25  Stefan Csomorsubmenus have to work in these as well
2005-01-27  Stefan Csomorpragma and prec-header patch applied
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-10-27  Stefan Csomorsetting the invoking window added to two other wxMenuBa...
2004-10-16  Vadim Zeitlindon't leave two conscutive separators after "moving...
2004-10-06  Kevin HockAdded back compile-time check for about/prefs menu...
2004-10-01  Ryan Norton*** empty log message ***
2004-10-01  Ryan NortonOSX only (a runtime check would be preferable as Kevin...
2004-10-01  Ryan Nortononly do the seperator between about and preferences...
2004-10-01  Kevin Hockwx apps did not have the separator like other apps...
2004-08-23  Stefan Csomorresource fork not used anymore
2004-05-27  Stefan Csomorhaving the refcon of a menu item to bear the pointer...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Stefan Csomorclassic case menubar changed
2004-04-23  Stefan CsomorCFM Build fixes
2004-04-21  Stefan Csomorcreating Apple menu programmatically
2004-04-14  Stefan Csomorremoving resource based implementations
2004-04-08  Stefan Csomormake sure we are comparing the stripped strings
2004-04-01  Julian SmartFixed warning
2004-04-01  Julian SmartImplemented Enable for wxMenuBar to avoid assert
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-02-08  Stefan Csomorfont encoding support
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-10-04  Stefan Csomorapplied bug fix
2003-08-19  Stefan Csomorunicode fixes, enabling notebook images again
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-07-05  Stefan Csomorchanged Remove to RemoveAt
2003-06-19  David ElliottAdd ability to have a wxMenuBar as a common menu
2003-06-11  Stefan Csomorcorrected error in last fix for insert items
2003-06-06  Robin Dunnfix so wxMenu::InsertItem actually inserts rather than...
2003-06-01  Vadim Zeitlincompilation warnings fixes
2003-04-19  Gilles Depeyrotremoved unused variables
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-10  Stefan Csomorsubmenu preparation in two methods encapsulated
2003-02-28  Julian SmartTidied space and tabs in wxMac files
2003-02-28  Julian SmartTidied copyright and date for wxMac files
2003-01-28  Stefan CsomorReview, Carbon Events support
2003-01-21  Gilles Depeyrotcorrected wxList::Node declarations
2003-01-14  Gilles Depeyrotupdated source to not use deprecated wxList methods
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-25  Stefan Csomoradded forcing to image conversion to always attempt...
2002-08-23  Stefan Csomorswitched to MacOS 8.5+ implementation for submenus
2002-06-05  Gilles Depeyrotapplied SourceForge patch # 544164 (hidden virtual...
2002-05-03  Gilles Depeyrotcorrected warnings and removed useless extern declaration
2002-01-20  Stefan Csomorresource loader structure added for loading menu bar...
2002-01-19  Gilles Depeyrotremoved __DARWIN__ conditional tests (the help menu...
2002-01-14  Stefan Csomorcorrected apple menu and help menu anomalies under...
2002-01-11  Stefan Csomorcorrected wxMenuBar::Insert , ::Append for a correct...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-08  Stefan Csomorcorrected constness
2001-12-07  Stefan Csomoradded method for getting the help menu on classic and...
2001-11-02  Stefan Csomorcorrected rebuild of more than one-level hiearchical...
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-08  Gilles Depeyrotuse RemoveAt instead of Remove
2001-06-29  Stefan Csomorpost wxUniv merge fixes
2001-05-13  Gilles Depeyrotapplied SourceForge patch #423532
2001-02-28  Stefan Csomoradded menubar update OnActivate for multiple frames...
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...
2000-08-09  Stefan Csomormerge with latest sources
next