Vadim Zeitlin
|
a007d249e6
|
make list whose items are referred to by their numbers in the text really numbered; fix a few typos (#9550)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-08 01:58:57 +00:00 |
|
Vadim Zeitlin
|
500b128d0e
|
mention the problem with writing enums to wxConfig (see #8656)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-30 13:49:12 +00:00 |
|
Vadim Zeitlin
|
73ba5ab90c
|
mention the ambiguities which arise when passing wxString[.c_str()] to functions overloaded to take both char* and wchar_t* (see #9507)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-30 13:31:28 +00:00 |
|
Robert Roebling
|
47e1c61bb7
|
Update wxString overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 08:12:22 +00:00 |
|
Václav Slavík
|
f99af6c052
|
minor Unicode overview corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-17 21:24:43 +00:00 |
|
Vadim Zeitlin
|
9c8116f8f7
|
take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-11 20:32:35 +00:00 |
|
Vadim Zeitlin
|
cc506697c1
|
update and complete Unicode overview; add an overview of changes since wx 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 02:36:46 +00:00 |
|
Bryan Petty
|
3ed3a1c846
|
Initial review of various [q-r] by Utensil Candel.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-04 09:04:38 +00:00 |
|
Robert Roebling
|
36a2d2c43e
|
Minor clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-29 09:53:36 +00:00 |
|
Robert Roebling
|
ade80f997f
|
Minor updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 18:21:19 +00:00 |
|
Robert Roebling
|
36b952b759
|
const_iterator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 13:41:20 +00:00 |
|
Bryan Petty
|
f09b568121
|
Fixed wxScrolledWindow references to properly link (and appropriately changed others to wxScrolled).
Initial reviews of a few d* interface headers in this commit as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-17 07:06:20 +00:00 |
|
Vadim Zeitlin
|
722f74cec8
|
added a section about Connect(), improve/streamline the one about event tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-15 23:17:11 +00:00 |
|
Francesco Montorsi
|
b1b95a653c
|
revisions of o-p headers contributed by Utensil Candel and revised by me
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-10 21:16:38 +00:00 |
|
Robert Roebling
|
ffac5996ab
|
Minor correction to Unicode overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-10 13:45:09 +00:00 |
|
Robert Roebling
|
7b74e82834
|
Update Unicode overview to 3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-08 12:38:19 +00:00 |
|
Robert Roebling
|
c77dd0a4bd
|
We do use templates now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-08 10:40:42 +00:00 |
|
Francesco Montorsi
|
cded6aa1c3
|
better integration of the window sizing overview in the wx docs; revised it removing python-like syntaxes; misc fixes to the wording
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-07 17:41:22 +00:00 |
|
Francesco Montorsi
|
6c75df8784
|
small typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-06 14:49:48 +00:00 |
|
Francesco Montorsi
|
5c02d584da
|
move TODO items for wxDocs from the wxwiki to the doxygen manual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-31 14:14:18 +00:00 |
|
Bryan Petty
|
409e6ce4dc
|
Removed the old, manual entry function, macro, and class category pages and replaced them with the new, finished versions auto-generated by Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-25 07:57:30 +00:00 |
|
Francesco Montorsi
|
928f1a076c
|
remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 17:49:09 +00:00 |
|
Francesco Montorsi
|
dc28cdf8d4
|
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)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-22 17:42:29 +00:00 |
|
Francesco Montorsi
|
f0a9a84c09
|
warn the user about using getters of objects in invalid state
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 18:04:00 +00:00 |
|
Václav Slavík
|
27d335cc23
|
document standard IDs only in one place, not two; bring the list up to date
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-21 14:20:26 +00:00 |
|
Václav Slavík
|
3c4f71cc3d
|
removed trailing whitespace in Doxygen files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-20 13:45:17 +00:00 |
|
Bryan Petty
|
8f5b44d805
|
Removed layout constaints related docs as discussed on wx-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-16 00:02:39 +00:00 |
|
Francesco Montorsi
|
adcb6f88ee
|
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
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 23:59:55 +00:00 |
|
Francesco Montorsi
|
4cbfec1580
|
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
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-13 16:30:38 +00:00 |
|
Bryan Petty
|
880efa2a13
|
Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c].
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-12 08:50:42 +00:00 |
|
Bryan Petty
|
c83e60aab5
|
Looking for comments on new functions and macros organization of Doxygen docs shown with this commit, see wx-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-11 07:57:21 +00:00 |
|
Francesco Montorsi
|
29d21088bb
|
fixed all doxygen warnings fixable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-05 19:08:53 +00:00 |
|
Bryan Petty
|
de2b67e699
|
Converted bitmaps to PNG (saving 600KB+), flattened any transparent PNGs in case of incompatible browsers/printing, and renamed a number of images to indicate what page it's used on.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-04 04:20:27 +00:00 |
|
Francesco Montorsi
|
9727442f12
|
use rtti as shortcut for runtime type information
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-03 12:22:53 +00:00 |
|
Bryan Petty
|
032e27aad0
|
Removed wxImageList overview, and other @ref fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-03 03:05:58 +00:00 |
|
Francesco Montorsi
|
86faa458df
|
keep the list of event classes in a single place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 20:24:25 +00:00 |
|
Francesco Montorsi
|
0909f9a33e
|
fix topic overview name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 17:21:00 +00:00 |
|
Francesco Montorsi
|
c6e29550af
|
typofix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 15:35:38 +00:00 |
|
Francesco Montorsi
|
30738aae14
|
ensure all topic overviews have an horizontal rule with the list of the sections above
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 15:33:26 +00:00 |
|
Francesco Montorsi
|
38b5b4938f
|
fixed @code sections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 15:18:23 +00:00 |
|
Bryan Petty
|
3863c5ebd9
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 10:48:31 +00:00 |
|
Bryan Petty
|
2cd3cc948e
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 04:32:30 +00:00 |
|
Bryan Petty
|
9715cf42b3
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-01 09:49:25 +00:00 |
|
Bryan Petty
|
077a28282e
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-01 02:05:14 +00:00 |
|
Bryan Petty
|
a766986f6d
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-29 09:19:51 +00:00 |
|
Francesco Montorsi
|
8503684982
|
removed samples topic overview; the samples are part of mainpages/utilities.h now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-28 08:06:39 +00:00 |
|
Bryan Petty
|
7442b5ee7a
|
Removed some remaining '#' references.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-28 03:22:12 +00:00 |
|
Bryan Petty
|
f05d2fde68
|
Last doxygen topic overview cleanup assigned to myself.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-28 03:13:22 +00:00 |
|
Bryan Petty
|
23114fe1ed
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-27 18:37:48 +00:00 |
|
Bryan Petty
|
58d0deaac1
|
More doxygen topic overview cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-27 06:48:16 +00:00 |
|