Avoid unrealizing a frozen window
[wxWidgets.git] / src / osx /
2012-09-19  Stefan Csomorcompleting the removal of PICT
2012-09-19  Stefan Csomorbracing 10.7+ constant
2012-09-19  Stefan Csomorworkaround for non-standard icon sizes under 64 bit
2012-09-13  Vadim ZeitlinAdd wxBitmap::NewFromPNGData() for creating bitmaps...
2012-09-10  Stefan Csomorlayout adaption, current sizer code leads to too much...
2012-09-08  Vadim ZeitlinFix some typos in the comments in wxOSX code.
2012-09-06  Stefan Csomorrestrict change from r71719 because otherwise apps...
2012-08-30  Vadim ZeitlinRemove wxOSX implementation of wxSpinCtrl and use the...
2012-08-29  Stefan Csomoravoid duplication in native dialog
2012-08-29  Stefan Csomoruse global NSLayoutManager
2012-08-29  Stefan Csomoradd global NSLayoutManager instance
2012-08-29  Stefan Csomorfixes #13557
2012-08-29  Stefan Csomortemporary workaround
2012-08-29  Stefan Csomorpropagating font to the individual columns, changing...
2012-08-29  Stefan Csomorremove duplicate code
2012-08-28  Stefan Csomorfixing usage of load states, set controller visible...
2012-08-27  Stefan Csomorreverting for the moment, original problem #12227,...
2012-08-25  Stefan Csomorsimpler implementation that also works over remote...
2012-08-12  Stefan Csomorforwarding style changes to documentViews, see #14578
2012-08-03  Robin DunnAdd the ability to trigger a print from JavaScript...
2012-08-02  Robin DunnEnable the wxMediaCtrl backend for wxOSX-cocoa in the...
2012-08-01  Vadim ZeitlinNo changes, just fix typos in comments in wxOSX files.
2012-07-25  Vadim ZeitlinwxOSX/Carbon compilation fix after the changes of r72207.
2012-07-24  Vadim ZeitlinBuild fix for wxOSX after removing position in MacCreat...
2012-07-24  Stefan CsomorI don't think this is still necessary, see #13625
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-24  Stefan Csomoravoid deprecated API, fixes #13727
2012-07-24  Stefan Csomorguard against not-yet-existing font, fixes #14516
2012-07-23  Vadim ZeitlinFix compilation of wxOSX event loop without wxUSE_EVENT...
2012-07-23  Stefan Csomorfixing capture problem for mouse moved events, fixes...
2012-07-21  Stefan Csomorturning off undo for setter, otherwise memory gets...
2012-07-16  Stefan Csomoradapting order to preference
2012-07-16  Stefan Csomorcorrect handling of order of preference of formats
2012-07-15  Stefan Csomorremoving workaround for listbox, finishing drop target...
2012-07-13  Stefan Csomoralways use calibrated colors, fixes #14482
2012-07-07  Stefan Csomorfixing double focus ring under 10.7, emulating only...
2012-07-07  Stefan Csomoradding support for enabled property, avoiding missing...
2012-07-07  Stefan Csomoradded missing return value
2012-07-04  Stefan Csomorsupporting alignment in single line controls, see ...
2012-07-04  Stefan Csomorusing correct constant
2012-07-02  Vadim ZeitlinKeep client data in sync when deleting items from wxOSX...
2012-07-02  Vadim ZeitlinPreserve client data in wxComboBox::SetString() in...
2012-07-02  Vadim ZeitlinSet string in wxEVT_COMMAND_COMBOBOX_SELECTED event...
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-02  Stefan Csomoradapting new osx modifier handling, fixes #14377
2012-07-02  Stefan Csomorguarding against invalid files passed to 'pdoc' apple...
2012-07-02  Stefan Csomorguarding against invalid files passed to 'odoc' apple...
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-07-01  Stefan Csomormake sure the pasteboard paste location is only set...
2012-06-28  Stefan Csomorunconditionally include coretext-replacement function...
2012-06-25  Stefan Csomoradding new API needed for screenshots as old method...
2012-06-20  Stefan Csomormake sure native font exists, before asking about fixed...
2012-06-20  Stefan Csomorusing UTType constants wherever possible to avoid typos...
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-15  Stefan Csomoravoid idling in native file dialogs
2012-06-15  Stefan Csomorbetter naming wxCFEventLoopPauseIdleEvents
2012-06-15  Stefan Csomorusing suppression of idle processing (delayed destructi...
2012-06-15  Stefan Csomoroffer suppression of idle processing (delayed destructi...
2012-06-14  Stefan Csomorcleanup for 10.5 minimum
2012-06-14  Stefan Csomorguarding agains NULL
2012-06-14  Stefan CsomorCoreText font enumeration support for iOS
2012-06-14  Stefan CsomorCoreText support for iOS
2012-06-14  Stefan Csomorfixing analyzer warning
2012-06-14  Stefan Csomorremoving superfluous 10.5 checks
2012-06-14  Stefan Csomoras we always have CoreText available under 10.5+, we...
2012-06-13  Robin DunnFix for compilo on non-PCH builds
2012-06-13  Stefan Csomorusing native cocoa method for determining main window...
2012-06-13  Stefan Csomorexposing mainWindow for C++
2012-06-13  Stefan Csomorproper init
2012-06-13  Stefan Csomorhaving ONE set of raster-ops starting from 10.5
2012-06-13  Stefan Csomorfixing mem leak
2012-06-13  Stefan Csomorproper braces avoiding potential dangling else resultin...
2012-06-12  Stefan Csomoravoiding dangerous redraw events for windows that are...
2012-06-12  Stefan Csomorsupport for native tlw parents, see #14252
2012-06-12  Stefan Csomorusing callback for menu enabling, allows to benefit...
2012-06-01  Vadim ZeitlinCompilation fix to wxWebView under wxOSX/Carbon after...
2012-06-01  Vadim ZeitlinFix wxMac preprocessor check in wxWebView code.
2012-05-30  Robin DunnA patch adding wxHTMLDataObject which can be used for...
2012-05-29  Stefan Csomoradapting char event handling to msw / gtk, see #13415...
2012-05-29  Stefan Csomorclang compat.
2012-05-29  Stefan Csomorclang compat.
2012-05-23  Vadim ZeitlinNo real changes, just slightly simplify HasAppKit_10_6...
2012-05-20  Vadim ZeitlinFix 62 harmless but annoying Clang warnings in wxOSX...
2012-05-20  Vadim ZeitlinAdd support for task bar icon tooltips to wxOSX version.
2012-05-20  Vadim ZeitlinImprove check for OS X version in Cocoa wxFileDialog...
2012-05-20  Vadim ZeitlinReset wxDialog::m_modality sooner in wxOSX.
2012-05-20  Vadim ZeitlinFix crash on destruction of wxDataViewCtrl in wxOSX.
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-18  Stefan Csomorfixing c++11 build
2012-05-17  Paul Cornettmark virtual overrides as virtual
2012-05-11  Robin DunnEnable access to the native bitmap object wrapped by...
2012-05-11  Stefan Csomorfixes SetFirstItem, Thanks to David Wright
2012-05-05  Stefan Csomorfixes crashes with embedded controls in toolbars after...
2012-05-02  Stefan Csomoruse explicit WakeUp variant, too many errors using...
next