wxWidgets/interface/wx
Vadim Zeitlin 2fffbde096 Change wxSecretStore API to allow retrieving the username
The old API didn't make any sense for the most common case when both the
user name and password need to be stored, as it required providing the
user name as input, which couldn't work (but somehow this went
unnoticed for more than a year...).

Fix this by returning the username, and not only the password, from
Load() instead of taking it as parameter and removing this parameter
from Delete() as well.

Also improve the documentation, notably include a simple example of
using this class.

Notice that this is a backwards-incompatible change, but the old API was
really badly broken and didn't appear in 3.1.0 yet, so the breakage is
both unavoidable and, hopefully, shouldn't affect much code.
Nevertheless, a special wxHAS_SECRETSTORE_LOAD_USERNAME symbol is added
to allow testing for it if necessary.
2017-07-17 18:26:20 +02:00
..
aui Add missing GetPageImage 2016-11-22 10:38:39 -08:00
generic Update year in copyright notices to 2017 2017-01-04 11:25:00 +01:00
html Add missing methods 2016-10-21 16:54:35 -07:00
msw Merge branch 'rmv_symbols_3' of https://github.com/catalinr/wxWidgets 2017-02-20 17:46:45 +01:00
persist Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
propgrid Fix escaping/unescaping in wxLongStringProperty 2017-07-06 23:14:08 +02:00
protocol No changes, just use "@since 3.0" consistently in the documentation. 2013-09-30 23:48:34 +00:00
ribbon Add missing parameter name 2016-10-21 16:54:30 -07:00
richtext fix code snippet 2016-10-21 20:17:38 -07:00
stc Handle EVT_CONTEXT_MENU directly in wxSTC (wxOSX) 2017-07-02 13:02:13 +02:00
xml Add "@since" tags to the newly added wxXmlDocument methods 2017-05-30 19:40:09 +02:00
xrc Fix more typos in comments and wxFAIL messages 2016-04-14 16:08:28 +02:00
aboutdlg.h Merge pull request #344 from RobinD42/master-cherrypick-wxPy 2017-01-23 20:05:45 -08:00
accel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
access.h Update documentation 2016-10-09 14:03:20 +02:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
addremovectrl.h Add wxAddRemoveCtrl class. 2015-02-09 00:26:11 +00:00
affinematrix2d.h Fix various documentation warnings throughout core and base. 2013-08-21 15:26:34 +00:00
affinematrix2dbase.h Fix various documentation warnings throughout core and base. 2013-08-21 15:26:34 +00:00
animate.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
any.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
anybutton.h Bring wxMSW wxBitmap::SetBitmapXXX(wxBitmap()) in line with wxGTK. 2014-04-27 22:40:05 +00:00
app.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
appprogress.h Convert a few files from DOS to Unix EOLs. 2015-03-19 21:45:38 +01:00
apptrait.h Add micro version to toolkit version functions 2016-02-29 10:05:43 +01:00
archive.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
arrstr.h Add wxDictionaryStringSortAscending comparison function. 2014-06-23 12:02:09 +00:00
artprov.h Fix typo 2016-10-21 16:54:33 -07:00
atomic.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bannerwindow.h Make @genericAppearance Doxygen macro consistent with @appearance. 2013-10-01 13:03:25 +00:00
base64.h Remove copy-paste error in wxBase64Encode() documentation 2016-02-23 17:17:30 +01:00
bitmap.h Document wxBitmap::CreateScaled() and wxBitmap::Create() overload. 2016-01-05 15:13:26 +01:00
bmpbuttn.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bmpcbox.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bookctrl.h Fix setting wxBK_HITTEST_xxx flags in wxNotebook::HitTest 2016-01-31 03:06:33 +01:00
brush.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buffer.h Document wxScopedCharTypeBuffer::release(). 2014-10-23 13:56:04 +00:00
busyinfo.h Fixed a few Doxygen syntax errors. 2015-10-31 14:37:10 -06:00
button.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
calctrl.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
caret.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
chartype.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
checkbox.h Add support for right-aligned checkboxes to wxOSX 2016-02-27 16:32:37 +01:00
checklst.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
choicdlg.h Remove wrong MSW notes from wx*ChoiceDialog documentation 2017-03-25 03:22:17 +01:00
choice.h Minor documentation corrections. 2014-05-06 18:16:29 +00:00
choicebk.h Fix wxCHB_DEFAULT description in documentation 2015-09-29 00:59:32 +02:00
clipbrd.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
clntdata.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
clrpicker.h Enable selecting opacity in generic wxColourPicker 2017-07-03 22:48:30 +02:00
cmdline.h Allow hiding command line arguments from Usage() 2017-02-20 17:53:04 +01:00
cmdproc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cmndata.h Document wxPrintData::SetPaperSize(). 2015-06-21 02:24:50 +02:00
collheaderctrl.h Fix typos in comments in C++ code 2016-04-12 17:15:23 +02:00
collpane.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
colordlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
colour.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
colourdata.h Allow turning on/off opacity selector in wxColourDialog (wxOSX) 2017-07-03 22:48:04 +02:00
combo.h Fix LaTeX docs for PDF manual. 2015-02-06 01:51:27 +00:00
combobox.h Allow modifying wxComboBox from its CLOSEUP handler with wxGTK2 2016-02-24 20:07:34 +01:00
commandlinkbutton.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
config.h Fix wxConfig enumeration example in the documentation. 2014-11-16 21:20:34 +00:00
containr.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
control.h Handle wxELLIPSIZE_NONE gracefully in wxControl::Ellipsize() 2015-12-03 17:10:25 +01:00
convauto.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cpp.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cshelp.h Don't use wxWindowBase in the interface headers 2016-05-05 02:59:43 +02:00
ctrlsub.h Don't over promise in wxItemContainer documentation 2017-01-14 00:25:35 +01:00
cursor.h Add wxCursor::GetHotSpot() and implement it for wxMSW and wxGTK. 2014-11-11 01:02:50 +00:00
custombgwin.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataobj.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataview.h Add wxDataViewValueAdjuster 2016-12-11 15:20:42 +01:00
datectrl.h Document and test wxDatePickerCtrl::SetRange() date-clamping behaviour. 2015-07-17 17:59:40 +02:00
dateevt.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
datetime.h Revert wrong fix for wxDateTime timezone conversion to/from local 2017-04-19 17:07:44 +02:00
datstrm.h spelling fixes 2013-10-26 18:51:16 +00:00
dc.h Minor documentation fix 2017-02-25 18:52:23 +01:00
dcbuffer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcclient.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcgraph.h Change current font only if new graphics font is successfully created 2017-04-17 18:57:31 +02:00
dcmemory.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcmirror.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcprint.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
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 the SVG title when creating a wxSVGFileDC. 2016-06-12 15:59:28 +02:00
dde.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
debug.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
debugrpt.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
defs.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
dialog.h Improve documentation of CreateTextSizer() widthMax argument 2016-12-01 14:54:08 +01:00
dialup.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dir.h Fix various documentation warnings throughout core and base. 2013-08-21 15:26:34 +00:00
dirctrl.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
dirdlg.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
display.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dnd.h spelling fixes 2013-10-26 18:51:16 +00:00
docmdi.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
docview.h Check for view presence in wxDocument::RemoveView() 2017-06-20 15:32:00 +02:00
dragimag.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dynarray.h Document "expmode" argument of exported array macros 2015-09-19 19:56:41 +02:00
dynlib.h Document wxDynamicLibrary::GetDllExt() method 2016-04-18 00:15:47 +02:00
editlbox.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
encconv.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
event.h Don't document non-public wxEvtHandler::SearchEventTable() 2016-05-09 18:58:39 +02:00
eventfilter.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
evtloop.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
fdrepdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00: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 Return the old file descriptor/pointer from wx(F)File::Detach(). 2013-09-12 20:49:10 +00:00
fileconf.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filectrl.h Improve wxFileCtrl::SetFilename() and SetPath() consistency. 2015-05-09 19:05:05 +02:00
filedlg.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
filefn.h Use more descriptive argument names for wxCopyFile() and others 2016-11-21 18:22:22 +01:00
filehistory.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filename.h Remove wxOSX/Carbon only wxFileName methods from docs. 2016-02-23 13:15:07 +01:00
filepicker.h Improve documentation of pickers MUST_EXIST styles 2016-06-09 17:03:51 +02:00
filesys.h spelling fixes 2013-10-26 18:51:16 +00:00
font.h Merge pull request #344 from RobinD42/master-cherrypick-wxPy 2017-01-23 20:05:45 -08:00
fontdata.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontdlg.h Minor documentation corrections. 2014-05-06 18:16:29 +00:00
fontenum.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontmap.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontpicker.h Add font colour support to wxFontPickerCtrl. 2014-03-18 17:23:13 +00:00
fontutil.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
frame.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
fs_arc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fs_filter.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fs_inet.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_mem.h Add missing methods 2016-10-21 16:54:35 -07:00
fswatcher.h Document that wxFileSystemWatcher requires a running event loop 2016-05-18 14:51:31 +02:00
gauge.h Remove all mentions of wxGauge shadow width and bezel face. 2015-04-20 18:46:55 +02:00
gbsizer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
gdicmn.h Fix typo in wxRect::{x,y} documentation 2017-01-20 14:32:12 +01:00
gdiobj.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
geometry.h Remove the never implemented wxPoint2D::SetPolarCoordinates(). 2015-07-09 14:38:49 +02:00
glcanvas.h Improve new wxGLCanvas compatibility with old hardware and code 2017-01-16 03:25:49 +01:00
graphics.h Handle unsuccessful creation of graphics font in Direct2D 2017-04-17 18:57:02 +02:00
grid.h Document missing wxGrid methods 2017-02-05 02:50:53 +01:00
hash.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
hashmap.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
hashset.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
headercol.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
headerctrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
help.h Don't document obsolete wxHelpController::Initialize() overload 2016-06-13 15:16:22 +02:00
htmllbox.h Document wxHLB_XXX constants for wxHtmlListBox styles 2016-09-09 23:44:10 +02:00
hyperlink.h Update outdated references to WinXP in documentation. 2015-10-08 10:45:51 +02:00
icon.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
iconbndl.h Minor whitespace/style fixes 2017-05-20 17:01:58 +02:00
iconloc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
image.h Allow suppressing warnings from wxImage::LoadFile() 2016-01-31 02:22:55 +01:00
imaggif.h Change return statement to be consistent with parent class's SaveFile 2017-06-25 15:05:31 -07:00
imagiff.h Tidying up. 2017-06-25 14:21:40 -07:00
imagjpeg.h Tidying up. 2017-06-25 14:21:40 -07:00
imaglist.h Added wxImageList::GetSize to retrieve the size originally passed 2015-12-13 19:17:40 +00:00
imagpcx.h Tidying up. 2017-06-25 14:21:40 -07:00
imagpng.h Tidying up. 2017-06-25 14:21:40 -07:00
imagpnm.h Tidying up. 2017-06-25 14:21:40 -07:00
imagtga.h Tidying up. 2017-06-25 14:21:40 -07:00
imagtiff.h Tidying up. 2017-06-25 14:21:40 -07:00
imagxpm.h Document remaining image handlers 2017-06-24 11:04:47 -07: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 Make wxLanguageInfo::GetLocaleName() consistent across platforms 2017-07-16 15:03:03 +02:00
ipc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
ipcbase.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
itemattr.h Add equality operators to wxItemAttr 2016-04-17 17:36:20 +02:00
joystick.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
kbdstate.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
language.h Handle wxLANGUAGE_CAMBODIAN correctly in the generation script. 2014-04-20 12:44:57 +00:00
layout.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
laywin.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
link.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
list.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbook.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbox.h Implement wxLB_NO_SB style 2016-11-19 08:36:26 -08:00
listctrl.h Improved wxListCtrl::HitTest() docs 2017-05-14 22:34:31 +02:00
log.h Minor improvements to wxSysErrorMsgStr() documentation 2016-11-27 15:02:53 +01:00
longlong.h Document that wxLongLong is obsolete nowadays 2016-05-20 02:43:28 +02:00
math.h Add wxGCD() helper function. 2014-08-07 21:03:25 +00:00
mdi.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mediactrl.h Fix parameter names in wxMediaCtrl::Load* methods 2016-10-21 16:54:26 -07:00
memory.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
menu.h Update wxMenu::UpdateUI() parameter comment and documentation 2016-01-30 21:39:09 +01:00
menuitem.h Document all the strings supported as menu accelerators 2016-08-10 22:58:14 +02:00
metafile.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mimetype.h Fix typos in comments in C++ code 2016-04-12 17:15:23 +02:00
minifram.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
modalhook.h Add a public wxModalDialogHook class for intercepting modal dialogs. 2013-05-20 13:15:41 +00:00
module.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mousemanager.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mousestate.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
msgdlg.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
msgout.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
msgqueue.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mstream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
nativewin.h Fix wxNativeWindow::Create() documentation 2016-03-02 23:33:01 +01:00
nonownedwnd.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
notebook.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
notifmsg.h Add wx prefix in wxNotificationMessage event docs. 2016-02-23 11:36:37 +01:00
numdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
numformatter.h Fix a typo in wxNumberFormatter styles documentation. 2013-05-06 13:08:43 +00:00
object.h Replace wx_static_cast/wx_const_cast/wx_reinterpret_cast with the function-style casts 2016-09-14 18:45:12 +09:00
odcombo.h Define unambiguous Is{List,Text}Empty() in wxOwnerDrawnComboBox. 2014-10-13 12:08:10 +00:00
overlay.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
palette.h spelling fixes 2013-10-26 18:51:16 +00:00
panel.h Clarify that there is only a single TAB traversal implementation. 2014-02-24 20:54:44 +00:00
pen.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
persist.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
pickerbase.h Replace wx_static_cast/wx_const_cast/wx_reinterpret_cast with the function-style casts 2016-09-14 18:45:12 +09:00
platform.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
platinfo.h Merge support for OS and toolkit micro versions 2016-03-03 23:32:44 +01:00
popupwin.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
position.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
power.h Implemented wxPOWER_RESOURCE_SCREEN for OS X versions < 10.9 2015-07-22 14:36:26 +02:00
preferences.h Fix some typos, no code changes (besides strings) 2015-06-05 02:54:46 +04:00
print.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
printdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
process.h Add wxProcess::Activate() and implement it for MSW. 2015-03-10 20:31:24 +01:00
progdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
propdlg.h Add missing wxPropertySheetDialog methods and fix a typo. 2016-10-21 20:16:53 -07:00
quantize.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
radiobox.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
radiobut.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
rawbmp.h Mention that raw pixel access is efficient only with DIBs under MSW. 2013-12-28 15:11:36 +00:00
rearrangectrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
recguard.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
regex.h Fix wxRegEx example in the documentation 2016-04-02 18:52:23 +02:00
region.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
renderer.h Replace images in wxRendererMac::DrawTitleBarBitmap() with drawing code. 2016-01-05 14:51:04 +01:00
richmsgdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
richtooltip.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sashwin.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sckipc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sckstrm.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scopedarray.h Allow initializing wxScopedArray more conveniently. 2013-12-31 14:03:34 +00:00
scopedptr.h spelling fixes 2013-10-26 18:51:16 +00:00
scopeguard.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scrolbar.h Mention horizontal scrolling in wxScrollBar documentation too. 2013-12-31 14:03:47 +00:00
scrolwin.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
secretstore.h Change wxSecretStore API to allow retrieving the username 2017-07-17 18:26:20 +02:00
settings.h wxSystemSettings does not inherit from wxObject 2017-01-23 15:05:04 -08:00
sharedptr.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
simplebook.h Fix some typos, no code changes (besides strings) 2015-06-05 02:54:46 +04:00
sizer.h Fix typo 2016-10-21 16:54:28 -07:00
slider.h Clarify wxEVT_SLIDER event handler argument type in the documentation. 2014-06-17 15:05:56 +00:00
snglinst.h Fix typo in wxSingleInstanceChecker docs, props Lauri Nurmi. 2013-08-16 18:17:01 +00:00
socket.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
sound.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
spinbutt.h Document that wxMSW wxSpinButton supports inversed range. 2015-05-21 01:06:10 +02:00
spinctrl.h Don't generate any events from wxSpinCtrl and wxSpinCtrlDouble methods. 2013-08-06 17:00:00 +00:00
splash.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
splitter.h Remove outdated documentation remarks on Windows prior XP. 2015-09-27 19:07:20 +02:00
srchctrl.h Remove documentation notes to OS X prior 10.5. 2015-08-21 13:18:59 +02:00
sstream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stack.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stackwalk.h Enable wxStackWalker in MinGW64 builds 2016-03-15 20:11:10 +01:00
statbmp.h Add wxStaticBitmap::SetScaleMode() to control bitmap display size 2016-01-20 18:55:14 +01:00
statbox.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
statline.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stattext.h Don't refresh wxStaticText if its label didn't really change 2017-07-16 02:36:07 +02:00
statusbr.h Update outdated references to WinXP in documentation. 2015-10-08 10:45:51 +02:00
stdpaths.h Fix typo in wxStandardPaths::SetFileLayout() documentation 2017-05-07 14:13:58 +02:00
stdstream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stockitem.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stopwatch.h Correct typo in wxStopWatch example in the documentation. 2014-12-24 13:56:54 +00:00
strconv.h Add wxWhateverWorksConv and use it for file names under Unix 2016-02-19 02:52:43 +01:00
stream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
string.h Add C++11-style cbegin, cend, etc. to wxString's iterator interface 2016-08-25 18:54:05 +02:00
sysopt.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
systhemectrl.h Add wxSystemThemedControl and use it in wxMSW 2015-09-17 14:49:13 +02:00
tarstrm.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
taskbar.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
taskbarbutton.h Fix 'destionation' typos 2017-06-21 22:51:57 +04:00
textcompleter.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
textctrl.h Escape double dashes in Doxygen input to preserve them 2016-10-20 21:47:37 +02:00
textdlg.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
textentry.h Ignore hints on wxTE_PASSWORD controls when not supported natively 2016-06-28 14:40:52 +02:00
textfile.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
textwrapper.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tglbtn.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
thread.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
time.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
timectrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
timer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tipdlg.h Deprecate wxTipProvider::PreprocessTip(). 2014-01-30 19:40:29 +00:00
tipwin.h Cross-link wxToolTip and wxTipWindow in the documentation 2015-12-13 16:08:42 +01:00
tls.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tokenzr.h Clarify the description of wxStringTokenizer::GetString() 2015-10-21 23:48:24 +02:00
toolbar.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
toolbook.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
tooltip.h Implement wxToolTip::SetDelay() for wxOSX 2016-01-08 17:02:19 +01:00
toplevel.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
tracker.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
translation.h Remove false information about static arrays and wxTRANSLATE 2016-10-31 09:34:41 +01:00
treebase.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
treebook.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
treectrl.h Amend documentation regarding image/selected image parameters 2016-12-05 01:30:53 +01:00
treelist.h Insert missing "@name" tags in wxTreeListCtrl documentation 2015-10-23 19:06:47 +02:00
txtstrm.h Use enums, not typedef enums, in all public headers. 2016-02-07 01:11:25 +02:00
uiaction.h Fix some typos, no code changes (besides strings) 2015-06-05 02:54:46 +04:00
unichar.h Add some functions to handle supplementary characters 2017-05-01 18:00:21 +09:00
uri.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
url.h Use enums, not typedef enums, in all public headers. 2016-02-07 01:11:25 +02:00
ustring.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
utils.h Add sanity checks for input string in wxHexToDec() 2017-02-23 20:49:59 +01:00
valgen.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
validate.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
valnum.h Fix Doxygen warnings due to documenting overloaded functions together. 2013-08-24 14:33:28 +00:00
valtext.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
variant.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vector.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
version.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
versioninfo.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vidmode.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vlbox.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
volume.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vscroll.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
weakref.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
webview.h Add WebKit2 description to docs 2017-04-23 08:39:33 +01:00
webviewarchivehandler.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
webviewfshandler.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wfstream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
window.h Mention that wxOSX doesn't implement SetLayoutDirection() 2016-11-17 02:02:06 +01:00
windowid.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
windowptr.h Add wxWindowPtr smart pointer. 2013-09-06 17:09:16 +00:00
withimages.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wizard.h Fixed a few more Doxygen syntax warnings. 2015-11-01 11:30:15 -07:00
wrapsizer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wupdlock.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wxcrt.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
xlocale.h Drop Mac prefix on remaining instances of OS X in docs. 2016-02-23 13:05:44 +01:00
zipstrm.h remove WXWIN_COMPATIBILITY_2_6, add WXWIN_COMPATIBILITY_3_0 2014-01-04 20:07:33 +00:00
zstream.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00