wxWidgets/interface/wx
Vadim Zeitlin 1c61fe6baf Remove wxWebResponse::AsString() conversion parameter
It doesn't make much sense to specify the conversion here, it would
ideally be taken from the response Content-Type header itself and
currently is just assumed to be UTF-8 anyhow.

Also implement fallback to Latin-1 to avoid losing the data entirely if
it's not in UTF-8.
2020-12-13 01:16:41 +01:00
..
aui Merge branch 'im/docadditions' of https://github.com/imciner2/wxWidgets 2020-09-20 18:14:02 +02:00
generic Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
html Fix wxWindowId parameter type and name in wxHtmlHelpWindow 2020-10-02 15:02:03 +02:00
msw
persist Add version information to wxPersistentComboBox documentation 2020-11-19 23:30:13 +01:00
propgrid Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
protocol
ribbon Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
richtext Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
stc Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
xml Harmonize wxXmlDoctype ctor parameter names 2020-10-04 16:00:34 +02:00
xrc Use GetAnimation() in wxAnimationCtrlXmlHandler again 2020-06-09 18:07:10 +02:00
aboutdlg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
accel.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
access.h
activityindicator.h
addremovectrl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
affinematrix2d.h
affinematrix2dbase.h
anidecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
animate.h Restore wxAnimation::GetFrame() constness 2020-04-12 16:36:34 +02:00
animdecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
any.h Fix list contents memory leak in wxAny unit test 2020-10-19 13:54:19 +02:00
anybutton.h
app.h Resolve removal of the rest of BCC-affected 2020-10-14 20:11:58 +02:00
appprogress.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
apptrait.h
archive.h
arrstr.h Do not use wxRegEx in wxCmpNaturalGeneric() 2020-08-14 19:26:33 +02:00
artprov.h Fix documented type of wxART_XXX constants 2020-08-25 16:49:24 +02:00
atomic.h
bannerwindow.h
base64.h
bitmap.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
bmpbuttn.h Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
bmpcbox.h
bookctrl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
brush.h
buffer.h
busyinfo.h
button.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
calctrl.h
caret.h
chartype.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
checkbox.h
checklst.h
choicdlg.h
choice.h
choicebk.h
clipbrd.h Fix displaying Flush() in wxClipboard docs note 2020-09-25 21:29:20 +02:00
clntdata.h
clrpicker.h
cmdline.h
cmdproc.h
cmndata.h
collheaderctrl.h
collpane.h
colordlg.h
colour.h Return empty string from wxColour::GetAsString() if it's invalid 2020-07-11 14:31:54 +02:00
colourdata.h
combo.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
combobox.h
commandlinkbutton.h
config.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
containr.h
control.h
convauto.h Rename IsFallbackEncoding() to IsUsingFallbackEncoding() 2020-10-05 15:32:07 +03:00
cpp.h
creddlg.h Update version in @since comments for wxWebRequest to 3.1.5 2020-12-13 00:50:03 +01:00
cshelp.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
ctrlsub.h Fix problems with GetSelection() documentation 2020-11-10 13:12:37 +01:00
cursor.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
custombgwin.h
dataobj.h
dataview.h Add wxDataViewCtrl::ExpandChildren() 2020-12-05 16:37:13 +01:00
datectrl.h Add wxDateTimePickerCtrl::SetNullText() 2020-11-05 14:22:05 +01:00
dateevt.h
datetime.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
datstrm.h
dc.h Fix typo in documentation 2020-09-27 13:58:01 +02:00
dcbuffer.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
dcclient.h Document that using wxClientDC for drawing is not portable 2020-06-27 16:37:48 +02:00
dcgraph.h
dcmemory.h Add missing wxMemoryDC::GetSelectedBitmap 2020-03-23 20:17:22 -07:00
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
dialog.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
dialup.h
dir.h
dirctrl.h
dirdlg.h Warn on incompatible wxDirDialog styles 2020-07-10 03:32:49 +02:00
display.h Add wxDisplay::GetScaleFactor() 2020-08-14 16:09:27 +02:00
dnd.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
docmdi.h
docview.h Document return values of various close-related docview functions 2020-10-16 02:07:10 +02:00
dragimag.h
dynarray.h
dynlib.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
editlbox.h
encconv.h
event.h Improve documentation of wxUpdateUIEvent::IsCheckable() 2020-09-02 19:33:39 +02:00
eventfilter.h
evtloop.h
fdrepdlg.h
ffile.h Document wxTemp[F]File default ctors 2020-02-21 14:57:28 +01:00
file.h Document wxTemp[F]File default ctors 2020-02-21 14:57:28 +01:00
fileconf.h
filectrl.h
filedlg.h Mention that wxFD_OVERWRITE_PROMPT is always enabled on OSX 2020-09-04 18:25:41 +01:00
filefn.h
filehistory.h
filename.h
filepicker.h
filesys.h Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
font.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
fontdata.h Add wxFontDialog::RestrictSelection() to disallow raster fonts 2020-07-04 13:14:38 +02:00
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h
fontutil.h
frame.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h
fswatcher.h Merge branch 'master' into osx-10_10-min-10_11-SDK 2020-07-04 23:03:55 +02:00
gauge.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
gbsizer.h
gdicmn.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
gdiobj.h
geometry.h
gifdecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
glcanvas.h Remove recently added GetOpenGLScaleFactor() 2020-07-18 23:51:05 +02:00
graphics.h Document that wxGraphicsContext::DrawText angles are in radians 2020-10-12 13:50:27 -04:00
grid.h Remove redundant wxGridCellDateTimeRenderer::SetParameters() docs 2020-11-03 03:14:43 +01:00
hash.h
hashmap.h
hashset.h
headercol.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
headerctrl.h
help.h
htmllbox.h
hyperlink.h
icon.h
iconbndl.h
iconloc.h
image.h Mark wxImageAlphaBlendMode as being new since 3.1.5 2020-09-25 01:12:24 +02:00
imaggif.h
imagiff.h
imagjpeg.h
imaglist.h Don't document wxImageList::Replace() as being MSW-only 2020-08-13 21:57:18 +02:00
imagpcx.h
imagpng.h
imagpnm.h
imagtga.h
imagtiff.h
imagxpm.h
infobar.h
init.h
intl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
ipc.h
ipcbase.h
itemattr.h
joystick.h
kbdstate.h Make wxKeyboardState ctor explicit 2020-08-21 11:49:34 +02:00
language.h
layout.h
laywin.h
link.h
list.h Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
listbook.h
listbox.h Fix problems with GetSelection() documentation 2020-11-10 13:12:37 +01:00
listctrl.h Simplify API for extending wxListCtrl background display 2020-11-09 00:37:55 +01:00
log.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
longlong.h
lzmastream.h
math.h Add more wxRound() compatibility overloads and improve docs 2020-11-08 23:19:28 +01:00
mdi.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
mediactrl.h Remove the mention of MCI-based backend from wxMediaCtrl docs 2020-05-21 01:55:59 +02:00
memory.h
menu.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
menuitem.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
metafile.h
mimetype.h
minifram.h
modalhook.h
module.h
mousemanager.h
mousestate.h
msgdlg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
msgout.h
msgqueue.h
mstream.h
nativewin.h
nonownedwnd.h
notebook.h
notifmsg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
numdlg.h
numformatter.h
object.h Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
odcombo.h
overlay.h
palette.h
panel.h
pen.h
persist.h
pickerbase.h
platform.h
platinfo.h Rename wxPlatformInfo::*Arch* to *Bitness*, deprecate old names 2020-11-21 19:16:21 +02:00
popupwin.h
position.h
power.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
preferences.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
print.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
printdlg.h
process.h
progdlg.h
propdlg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
quantize.h
radiobox.h Fix problems with GetSelection() documentation 2020-11-10 13:12:37 +01:00
radiobut.h Improve radio button navigation functions documentation 2020-09-21 16:02:40 +02:00
rawbmp.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
richmsgdlg.h
richtooltip.h
sashwin.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h
secretstore.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
settings.h Fix documentation for wxSYS_COLOUR_INACTIVECAPTIONTEXT 2020-08-31 14:49:45 +02:00
sharedptr.h
simplebook.h
sizer.h Merge branch 'safer-sizers' 2020-07-06 17:54:46 +02:00
slider.h Use more reasonable length for wxSlider in wxGTK by default 2020-08-05 00:01:50 +02:00
snglinst.h
socket.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
sound.h
spinbutt.h
spinctrl.h Don't claim that Enter sends wxEVT_SPINCTRLDOUBLE in wxSpinCtrl 2020-11-02 00:40:15 +01:00
splash.h
splitter.h
srchctrl.h
sstream.h
stack.h
stackwalk.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h
stdpaths.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
stdstream.h
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h Document wxASCII_STR() macro 2020-08-25 16:49:05 +02:00
sysopt.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
systhemectrl.h
tarstrm.h Fix syntax error in interface headers 2020-12-10 22:53:11 +01:00
taskbar.h Improve wxTaskBarIcon::Create/GetPopupMenu() documentation 2020-08-14 19:48:29 +02:00
taskbarbutton.h
textcompleter.h
textctrl.h
textdlg.h
textentry.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
textfile.h
textwrapper.h
tglbtn.h
thread.h Add notes about standard threading classes to the documentation 2020-06-01 15:10:24 +02:00
time.h
timectrl.h
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h Change data and shortHelpString to adhere to naming convention 2020-10-03 16:12:04 +02:00
toolbook.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
tooltip.h
toplevel.h Merge branch 'master' into osx-10_10-min-10_11-SDK 2020-07-04 23:03:55 +02:00
tracker.h
translation.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
treebase.h
treebook.h
treectrl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
treelist.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
txtstrm.h
uiaction.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
unichar.h
uri.h
url.h
ustring.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
utils.h Explain in wxPlatformInfo docs that it means bitness when it says architecture 2020-11-21 18:17:18 +02:00
valgen.h
validate.h
valnum.h
valtext.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
variant.h
vector.h Add trivial wxVectorContains() helper 2020-11-16 16:48:47 +01:00
version.h
versioninfo.h
vidmode.h
vlbox.h
volume.h
vscroll.h
weakref.h
webrequest.h Remove wxWebResponse::AsString() conversion parameter 2020-12-13 01:16:41 +01:00
webview.h WebViewEdge: Allow edge webview2 installation during runtime 2020-11-06 09:19:17 +01:00
webviewarchivehandler.h
webviewfshandler.h
wfstream.h Add wxTempFFile, similar to wxTempFile but using buffered I/O 2020-02-21 14:52:40 +01:00
window.h Add wxWindow::GetAutoLayout() documentation 2020-12-08 18:47:38 +01:00
windowid.h
windowptr.h
withimages.h
wizard.h
wrapsizer.h
wupdlock.h Allow using wxWindowUpdateLocker conditionally 2020-05-25 17:52:08 +02:00
wxcrt.h
xlocale.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
zipstrm.h Fix generated documentation for wxZipEntry::GetInternalName() 2020-05-27 01:46:59 +02:00
zstream.h