wxWidgets/interface/wx
2009-02-09 00:33:19 +00:00
..
aui Documented wxAuiManagerEvent and it's related event macros. 2009-02-05 01:03:31 +00:00
generic automated ifacecheck fixes 2008-10-29 15:34:31 +00:00
html fix wxHtmlCell::Layout docs 2009-01-21 23:34:03 +00:00
msw convert COM arguments to wx lazily to improve performance and allow calling Invoke/handling events involving parameters which can't be mapped to wx types at all (new GetNativeParameters() method can be used to access them) (closes #9606) 2009-01-25 12:25:43 +00:00
persist add support for persistent controls 2009-01-30 21:38:29 +00:00
propgrid Added proper COW to wxPGChoices, moved wxPGChoices code from propgrid.cpp to property.cpp (to match header organization), removed some now-unneeded helper functions 2009-02-04 16:45:23 +00:00
protocol fix typos 2009-01-16 20:09:51 +00:00
richtext wxRTC now properly honours margin size 2009-01-21 12:06:21 +00:00
stc interface fixes; removed many functions which were deprecated in past and have already been removed from wx; renamed others wrongly named; added some @onlyfor tags to avoid false warnings in ifacecheck logs 2008-11-15 11:37:43 +00:00
xml remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
xrc fix LoadPanel() docs (closes #10467) 2009-02-05 18:54:49 +00:00
aboutdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
accel.h fix doxygen warnings 2009-01-28 00:51:55 +00:00
access.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
animate.h add a note about the formats which wxAnimation is capable of loading 2009-01-13 19:39:48 +00:00
app.h check in the 'selective yield' patch (see ticket #10320): 2009-02-04 17:42:28 +00:00
apptrait.h done various @todo items 2008-12-29 14:14:39 +00:00
archive.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
arrstr.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
artprov.h add a link to the page of the GTK+ manual stock items 2008-12-07 13:48:06 +00:00
atomic.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
base64.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
bitmap.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
bmpbuttn.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
bmpcbox.h return wxDefaultSize (as done in all other platforms) when the combo box is empty 2008-11-28 21:50:22 +00:00
bookctrl.h update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them 2009-02-07 15:22:14 +00:00
brush.h document new wxBLUE_PEN object; add some more details for standard object instances; cosmetic fixes 2009-02-04 16:49:32 +00:00
buffer.h initial declaration of wx*Char*Buffer and wxUniChar* classes (need someone more experienced to document the various methods) 2008-12-01 22:09:47 +00:00
busyinfo.h always use wxSTAY_ON_TOP (closes #10447) 2009-02-05 17:46:00 +00:00
button.h re-enabled all @appearance tags 2008-10-13 08:05:18 +00:00
calctrl.h added support for wxCAL_SHOW_WEEK_NUMBERS to generic version of wxCalendarCtrl (#10033) 2009-01-25 13:47:20 +00:00
caret.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
chartype.h say that use of _T() is discouraged in new code, just like wxT() is 2009-01-31 13:57:05 +00:00
checkbox.h re-enabled all @appearance tags 2008-10-13 08:05:18 +00:00
checklst.h Make wxCheckListBox call event.SetString() on all platforms, not just wxMSW. Mention again, that wxCommandEvent::IsChecked() cannot be used for it. 2009-02-01 23:43:59 +00:00
choicdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
choice.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
choicebk.h add appearance tag to book controls 2008-10-13 19:55:46 +00:00
clipbrd.h fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter 2008-09-22 22:39:21 +00:00
clntdata.h ifacecheck fixes to c*.h headers 2008-09-24 23:29:43 +00:00
clrpicker.h re-enabled all @appearance tags 2008-10-13 08:05:18 +00:00
cmdline.h distribute in the right places documentations for the overloads/structs used with wxCmdLineParser; mention wxAppConsole::OnInitCmdLine and wxAppConsole::OnCmdLineParsed 2008-12-14 14:06:47 +00:00
cmdproc.h fix for doxygen warnings 2008-10-04 20:49:51 +00:00
cmndata.h removed redundant wxClassName:: prefix 2008-11-15 11:49:24 +00:00
collpane.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
colordlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
colour.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
combo.h Added useful comment to a code sample snippet 2009-02-04 17:54:31 +00:00
combobox.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
config.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
control.h split wxControl::Ellipsize() in two functions for better readability of the code; add support for ellipsization flags which allow to disable special processing of TAB/mnemonics characters 2009-02-08 12:56:14 +00:00
convauto.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
cpp.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
cshelp.h many ifacecheck automatic fixes + some access-specifier manual fix 2008-09-29 10:52:37 +00:00
ctrlsub.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
cursor.h wxCursor derives (on almost all ports) from wxGDIObject (closes #3711) 2008-11-22 10:52:28 +00:00
dataobj.h Docuement wxDataObject::IsSupported() 2009-01-20 11:42:01 +00:00
dataview.h better docs for wxDataViewColumn 2009-01-28 01:01:42 +00:00
datectrl.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
dateevt.h many ifacecheck automatic fixes + some access-specifier manual fix 2008-09-29 10:52:37 +00:00
datetime.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
datstrm.h Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed) 2009-01-11 19:53:49 +00:00
dc.h document recently added enums 2009-01-11 11:39:58 +00:00
dcbuffer.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
dcclient.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
dcgraph.h fix others $Id$ keywords 2009-01-11 12:05:05 +00:00
dcmemory.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
dcmirror.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
dcprint.h interface fixes; removed many functions which were deprecated in past and have already been removed from wx; renamed others wrongly named; added some @onlyfor tags to avoid false warnings in ifacecheck logs 2008-11-15 11:37:43 +00:00
dcps.h fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions 2009-01-10 22:10:54 +00:00
dcscreen.h HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions 2008-09-27 11:21:10 +00:00
dcsvg.h remove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in wx; leave only svg-specific docs 2009-01-10 23:07:44 +00:00
dde.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
debug.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
debugrpt.h moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections 2008-10-29 18:55:57 +00:00
defs.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dialog.h add more references to the delayed deletion of wxTopLevelWindows 2008-11-25 00:24:58 +00:00
dialup.h automated ifacecheck fixes 2008-10-27 21:26:54 +00:00
dir.h many ifacecheck automatic fixes + some access-specifier manual fix 2008-09-29 10:52:37 +00:00
dirctrl.h even more fixes detected using ifacecheck 2009-01-08 16:33:08 +00:00
dirdlg.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
display.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
dnd.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
docmdi.h ifacecheck fixes 2008-11-08 15:17:16 +00:00
docview.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
dragimag.h HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions 2008-09-27 11:21:10 +00:00
dynarray.h fix some typos (return types) 2009-02-06 21:43:31 +00:00
dynlib.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
editlbox.h ifacecheck fixes 2008-11-08 15:17:16 +00:00
encconv.h few details fixed 2008-09-18 18:34:33 +00:00
event.h update custom event definition documentation; document wxDEFINE/DECLARE_EVENT() 2009-02-07 16:07:59 +00:00
evtloop.h added wxEventLoop::DispatchTimeout() 2008-12-26 22:28:34 +00:00
fdrepdlg.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
ffile.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
file.h use ::wxInvalidOffset to enable autolinking 2009-01-13 17:29:34 +00:00
fileconf.h misc fixes to function signatures 2008-10-14 19:48:14 +00:00
filectrl.h add the @appearance tag to wxFileCtrl 2009-01-06 13:52:15 +00:00
filedlg.h minor fixes for custom controls support in wxFileDialog: slightly improve documentation, make variable names more clear and add more WinCE checks (closes #10416) 2009-01-24 14:04:25 +00:00
filefn.h deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions) 2009-01-07 01:29:54 +00:00
filename.h added wxPATH_RMDIR_FULL/RECURSIVE wxFileName::Rmdir() flags (closes #10422) 2009-01-25 12:37:16 +00:00
filepicker.h ifacecheck manual fixes 2008-11-09 16:46:52 +00:00
filesys.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
font.h do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers 2009-02-07 15:09:48 +00:00
fontdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
fontenum.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
fontmap.h automated ifacecheck fixes 2008-10-27 21:26:54 +00:00
fontpicker.h ifacecheck manual fixes 2008-11-09 16:46:52 +00:00
frame.h add more references to the delayed deletion of wxTopLevelWindows 2008-11-25 00:24:58 +00:00
fs_mem.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
gauge.h be more precise about range in indeterminate-mode wxGauges (fixes #10125) 2008-11-22 14:18:05 +00:00
gbsizer.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
gdicmn.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
gdiobj.h Reviewed some g* interface headers. 2008-10-31 01:22:58 +00:00
glcanvas.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
graphics.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
grid.h fix a couple of typos 2009-02-01 19:34:05 +00:00
hash.h ifacecheck manual fixes 2008-11-09 16:46:52 +00:00
hashmap.h Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and wxFTP 2009-01-16 15:08:13 +00:00
hashset.h remaining h* interface header revision 2008-11-03 14:37:14 +00:00
headercol.h extract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class as we don't always need to implement them in order to use this class; also renamed wxHeaderColumnBase to just wxHeaderColumn as we didn't have any wxHeaderColumn at all 2008-12-11 13:05:48 +00:00
headerctrl.h document the correct base class 2009-01-26 10:59:17 +00:00
help.h miscellaneous small enhancements 2009-01-10 18:59:37 +00:00
htmllbox.h fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions 2009-01-10 22:10:54 +00:00
hyperlink.h even more fixes detected using ifacecheck 2009-01-08 16:33:08 +00:00
icon.h ifacecheck manual fixes 2008-11-09 16:46:52 +00:00
iconbndl.h ifacecheck manual fixes 2008-11-09 16:46:52 +00:00
iconloc.h interface header revisions 2008-10-15 15:36:15 +00:00
image.h allow specifying the mask colour in wxImage::ConvertAlphaToMask() (closes #10143) 2009-01-25 17:23:39 +00:00
imaglist.h other ifacecheck fixes 2008-11-10 21:33:25 +00:00
init.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
intl.h do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers 2009-02-07 15:09:48 +00:00
ipc.h interface revisions 2008-10-17 20:55:12 +00:00
ipcbase.h interface revisions 2008-10-17 20:55:12 +00:00
joystick.h other ifacecheck fixes 2008-11-10 21:33:25 +00:00
kbdstate.h fix doxygen warnings 2009-01-28 00:51:55 +00:00
laywin.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
link.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
list.h fix documentation for wxList and wxNode; doxygen see them as templates and the @class command confuses it; add link to C++ std::list docs 2008-12-30 18:22:24 +00:00
listbook.h other ifacecheck fixes 2008-11-10 21:33:25 +00:00
listbox.h fix doxygen warnings 2009-01-28 00:51:55 +00:00
listctrl.h no real changes; just cosmetic 2009-01-28 00:36:55 +00:00
log.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
longlong.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
math.h Also mention wxRound() and wxIsSameDouble() 2009-01-12 10:58:26 +00:00
mdi.h refactor WM_COMMAND messages handling in MDI frames to avoid duplicating code unnecessarily and generally streamline it; added possibility to use custom menu commands in the "Window" menu and specifying accelerators for them now works too (show this in the sample); finally added standard ids for the MDI window menu commands 2009-01-27 16:47:41 +00:00
mediactrl.h miscellaneous small enhancements 2009-01-10 18:59:37 +00:00
memory.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
menu.h update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them 2009-02-07 15:22:14 +00:00
menuitem.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
metafile.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
mimetype.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
minifram.h ifacecheck fixes 2008-11-08 15:17:16 +00:00
module.h moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections 2008-10-29 18:55:57 +00:00
mousestate.h revised m*h headers 2008-10-11 13:10:48 +00:00
msgdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
msgqueue.h revised m*h headers 2008-10-11 13:10:48 +00:00
mstream.h use ::wxInvalidOffset to enable autolinking 2009-01-13 17:29:34 +00:00
notebook.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
notifmsg.h revised n*h headers 2008-10-13 08:55:12 +00:00
numdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
object.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
odcombo.h fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions 2009-01-10 22:10:54 +00:00
palette.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
panel.h fix docs for wxWindow::Layout (fixes #4297) 2008-11-22 12:29:09 +00:00
pen.h document new wxBLUE_PEN object; add some more details for standard object instances; cosmetic fixes 2009-02-04 16:49:32 +00:00
persist.h added wxPersistentRegisterAndRestore() function to work around VC6 brokenness in debug DLL build 2009-02-03 12:02:20 +00:00
pickerbase.h document GetPickerCtrl() method and provide an example of how to use it to change the default 'Browse' label for wxFilePickerCtrl 2008-12-07 13:50:12 +00:00
platform.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
platinfo.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
popupwin.h fix others $Id$ keywords 2009-01-11 12:05:05 +00:00
position.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
power.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
print.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
printdlg.h minor fixes; replace references to Windows95 with references to wxMSW where possible 2008-11-22 00:21:10 +00:00
process.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
progdlg.h add GetValue,GetRange and GetMessage helpers 2008-12-02 18:35:24 +00:00
propdlg.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
quantize.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
radiobox.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
radiobut.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
rawbmp.h fixed missing semicolons, as reported by check_syntax.sh 2008-10-30 11:11:00 +00:00
rearrangectrl.h make wxRearrangeDialog more customizable and add an example of customizing it to the dialogs sample 2008-12-31 14:26:52 +00:00
recguard.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
regex.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
region.h even more fixes detected using ifacecheck 2009-01-08 16:33:08 +00:00
renderer.h Adding docs for new wx interface methods. 2009-01-28 16:44:10 +00:00
sashwin.h some s*h interface headers reviews 2008-10-04 14:30:56 +00:00
sckipc.h do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers 2009-02-07 15:09:48 +00:00
sckstrm.h some s*h interface headers reviews 2008-10-04 14:30:56 +00:00
scopedarray.h renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h 2009-02-03 12:01:46 +00:00
scopedptr.h renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h 2009-02-03 12:01:46 +00:00
scopeguard.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
scrolbar.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
scrolwin.h fix miscellaneous doxygen warnings; IMPORTANT: never leave empty lines inside a @beginEventTable/@endEventTable block (or similar blocks); it results in difficult-to-fix doxygen warnings 2008-12-28 19:50:21 +00:00
settings.h make colours used by list and tree controls more consistent with the system theme settings; also use the correct colour for the status bar (closes #10089) 2008-12-25 13:03:24 +00:00
sharedptr.h renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h 2009-02-03 12:01:46 +00:00
sizer.h a few typo-fix and cosmetic changes to wxFlexGridSizer docs 2009-01-31 21:23:43 +00:00
slider.h minor fixes; replace references to Windows95 with references to wxMSW where possible 2008-11-22 00:21:10 +00:00
snglinst.h other s*h interface revisions 2008-10-05 11:24:00 +00:00
socket.h fix typo 2009-01-14 15:03:55 +00:00
sound.h fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions 2009-01-10 22:10:54 +00:00
spinbutt.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
spinctrl.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
splash.h other s*h interface revisions 2008-10-05 11:24:00 +00:00
splitter.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
srchctrl.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
sstream.h misc fixes to function signatures 2008-10-14 19:48:14 +00:00
stackwalk.h don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead 2009-01-14 14:38:00 +00:00
statbmp.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
statbox.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
statline.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
stattext.h done various @todo items 2008-12-29 14:14:39 +00:00
statusbr.h save the current status text for each pane inside wxStatusBarPane: native controls now store the (eventually) ellipsized version of the string; remove code for managing the status strings currently inside the [native|generic] control; add ellipsization support under wxMSW; now that all SetFieldsCount() implementation rrely on wxStatusBarBase::SetFieldsCount document how it behaves when adding new panes. 2009-02-09 00:33:19 +00:00
stdpaths.h added wxStandardPaths::GetAppDocumentsDir() and use it by default for loading/saving documents in wxDocManager 2009-01-21 14:01:30 +00:00
stockitem.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
stopwatch.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
strconv.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
stream.h document operator\! 2009-01-13 18:43:48 +00:00
string.h Properly distribute docs on string comparison operators, and remove from named groups. 2009-02-04 22:50:11 +00:00
sysopt.h document the wince.dialog.real-ok-cancel option (closes #10242) 2008-12-29 15:50:27 +00:00
tarstrm.h interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them 2008-10-04 11:01:50 +00:00
taskbar.h documented wxTaskBarIconEvent (fixes #10021) 2008-11-22 14:00:35 +00:00
textctrl.h update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them 2009-02-07 15:22:14 +00:00
textdlg.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
textfile.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
tglbtn.h re-enabled all @appearance tags 2008-10-13 08:05:18 +00:00
thread.h remove mention of wxMutexGuiEnter/leave from the multithreading topic overview; document that wxMutexGuiEnter only works for wxMSW as the code seems to confirm this (see #10366) 2009-02-05 18:24:27 +00:00
timer.h automated ifacecheck fixes 2008-10-29 15:34:31 +00:00
tipdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
tipwin.h remaining t*h interface revisions 2008-10-04 11:55:28 +00:00
tls.h more Doxygen warnings corrections from Tim S 2008-08-30 12:44:43 +00:00
tokenzr.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
toolbar.h restore the default bitmap icons size to 16*15, making them larger if necessary is enough and doesn't result in having ugly 16*16 bitmaps in a 24*24 button rectangle 2009-02-04 12:19:45 +00:00
toolbook.h revised the documentation of the book controls; moved common API to wxBookCtrlBase 2008-10-13 10:27:19 +00:00
tooltip.h remove implementations from interface headers 2009-02-01 19:56:06 +00:00
toplevel.h add more references to the delayed deletion of wxTopLevelWindows 2008-11-25 00:24:58 +00:00
tracker.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
treebase.h ifacecheck fixes 2008-10-28 14:29:36 +00:00
treebook.h revised the documentation of the book controls; moved common API to wxBookCtrlBase 2008-10-13 10:27:19 +00:00
treectrl.h document that dragging in wxTreeCtrl needs to be explicitely allowed (fixes #3915) 2008-11-23 19:30:25 +00:00
txtstrm.h automated ifacecheck fixes 2008-10-29 15:34:31 +00:00
unichar.h better define what an ASCII character is considered to be in IsAscii() 2009-01-31 15:57:45 +00:00
uri.h put wxURI under networking group, next to wxURL 2008-12-01 17:44:27 +00:00
url.h ifacecheck fixes 2008-10-28 14:29:36 +00:00
ustring.h ifacecheck fixes 2008-10-28 14:29:36 +00:00
utils.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
valgen.h update list of classes supported by wxGenericValidator 2009-02-04 12:41:43 +00:00
validate.h better docs for wxValidator::SetWindow and Validate 2009-01-31 21:28:24 +00:00
valtext.h document the protected functions of wxTextValidator; it helps user to eventually derive classes from wxTextValidator (closes #10474) 2009-02-05 18:50:43 +00:00
variant.h return NULL from GetVoidPtr() for NULL variants instead of asserting (closes #9873) 2009-01-25 13:19:44 +00:00
vector.h added wxVector::resize() 2008-12-11 13:45:04 +00:00
version.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
vidmode.h fixed missing semicolons, as reported by check_syntax.sh 2008-10-30 11:11:00 +00:00
vlbox.h remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder 2008-11-28 23:16:24 +00:00
volume.h document wxFSVolume (fixes #3977) 2008-11-22 15:29:08 +00:00
vscroll.h moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections 2008-10-29 18:55:57 +00:00
weakref.h done various @todo items 2008-12-29 14:14:39 +00:00
wfstream.h always remember to test IsOk() after using wxFileInputStream 2009-01-08 18:26:35 +00:00
window.h update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them 2009-02-07 15:22:14 +00:00
windowid.h document wxWindowID 2008-12-04 20:42:25 +00:00
wizard.h remove deprecation from wxWizard::SetPageSize 2008-09-29 10:18:36 +00:00
wrapsizer.h even more interface fixes 2008-09-27 20:26:28 +00:00
wupdlock.h add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod) 2008-09-27 10:27:44 +00:00
wxcrt.h document only char* variant of all string utility functions (don't use wxChar nor templates; they're only confusing; add a note for the funcmacro_string group that all functions documented also have wchar_t variants; document wxStrnlen() 2009-01-31 13:58:45 +00:00
xlocale.h fix typos 2008-10-29 16:00:56 +00:00
zipstrm.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
zstream.h put zlib streams in the archive category, too; fix some typos 2008-12-12 19:34:42 +00:00