wxWidgets/interface/wx
Vadim Zeitlin e13b4f8833 Don't force fractional scale when toolbar bitmap size is given
The old code in wxToolBarBase::AdjustToolBitmapSize() forced the use of
the exact value of the requested bitmap size multiplied by the current
scale factor, which resulted in ugly bitmaps whenever fractional scaling
factor was used. It also used not immediately clear IncTo() call.

Simplify and improve it by handling the cases when we have a requested
bitmap size and we don't have it differently: if we do have it, just use
it directly, but only with an integer scale factor. And if we don't,
then simply use the bitmap size suitable for the current scale factor.

This seems to result in the most expected behaviour and, notably,
doesn't break the toolbar sample where the bitmap size can still be
toggled between small and big bitmaps on both normal and high DPI
monitors.

Also update the documentation: still recommend not to use
SetToolBitmapSize() at all, but don't claim that it forces fractional
scaling, as this is not the case any longer.
2022-06-05 03:23:03 +02:00
..
aui Fix mistakenly added "events" category 2022-05-23 20:05:02 +02:00
generic Update copyright years to 2021 2022-01-02 13:32:23 +01:00
html Add "events" category to wxEvent-derived classes docs where missing 2022-05-23 19:06:55 +02:00
msw Add 64-bit numbers support to wxRegKey 2021-03-09 21:09:42 +01:00
persist Replace wxEvtHandler::Connect() with Bind() in the docs 2021-03-31 03:04:49 +02:00
propgrid Decouple wxPropertyGridPageState from wxDC 2022-05-30 19:17:37 +02:00
protocol Apply suggestions from code review 2021-01-19 21:06:31 +01:00
ribbon Add functions for getting current ribbon tool rectangle 2022-04-19 00:46:58 +02:00
richtext Consistently escape "@" in wxRichTextCtrl documentation 2022-03-28 00:18:02 +02:00
stc Regenerate STC files after the typo fixes 2021-03-13 13:35:14 +01:00
xml Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
xrc Add wxXmlResourceHandler::GetBitmapBundle(wxXmlNode) overload 2022-02-20 18:06:09 +01:00
aboutdlg.h Update copyright years to 2021 2022-01-02 13:32:23 +01: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 Change inactive bitmap to in wxBitmapBundle wxAnimationCtrl 2022-01-27 14:29:25 +01: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 Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
app.h Fix typos and wording in docs and comments 2022-03-17 23:53:52 +01:00
appprogress.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
apptrait.h Show assert stack if in the test if possible 2021-04-07 14:37:16 +02:00
archive.h
arrstr.h Make wxSplit(wxJoin()) idempotent for string ending with escape 2021-04-07 01:38:43 +02:00
artprov.h Add wxArtProvider::Get[Native]DIPSizeHint() 2022-03-24 21:35:26 +01:00
atomic.h Recommend using std::atomic instead of our functions 2022-05-11 00:18:02 +02:00
bannerwindow.h Fix comment in example for banner window 2022-02-11 18:48:03 +01:00
base64.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
bitmap.h Add wxBitmap(wxImage, wxDC) ctor to all ports 2022-04-12 19:08:56 +01:00
bmpbndl.h Add wxBitmapBundleImpl::GetIndexToUpscale() 2022-06-02 23:09:05 +01:00
bmpbuttn.h Add some missing wxBitmap --> wxBitmapBundle changes 2022-05-16 15:33:41 -07:00
bmpcbox.h Add some missing wxBitmap --> wxBitmapBundle changes 2022-05-16 15:33:41 -07:00
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 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 wxGTK1 mentions from the documentation 2021-05-13 06:52:09 -07:00
checklst.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
choicdlg.h
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 Allow cloning client data stored in wxGrid attributes etc 2022-04-28 00:28:58 +02:00
clrpicker.h Fix recurring typo in validator parameter description 2022-01-11 18:08:25 +01:00
cmdline.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
cmdproc.h
cmndata.h
collheaderctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
collpane.h Fix recurring typo in validator parameter description 2022-01-11 18:08:25 +01:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h Add wxColour::Get{Red,Green,Blue,Alpha}() to avoid gcc 12 warnings 2022-01-27 15:46:42 +01:00
colourdata.h
combo.h Use wxBitmapBundle in wxComboCtrl instead of wxBitmap 2022-02-05 16:11:14 +01: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 Readd accidentally deleted argument in wxConfig interface 2021-05-13 06:49:31 -07: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 Document that index must be valid in wxChoice::GetString() 2021-01-17 00:41:26 +01:00
cursor.h Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
custombgwin.h
dataobj.h Add wxDF_UNICODETEXT to wxDataFormat standard format docs 2021-12-09 19:51:07 +01:00
dataview.h Merge branch 'dvc-bitmap-renderer-bundle' 2022-05-23 22:22:53 +01:00
datectrl.h Fix recurring typo in validator parameter description 2022-01-11 18:08:25 +01:00
dateevt.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
datetime.h Fix typos and wording in docs and comments 2022-03-17 23:53:52 +01:00
datstrm.h
dc.h Add documentation for wxDC and wxGraphicsContext FromDIP and ToDIP 2022-04-26 21:35:05 +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
dcscreen.h
dcsvg.h Undocument SetClippingRegion overload in wxSVGFileDC 2022-01-02 12:30:53 +01:00
dde.h
debug.h Don't specify the @def for defines 2021-05-21 01:57:54 +01:00
debugrpt.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
defs.h Add wxCHECK_CXX_STD() and use it to test for C++17 and C++20 2022-05-11 16:57:18 +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 Mention wxDIR_HIDDEN in GetAllFiles() documentation 2021-04-06 22:19:03 +02:00
dirctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
dirdlg.h Fix doxygen misplaced div warnings 2021-05-21 02:09:56 +01: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 Add wxDynamicLibrary::Attach() 2021-01-25 00:15:24 +01:00
editlbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
encconv.h
event.h Document missing wxEVT_FULLSCREEN 2022-04-20 22:54:06 -04: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 Ensure the return documentation is on the correct function 2021-05-13 21:32:22 +01:00
filedlg.h Add wxMac wxFileDialog::GetCurrentlySelectedFilterIndex() support 2021-02-15 00:37:45 +01:00
filefn.h Document that wxMatchWild() is always case-sensitive 2021-04-22 23:57:02 +02:00
filehistory.h Remove public wxFileHistory::RefreshLabels() 2021-04-05 16:20:02 +02:00
filename.h Use doubled backslashes in examples in wxFileName documentation 2022-04-16 15:34:08 +02:00
filepicker.h Fix recurring typo in validator parameter description 2022-01-11 18:08:25 +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
fontenum.h
fontmap.h
fontpicker.h Fix recurring typo in validator parameter description 2022-01-11 18:08:25 +01:00
fontutil.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
frame.h Explain how to best use wxFrame as input form 2022-05-05 17:32:43 +02:00
fs_arc.h
fs_filter.h
fs_inet.h
fs_mem.h Fall back to using UTF-8 in wxMemoryFSHandler::AddFile() 2021-12-16 21:54:43 +01:00
fswatcher.h Replace wxEvtHandler::Connect() with Bind() in the docs 2021-03-31 03:04:49 +02:00
gauge.h Fix doxygen misplaced div warnings 2021-05-21 02:09:56 +01:00
gbsizer.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
gdicmn.h Add operator/(wxSize, double) 2021-11-20 22:06:28 +01:00
gdiobj.h
geometry.h Make some member functions const 2021-03-04 11:49:33 -08:00
gifdecod.h Split decoder interface to match the actual header files 2020-03-24 17:32:12 -07:00
glcanvas.h Update note about enabling OpenGL support on Windows 2021-05-05 20:56:05 +02:00
graphics.h Add documentation for wxDC and wxGraphicsContext FromDIP and ToDIP 2022-04-26 21:35:05 +02:00
grid.h Unify wxGrid code for processing row and column mouse events 2022-05-05 17:23:45 +02: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 Use wxBitmapBundle in wxHeaderColumn 2022-03-04 03:37:20 +01: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 wxIcon::GetLogicalSize documentation 2022-04-17 23:41:46 -04:00
iconbndl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
iconloc.h
image.h Document all parameters of wxImage::Paste() 2022-03-28 00:17:26 +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 Handle transparency to the best of our ability in wxImageList 2022-05-06 02:12:54 +01: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 Replace wxEvtHandler::Connect() with Bind() in the docs 2021-03-31 03:04:49 +02:00
init.h
intl.h Handle Windows CRT locale names in wxLocaleIdent::FromTag() too 2022-04-02 16:45:20 +02:00
ipc.h
ipcbase.h
itemattr.h
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 Update language database and move support for it to wxUILocale 2021-11-27 17:44:20 +01:00
layout.h Make some member functions const 2021-03-17 09:44:48 -07:00
laywin.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
link.h
list.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
listbook.h
listbox.h Fix interface return type for MSWSetTabStops 2021-05-13 21:32:22 +01:00
listctrl.h Fix wxListCtrl::RemoveSortIndicator documentation 2022-04-17 22:27:29 -04:00
log.h Add return value to wxSafeShowMessage() 2021-03-14 13:18:36 +01: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 Document wxMulDivInt32() and add a test for it 2021-07-13 23:05:16 +01:00
mdi.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
mediactrl.h Minor additions to wxMC_NO_AUTORESIZE documentation 2021-11-20 21:41:28 +01:00
memory.h
menu.h Fix doxygen page linking bugs 2021-05-21 02:58:57 +01:00
menuitem.h Fix wxMenuItem::AddExtraAccel documentation 2022-04-18 22:36:55 -04:00
metafile.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
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
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
notifmsg.h Add missing wxEventType declarations to notifmsg interface header 2021-08-21 15:06:12 +02:00
numdlg.h Fix return type of wxNumberEntryDialog::GetValue() in documentation 2018-05-01 15:02:00 +02:00
numformatter.h Add wxNumberFormatter::Format() for floating point numbers 2021-08-20 23:37:28 +02:00
object.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
odcombo.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
overlay.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
palette.h
panel.h Don't document wxSysColourChangedEvent as being MSW-only 2021-03-28 03:06:28 +02:00
pen.h interface: Remove redundant definition of wxPenInfo::LowQuality 2021-05-13 21:33:06 +01:00
persist.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
pickerbase.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
platform.h
platinfo.h Fix typos and wording in docs and comments 2022-03-17 23:53:52 +01:00
popupwin.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
position.h
power.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
preferences.h Add wxPreferencesPage::GetIcon() returning wxBitmapBundle 2022-03-17 23:49:18 +01:00
print.h Still use wxPreviewFrame size if it was explicitly specified 2022-05-23 15:07:06 +01:00
printdlg.h
process.h Make some member functions const 2021-03-17 09:44:48 -07: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 Fix escaping of new lines in wxRegEx documentation 2022-03-28 00:19:05 +02:00
region.h
renderer.h Implement getting/releasing HDC in Cairo wxGraphicsContext (wxMSW) 2021-06-28 00:19:15 +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 typos and wording in docs and comments 2022-03-17 23:53:52 +01:00
sharedptr.h
simplebook.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
sizer.h Extend and improve wxSizer::SetSizeHints() documentation 2021-07-24 17:21:39 +01: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 Add "events" category to wxEvent-derived classes docs where missing 2022-05-23 19:06:55 +02:00
sound.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
spinbutt.h Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
spinctrl.h Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
splash.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
splitter.h Allow better control over splitter position on resize 2022-01-27 14:00:51 +01:00
srchctrl.h Mention GTK native version in wxSearchCtrl documentation 2020-01-07 03:15:39 +01:00
sstream.h
stack.h
stackwalk.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
statbmp.h Add some missing wxBitmap --> wxBitmapBundle changes 2022-05-16 15:33:41 -07:00
statbox.h Recommend using wxStaticBox as parent more strongly 2021-03-05 22:53:27 +01:00
statline.h
stattext.h
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
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 Add conversion to signed/unsigned int to wxString 2022-03-26 00:46:58 +01:00
sysopt.h Remove the mentions of the native OSX wxListCtrl control 2021-04-27 14:07:46 +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 Use wxBitmapBundle in wxTaskBarIcon 2022-02-19 21:44:27 +00:00
taskbarbutton.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
textcompleter.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
textctrl.h Fix wxTextCtrl::OSXEnableNewLineReplacement documentation 2022-04-26 22:31:54 -04:00
textdlg.h Document that wxTE_READONLY can't be used with wxTextEntryDialog 2020-12-27 18:32:10 +01:00
textentry.h Move EmptyUndoBuffer() from wxTextEntry to wxTextCtrl 2021-08-20 17:00:01 +01: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 Change wxBitmap to wxBitmapBundle in wxBitmapToggleButton 2022-01-27 14:29:25 +01:00
thread.h Add static SetNameForCurrent for setting name of non-wxThreads 2021-11-05 16:11:56 +02:00
time.h Document that wxGetTimeZone() doesn't account for DST 2022-05-08 16:18:29 +02:00
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
tls.h
tokenzr.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
toolbar.h Don't force fractional scale when toolbar bitmap size is given 2022-06-05 03:23:03 +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 Improve "shaped" sample documentation 2022-03-25 01:54:11 +01:00
tracker.h
translation.h Add wxTRANSLATE_IN_CONTEXT() macro for marking strings for translation 2022-04-24 11:30:31 +03:00
treebase.h
treebook.h
treectrl.h Document that wxTreeEvent::GetItem() is not always valid 2022-01-14 22:26:27 +00:00
treelist.h Add "events" category to wxEvent-derived classes docs where missing 2022-05-23 19:06:55 +02:00
txtstrm.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
uiaction.h Change documentation references from OS X to macOS (#1927) 2020-07-04 22:08:24 +02:00
uilocale.h Fix example of creating wxUILocale in its documentation 2022-05-07 16:34:45 +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 Allow to leave another window enabled in wxWindowDisabler 2022-04-07 23:38:16 +01:00
valgen.h
validate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
valnum.h Add wxIntegerValidatorctor ctor taking minimum and maximum value 2021-12-09 19:55:44 +01:00
valtext.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
variant.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
vector.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05: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 Implement wxFSVolume for macOS 2021-12-01 23:35:19 +01:00
vscroll.h Fix double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
weakref.h
webrequest.h Add "events" category to wxEvent-derived classes docs where missing 2022-05-23 19:06:55 +02:00
webview.h Document missing wxWebView events 2022-04-26 20:12:24 -04: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 Improve "shaped" sample documentation 2022-03-25 01:54:11 +01:00
windowid.h Ensure the return documentation is on the correct function 2021-05-13 21:32:22 +01:00
windowptr.h
withimages.h Document wxWithImages::GetUpdatedImageListFor() 2021-11-11 21:59:45 +00:00
wizard.h Use wxBitmapBundle in wxWizard 2022-02-11 18:04:56 +03: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 double words and article mismatches in docs. 2021-03-10 14:28:20 -05:00
zstream.h