]> git.saurik.com Git - wxWidgets.git/history - include/wx/mac
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / mac /
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-07  David ElliottDon't include <CoreFoundation/CFBase.h> because it...
2007-07-07  David ElliottAdd support for wxFONTENCODING_MACKEYBOARD.
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-06-30  Vadim Zeitlinadd wxUSE_EDITABLELISTBOX
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-06-11  Václav Slavíkgcc on OS X has problems with compiling empty files...
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-16  Robin DunnApply parts of patch #1719888 to fix compilation on...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-12  David ElliottMake wxCFRef take a template raw pointer parameter...
2007-05-12  David ElliottImplement NULL-checking wxCFRetain/wxCFRelease as sugge...
2007-05-12  David ElliottAdded cfref.h containing wxCFRef templated CF ref holdi...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadded MacOpenURL() (patch 1235957)
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-21  Paul Cornettrevert use of AllocExclusive
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-11  Paul Cornettput refdata virtuals in the right class this time
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-10  Vadim Zeitlinadded wxColour(RGBColor) ctor and use it insteaf of...
2007-03-10  Paul Cornettsizeof(char) is 1. By definition.
2007-03-08  Vadim Zeitlinfix infinite recursion typo in operator!=() (patch...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-03-05  Paul Cornettuse AllocExclusive
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2006-12-28  Kevin Ollivierexposing generic system option define, adding missing...
2006-12-26  Kevin OllivierAdd middle-item click support.
2006-12-25  Kevin OllivierImplement LIST_KEY_DOWN support, and move new functions...
2006-12-24  Kevin OllivierImplementing LIST_ITEM_RIGHT_CLICK event support, and...
2006-12-22  Kevin OllivierAdding SetFocus to wxABI_VERSION.
2006-12-21  Kevin OllivierRestore compilation with --enable-stl, fix SetFocus...
2006-12-19  Stefan Csomorfixing -fvisibility-inlines-hidden problem (IsOk functi...
2006-12-11  Vadim Zeitlinadded $Id$ to the header
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Kevin OllivierImprove default wxSearchCtrl GetBestSize() width and...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Stefan Csomoradding an autorelease capability (got weird crashes...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-03  Vadim Zeitlinadded default value for GetLocalizedResourcesDir()...
2006-11-28  Kevin OllivierFix SetItemCount bug with adding items, a blind fix...
2006-11-21  Kevin OllivierAllow spell-checking to be turned off with the MLTE...
2006-11-12  Vadim Zeitlinattempt to disable experimental font dialog for OS...
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-10  Vadim Zeitlinremoved const before WXCOLORREF because (1) g++ 3.1...
2006-11-09  Vadim Zeitlinregenerated after the last change of setup_inc.h (chang...
2006-11-08  Michael WetherellMove the #if disabling wxUSE_STD_STRING for watcom...
2006-11-06  Stefan Csomoradd a header placeholder
2006-11-06  Stefan Csomoradd a header placeholder
2006-11-06  Vadim Zeitlinmove WX_GL_XXX constants from wx/*/glcanvas.h to wx...
2006-11-04  Kevin OllivierAdding label editing to native OS X listctrl.
2006-11-04  Stefan Csomoradding measuring contexts, streamlining printing code
2006-11-02  Kevin OllivierSizing fixes for generic control.
2006-11-01  Robert Roebling wxMiniFrame's default style is without closebox on
2006-11-01  Robin DunnImplement deep copy of wxBitmapRefData
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Robin DunnSome compile fixes.
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Vadim ZeitlinGetCurrentSelection() was documented but not present...
2006-10-30  Kevin HockNon pre-comp compilation fix
2006-10-29  Vadim Zeitlinset wxUSE_STD_STRING to 1 by default
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-29  Stefan Csomorsubrect blit
2006-10-29  Vadim Zeitlinadded TGA handler (somewhat modified patch 1393912)
2006-10-29  Robert Roebling wxCoordRound -> wxRound.
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-29  Stefan CsomorGetAsBitmap with subrect
2006-10-29  Kevin OllivierAdded wxDC::GetAsBitmap, and implemented wxWindowDC...
2006-10-27  Julian SmartRobert Lang's patch [ 1583183 ] Fixes printing/print...
2006-10-27  Michael WetherellAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
2006-10-26  Kevin OllivierOverride GetPixelSize on OS X as the base impl creates...
2006-10-25  Kevin OllivierAdding support for item font/style/color customization...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
next