.. |
aui
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
generic
|
|
|
html
|
added asserts to check correct order of wxHtmlDCRenderer methods calls
|
2009-02-21 16:43:22 +00:00 |
msw
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
persist
|
add support for persistent controls
|
2009-01-30 21:38:29 +00:00 |
propgrid
|
By default, always refresh editor and redraw properties when property value is changed
|
2009-03-04 19:53:34 +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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
added wxXmlResource::LoadFile() to avoid URL-vs-filename ambiguity in Load()
|
2009-02-26 00:17:23 +00:00 |
aboutdlg.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
accel.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)
|
2009-03-02 20:45:22 +00:00 |
apptrait.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
archive.h
|
many automated ifacecheck fixes
|
2009-01-10 22:42:09 +00:00 |
arrstr.h
|
made wxArrayString::assign(iterator, iterator) a template function; also fixed a bad bug in it: it didn't call clear(); mention existence of std::vector-like methods in the docs
|
2009-02-12 12:09:13 +00:00 |
artprov.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
clarify the list of bitmap handlers natively supported.
|
2009-03-03 23:10:13 +00:00 |
bmpbuttn.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
bmpcbox.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
bookctrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
busyinfo.h
|
always use wxSTAY_ON_TOP (closes #10447)
|
2009-02-05 17:46:00 +00:00 |
button.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
calctrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
checklst.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
choicebk.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
clipbrd.h
|
|
|
clntdata.h
|
|
|
clrpicker.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
cmdline.h
|
|
|
cmdproc.h
|
|
|
cmndata.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
collpane.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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 wxComboPopup::GetComboCtrl()
|
2009-02-22 15:13:29 +00:00 |
combobox.h
|
document wxTextEntry
|
2009-03-01 12:23:31 +00:00 |
config.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
control.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
convauto.h
|
|
|
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
|
|
|
ctrlsub.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
cursor.h
|
|
|
dataobj.h
|
Docuement wxDataObject::IsSupported()
|
2009-01-20 11:42:01 +00:00 |
dataview.h
|
some docs enhancements, in particular to wxDataViewListCtrl.
|
2009-03-04 21:06:21 +00:00 |
datectrl.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
dateevt.h
|
|
|
datetime.h
|
remove references to datetime_constants; they're not needed anymore
|
2009-03-02 20:41:08 +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
|
no real change: just group functions in a logic manner
|
2009-02-25 13:10:25 +00:00 |
dcbuffer.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
dcclient.h
|
|
|
dcgraph.h
|
fix others $Id$ keywords
|
2009-01-11 12:05:05 +00:00 |
dcmemory.h
|
fix a few typos
|
2009-02-21 15:40:15 +00:00 |
dcmirror.h
|
|
|
dcprint.h
|
|
|
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
|
|
|
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
|
|
|
defs.h
|
added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2
|
2009-02-27 11:36:10 +00:00 |
dialog.h
|
document that wxDialog::ShowModal() creates its own event loop
|
2009-03-01 21:01:39 +00:00 |
dialup.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
dir.h
|
name the enum with wxDir flags to make it easier to find it from the docs.
|
2009-03-01 15:47:49 +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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
|
|
docview.h
|
other ifacecheck fixes
|
2009-01-10 23:44:44 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
fix Remove() argument in the example (closes #10521)
|
2009-02-26 18:59:03 +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
|
|
|
encconv.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
event.h
|
move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)
|
2009-03-02 20:45:22 +00:00 |
evtloop.h
|
move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit)
|
2009-03-02 20:45:22 +00:00 |
fdrepdlg.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
ffile.h
|
|
|
file.h
|
use ::wxInvalidOffset to enable autolinking
|
2009-01-13 17:29:34 +00:00 |
fileconf.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
filectrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
fontpicker.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
frame.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
fs_mem.h
|
|
|
gauge.h
|
|
|
gbsizer.h
|
|
|
gdicmn.h
|
document wxPolygonFillMode
|
2009-02-25 13:12:09 +00:00 |
gdiobj.h
|
|
|
glcanvas.h
|
many automated ifacecheck fixes
|
2009-01-10 22:42:09 +00:00 |
graphics.h
|
formatting fixes
|
2009-02-15 21:22:55 +00:00 |
grid.h
|
pass ApplyEdit() arguments to EndEdit() too for better backwards compatibility (closes #10544)
|
2009-03-06 10:38:45 +00:00 |
hash.h
|
|
|
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
|
|
|
headercol.h
|
|
|
headerctrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
help.h
|
miscellaneous small enhancements
|
2009-01-10 18:59:37 +00:00 |
htmllbox.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
hyperlink.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
icon.h
|
|
|
iconbndl.h
|
|
|
iconloc.h
|
|
|
image.h
|
clarify the list of bitmap handlers natively supported.
|
2009-03-03 23:10:13 +00:00 |
imaglist.h
|
|
|
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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
ipc.h
|
|
|
ipcbase.h
|
|
|
joystick.h
|
|
|
kbdstate.h
|
fix doxygen warnings
|
2009-01-28 00:51:55 +00:00 |
laywin.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
listbook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
listbox.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
listctrl.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
log.h
|
add public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from derived classes
|
2009-02-22 00:46:25 +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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
metafile.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
mimetype.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
minifram.h
|
|
|
module.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
mousestate.h
|
|
|
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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
mstream.h
|
use ::wxInvalidOffset to enable autolinking
|
2009-01-13 17:29:34 +00:00 |
notebook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
notifmsg.h
|
|
|
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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
palette.h
|
|
|
panel.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
|
|
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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
popupwin.h
|
fix others $Id$ keywords
|
2009-01-11 12:05:05 +00:00 |
position.h
|
wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint.
|
2009-02-28 17:08:00 +00:00 |
power.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
print.h
|
|
|
printdlg.h
|
|
|
process.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
progdlg.h
|
name wxThreadEvent and YieldFor in wxProgressDialog and in thread overview; update the sample code to use new event macros; minor other changes
|
2009-02-18 19:32:00 +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
|
|
|
radiobox.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
radiobut.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
rawbmp.h
|
|
|
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
|
|
|
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
|
revert r59246; the window parameter was there by purpose (i.e. for consistency with other Get* methods -- even if unused); document what the win parameter does in the various wxRenderer::Get* methods
|
2009-03-02 20:09:10 +00:00 |
sashwin.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
|
|
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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
build fix; document HasFeature() (should be part of r59313)
|
2009-03-04 15:53:55 +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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
snglinst.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
socket.h
|
add accessors for sockaddr to wxSockAddress (closes #10511)
|
2009-02-22 23:38:07 +00:00 |
sound.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
spinbutt.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
spinctrl.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
splash.h
|
|
|
splitter.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
srchctrl.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
sstream.h
|
|
|
stackwalk.h
|
don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead
|
2009-01-14 14:38:00 +00:00 |
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
tarstrm.h
|
|
|
taskbar.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
textctrl.h
|
document wxTextEntry
|
2009-03-01 12:23:31 +00:00 |
textdlg.h
|
s/""/wxEmptyString
|
2009-01-10 18:31:45 +00:00 |
textentry.h
|
added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)
|
2009-03-02 12:25:01 +00:00 |
textfile.h
|
many automated ifacecheck fixes
|
2009-01-10 22:42:09 +00:00 |
tglbtn.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
thread.h
|
name wxThreadEvent and YieldFor in wxProgressDialog and in thread overview; update the sample code to use new event macros; minor other changes
|
2009-02-18 19:32:00 +00:00 |
timer.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +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
|
|
|
tls.h
|
|
|
tokenzr.h
|
|
|
toolbar.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
toolbook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
tooltip.h
|
remove implementations from interface headers
|
2009-02-01 19:56:06 +00:00 |
toplevel.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
tracker.h
|
|
|
treebase.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
treebook.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
treectrl.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
txtstrm.h
|
|
|
unichar.h
|
better define what an ASCII character is considered to be in IsAscii()
|
2009-01-31 15:57:45 +00:00 |
uri.h
|
|
|
url.h
|
|
|
ustring.h
|
|
|
utils.h
|
better document the possible arguments accepted by wxLaunchDefaultBrowser; in particular mention the 'mailto:' scheme
|
2009-03-01 14:31:41 +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
|
|
|
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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
vlbox.h
|
|
|
volume.h
|
|
|
vscroll.h
|
|
|
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
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
windowid.h
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
wizard.h
|
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp
|
2009-02-18 17:58:51 +00:00 |
wrapsizer.h
|
|
|
wupdlock.h
|
|
|
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
|
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups
|
2009-02-20 11:34:52 +00:00 |
zipstrm.h
|
many automated ifacecheck fixes
|
2009-01-10 22:42:09 +00:00 |
zstream.h
|
added wxZlibStream::SetDictionary() (closes #10551)
|
2009-03-06 16:26:15 +00:00 |