wxWidgets/docs/doxygen/overviews
Vadim Zeitlin 232addd1cd Made wxLogXXX() functions thread-safe.
They can now be called from any thread and will buffer the messages until the
current log target is flushed from the main thread. This makes earlier code to
do the same thing specifically for wxLogWindow unnecessary and also allows to
use wxLogMessage() in the thread sample instead of using manual logging there.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-12 17:02:30 +00:00
..
app.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
archive.h revised archive header; changed overview_arc to overview_archive which reads better; modified the @category alias to point to the group pages and to spit out the @ingroup command 2008-03-13 16:30:38 +00:00
aui.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
backwardcompatibility.h replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc 2008-03-14 23:59:55 +00:00
bitmap.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
bookctrl.h add docs for the #define of wxBookCtrl 2008-10-13 11:03:01 +00:00
bufferclasses.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
changes_since28.h document GetSizeAvailableForScrollTarget() 2008-10-15 19:33:00 +00:00
commondialogs.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
config.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
container.h We do use templates now 2008-04-08 10:40:42 +00:00
customwidgets.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
dataobject.h moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx) 2008-03-22 17:42:29 +00:00
datetime.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
dc.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
debugging.h small typo fix 2008-04-06 14:49:48 +00:00
dialog.h Fixed wxScrolledWindow references to properly link (and appropriately changed others to wxScrolled). 2008-04-17 07:06:20 +00:00
dnd.h moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx) 2008-03-22 17:42:29 +00:00
docview.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
envvars.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
eventhandling.h minor improvements to Bind() description 2009-03-30 21:55:03 +00:00
exceptions.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
file.h Removed the old, manual entry function, macro, and class category pages and replaced them with the new, finished versions auto-generated by Doxygen. 2008-03-25 07:57:30 +00:00
filesystem.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
font.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
fontencoding.h use doxygen autolinking feature; use @ref command for the overview 2009-03-18 15:30:06 +00:00
grid.h add a possibility to disable individual grid rows/columns resizing 2009-04-26 17:02:53 +00:00
helloworld.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
html.h remove references to tex2rtf; it's not part of wxWidgets anymore 2008-10-23 13:54:17 +00:00
internationalization.h moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx) 2008-03-22 17:42:29 +00:00
ipc.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
listctrl.h remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet 2008-03-22 17:49:09 +00:00
log.h Made wxLogXXX() functions thread-safe. 2009-07-12 17:02:30 +00:00
mbconvclasses.h moved many things from wxString reference page to the wxString overview; updated some old/incoherent informations; added some DIA-drawn graphs showing UTF8/UCS2 different representation used by wxString 2008-12-06 16:24:52 +00:00
nonenglish.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
persistence.h remove extra line breaks which prevents Doxygen from numbering list items correctly (closes #10459) 2009-01-31 18:28:04 +00:00
printing.h Initial review of various [q-r] by Utensil Candel. 2008-05-04 09:04:38 +00:00
propgrid.h Added note about 'Py' prefix no longer being necessary when reimplementing property member functions in wxPython 2009-06-10 20:51:25 +00:00
python.h Initial review of various [q-r] by Utensil Candel. 2008-05-04 09:04:38 +00:00
refcount.h Update docs to mention wxRefCounter class 2009-06-12 20:29:59 +00:00
referencenotes.h modernized 2008-10-30 11:14:46 +00:00
resyntax.h replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc 2008-03-14 23:59:55 +00:00
richtextctrl.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
roughguide.h Removed the old, manual entry function, macro, and class category pages and replaced them with the new, finished versions auto-generated by Doxygen. 2008-03-25 07:57:30 +00:00
runtimeclass.h replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc 2008-03-14 23:59:55 +00:00
scrolling.h doxygen warnings and formatting fixes 2008-10-19 16:07:00 +00:00
sizer.h mention wxGridBagSizer (closes #10488) 2009-03-23 12:59:34 +00:00
splitterwindow.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
stream.h added wxStd{In,Out}putStream classes (closes #10637) 2009-05-02 18:29:33 +00:00
string.h fix some wording and a typo 2009-01-19 00:21:31 +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
tips.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
toolbar.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
treectrl.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
unicode.h always return (owned or non-owned, depending on build) wxScopedCharBuffer from utf8_str() and ToUTF8() 2009-03-30 18:28:42 +00:00
unixprinting.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
validator.h Fix manual references to the events overview after it's page ID was changed in r58712 (VZ). 2009-02-18 00:19:22 +00:00
windowdeletion.h Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c]. 2008-03-12 08:50:42 +00:00
windowids.h replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc 2008-03-14 23:59:55 +00:00
windowsizing.h add many references to the overview_windowsizing topic in wxWindow's size functions; add maximum size and virtual size to the topic overview 2009-02-05 17:40:10 +00:00
windowstyles.h revisions of o-p headers contributed by Utensil Candel and revised by me 2008-04-10 21:16:38 +00:00
xrc_format.h add support for bitmap and bitmapposition tags to the wxButton XRC handler 2009-06-15 19:35:19 +00:00
xrc.h add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647) 2009-05-07 17:29:57 +00:00