wxWidgets/interface/wx
Pavel Kalugin 659ab78c6d Add support for editing dates (without time) to wxGrid
Add wxGridCellDateRenderer and wxGridCellDateRenderer which can be used
for the grid cells containing only dates, without times.

Also add wxGrid::SetColFormatDate() convenience function.

Refactor wxGridCellDateTimeRenderer slightly to reuse its code.

Closes https://github.com/wxWidgets/wxWidgets/pull/1101
2019-01-04 14:14:01 +01:00
..
aui Remove hard TABs from documentation files 2018-12-15 23:45:19 +01:00
generic Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
html Make wxHtmlContainerCell ctor explicit 2018-08-25 21:19:33 +02:00
msw Fix few minor issues in wxAutomationObject documentation 2017-11-09 22:18:57 +01:00
persist Add documentation for wxPersistentDataViewCtrl 2017-12-15 14:10:16 +01:00
propgrid Change wxPGProperty::OnCustomPaint measure item call signature 2018-12-28 14:02:05 +01:00
protocol No changes, just use "@since 3.0" consistently in the documentation. 2013-09-30 23:48:34 +00:00
ribbon wxRibbon: Added @since tags to new function documentation 2018-03-26 16:50:32 +02:00
richtext Fix misspellings in comments and documentation 2018-07-31 13:20:17 +02:00
stc Add Direct2D support to wxSTC 2018-01-25 16:07:54 -06:00
xml Add "@since" tags to the newly added wxXmlDocument methods 2017-05-30 19:40:09 +02:00
xrc Remove trailing whitespace from several files 2018-04-18 15:45:42 +02:00
aboutdlg.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
accel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00: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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
any.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
anybutton.h Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02: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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
base64.h Remove copy-paste error in wxBase64Encode() documentation 2016-02-23 17:17:30 +01:00
bitmap.h Remove irrelevant TODO note from documentation 2018-11-07 22:25:19 +01:00
bmpbuttn.h Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02:00
bmpcbox.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Restore wxButton's feature to use focus bitmap for hover state (wxMSW) 2017-09-06 14:10:46 +02:00
calctrl.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Document wxClipboard::AddData() as synonym for SetData() 2018-01-02 17:06:58 +01: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 Remove trailing whitespace from several files 2018-04-18 15:45:42 +02: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 Adding IsSolid to wxColour 2018-10-30 20:53:35 +01: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 Document wxComboBox::SetValue() better in wxCB_READONLY case 2017-11-25 10:47:50 +01:00
commandlinkbutton.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02:00
ctrlsub.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +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 Fix wxURLDataObject comment and documentation for wxGTK 2017-12-08 13:14:19 +01:00
dataview.h Document lack of custom editors in Mac wxDataViewCtrl 2018-12-17 14:07:12 +01:00
datectrl.h Refine documentation related to wxTimePickerCtrl 2018-12-20 19:00:42 +01:00
dateevt.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
datetime.h Clarify wxDateTime::GetTicks() limitation even more 2018-08-01 12:02:51 +02:00
datstrm.h spelling fixes 2013-10-26 18:51:16 +00:00
dc.h Add bool return value for wxDC::GetClippingBox() 2018-06-18 14:39:11 +02: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 Document that wxGCDC takes ownership of the provided context 2018-12-06 03:43:37 +01: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 Add wxID_{LOWEST,HIGHEST} descriptions to the documentation 2018-08-18 14:49:17 +02: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 Declare wxInvalidSize also in wx/dir.h 2017-11-21 13:49:21 +01: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 Add wxDisplay(wxWindow*) ctor with fall back on primary display 2018-11-01 00:02:47 +01: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 Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
dynlib.h Document wxDynamicLibrary::GetDllExt() method 2016-04-18 00:15:47 +02:00
editlbox.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
encconv.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
event.h Fix wxJoystickEvent documentation after the last commit 2018-11-05 19:27:53 +01: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 Remove st_blocks hack from wxFile::Length() under Linux 2017-12-15 18:46:22 +01: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 Fix wxFileDialog::SetExtraControlCreator() supported platforms 2017-11-02 14:55:54 +01:00
filefn.h Fix wxGetDiskSpace() documentation 2018-10-31 10:26:11 +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 Add wxFontInfo::Style() for consistency with Weight() 2018-09-17 15:24:41 +02: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 Add wxFontEnumerator::InvalidateCache() 2017-11-13 22:29:29 +01:00
fontmap.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontpicker.h Add wxFontPickerCtrl::SetMinPointSize() 2017-10-21 22:10:35 +02:00
fontutil.h Switch to using float for point size in wxNativeFontInfo 2018-09-13 19:58:17 +02:00
frame.h Document that SetStatusText() updates the display immediately 2018-06-27 19:37:23 +02: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
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 wxSize member names in the documentation 2018-12-08 19:02:28 +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 Add wxGraphicsContext::GetWindow() 2018-11-06 03:36:53 +01:00
grid.h Add support for editing dates (without time) to wxGrid 2019-01-04 14:14:01 +01:00
hash.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
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 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
headerctrl.h Add wxHD_BITMAP_ON_RIGHT style to wxHeaderCtrl 2018-02-04 00:14:28 +01:00
help.h Don't document obsolete wxHelpController::Initialize() overload 2016-06-13 15:16:22 +02:00
htmllbox.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
hyperlink.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
icon.h Add more references to wxIconBundle to documentation 2018-08-24 20:07:38 +02: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 Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02: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 Add missing wxGetLocale 2017-10-18 18:14:43 -07: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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Remove hard TABs from documentation files 2018-12-15 23:45:19 +01:00
listctrl.h Change the return type of wxListCtrl::SetItem() overload to bool 2018-06-28 00:39:31 +02:00
log.h Remove hard TABs from documentation files 2018-12-15 23:45:19 +01:00
longlong.h Document that wxLongLong is obsolete nowadays 2016-05-20 02:43:28 +02:00
lzmastream.h Document how to build wxWidgets with liblzma support 2018-04-06 15:39:55 +02:00
math.h Move wxCTZ() documentation to the appropriate place 2018-11-05 19:27:53 +01:00
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 Merge branch 'id-docs' 2018-08-27 02:15:53 +02: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 fix SetPosition() parameter in documentation 2017-11-12 09:36:33 -08:00
msgdlg.h Fix broken URL in wxICON_QUESTION documentation 2019-01-03 00:12:37 +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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
numdlg.h Fix return type of wxNumberEntryDialog::GetValue() in documentation 2018-05-01 15:02:00 +02:00
numformatter.h
object.h Fix wxIMPLEMENT_CLASS documentation 2017-08-25 13:17:12 +02:00
odcombo.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Lots more fixes for incorrect or missing interfaces items. 2018-02-10 13:06:19 -08:00
persist.h Merge branch 'dvc-persist' from iwbnwif 2017-12-15 14:10:01 +01: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 Don't try to set focus outside of popup window in wxMSW 2018-10-27 15:06:42 +02: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 Don't disable main application window in wxProgressDialog 2018-08-16 19:57:18 +02:00
propdlg.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Document not completely obvious wxRearrangeList::Set() behaviour 2018-10-26 01:35:28 +02: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 Check for non-null window in wxRendererNative::GetCheckBoxSize() 2018-10-11 00:01:00 +02:00
richmsgdlg.h Add footer text and icon to wxRichMessageDialog 2018-01-20 16:53:13 +01:00
richtooltip.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
sashwin.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Document that window must be created in ShowScrollbars() 2018-01-14 18:31:29 +01: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 Try to better explain what wxFIXED_MINSIZE does 2018-12-30 15:40:00 +01:00
slider.h Clarify wxSL_SELRANGE description 2018-04-07 21:51:08 +02:00
snglinst.h Fix typo in wxSingleInstanceChecker docs, props Lauri Nurmi. 2013-08-16 18:17:01 +00:00
socket.h Detect any attempt to use non-blocking socket from worker threads 2017-08-15 19:48:46 +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 Left-align wxSpinCtrl contents by default 2018-05-12 19:14:00 +02: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 Use simple wxEVT_SEARCH[_CANCEL] names for wxSearchCtrl events 2018-01-30 02:03:48 +01:00
sstream.h Make wxStringOutputStream ctor explicit 2017-11-03 00:36:48 +01:00
stack.h 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 Don't pretend static box with enabled label is disabled 2018-01-18 23:28:16 +01: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 Document that SetStatusText() updates the display immediately 2018-06-27 19:37:23 +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 Remove top level "const" from wxMBConv methods return values 2017-11-02 01:57:22 +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 the unused msw.display.directdraw system option 2018-09-30 15:30:53 +02:00
systhemectrl.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
tarstrm.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
taskbar.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Implement wxTextCtrl::HitTest() for single line controls in wxGTK 2018-06-03 17:05:11 +02:00
textdlg.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
textentry.h Remove platform limitations from AutoComplete() documentation 2018-01-27 01:20:30 +01: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 Document wxThread::Delete() behaviour more precisely 2018-12-16 00:02:07 +01:00
time.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
timectrl.h Refine documentation related to wxTimePickerCtrl 2018-12-20 19:00:42 +01:00
timer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00: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 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 Emphasize the need for Realize() in wxToolBar documentation 2018-04-18 15:48:05 +02:00
toolbook.h Add wxToolbook::EnablePage() 2018-12-03 19:42:45 +01:00
tooltip.h Implement wxToolTip::SetDelay() for wxOSX 2016-01-08 17:02:19 +01:00
toplevel.h Introduce platform-dependent wxTLWGeometry class 2018-04-29 19:51:10 +02:00
tracker.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
translation.h Revert all recent changes to wxTranslations 2018-12-23 17:33:49 +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 Document wxTR_LINES_AT_ROOT peculiar behaviour under MSW 2018-08-25 22:33:57 +02:00
treelist.h Merge branch 'adv-merge' 2018-09-02 15:43:02 +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 Fix wxGetDiskSpace() documentation 2018-10-31 10:26:11 +01:00
valgen.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
validate.h Make wxValidator::SetWindow() virtual 2018-01-07 01:25:10 +01:00
valnum.h Add wxFloatingPointValidator::SetFactor() 2018-01-26 14:39:57 +01: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 Add wxVector::shrink_to_fit() for C++11 compatibility 2017-11-19 22:09:37 +01: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 Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02: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 Allow distinguishing user- from script-opened wxWebView windows 2018-08-19 22:27:34 +02: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 Document that Enable() can be called before creating the window 2018-12-09 19:21:51 +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 Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02: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 Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
zstream.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00