Add wxMenuItem::IsCheck() and IsRadio() accessors.
[wxWidgets.git] / include / wx / osx /
2013-07-15  Vadim ZeitlinMove HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx...
2013-07-15  Vadim ZeitlinAdd wxUSE_PREFERENCES_EDITOR and the corresponding...
2013-07-15  Vadim ZeitlinDon't test for wide character functions in configure...
2013-07-14  Stefan Csomorsupport for @2x notation for wxBITMAP_TYPE_PNG (non...
2013-07-10  Vadim ZeitlinAdd default ctors and Create() to wxDirDialog and wxFil...
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-07-06  Vadim ZeitlinForbid creation of wxStandardPaths object directly.
2013-07-03  Vadim ZeitlinUse CFSocket instead of CFFileDescriptor in wxCFEventLo...
2013-07-03  Vadim ZeitlinMake wxEventLoop::AddSourceForFD() static.
2013-07-03  Vadim ZeitlinAdd wxEventLoop::ScheduleExit().
2013-07-03  Vadim ZeitlinAdd wxEventLoopBase::DoRun().
2013-07-03  Vadim ZeitlinMove wxEventLoopManual::m_shouldExit to wxEventLoopBase.
2013-07-03  Vadim ZeitlinAdd "OSX" prefix to wxCFEventLoop::DoRun() and DoStop...
2013-06-28  Stefan Csomorsupport getting device resolution on all osx ports
2013-06-27  Stefan Csomornew method for contentScaleFactor on main screen
2013-06-27  Stefan Csomornative bitmap scaling codes
2013-06-25  Stefan Csomornative scaling support for bitmap
2013-06-19  Stefan Csomorusing common GetContentScaleFactor throughout part 1
2013-06-17  Stefan Csomoradding magnification API into the wxWindow classes...
2013-06-15  Stefan Csomoradding new constructor for best dc-compatibility of...
2013-06-12  Stefan Csomorsupporting max len event
2013-06-12  Stefan Csomorguarding open combo box against AppDefined NSEvents...
2013-06-12  Stefan Csomorexposing useful typedefs
2013-06-12  Stefan Csomoradding hook, but unfortunately no solution yet for...
2013-06-12  Stefan Csomorcocoa needs a special implementation for read-only...
2013-06-11  Stefan Csomorbetter support for ui action simulation
2013-06-04  Stefan Csomorexposing wxOSXGetViewFromResponder
2013-06-04  Stefan Csomoradding a more extensive version to arrive at the impl...
2013-06-03  Stefan Csomormake sure we don't execute pending deletes either when...
2013-06-03  Stefan Csomorusing ordinary Show for popup windows as on MSW which...
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-05-10  Stefan Csomorapplying editor part of patch, see #15003
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-31  Vadim ZeitlinMake wxToolBar styles consistent and add wxTB_DEFAULT_S...
2013-03-03  Vadim ZeitlinFix hundreds of unused parameter warnings in wxOSX...
2013-03-02  Stefan Csomorenabling cursor events, fixes #15044
2013-02-28  Václav SlavíkAdd support for Cocoa's selectable toolbar items.
2013-02-28  Václav SlavíkAdd wxBitmap(NSImage*) ctor to wxOSX.
2013-02-17  Stefan Csomorswitching notebook implementation to common
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2012-12-23  Stefan Csomortry support for native isFlipped usage and coalesce...
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-12-20  Stefan Csomorbenefit from 10.5+ call HIShapeUnionWithRect
2012-11-28  Stefan Csomoradding some additional fixes for programmatic selection...
2012-11-28  Stefan Csomorsupporting selection methods when not focused, closes...
2012-11-27  Stefan Csomorsupport for simulating focus events since not all contr...
2012-11-26  Vadim ZeitlinFix warnings about using type attribute on forward...
2012-11-23  Stefan Csomorsupport for custom app controllers, override OSXCreateA...
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinAdd wxNOEXCEPT to all wxTextCtrl dtors.
2012-11-17  Steve LamertonFixed unused parameter warnings for webview on OSX.
2012-11-08  Stefan Csomorsupport for freeze and thaw under cocoa
2012-11-04  Vadim ZeitlinMake hack for button creation in wxOSX more robust.
2012-11-04  Vadim ZeitlinAdd wxCFStringRef::AsStringWithNormalizationFormC(...
2012-11-04  Vadim ZeitlinUpdate the button bezel to account for multi-line label...
2012-11-04  Vadim ZeitlinNo changes, just rename OSXSetAcceleratorFromLabel().
2012-11-02  Stefan Csomormissing commit, fixes #14797
2012-11-02  Stefan Csomorexposing common used button impl class
2012-11-01  Vadim ZeitlinInvalidate best size of wxOSX wxChoice after its number...
2012-10-29  Vadim ZeitlinNo changes, just avoid code duplication in wxOSX wxDirD...
2012-10-28  Vadim ZeitlinImplement support for button mnemonics in wxOSX/Cocoa.
2012-08-30  Vadim ZeitlinRemove wxOSX implementation of wxSpinCtrl and use the...
2012-08-29  Stefan Csomoradd global NSLayoutManager instance
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-08-11  Stefan Csomoradding SetLabel -> SetTitle redirects, solves missing...
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinExtract OS X non-GUI event loop in a separate header.
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-10  Vadim ZeitlinIncrease version to 2.9.5.
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-02  Vadim ZeitlinNo changes, just suppress an unused parameter warning...
2012-07-01  Stefan Csomorcommon code for normalization
2012-07-01  Stefan Csomornative drop target method for cocoa
2012-07-01  Stefan Csomornative hook for supported datatypes
2012-07-01  Stefan Csomoradding native hook for drop target
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorclang analyzer support specific for OSX
2012-06-14  Stefan CsomorFixedWith support through CoreText
2012-06-14  Stefan Csomorusing CoreText under iOS
2012-06-13  Stefan Csomorexposing mainWindow for C++
2012-06-13  Stefan Csomorindicating the memory ownership of our c-method for...
2012-06-13  Stefan Csomorsupporting clang memory management annotations
2012-05-26  Vadim ZeitlinMove include/wx/osx/private/objcid.h to include/wx...
2012-05-20  Vadim ZeitlinUse wxObjCID instead of "struct objc_object*" to fix...
2012-05-20  Vadim ZeitlinImplement wxStackWalker for wxOSX.
2012-05-20  Vadim ZeitlinFix crash on destruction of wxDataViewCtrl in wxOSX.
2012-05-02  Stefan Csomormake WakeUp variant explicit, too many errors using...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-10  Stefan Csomorusing 10.5 API for cursor updates as well
2012-03-10  Robin DunnMake the CreateTool factories be public so they can...
2012-03-09  Stefan Csomorreflect correct position for native toolbar, fixes...
next