Use RIAA wrapper for wxSpinCtrl event disabling in wxGTK.
[wxWidgets.git] / include / wx / cocoa /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinAdd wxNOEXCEPT to all wxTextCtrl dtors.
2012-09-13  Vadim ZeitlinAdd wxBitmap::NewFromPNGData() for creating bitmaps...
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-21  Vadim ZeitlinNo changes, just use symbolic NO_IMAGE constant instead...
2011-04-15  Dimitri SchoolwerthReplaced C++ comments with C ones in C files.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2010-10-27  Vadim ZeitlinNo real changes, just replace -1 with wxNOT_FOUND in...
2010-10-23  Vadim ZeitlinAdd wxIcon::GetSize() to wxIcon in wxOSX.
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
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-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsicomplete rev55777 with some icon.h modifications which...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-11  Vadim Zeitlinget rid of __WXCOCOA__ check in common CreateLogTarget...
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-07-19  Vadim Zeitlincheck that string passed to FromUTF8() is valid even...
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-02-18  David ElliottLimit wxListBox best size to 100x100. Particularly...
2008-02-18  David ElliottRevert the 2.8 hacks from r51892 on the trunk.
2008-02-18  David ElliottEnsure that the NSTableColumn width is that of its...
2008-02-18  David ElliottAdd a new macro to the Objective-C uniquifying support...
2008-02-14  David ElliottMove wxWindowCocoaScrollView class into its own header.
2008-02-08  David ElliottFix tracking rectangles in 64-bit build by remembering...
2008-02-08  David ElliottReword the comment again. I forgot to save before...
2008-02-08  David ElliottChange the __NEXT_RUNTIME__ test to __OBJC_GC__ which...
2008-02-08  David ElliottAvoid warnings in the Objective-C uniquifying code...
2008-02-07  David ElliottInstead of using wxCFRetain/wxCFRelease directly for...
2008-02-06  David ElliottFix most of the Objective-C GC problems by using the...
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim Zeitlinanother unused parameter warning (plenty left in .mm...
2007-12-15  Vadim Zeitlinfix unused parameters warnings
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-11-19  David ElliottRemove wxDialogNameStr definition which should have...
2007-11-09  David ElliottResynch with 2.8 changes (realized I don't need __WX_CO...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottMake new wxCocoaMessageDialog suitable for backport...
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
2007-10-29  David ElliottAdd WXUNUSED to unused parameters in several inline...
2007-10-18  David ElliottAdded fontfactory.h that should have been part of 49213.
2007-10-18  David ElliottHalfway reasonable implementation of wxFont for wxCocoa.
2007-10-13  David ElliottMove wxCocoa's wxFontRefData from the header to the...
2007-10-05  David ElliottDuplicate wxTextCtrl code to wxComboBox because we...
2007-08-21  Václav Slavíkuse wxString's UTF8 methods in wxCocoa, it's slightly...
2007-08-19  David ElliottFix a number of problems with tracking rectangles by...
2007-08-16  David ElliottUse one run-loop observer for all synthesis of mouse...
2007-08-15  David ElliottAdd support for uniquifying to all wxCocoa Objective...
2007-08-15  Václav SlavíkwxCocoa compilation fixes for visibility (missing DLL...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  David ElliottInstall wx/cocoa/objc/objc_uniquifying.h for wxCocoa...
2007-08-11  Julian SmartMenu label consistency changes
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-10  David ElliottAttempt to fix RCS-ID tags so svn will fill them in.
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2007-08-10  David ElliottTell NSTextField to send us its action message and...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottRemove virtual from the newly added Create methods.
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
next