wxWidgets/include/wx
Vadim Zeitlin c657fd3d61 Fix passing Unicode strings via wxIPC when using DDE
wxIPC API doesn't map well onto DDE, as we don't have wxIPCFormat
parameter in StartAdvise() but do allow specifying the format when
calling Advise() itself, whereas DDE requires specifying the format when
establishing the advise loop and the data always must use this format
later.

Because of this, we have to pass the actual format with the data itself
instead of relying on DDE formats support. This has the advantage of
allowing wxIPC_UTF8TEXT to work, while previously it didn't and
couldn't, as DDE only supports the standard (or custom, but registered)
clipboard formats and it wasn't one of them. Of course, this also has a
disadvantage of having to make another copy of the data, but this seems
unavoidable.

This change allow Advise() overload taking wxString to work, including
for non-ASCII strings, as shown by the update to the IPC sample. It also
makes wxDDEConnection::m_dataType unnecessary, as we must always use the
format passed to DDE callback anyhow when handling XTYP_ADVREQ.

Closes #17900.
2018-12-24 01:42:12 +01:00
..
android Check for liblzma headers in configure too and add wxUSE_LIBLZMA 2018-04-06 15:39:39 +02:00
aui Implement wxAuiNotebook::GetBestSize() 2018-12-23 17:05:09 +01:00
dfb Remove redundant wxDFBDCImpl::m_mm_to_pix_[xy] members 2018-12-06 03:30:55 +01:00
generic Use wxVector instead of wxList for wxDataViewCtrl columns storage 2018-12-15 14:43:47 +01:00
gtk Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
gtk1 Fix wxGTK1 build after wxFont API changes 2018-09-17 15:24:42 +02:00
html Fix build without precompiled headers 2018-11-26 23:51:40 +01:00
meta Allow using Bind() with non-public inheritance in C++11 code 2016-11-29 19:32:40 +01:00
motif Add missing wxFont constructor to wxMotif 2018-09-19 22:02:47 +02:00
msw Fix passing Unicode strings via wxIPC when using DDE 2018-12-24 01:42:12 +01:00
osx Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
persist Introduce platform-dependent wxTLWGeometry class 2018-04-29 19:51:10 +02:00
private Factor out wxDisplayImpl::ComputePPI() helper 2018-10-30 23:43:29 +01:00
propgrid Compilation fix for PCH-less build 2018-12-23 11:28:40 +01:00
protocol Use enums, not typedef enums, in all public headers. 2016-02-07 01:11:25 +02:00
qt Initialise m_qtPushButton in wxAnyButton's constructor. 2018-12-20 08:06:46 +00:00
ribbon wxRibbonButtonBarButton: Implemented manual button size class control 2018-03-17 18:38:02 +01:00
richtext Fix misspellings in comments and documentation 2018-07-31 13:20:17 +02:00
stc Remove trailing whitespace from several files 2018-04-18 15:45:42 +02:00
univ Add wxUSE_SCROLLBAR guards in wxUniversal 2018-10-21 22:01:50 -04:00
unix Build fix for wxUSE_CONSOLE_EVENTLOOP==0 under Unix 2018-10-10 19:07:28 +02:00
x11 Deprecate Set{Height,Width,Depth} for other platforms as well 2018-09-23 20:02:21 -07:00
xml wx/xml: Implement line-ending modes for xml saves 2017-05-30 14:31:59 +02:00
xrc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
aboutdlg.h
accel.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
access.h Add wxACC_INVALID_ARG error code to wxAccStatus enum 2016-10-03 20:43:00 +02:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
addremovectrl.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
affinematrix2d.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
affinematrix2dbase.h
afterstd.h Remove obsolete MSVC version tests. 2014-05-16 13:01:29 +00:00
anidecod.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
animate.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
animdecod.h
any.h Remove trailing whitespace from several files 2018-04-18 15:45:42 +02:00
anybutton.h Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02:00
anystr.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
app.h Delete windows before application on session end in wxMSW 2017-08-15 00:41:16 +02:00
appprogress.h Only use native wxAppProgressIndicator in wxOSX/Cocoa port. 2015-04-08 13:02:13 +02:00
apptrait.h Fix warning with missing override 2018-05-18 18:49:00 -06:00
archive.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
arrimpl.cpp Replace object array macros with template class too 2018-06-03 17:12:12 +02:00
arrstr.h Use const for constant local variables in wxWidgets headers 2018-07-21 16:16:32 +02:00
artprov.h Moved "edit" icon from wxEditableListBox to wxArtProvider. 2015-08-09 01:39:41 +02:00
atomic.h
bannerwindow.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
base64.h Make it possible to include wx/base64.h as the first header 2016-02-23 17:11:27 +01:00
beforestd.h Remove obsolete MSVC version tests. 2014-05-16 13:01:29 +00:00
bitmap.h Fixes and Cleanup 2018-09-24 00:11:31 +02:00
bmpbuttn.h Use wxString() instead of "" for empty strings 2018-04-17 22:32:25 +02:00
bmpcbox.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
bookctrl.h Fix adding pages without associated window to wxTreebook 2018-09-18 00:33:59 +02:00
brush.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
buffer.h Make wx/buffer.h header self-contained 2017-10-28 15:07:35 +02:00
build.h Ignore all changes to g++ ABI version since 1002 2018-07-09 00:40:55 +02:00
busyinfo.h More fixes for PCH-less build after r78063. 2014-10-24 23:23:10 +00:00
button.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
calctrl.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
caret.h
catch_cppunit.h Improve output of test failures for unprintable characters 2017-12-06 03:23:26 +01:00
chartype.h Extract common type definitions from wx/defs.h to wx/types.h 2018-01-07 22:43:24 +01:00
checkbox.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
checkeddelete.h
checklst.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
chkconf.h Add message "wxStyledTextCtrl requires wxUSE_SCROLLBAR" 2018-10-21 22:01:49 -04:00
choicdlg.h
choice.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
choicebk.h Update wxBookCtrlBase::m_selection outside UpdateSelectedPage() 2018-03-31 01:45:05 +02:00
clipbrd.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clntdata.h Use const for constant local variables in wxWidgets headers 2018-07-21 16:16:32 +02:00
clrpicker.h Add support for alpha channel in wxColourPicker (wxGTK). 2015-11-15 16:38:55 +01:00
cmdargs.h Don't rely on argv being NULL-terminated under MSW 2017-04-16 17:50:22 +02:00
cmdline.h Allow hiding command line arguments from Usage() 2017-02-20 17:53:04 +01:00
cmdproc.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cmndata.h Document wxPrintData::SetPaperSize(). 2015-06-21 02:24:50 +02:00
collheaderctrl.h Use DLL declarations consistently for wxCollapsibleHeaderCtrl 2015-09-23 00:52:42 +02:00
collpane.h Propagate InformFirstDirection() to wxCollapsiblePane pane 2018-10-21 16:45:24 +02:00
colordlg.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
colour.h Adding IsSolid to wxColour 2018-10-30 20:53:35 +01:00
colourdata.h Add opacity control feature to wxColourData. 2015-11-02 23:19:16 +01:00
combo.h Don't re-enter wxComboCtrlBase::HidePopup 2018-11-14 21:30:35 +01:00
combobox.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
commandlinkbutton.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
compiler.h Fix wxCHECK_VISUALC_VERSION macro to correctly detect VC14 2016-08-27 17:45:12 +02:00
compositewin.h Bind focus events to direct children only in wxCompositeWindow 2018-07-25 14:11:17 +02:00
confbase.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
config.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
containr.h Use Bind() instead of Connect() in wxWidgets code 2018-05-30 13:06:20 +02:00
control.h Move wxEllipsize{Flags,Mode} to wx/gdicmn.h 2015-09-28 15:23:13 +02:00
convauto.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
cpp.h Use HTTPS with Trac links. 2017-07-04 13:15:14 -06:00
crt.h
cshelp.h Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02:00
ctrlsub.h Don't over promise in wxItemContainer documentation 2017-01-14 00:25:35 +01:00
cursor.h non-pch build fix after r78134 2014-11-11 07:50:33 +00:00
custombgwin.h Include the required headers from wx/custombgwin.h. 2014-07-24 10:58:47 +00:00
dataobj.h Fix wxURLDataObject comment and documentation for wxGTK 2017-12-08 13:14:19 +01:00
dataview.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
datectrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dateevt.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
datetime.h Explicitly disambiguate local time zone from UTC 2017-11-29 23:02:22 +01:00
datetimectrl.h
datstrm.h
dc.h Compute wxDCImpl::m_mm_to_pix_[xy] on demand 2018-12-06 03:30:55 +01:00
dcbuffer.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcclient.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcgraph.h Improve creating wxGCDC from an existing wxGraphicsContext 2018-12-06 03:40:49 +01:00
dcmemory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcmirror.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dcprint.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcps.h
dcscreen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcsvg.h Fix build with wxUSE_PALETTE==0 2018-10-09 22:24:58 -07:00
dde.h
debug.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
debugrpt.h Show correct save path when using compressed debug report 2018-05-02 15:36:11 +02:00
defs.h Adding more osx types as opaque public types 2018-10-01 08:12:03 +02:00
dialog.h Allow specifying the maximum width of static text in dialogs 2016-12-01 14:06:43 +01:00
dialup.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
dir.h Declare wxInvalidSize also in wx/dir.h 2017-11-21 13:49:21 +01:00
dirctrl.h
dirdlg.h Make wx/dirdlg.h safe to include as first wx header 2016-01-05 01:29:19 +01:00
display.h Add wxDisplay(wxWindow*) ctor with fall back on primary display 2018-11-01 00:02:47 +01:00
dlimpexp.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dlist.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
dnd.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
docmdi.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
docview.h Use Bind() instead of Connect() in wxWidgets code 2018-05-30 13:06:20 +02:00
dragimag.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
dvrenderers.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dynarray.h Don't export sorted dynamic arrays from the shared library 2018-11-10 12:17:53 +01:00
dynlib.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
dynload.h
editlbox.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
effects.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
encconv.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
encinfo.h Improved description of charset values under MSW. 2017-02-23 19:20:20 +02:00
event.h Synchronize joystick events between all ports 2018-11-05 19:27:36 +01:00
eventfilter.h
evtloop.h removed leading spaces of a code line 2018-08-03 02:33:06 +03:00
evtloopsrc.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
except.h
fdrepdlg.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
features.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
ffile.h Don't crash in wxFFile::Eof() and Error() if file is closed 2017-04-01 18:43:13 +02:00
file.h Use const for constant local variables in wxWidgets headers 2018-07-21 16:16:32 +02:00
fileconf.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filectrl.h Use wx prefix for global names 2017-10-01 10:03:48 -07:00
filedlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filefn.h Remove obsolete wxCHECK_W32API_VERSION() checks 2017-09-04 22:38:23 +02:00
filehistory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filename.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
filepicker.h Use Bind() instead of Connect() in wxWidgets code 2018-05-30 13:06:20 +02:00
filesys.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
flags.h
fmappriv.h
font.h Suppress gcc -Wfloat-conversion warning in wxFontInfo ctor 2018-09-18 15:57:43 +02:00
fontdata.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontdlg.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
fontenc.h
fontenum.h Add wxFontEnumerator::InvalidateCache() 2017-11-13 22:29:29 +01:00
fontmap.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
fontpicker.h Add wxFontPickerCtrl::SetMinPointSize() 2017-10-21 22:10:35 +02:00
fontutil.h Add wxNativeFontInfo::SetSizeOrDefault() and use it in all ports 2018-09-17 15:24:41 +02:00
frame.h Compilation fix for wxUSE_STATUSBAR==0 build 2016-06-07 14:29:52 +02:00
fs_arc.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fs_filter.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
fs_inet.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
fs_mem.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
fs_zip.h
fswatcher.h Fix misspellings in comments and documentation 2018-07-31 13:20:17 +02:00
gauge.h Fix handling of wxGA_PROGRESS in wxGauge under MSW 2016-01-31 20:11:06 +01:00
gbsizer.h Replace wxSizer::RecalcSizes() with RepositionChildren() 2018-12-20 23:36:51 +01:00
gdicmn.h Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02:00
gdiobj.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
geometry.h switching from comma to semicolon, possible error warning 2017-06-15 17:48:23 +02:00
gifdecod.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
glcanvas.h Improve new wxGLCanvas compatibility with old hardware and code 2017-01-16 03:25:49 +01:00
graphics.h Add wxGraphicsContext::GetWindow() 2018-11-06 03:36:53 +01:00
grid.h
hash.h Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
hashmap.h Avoid gcc8 -Wcast-function-type in hash map macros in Win64 build 2018-06-03 22:47:04 +02:00
hashset.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
headercol.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
headerctrl.h Add wxHD_BITMAP_ON_RIGHT style to wxHeaderCtrl 2018-02-04 00:14:28 +01:00
help.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
helpbase.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
helphtml.h
helpwin.h Removed obsolete symbols from comments. 2016-02-21 20:12:11 +02:00
htmllbox.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
hyperlink.h Return true from wxHyperlinkCtrl::MSWOnNotify() 2018-11-05 19:35:44 +01:00
icon.h forgotten commit of header change for generic icon 2018-09-24 00:11:31 +02:00
iconbndl.h Update comment and change log after MSW wxIconBundle improvements 2017-05-20 17:01:59 +02:00
iconloc.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
imagbmp.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
image.h Allow suppressing warnings from wxImage::LoadFile() 2016-01-31 02:22:55 +01:00
imaggif.h Add wxIMAGE_OPTION_GIF_TRANSPARENCY for GIF image loading 2018-02-16 16:28:33 +01:00
imagiff.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagjpeg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imaglist.h Fold wxOSX-specific wxImageList into generic version 2018-10-30 16:28:07 +01:00
imagpcx.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagpng.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagpnm.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagtga.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagtiff.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imagxpm.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
infobar.h Allow access to the currently shown wxInfoBar buttons. 2014-06-02 01:15:11 +00:00
init.h Use Unicode command line when not using wmain() under Windows 2017-03-11 03:41:23 +01:00
intl.h Refactor wxLocale initialization code 2017-07-16 15:03:22 +02:00
iosfwrap.h
ioswrap.h
ipc.h
ipcbase.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
itemattr.h Add equality operators to wxItemAttr 2016-04-17 17:36:20 +02:00
itemid.h
joystick.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
kbdstate.h
language.h Handle wxLANGUAGE_CAMBODIAN correctly in the generation script. 2014-04-20 12:44:57 +00:00
layout.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
laywin.h
link.h
list.h Also remove wxList::const_iterator::const_reference typedef 2018-02-23 16:03:36 +01:00
listbase.h Remove outdated comment about wxListCtrl checkboxes support 2017-06-20 15:25:28 +02:00
listbook.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
listbox.h Improve wxListBox::GetCountPerPage() in wxGTK and wxOSX 2017-10-21 22:10:35 +02:00
listctrl.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
listimpl.cpp
log.h Use const for constant local variables in wxWidgets headers 2018-07-21 16:16:32 +02:00
longlong.h Use const for constant local variables in wxWidgets headers 2018-07-21 16:16:32 +02:00
lzmastream.h Add wxLZMAClassFactory for run-time LZMA stream creation 2018-04-06 15:39:55 +02:00
math.h Move wxCTZ() documentation to the appropriate place 2018-11-05 19:27:53 +01:00
matrix.h
mdi.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
mediactrl.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
memconf.h
memory.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
memtext.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
menu.h Update wxMenu::UpdateUI() parameter comment and documentation 2016-01-30 21:39:09 +01:00
menuitem.h Fix compilation with wxUSE_ACCEL==0 2017-10-08 10:38:54 +02:00
metafile.h Build wxMetafileDataObject when wxUSE_DATAOBJ==1 2017-05-02 23:30:30 +02:00
mimetype.h Add wxFileType::GetExpandedCommand() 2016-03-05 03:09:59 +01:00
minifram.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
modalhook.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
module.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mousemanager.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mousestate.h Use const reference for wxPoint parameter 2017-05-28 23:56:46 -07:00
msgdlg.h use wxOVERRIDE 2014-10-25 18:06:36 +00:00
msgout.h Refactor wxLog and wxMessageOutput classes to avoid duplication 2017-11-04 16:19:06 +01:00
msgqueue.h
mstream.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
nativewin.h Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
nonownedwnd.h support masked or partially transparent windows in wxqt 2017-11-06 02:05:40 +01:00
notebook.h Remove trailing whitespace from several files 2018-04-18 15:45:42 +02:00
notifmsg.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
numdlg.h
numformatter.h
object.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
odcombo.h Use wxVector<int> instead of wxArrayInt 2018-11-14 22:37:16 +01:00
overlay.h Adding native macos Cocoa implementation for overlays into build files 2017-09-09 23:34:50 +02:00
ownerdrw.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
palette.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
panel.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
paper.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
pen.h Fix wxPenInfo ctor compilation with gcc 4.4.7 on CentOS 6 2017-11-05 16:42:20 +01:00
peninfobase.h Use ctor-initializer for non-trivial members 2017-09-12 09:51:53 -07:00
persist.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
pickerbase.h Fix recently broken wxPickerBase::SetPickerCtrlGrowable() 2016-06-09 15:24:44 +02:00
platform.h do not define __WXMSW__ and __WXQT__ at the same time 2018-08-03 02:33:06 +03:00
platinfo.h Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets 2017-02-20 17:46:45 +01:00
popupwin.h Reimplement wxPopupWindow as a WS_POPUP window under MSW 2018-10-20 22:50:46 +02:00
position.h
power.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
preferences.h Addition of overrides in diverse headers 2015-11-22 10:16:01 +01:00
print.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
printdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
prntbase.h Add wxPrintout::SetUp() to reuse the same code in all ports 2018-05-23 17:52:31 +02:00
process.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
progdlg.h Add proper support for wxUSE_NATIVE_PROGRESSDLG 2015-12-30 18:54:35 +01:00
propdlg.h
ptr_scpd.h
ptr_shrd.h
quantize.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
radiobox.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
radiobut.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
range.h
rawbmp.h Fix vertical alpha adjustment in wxPixelData<wxImage>::Offset(). 2015-04-01 14:15:11 +02:00
rearrangectrl.h Fix inserting items to wxRearrangeList (wxGTK) 2017-04-30 21:42:41 +02:00
recguard.h
regex.h
region.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
renderer.h Allow using wxRendererNative::DrawGauge() for vertical gauges too 2018-02-03 18:46:17 +01:00
richmsgdlg.h Add footer text and icon to wxRichMessageDialog 2018-01-20 16:53:13 +01:00
richtooltip.h
rtti.h Work around an apparent gcc optimizer bug in wxClassInfo 2016-07-13 23:33:23 +02:00
sashwin.h
sckaddr.h More use of wxOVERRIDE 2018-03-06 23:31:01 +01:00
sckipc.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
sckstrm.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
scopedarray.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
scopedptr.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
scopeguard.h Removed obsolete symbols from comments. 2016-02-21 20:12:11 +02:00
scrolbar.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
scrolwin.h Remove wxALWAYS_SHOW_SB-related code from wxScrolled 2018-01-14 18:27:10 +01:00
secretstore.h Change wxSecretStore API to allow retrieving the username 2017-07-17 18:26:20 +02:00
selstore.h Don't define wxSelectionStore::NO_SELECTION inline. 2014-09-27 23:29:32 +00:00
settings.h Add wxSYS_CARET_{ON,OFF,TIMEOUT}_MSEC system settings 2016-08-19 22:55:20 +02:00
setup_inc.h Check for liblzma headers in configure too and add wxUSE_LIBLZMA 2018-04-06 15:39:39 +02:00
setup_redirect.h
sharedptr.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
simplebook.h Update wxBookCtrlBase::m_selection outside UpdateSelectedPage() 2018-03-31 01:45:05 +02:00
sizer.h Replace wxSizer::RecalcSizes() with RepositionChildren() 2018-12-20 23:36:51 +01:00
slider.h Removed obsolete symbols from comments. 2016-02-21 20:12:11 +02:00
snglinst.h
socket.h Factor out socket flag selection into GetBlockingFlagIfNeeded() 2017-08-15 19:34:54 +02:00
sound.h Remove the inclusions of wx/cocoa headers which don't exist any more. 2014-07-02 13:28:42 +00:00
spinbutt.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
spinctrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
splash.h
splitter.h
srchctrl.h Use simple wxEVT_SEARCH[_CANCEL] names for wxSearchCtrl events 2018-01-30 02:03:48 +01:00
sstream.h Make wxStringOutputStream ctor explicit 2017-11-03 00:36:48 +01:00
stack.h
stackwalk.h Make wx/stackwalk.h self-sufficient 2016-03-14 01:15:43 +01:00
statbmp.h Add wxStaticBitmap::SetScaleMode() to control bitmap display size 2016-01-20 18:55:14 +01:00
statbox.h Don't pretend static box with enabled label is disabled 2018-01-18 23:28:16 +01:00
statline.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
stattext.h Add convenient wxST_ELLIPSIZE_MASK constant. 2015-02-11 21:16:08 +00:00
statusbr.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
stdpaths.h Add default value for MakeConfigFileName() 2nd argument 2018-03-17 17:17:05 +01:00
stdstream.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
stockitem.h
stopwatch.h
strconv.h Fix wxMBConv::cWC2MB() and cMB2WC() returned buffer length 2017-11-03 23:26:39 +01:00
stream.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
string.h Merge branch 'ansi-fix' 2018-07-24 15:15:28 +02:00
stringimpl.h Remove obsolete MSVC version tests. 2014-05-16 13:01:29 +00:00
stringops.h Fix initialization of SingleCharBuffer and Utf16CharBuffer data 2017-06-22 15:55:24 +02:00
strvararg.h Remove HAVE_PARTIAL_SPECIALIZATION and HAVE_TEMPLATE_OVERLOAD_RESOLUTION macros 2016-09-14 18:45:12 +09:00
sysopt.h
systhemectrl.h Fix wxMSW build with wxUSE_UXTHEME==0 2018-12-08 20:24:05 +01:00
tarstrm.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
taskbar.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
taskbarbutton.h Fix 'destionation' typos 2017-06-21 22:51:57 +04:00
tbarbase.h Remove trailing whitespace from several files 2018-04-18 15:45:42 +02:00
testing.h Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
textbuf.h Don't crash in wxTextFile::GetLastLine() if the file is empty 2016-06-09 16:48:01 +02:00
textcompleter.h Fix wx/textcompleter.h compilation when it's the first included header 2017-06-29 17:17:01 +02:00
textctrl.h Fix clang -Winconsistent-missing-override in wxTextCtrl 2016-02-29 16:12:53 +01:00
textdlg.h
textentry.h Implement wxTextEntryBase::Clear() using Remove() instead of SetValue() 2016-02-06 21:43:43 -08:00
textfile.h Fix "open mode" variables naming convention in wxTextFile 2016-02-13 13:46:25 +01:00
textwrapper.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
tglbtn.h Fix setting "pressed" bitmap for wxToggleButton. 2015-05-09 19:22:28 +02:00
thread.h Removed obsolete symbols from comments. 2016-02-21 20:12:11 +02:00
thrimpl.cpp Removed obsolete symbols from comments. 2016-02-21 20:12:11 +02:00
time.h Remove (Open)Watcom support. 2014-05-16 13:01:06 +00:00
timectrl.h
timer.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tipdlg.h Fix checks for WXWIN_COMPATIBILITY_3_0: use #if, not #ifdef. 2015-01-16 02:39:14 +00:00
tipwin.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
tls.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tokenzr.h Fix wxStringTokenizer copy ctor and assignment operator. 2014-10-20 15:08:09 +00:00
toolbar.h Removed wxTB_3DBUTTONS style 2016-02-21 20:12:31 +02:00
toolbook.h Fix removing and inserting pages in wxToolbook 2018-12-05 17:23:57 +01:00
tooltip.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
toplevel.h Introduce platform-dependent wxTLWGeometry class 2018-04-29 19:51:10 +02:00
tracker.h
translation.h Revert all recent changes to wxTranslations 2018-12-23 17:33:49 +01:00
treebase.h Remove WXDLLIMPEXP_CORE from wxArrayTreeItemIds declaration 2018-06-20 13:52:50 +02:00
treebook.h Fix adding pages without associated window to wxTreebook 2018-09-18 00:33:59 +02:00
treectrl.h Fix typos in comments in C++ code 2016-04-12 17:15:23 +02:00
treelist.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
txtstrm.h Fix wxTextInputStream for input starting with BOM-like bytes 2017-11-09 23:49:59 +01:00
typeinfo.h Fix wxTypeIdentifier::operator==() to be const 2017-11-14 15:58:17 +01:00
types.h Extract common type definitions from wx/defs.h to wx/types.h 2018-01-07 22:43:24 +01:00
uiaction.h Virtualize wxUIActionSimulator implementation 2016-05-23 03:00:49 +02:00
unichar.h Include <utility> to get std::swap() declaration in C++11 2018-09-17 23:01:30 +02:00
uri.h Fix wxURI::Unescape() to work with Unicode strings 2016-02-13 04:01:27 +01:00
url.h Use enums, not typedef enums, in all public headers. 2016-02-07 01:11:25 +02:00
ustring.h Fix constness of some member functions of wxUString 2016-03-01 16:01:39 +09:00
utils.h Add sanity checks for input string in wxHexToDec() 2017-02-23 20:49:59 +01:00
valgen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
validate.h Make wxValidator::SetWindow() virtual 2018-01-07 01:25:10 +01:00
valnum.h Suppress harmless gcc -Wfloat-equal in wxNumValidator code 2018-11-20 14:11:53 +01:00
valtext.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
variant.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
variantbase.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
vector.h Make wxVector::reverse_iterator satisfy RandomAccessIterator 2018-12-07 14:52:51 +01:00
version.h Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
versioninfo.h
vidmode.h
vlbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
vms_x_fix.h
volume.h
vscroll.h Addition of overrids in scrolbar.h, slider.h and vscroll.h 2015-11-22 10:14:29 +01:00
weakref.h Allow using Bind() with non-public inheritance in C++11 code 2016-11-29 19:32:40 +01:00
webview.h Remove trailing spaces in webview code 2018-08-22 20:02:42 +02:00
webviewarchivehandler.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
webviewfshandler.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
wfstream.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
window.h More use of wxOVERRIDE 2018-03-06 23:31:01 +01:00
windowid.h
windowptr.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
withimages.h
wizard.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
wrapsizer.h Replace wxSizer::RecalcSizes() with RepositionChildren() 2018-12-20 23:36:51 +01:00
wupdlock.h
wx.h
wxchar.h
wxcrt.h Fix non-unicode build after 82881d6b03 2018-08-22 08:12:11 -07:00
wxcrtbase.h Always enable wxMBConv::IsUTF8() 2017-10-27 20:13:04 +02:00
wxcrtvararg.h Remove extraneous semicolons after wxDECL_FOR_STRICT_MINGW32() 2017-02-20 15:55:47 +01:00
wxhtml.h
wxprec.h Remove support for Digital Mars compiler. 2014-05-16 13:01:23 +00:00
xlocale.h Try to fix macOS build using cmake after xlocale changes 2018-01-21 16:49:26 +01:00
xpmdecod.h
xpmhand.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
xti2.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
xti.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
xtictor.h
xtihandler.h
xtiprop.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
xtistrm.h
xtitypes.h Fix typos in comments in C++ code 2016-04-12 17:15:23 +02:00
xtixml.h
zipstrm.h Removing extra semicola 2018-08-05 14:21:50 +02:00
zstream.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00