wxWidgets/interface/wx
Vadim Zeitlin 75cb911c7c Added wxFilePickerCtrl::SetInitialDirectory().
This method allows to configure the initial directory to be shown when
browsing for files in an initially empty wxFileDirPickerCtrl.

It is also available for wxDirPickerCtrl but is less useful there.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-12-18 12:34:47 +00:00
..
aui Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now derives from wxBookCtrlEvent. Update the notebook sample to add wxAuiNotebook as an option. 2011-10-02 10:29:00 +00:00
generic Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
html Update wxHtmlWindow documentation to refer to wxWebView. 2011-11-08 11:35:38 +00:00
msw Fixed various typos. 2011-03-22 14:17:38 +00:00
persist Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
propgrid No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
protocol Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ribbon No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
richtext Fixed #13535: wxRichTextCtrl: Incorrectly documented or named functions 2011-10-31 12:15:05 +00:00
stc Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
xml Add support for elements preceding the document node in wxXML. 2011-03-30 14:16:19 +00:00
xrc No changes, just factor our wxDirection parsing code in wxXRC. 2011-08-22 12:18:49 +00:00
aboutdlg.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
accel.h adapting to new ctrl constant handling on OSX 2011-08-16 13:36:24 +00:00
access.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
affinematrix2d.h Correct names of parameters in wxAffineMatrix2D documentation. 2011-04-23 14:53:42 +00:00
affinematrix2dbase.h Add wxAffineMatrix2D and related classes. 2011-04-17 00:09:56 +00:00
animate.h Mention wxGTK wxAnimation implementation limitations in the docs. 2011-07-26 21:37:20 +00:00
any.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
anybutton.h Add wxAnyButton so the shared class hierarchy of wxButton and wxToggleButton is accurate. 2011-11-04 03:38:09 +00:00
app.h Add wxEventFilter and related functionality. 2011-11-22 13:18:50 +00:00
apptrait.h Interface fixes for Phoenix 2011-10-04 07:45:08 +00:00
archive.h The wxStreamProtocolType enum is multiply defined, remove one of them. 2011-11-24 01:37:45 +00:00
arrstr.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
artprov.h better links to the stock item ID list 2011-11-05 11:54:14 +00:00
atomic.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bannerwindow.h Extend wxBannerWindow background bitmap if necessary. 2011-11-28 18:58:52 +00:00
base64.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bitmap.h Fix some broken or add some missing interface declarations for Phoenix 2011-09-03 01:39:02 +00:00
bmpbuttn.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
bmpcbox.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
bookctrl.h Derive wxAuiNotebook from wxBookCtrlBase. Document wxAuiNotebookEvent which now derives from wxBookCtrlEvent. Update the notebook sample to add wxAuiNotebook as an option. 2011-10-02 10:29:00 +00:00
brush.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
buffer.h Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen conversion. 2010-08-06 20:14:39 +00:00
busyinfo.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
button.h Move detailed documentation to the top, leaving styles and event tables at the bottom, like for any other wxWidgets control 2011-11-05 11:55:42 +00:00
calctrl.h Implement wxCalendarCtrl::SetDateRange() in the native GTK version. 2011-06-19 22:46:36 +00:00
caret.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
chartype.h Fix and improve documentation of wxT_2() macro. 2011-07-11 22:49:26 +00:00
checkbox.h FIx broken or missing interface items for Phoenix 2011-09-18 04:38:01 +00:00
checklst.h fixes for missing or broken interface items for Phoenix 2011-09-16 17:03:01 +00:00
choicdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
choice.h Fix some broken or add some missing interface declarations for Phoenix 2011-09-03 01:39:02 +00:00
choicebk.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clipbrd.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clntdata.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clrpicker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cmdline.h Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers. 2011-11-22 13:18:58 +00:00
cmdproc.h Document more wxCommandProcessor methods. 2011-11-30 09:21:37 +00:00
cmndata.h Add Get|SetPrintMode 2011-10-04 21:37:06 +00:00
collpane.h Fix some broken or add some missing interface declarations for Phoenix 2011-09-03 01:39:02 +00:00
colordlg.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colour.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colourdata.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
combo.h Describe what re-implemented wxComboPopup::DestroyPopup() should do 2011-04-12 09:35:04 +00:00
combobox.h Implement wxComboBox::Popup() and Dismiss() for wxOSX/Cocoa. 2011-12-07 23:41:06 +00:00
commandlinkbutton.h Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
config.h document wxConfigPathChanger helper class 2011-11-05 10:42:16 +00:00
containr.h Add wxNavigationEnabled<> helper for implementing TAB navigation. 2011-07-24 22:19:20 +00:00
control.h FIx broken or missing interface items for Phoenix 2011-09-18 04:38:01 +00:00
convauto.h Add wxConvAuto::GetBOMChars() helper. 2011-11-05 11:23:41 +00:00
cpp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
cshelp.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
ctrlsub.h Document wxItemContainer::SetStringSelection() as case-insensitive. 2010-12-25 13:19:00 +00:00
cursor.h Mention that resource forks are deprecated under Mac in wxCursor docs. 2010-10-25 21:52:19 +00:00
custombgwin.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
dataobj.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dataview.h Correct the name of EVT_DATAVIEW_ITEM_START_EDITING event type in the docs. 2011-12-08 13:04:11 +00:00
datectrl.h Correct wxDatePickerCtrl::GetValue() documentation and other minor fixes. 2011-09-29 13:43:05 +00:00
dateevt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
datetime.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
datstrm.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dc.h Interface fixes for Phoenix 2011-10-04 07:45:08 +00:00
dcbuffer.h FIx broken or missing interface items for Phoenix 2011-09-18 04:38:01 +00:00
dcclient.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcgraph.h Fix missing or broken interface items for Phoenix 2011-09-25 04:30:49 +00:00
dcmemory.h Do nothing in wxMemoryDC::SelectObject() if the bitmap is already selected. 2010-10-24 22:41:46 +00:00
dcmirror.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcprint.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcps.h Interface fixes for Phoenix 2011-10-04 07:45:08 +00:00
dcscreen.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcsvg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dde.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
debug.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
debugrpt.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
defs.h Change value of wxHELP to avoid clash with wxSTAY_ON_TOP. 2011-11-27 19:50:45 +00:00
dialog.h More interface updates for Phoenix 2011-09-27 03:34:29 +00:00
dialup.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dir.h Fixed various typos. 2011-03-22 14:17:38 +00:00
dirctrl.h Fix the library of wxGenericDirCtrl in the documentation. 2011-09-17 11:06:01 +00:00
dirdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
display.h Fixed various typos. 2011-03-22 14:17:38 +00:00
dnd.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
docmdi.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
docview.h Added customizable wxDocManager::OnMRUFileNotExist() virtual method. 2011-07-22 16:16:09 +00:00
dragimag.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dynarray.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dynlib.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
editlbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
encconv.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
event.h Ensure that Enter key presses are never stolen from wxButton in wxMSW. 2011-12-11 17:03:56 +00:00
eventfilter.h Add wxEventFilter and related functionality. 2011-11-22 13:18:50 +00:00
evtloop.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fdrepdlg.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
ffile.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
file.h Fixed various typos. 2011-03-22 14:17:38 +00:00
fileconf.h Document wxFileConfig ctor. 2011-12-10 11:42:49 +00:00
filectrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filedlg.h fixes for missing or broken interface items for Phoenix 2011-09-16 17:03:01 +00:00
filefn.h Document wxRenameFile() behaviour when destination is a directory. 2010-11-08 16:28:57 +00:00
filehistory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filename.h Correct wxFileName::SetPath() documentation. 2011-10-31 19:33:43 +00:00
filepicker.h Added wxFilePickerCtrl::SetInitialDirectory(). 2011-12-18 12:34:47 +00:00
filesys.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
font.h Interface updates for Phoenix. Add wxNativeFontInfo. 2011-10-09 01:28:20 +00:00
fontdata.h update docs after r66615 2011-01-08 06:57:23 +00:00
fontdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontenum.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontmap.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontpicker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontutil.h Remove the ctor and Init methods that are not available on all ports 2011-10-11 05:33:31 +00:00
frame.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
fs_mem.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fswatcher.h Don't document wxFileSystemWatcher::AddTree() as pure virtual. 2011-05-11 15:52:04 +00:00
gauge.h fixes for missing or broken interface items for Phoenix 2011-09-16 17:03:01 +00:00
gbsizer.h Use default values for some parameters of wxSizerItem and wxGBSizerItem ctors 2011-12-10 04:34:06 +00:00
gdicmn.h Added wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE. 2011-08-23 04:55:46 +00:00
gdiobj.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
geometry.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
glcanvas.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
graphics.h Delegate wxGraphicsBitmap::ConvertToImage to the renderer so we do not end up with more than one definition of the method when building with both the GDI+ GC and the Cairo GC enabled at the same time. 2011-10-20 04:49:12 +00:00
grid.h Link to wxGridCellFloatFormat when it's mentioned in the documentation. 2011-12-02 12:42:35 +00:00
hash.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hashmap.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hashset.h Mention in wxHashSet documentation that its contents is not sorted. 2010-12-03 12:39:34 +00:00
headercol.h fix parent class and constant 2011-10-14 01:37:19 +00:00
headerctrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
help.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
htmllbox.h Fixed various typos. 2011-03-22 14:17:38 +00:00
hyperlink.h Provide native wxHyperlinkCtrl implementation for wxMSW. 2010-08-17 16:55:32 +00:00
icon.h fix missing and broken interface items for Phoenix 2011-11-17 03:20:25 +00:00
iconbndl.h fix missing and broken interface items for Phoenix 2011-11-17 03:20:25 +00:00
iconloc.h fix missing and broken interface items for Phoenix 2011-11-17 03:20:25 +00:00
image.h Replace wxT() with wxS() in image options definitions. 2011-11-14 13:35:52 +00:00
imaglist.h Fix more missing and broken stuff in the interface, for Phoenix 2011-10-17 18:53:28 +00:00
infobar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
init.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
intl.h Fix more missing and broken stuff in the interface, for Phoenix 2011-10-17 18:53:28 +00:00
ipc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ipcbase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
joystick.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
kbdstate.h adjusting keyboardstate to new ctrl / raw_ctrl handling on osx 2011-08-23 13:03:52 +00:00
language.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
layout.h Fix some broken or add some missing interface declarations for Phoenix 2011-09-03 01:39:02 +00:00
laywin.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
link.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
list.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
listbook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
listbox.h fixes for missing or broken interface items for Phoenix 2011-09-16 17:03:01 +00:00
listctrl.h Make wxListCtrl sort function take wxIntPtr, not long, arguments. 2011-05-13 13:30:03 +00:00
log.h fix some simple Doxygen warning 2011-11-05 11:55:00 +00:00
longlong.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
math.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mdi.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mediactrl.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
memory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
menu.h Interface fixes for Phoenix 2011-10-21 07:56:01 +00:00
menuitem.h Removed const from a couple methods that are not const in the real code. 2011-12-02 01:01:12 +00:00
metafile.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mimetype.h Fixed various typos. 2011-03-22 14:17:38 +00:00
minifram.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
module.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mousemanager.h
mousestate.h Fix some bad parameter names, add missing methods, add missing classes, etc. 2010-11-19 07:57:19 +00:00
msgdlg.h Add the getters 2011-10-21 18:34:20 +00:00
msgout.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
msgqueue.h Document wxMessageQueueError. 2010-10-30 23:51:18 +00:00
mstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
nonownedwnd.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
notebook.h Add missing styles and flags, and specify pure virtuals that are implemented 2011-10-22 02:31:03 +00:00
notifmsg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
numdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
numformatter.h Add wxNumberFormatter class helping to deal with thousands separators. 2011-01-19 10:47:40 +00:00
object.h Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS. 2011-06-07 13:06:17 +00:00
odcombo.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
palette.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
panel.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
pen.h It's not an array of pointers to dashes, but rather an array of dash values 2011-10-21 18:33:51 +00:00
persist.h Allow customization of the locations where persistent settings are stored. 2011-10-30 10:08:18 +00:00
pickerbase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
platform.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
platinfo.h Interface tweaks and fixes for Phoenix 2011-10-26 05:52:53 +00:00
popupwin.h No changes, just fix a typo in a header comment. 2011-10-18 21:56:32 +00:00
position.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
power.h Fix various missing or broken stuff needed for Project Phoenix 2010-12-27 20:47:12 +00:00
print.h Restore wxPreviewFrame::Initialize(void) and add InitializeWithModality(). 2011-06-22 22:58:07 +00:00
printdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
process.h Interface tweaks and fixes for Phoenix 2011-10-26 05:52:53 +00:00
progdlg.h Fix missing and broken interface items for Phoenix 2011-09-11 00:35:32 +00:00
propdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
quantize.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
radiobox.h Interface tweaks and fixes for Phoenix 2011-10-26 05:52:53 +00:00
radiobut.h Mention that you cannot call wxRadioButton::SetValue(false) if that radiobutton belongs to a group 2010-08-18 21:36:40 +00:00
rawbmp.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
rearrangectrl.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
recguard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
regex.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
region.h IsNull --> IsEmpty 2011-11-25 00:32:27 +00:00
renderer.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
richmsgdlg.h Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
richtooltip.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
sashwin.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
sckipc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sckstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scopedarray.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scopedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
scopeguard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scrolbar.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
scrolwin.h Add documentation of emitted events to wxScrolled documentation. 2011-12-07 12:46:15 +00:00
settings.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
sharedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
sizer.h Use default values for some parameters of wxSizerItem and wxGBSizerItem ctors 2011-12-10 04:34:06 +00:00
slider.h Fix missing or broken interface items for Phoenix 2011-11-02 20:22:29 +00:00
snglinst.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
socket.h Fixed various typos. 2011-03-22 14:17:38 +00:00
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
spinbutt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
spinctrl.h Fix missing or broken interface items for Phoenix 2011-11-02 20:22:29 +00:00
splash.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
splitter.h Fix missing or broken interface items for Phoenix 2011-11-02 20:22:29 +00:00
srchctrl.h Add missing interface items for Phoenix 2011-10-29 21:34:49 +00:00
sstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stack.h Fix typo in wxStack<T> documentation. 2011-03-02 10:28:20 +00:00
stackwalk.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbmp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statline.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
stattext.h Fix missing and broken interface items for Phoenix 2011-09-11 00:35:32 +00:00
statusbr.h Fix missing or broken interface items for Phoenix 2011-11-02 23:42:26 +00:00
stdpaths.h Emphasize that wxStandardPaths must not be created directly. 2011-07-30 17:40:00 +00:00
stdstream.h
stockitem.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stopwatch.h Fix bug with wxStopWatch::Start() not resuming paused stopwatch any more. 2011-12-03 00:34:00 +00:00
strconv.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
stream.h OnSysRead is pure virtual 2011-11-24 01:38:08 +00:00
string.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
sysopt.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
tarstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
taskbar.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
textcompleter.h Split wxTextCompleter into a base class and wxTextCompleterSimple. 2011-04-16 17:27:34 +00:00
textctrl.h Fix missing and broken interface items for Phoenix 2011-11-04 01:33:37 +00:00
textdlg.h Fixed various typos. 2011-03-22 14:17:38 +00:00
textentry.h Fix missing and broken interface items for Phoenix 2011-11-04 01:33:37 +00:00
textfile.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
textwrapper.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tglbtn.h Add wxAnyButton so the shared class hierarchy of wxButton and wxToggleButton is accurate. 2011-11-04 03:38:09 +00:00
thread.h Added wxCriticalSection::TryEnter() method. 2011-12-01 14:22:15 +00:00
time.h No changes, just move time functions from wx/stopwatch.h to wx/time.h. 2011-11-27 19:50:27 +00:00
timectrl.h Add wxTimePickerCtrl class. 2011-09-29 13:43:15 +00:00
timer.h Add wxAnyButton so the shared class hierarchy of wxButton and wxToggleButton is accurate. 2011-11-04 03:38:09 +00:00
tipdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tipwin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tls.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tokenzr.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toolbar.h Fixed various typos. 2011-03-22 14:17:38 +00:00
toolbook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tooltip.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
toplevel.h Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. 2011-10-10 10:53:23 +00:00
tracker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
translation.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
treebase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
treebook.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
treectrl.h Document that wxTreeCtrl::SelectItem() generates events. 2011-04-23 11:17:43 +00:00
treelist.h fix some simple Doxygen warning 2011-11-05 11:55:00 +00:00
txtstrm.h Add wxText{Input,Output}Stream::Get{Input,Output}Stream() methods. 2011-03-22 17:15:45 +00:00
uiaction.h Add support for digits and +/- sign to wxUIActionSimulator::Text(). 2011-11-15 15:56:55 +00:00
unichar.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
uri.h No code changes, fixed forgotten typo that is a part of r67384. 2011-04-03 20:52:18 +00:00
url.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ustring.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
utils.h Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionally do it under MSW. 2011-12-08 20:22:55 +00:00
valgen.h Support float, double and file name values in wxGenericValidator. 2011-07-09 23:37:28 +00:00
validate.h Add wxIntegerValidator and wxFloatingPointValidator classes. 2011-01-19 10:48:28 +00:00
valnum.h Mention wxLocale in wxNumValidator documentation. 2011-08-23 11:04:44 +00:00
valtext.h Add wxIntegerValidator and wxFloatingPointValidator classes. 2011-01-19 10:48:28 +00:00
variant.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vector.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
version.h Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
versioninfo.h Add wxVersionInfo and functions returning it for 3rd party libraries. 2010-11-25 00:53:44 +00:00
vidmode.h Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
vlbox.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
volume.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
vscroll.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
weakref.h Fixed various typos. 2011-03-22 14:17:38 +00:00
webview.h Corrected the name of EVT_WEB_VIEW_ERROR event table macro. 2011-12-17 23:52:40 +00:00
webviewarchivehandler.h Merge the new wxWebView classes from the SOC2011_WEBVIEW branch. 2011-09-10 18:09:12 +00:00
wfstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
window.h Document that setting colours for native controls might not work. 2011-12-11 23:51:14 +00:00
windowid.h Fix some bad parameter names, add missing methods, add missing classes, etc. 2010-11-19 07:57:19 +00:00
withimages.h Fix missing and broken interface items for Phoenix 2011-09-11 00:35:32 +00:00
wizard.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
wrapsizer.h Fix missing or broken interface items for Phoenix 2011-11-02 20:22:29 +00:00
wupdlock.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wxcrt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
xlocale.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
zipstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
zstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00