]> git.saurik.com Git - wxWidgets.git/history - include/wx/osx
add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)
[wxWidgets.git] / include / wx / osx /
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-18  Stefan Csomorremoving overloads to avoid 'hidden method' warning
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Stefan Csomortextctrl fixes
2009-04-14  Stefan Csomoradapting TextUpdateEvents, using wxTextEntry API
2009-04-14  Stefan Csomorfixing native font info support bugs
2009-03-30  Stefan Csomorhiding the impl type more again
2009-03-29  Stefan Csomoradding iphone code
2009-03-29  Stefan Csomoradding proper iphone includes
2009-03-29  Stefan Csomorstreamlining code
2009-03-28  Stefan Csomorbracketing menu code
2009-03-25  Stefan Csomormoving down for non-precomp build
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-25  Stefan Csomormaking method properly const
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-24  Stefan Csomoradding back API for 2.8 compatibility
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-23  Stefan Csomorfixing end-of-file
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Stefan Csomorsimpler define handling
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-13  Stefan Csomorsolving inversion problem, because SetShape is redefine...
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
2009-03-10  Kevin OllivierForgot to commit the header change too.
2009-03-08  Stefan Csomorletting the peer declare whether it wants to draw its...
2009-03-08  Kevin OllivierFixes needed to get transient popup windows working...
2009-03-07  Robert RoeblingMake wxDataViewCtrl::GetBestSize() return a height...
2009-03-05  Kevin OllivierSheet support for wxDirDialog.
2009-03-05  Kevin OllivierUse sheets for native file dialogs if the dialog has...
2009-03-02  Vadim Zeitlinanother wxOSX build fix after wxTextEntry::GetValue...
2009-03-02  Vadim ZeitlinwxOSX build fix after wxTextEntry::GetValue() renaming...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-22  Kevin OllivierLanding basic EVT_CHAR support, along with the rest...
2009-02-19  Paul Cornettremove extra semicolons
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-17  Robert RoeblingBlind implementation of GetSubItemRect() for wxListCtrl...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-14  Kevin OllivierStart on implementation for wxTE_MULTILINE / wxTE_RICH...
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
2009-02-09  Stefan CsomorGetRegion is not needed anymore
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Kevin OllivierEnable wxDVC on OS X Cocoa using the generic control.
2009-02-08  Kevin OllivierStub out GetMatchingPair() for now to allow us to use...
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Kevin OllivierThe GL library needs access to this.
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-02-01  Stefan Csomoravoid warning
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-01-31  Robert RoeblingForgot to commit
2009-01-26  Robert RoeblingImplement hint cursor for resizable columns
2009-01-23  Robert RoeblingForgot header with OSX prefix
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-17  Stefan Csomorfixing dangling includes
2009-01-17  Stefan Csomorfixing dangling includes
2009-01-17  Stefan Csomorreverting to former mimetype routing to core
2009-01-17  Stefan Csomorwrong move
2009-01-17  Stefan Csomorheadermove osx - header files
2009-01-17  Stefan Csomortesting header replace
2009-01-17  Stefan Csomortesting header replace
2009-01-17  Stefan Csomorstreamlining printing support, adding printing support...
2009-01-15  Stefan Csomormake sure group boxes don't get the big font
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-10  Stefan Csomorfixing wrong constant
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Robert RoeblingAdd the same margin to wxBitmapToggleButton as to wxBit...
2009-01-07  Francesco Montorsiremove an unused pool of strings using wxStringList
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-07  Vadim Zeitlindefine SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
2008-12-07  Vadim Zeitlinno changes, just removed whitespace and perfectly usele...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
next