Use old licence name
[wxWidgets.git] / include / wx / mac /
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-16  Stefan Csomoradapting for dual implementation native and composited
2004-05-15  Stefan Csomorsupport for insets of native controls, sigh...
2004-05-14  Stefan CsomorwxMacWakeUp moved
2004-05-14  Stefan CsomorwxMacWakeUp moved
2004-05-13  Stefan Csomornon-osx methods bracketed
2004-05-11  Stefan Csomornot needed
2004-05-11  Stefan Csomorremove unneeded vars
2004-05-11  Stefan Csomoradded wxUSE_MDI
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2004-04-29  Stefan Csomorprecompiled headers changed
2004-04-25  Václav Slavíkremoved wxGzipStreams (supported by wxZlibStreams now)
2004-04-21  Stefan Csomoradded define for Aug 2003 gcc update compatibility...
2004-04-14  David ElliottQuick hack removing wxDIALOG_MODAL
2004-04-14  David ElliottQuick hack to rid the code of wxDIALOG_MODAL
2004-04-13  Stefan Csomoradding event construction
2004-04-13  Stefan Csomorswitching to native focus and control hit handling
2004-04-11  Stefan Csomorexpose find window method
2004-04-10  Mattia Barbon Avoid virtual function hiding.
2004-04-03  Stefan Csomorconcentrating content and structure region calculations
2004-04-01  Julian SmartImplemented Enable for wxMenuBar to avoid assert
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation...
2004-04-01  Stefan Csomoradded adjustOrigin parameter to bounds calculation
2004-03-30  Stefan Csomoruse base class implementation
2004-03-30  Julian SmartNeed wxUSE_LIBMSPACK
2004-03-29  Stefan Csomoradded port state save class
2004-03-29  Stefan Csomoradded hilite change notification
2004-03-29  Stefan Csomorexpose metal appearance
2004-03-28  Stefan Csomorglcanvas fix and toplevel event handler exposed
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-27  Stefan Csomormerge of new wxMac code
2004-03-26  Stefan Csomordispatch for header files in order to keep old way...
2004-03-25  Stefan Csomorunicode adaption
2004-03-23  Stefan Csomorclassic/carbon split
2004-03-23  Stefan Csomorclassic
2004-03-16  Robin DunnImplement wxBitmapButton::DoGetBestSize
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-04  Stefan Csomorsupport for wxUSE_PALETTE = 0
2004-03-03  Stefan CsomorAPI adaptions to MSW EnhMetafile
2004-02-21  Stefan Csomorimplementation for mac added
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-11  Stefan Csomorcommon code
2004-02-10  Robin DunnFixed a compliation error, event args should not be...
2004-02-08  Stefan Csomorfont-encodings additions
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-26  Václav Slavíkrenamed system option to better match existing ones
2004-01-25  Stefan Csomorcompositing and transtion changes
2004-01-25  Stefan Csomorreopen application
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Ryan NortonOS X Dock Menu/Taskbar support (not added to bakefiles...
2004-01-23  Ryan NortonHID support (preliminary - not added to bakefiles yet)
2004-01-23  Robin DunnMoved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncF...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-11-24  Dimitri SchoolwerthApplied patch #809019 (Adds embedded/plugin capabilitie...
2003-11-23  Mattia Barbon Avoid double free in wxComboBox::SetClientObject.
2003-11-19  Dimitri SchoolwerthImplemented missing pure virt functions (stub functions...
2003-10-29  Robin DunnAdded SetMin/SetMax
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-09  Stefan Csomoradded newline conversion
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-25  Vadim Zeitlincompilation fixes after making wxFontRefData private...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-20  Vadim Zeitlinexchanged the base classes order, wxObject must be...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-13  Stefan Csomorfixed GetFilenames bug
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-08-31  Stefan CsomorCarbon Event Mouse Moved handler added
2003-08-29  Vadim Zeitlinimplemented IsModified() and DiscardEdits()
2003-08-21  Vadim Zeitlinadded wxListbook
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-17  Stefan Csomortextcontrol handling change for mac (execute event...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Julian SmartMoved wxToolBarSimple to deprecated library
2003-08-16  Gilles Depeyrotapplied fixes for CodeWarrior compilation
2003-08-13  Robin DunnClear --> ClearBackground
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-07-23  Václav SlavíkwxUSE_XML
2003-07-21  Vadim Zeitlingave default parameters for wxBrush() ctor from wxColou...
2003-07-21  Vadim Zeitlingave default parameters for wxPen() ctor from wxColour...
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-11  Stefan Csomorapptraits in line for carbon and mach-o
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-10  Vadim ZeitlinwxMac doesn't need UseNativeStatusBar hack
2003-07-09  Vadim Zeitlintypo in comment
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-04  Stefan Csomorapptraits for wxMac classic and carbon
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
next