wxWidgets/include/wx/osx/core
Václav Slavík 288a301b97 Don't corrupt pasted UTF-16 text in wxOSX
Fix breakage introduced by 587067bc68:
pasting text could mangle some Unicode characters if it was in UTF-16.
The code in that commit converted newlines all right, but it also
converted _any_ occurrence of 0x0d to 0x0a, which wasn't very Unicode
friendly.

Fixed by partially reverting the change and adding a dedicated UTF-16
variant of wxMacConvertNewlines13To10() instead.
2017-01-29 13:55:56 +01:00
..
private Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
cfdataref.h
cfref.h
cfstring.h Don't corrupt pasted UTF-16 text in wxOSX 2017-01-29 13:55:56 +01:00
colour.h Get rid of unnecessary wxColour::InitFromComponents() in wxOSX 2015-11-27 00:19:37 +01:00
dataview.h Implement wxDataViewCtrl::SetRowHeight() on OS X 2016-10-09 16:10:30 +02:00
evtloop.h
hid.h
joystick.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h Add wxFileType::GetExpandedCommand() 2016-03-05 03:09:59 +01:00
objcid.h
private.h Don't leak associations in wxCocoaDataViewControl 2017-01-05 16:35:04 +01:00