wxWidgets/interface/wx
Vadim Zeitlin 20a3317839 Rename wxWebRequestEvent::GetResponseFileName() to GetDataFile()
This is shorter and doesn't imply that just the name (and not the full
path) is being returned.

Also rename wxWebResponse::GetFileName() to GetDataFile() for the same
reasons and for consistency. And document this previously undocumented
method.
2021-01-12 03:34:40 +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 Improve wxRegKey documentation 2020-01-07 02:39:33 +01:00
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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Add wxACC_SELF and fix parameter name 2018-10-10 10:59:32 -07:00
activityindicator.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
addremovectrl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
affinematrix2d.h
affinematrix2dbase.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Add micro version to toolkit version functions 2016-02-29 10:05:43 +01:00
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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
base64.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
bookctrl.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
brush.h
buffer.h Document wxScopedCharTypeBuffer::release(). 2014-10-23 13:56:04 +00:00
busyinfo.h Allow updating wxBusyInfo text while it's shown 2019-09-08 23:13:00 +02:00
button.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
calctrl.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
caret.h
chartype.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
checkbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
checklst.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
choicdlg.h Remove wrong MSW notes from wx*ChoiceDialog documentation 2017-03-25 03:22:17 +01:00
choice.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
choicebk.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
clipbrd.h Fix displaying Flush() in wxClipboard docs note 2020-09-25 21:29:20 +02:00
clntdata.h
clrpicker.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
cmdline.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
cmdproc.h
cmndata.h Document wxPrintData::SetPaperSize(). 2015-06-21 02:24:50 +02:00
collheaderctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
collpane.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h Return empty string from wxColour::GetAsString() if it's invalid 2020-07-11 14:31:54 +02:00
colourdata.h Allow turning on/off opacity selector in wxColourDialog (wxOSX) 2017-07-03 22:48:04 +02:00
combo.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
combobox.h Implement support for wxCB_SORT in wxOSX wxComboBox 2019-07-26 18:19:47 +02:00
commandlinkbutton.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
config.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
containr.h
control.h Add wxControl::GetSizeFromText() helper function 2019-10-09 01:43:50 +02:00
convauto.h Rename IsFallbackEncoding() to IsUsingFallbackEncoding() 2020-10-05 15:32:07 +03:00
cpp.h
creddlg.h Small tweak to wxCredentialEntryDialog docs consistency 2021-01-11 02:51:05 +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 Remove obsolete note about limited wxFileDataObject support 2019-07-09 22:36:20 +02:00
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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
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 Document wxGCDC::SetGraphicsContext() difference from ctor 2019-07-07 03:18:18 +02:00
dcmemory.h Add missing wxMemoryDC::GetSelectedBitmap 2020-03-23 20:17:22 -07:00
dcmirror.h
dcprint.h
dcps.h Optimize selecting font in generated PostScript code 2017-03-04 19:07:04 +01:00
dcscreen.h Document that wxScreenDC corresponds to the entire virtual screen 2016-03-28 21:41:10 +02:00
dcsvg.h Allow to set wxSVGFileDC shape rendering mode 2019-08-20 20:21:05 +02:00
dde.h
debug.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
debugrpt.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
dir.h Fix parameter name in wxDir::HasSubDirs() documentation 2019-11-13 19:18:06 +01:00
dirctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
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 Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
dynlib.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
editlbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
encconv.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
event.h Improve documentation of wxUpdateUIEvent::IsCheckable() 2020-09-02 19:33:39 +02:00
eventfilter.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
evtloop.h Remove 'virtual' from some items that are not virtual in the real code 2019-05-24 13:33:41 -07:00
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 Allow disabling saving wxFileConfig data when it is destroyed 2019-08-04 19:15:39 +02:00
filectrl.h Improve wxFileCtrl::SetFilename() and SetPath() consistency. 2015-05-09 19:05:05 +02:00
filedlg.h Mention that wxFD_OVERWRITE_PROMPT is always enabled on OSX 2020-09-04 18:25:41 +01:00
filefn.h Fix wxGetDiskSpace() documentation 2018-10-31 10:26:11 +01:00
filehistory.h
filename.h Move URL<->filename conversion functions to wxFileName 2019-08-25 00:48:39 +02:00
filepicker.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Minor documentation corrections. 2014-05-06 18:16:29 +00:00
fontenum.h Add wxFontEnumerator::InvalidateCache() 2017-11-13 22:29:29 +01:00
fontmap.h
fontpicker.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
fontutil.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Add missing methods 2016-10-21 16:54:35 -07:00
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 Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
gdicmn.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
gdiobj.h
geometry.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
hashset.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
headercol.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
headerctrl.h Add wxHeaderCtrl::GetColumnTitleWidth() overload taking index 2019-09-18 01:21:36 +02:00
help.h Allow opening ToC and index in wxCHMHelpController 2019-07-24 11:29:06 +02:00
htmllbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
hyperlink.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
icon.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
iconbndl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
iconloc.h
image.h Mark wxImageAlphaBlendMode as being new since 3.1.5 2020-09-25 01:12:24 +02:00
imaggif.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagiff.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagjpeg.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imaglist.h Don't document wxImageList::Replace() as being MSW-only 2020-08-13 21:57:18 +02:00
imagpcx.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagpng.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagpnm.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagtga.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagtiff.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
imagxpm.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
infobar.h Don't characterize GTK+ 2.18 as being "recent" in the documentation 2016-03-28 21:30:57 +02:00
init.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
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 Add equality operators to wxItemAttr 2016-04-17 17:36:20 +02:00
joystick.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
kbdstate.h Make wxKeyboardState ctor explicit 2020-08-21 11:49:34 +02:00
language.h Handle wxLANGUAGE_CAMBODIAN correctly in the generation script. 2014-04-20 12:44:57 +00:00
layout.h
laywin.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
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 Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
lzmastream.h Document how to build wxWidgets with liblzma support 2018-04-06 15:39:55 +02:00
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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
minifram.h
modalhook.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
module.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mousemanager.h
mousestate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
msgdlg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
msgout.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
msgqueue.h
mstream.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
nativewin.h Add reference to the widgets sample in the documentation 2019-10-20 21:37:44 +02:00
nonownedwnd.h Document that size of shaped windows can't be changed 2019-10-22 19:37:32 +02:00
notebook.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
notifmsg.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
numdlg.h Fix return type of wxNumberEntryDialog::GetValue() in documentation 2018-05-01 15:02:00 +02:00
numformatter.h
object.h Allow constructing/assigning wxObjectDataPtr from compatible type 2020-12-30 01:02:47 +01:00
odcombo.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
overlay.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
palette.h
panel.h Clarify that there is only a single TAB traversal implementation. 2014-02-24 20:54:44 +00:00
pen.h Add the rest of the accessors in wxPenInfo and wxGraphicsPenInfo, 2019-09-04 14:19:23 -07:00
persist.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
pickerbase.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
platform.h
platinfo.h Rename wxPlatformInfo::*Arch* to *Bitness*, deprecate old names 2020-11-21 19:16:21 +02:00
popupwin.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
progdlg.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
recguard.h
regex.h Add wxRegEx::QuoteMeta() helper 2019-08-25 12:32:51 +02:00
region.h
renderer.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
richmsgdlg.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
richtooltip.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
sashwin.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
scopeguard.h
scrolbar.h Add reference to the widgets sample in the documentation 2019-10-20 21:37:44 +02:00
scrolwin.h Various interface corrections 2019-07-31 12:18:55 -07:00
secretstore.h Add small wxSecretString helper for wiping strings values 2021-01-10 01:21:45 +01:00
settings.h Fix documentation for wxSYS_COLOUR_INACTIVECAPTIONTEXT 2020-08-31 14:49:45 +02:00
sharedptr.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
simplebook.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
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 Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
socket.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
sound.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
spinbutt.h Send EVT_SPIN_UP/DOWN events also when wxSpinButton value wraps around (wxOSX) 2017-09-22 15:28:12 +02:00
spinctrl.h Don't claim that Enter sends wxEVT_SPINCTRLDOUBLE in wxSpinCtrl 2020-11-02 00:40:15 +01:00
splash.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
splitter.h Remove outdated documentation remarks on Windows prior XP. 2015-09-27 19:07:20 +02:00
srchctrl.h Mention GTK native version in wxSearchCtrl documentation 2020-01-07 03:15:39 +01:00
sstream.h Make wxStringOutputStream ctor explicit 2017-11-03 00:36:48 +01:00
stack.h
stackwalk.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
statbmp.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
statbox.h Fix typos in wxStaticBox docs 2019-10-25 19:39:47 +02:00
statline.h
stattext.h Don't refresh wxStaticText if its label didn't really change 2017-07-16 02:36:07 +02:00
statusbr.h Document that SetStatusText() updates the display immediately 2018-06-27 19:37:23 +02:00
stdpaths.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
stdstream.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
stockitem.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
stopwatch.h Correct typo in wxStopWatch example in the documentation. 2014-12-24 13:56:54 +00:00
strconv.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
stream.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Allow calling EnableSystemTheme(false) before creating the window 2019-05-26 23:20:21 +02:00
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 Fix 'destionation' typos 2017-06-21 22:51:57 +04:00
textcompleter.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
textctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
textdlg.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
textentry.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
textfile.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
textwrapper.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
tglbtn.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
thread.h Add notes about standard threading classes to the documentation 2020-06-01 15:10:24 +02:00
time.h
timectrl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
timer.h Various interface corrections 2019-07-31 12:18:55 -07:00
tipdlg.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
tipwin.h Cross-link wxToolTip and wxTipWindow in the documentation 2015-12-13 16:08:42 +01:00
tls.h
tokenzr.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
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 Implement wxToolTip::SetDelay() for wxOSX 2016-01-08 17:02:19 +01:00
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 Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
uiaction.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
unichar.h Add some functions to handle supplementary characters 2017-05-01 18:00:21 +09:00
uri.h
url.h Use enums, not typedef enums, in all public headers. 2016-02-07 01:11:25 +02:00
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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
valnum.h Add Get{Min,Max,Range}() to numeric validator classes 2019-04-18 16:47:02 +02:00
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 Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02:00
vlbox.h
volume.h
vscroll.h
weakref.h
webrequest.h Rename wxWebRequestEvent::GetResponseFileName() to GetDataFile() 2021-01-12 03:34:40 +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 Remove all trailing spaces 2019-01-30 17:35:54 +01:00
wizard.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
wrapsizer.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
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 remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00