Bryan Petty
|
d696577ccb
|
Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-17 18:40:11 +00:00 |
|
Francesco Montorsi
|
41ae85f868
|
restore previous encoding, changed for error to UTF8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-17 17:33:57 +00:00 |
|
Francesco Montorsi
|
82cddbd97a
|
fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-16 21:11:12 +00:00 |
|
Francesco Montorsi
|
edbbd74778
|
sort the errors so it's easy to see if already processed headers still give out warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-16 17:23:00 +00:00 |
|
Francesco Montorsi
|
3e6858cdcb
|
introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-16 16:47:57 +00:00 |
|
Francesco Montorsi
|
6783cae428
|
enable the search engine so that the manual which gets built on http://wx.ibaku.net/manual become 'searchable'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-16 14:43:09 +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 |
|
Vadim Zeitlin
|
9243700fb2
|
add support for asynchronous execution in wxBase (patch 1906889)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 16:46:38 +00:00 |
|
Francesco Montorsi
|
a568316bc5
|
turn GENERATE_HTML on otherwise CHM generation does not work correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 13:58:07 +00:00 |
|
Francesco Montorsi
|
f159c6b575
|
put the CHM in the out folder instead of out/html; be quiet during output generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 13:36:08 +00:00 |
|
Francesco Montorsi
|
6a70b5f1b9
|
update generation info and mention that you need doxygen >= 1.5.4 to correctly regen wx docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 12:26:44 +00:00 |
|
Vadim Zeitlin
|
03d4194d6b
|
implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 04:10:43 +00:00 |
|
Bryan Petty
|
9579c1d7bb
|
Categorized all functions and macros in the Debugging and Version categories.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 03:14:51 +00:00 |
|
Vadim Zeitlin
|
b1859b1a1b
|
added support for double arguments to wxCmdLineParser (patch 1907289)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:33:25 +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
|
89c95a7b81
|
mention wxMenuItem::* deprecations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 21:40:08 +00:00 |
|
Francesco Montorsi
|
81bcbf00f2
|
remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 21:28:04 +00:00 |
|
Francesco Montorsi
|
8e59a2cdc1
|
make the script a bit more intelligent using MS broken batch scripting (it took me 40 min to sort out the right syntax!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 21:26:51 +00:00 |
|
Francesco Montorsi
|
3a776fb356
|
remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 21:26:11 +00:00 |
|
Bryan Petty
|
66e098902a
|
Updated doxygen launcher scripts to reflect new Doxyfile locations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 21:16:33 +00:00 |
|
Vadim Zeitlin
|
be151c9a1c
|
rename Doxyfile.* to Doxyfile_* to avoid inappropriate extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 20:54:52 +00:00 |
|
Vadim Zeitlin
|
741085abe3
|
no changes, just fix a few typos and wrap long lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 17:11:45 +00:00 |
|
Bryan Petty
|
dae2800ac8
|
Added the function and macro group pages for Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 05:47:17 +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
|
6e7f563b52
|
Added the class group pages for Doxygen.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-13 02:56:21 +00:00 |
|
Bryan Petty
|
3db7c3b1aa
|
Added class groups example to Doxygen and added parent "Functions and Macros", and "Classes by Category" groups.
Also added CSS to add "Categories / " to the "Modules" tab label, and turned on DETAILS_AT_TOP setting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-12 19:08:48 +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
|
a7f2f62876
|
Removed printer functions from doxygen docs (they were deprecated at least since 2.6, and don't actually exist in current source).
Updated function and macro pages to use simply "()" and not "::" or "#".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-11 18:14:32 +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
|
f59be7c6bc
|
interface headers reviewed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 16:23:56 +00:00 |
|
Vadim Zeitlin
|
dfba244cbf
|
added wxNativeContainerWindow and implemented it for wxMSW and wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 15:50:48 +00:00 |
|
Francesco Montorsi
|
478c805363
|
update the technote with the conventions recently defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 15:36:23 +00:00 |
|
Francesco Montorsi
|
e1ebc6f432
|
use CSS spans instead of \sections so that we uniform the look to the Doxygen HTML for @see tag; remove @seealso and rather use the std @see tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 15:11:37 +00:00 |
|
Francesco Montorsi
|
20523dd9f2
|
remove spurious \b
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 18:13:09 +00:00 |
|
Vadim Zeitlin
|
9661b95b6b
|
document "wrap" attribute for wxStaticText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 12:47:27 +00:00 |
|
Francesco Montorsi
|
0aaf0255e4
|
don't style using Doxygen tags; use <span> tags and CSS instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 12:31:29 +00:00 |
|
Francesco Montorsi
|
4feb361314
|
fix missing end brace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 11:58:39 +00:00 |
|
Francesco Montorsi
|
189dea2961
|
adjust comments for latex Doxyfile; no real change; add Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 11:08:33 +00:00 |
|
Stefan Csomor
|
d0894365ea
|
latex include is not making things worse, so we use it all the same
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 21:52:25 +00:00 |
|
Stefan Csomor
|
444f6eed47
|
latex include not properly working for links and titlepage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 21:34:28 +00:00 |
|
Stefan Csomor
|
41046fc2b6
|
fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 21:32:53 +00:00 |
|
Stefan Csomor
|
f4eb5ee631
|
pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 21:18:06 +00:00 |
|
Stefan Csomor
|
2a593cc420
|
adding files for pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 21:15:41 +00:00 |
|
Francesco Montorsi
|
44fe9ffc49
|
use SPAN.literal CSS style for @true, @false, @ifdef_ and similars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 17:32:21 +00:00 |
|
Francesco Montorsi
|
b46a02917a
|
specify we don't use # character; other minor details
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 17:30:40 +00:00 |
|
Francesco Montorsi
|
a7c93f3fbf
|
more comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 15:30:12 +00:00 |
|
Francesco Montorsi
|
aa6ec1d787
|
make it callable from any path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 14:39:02 +00:00 |
|
Francesco Montorsi
|
23324ae1c7
|
added interface headers with latest discussed changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 13:52:38 +00:00 |
|
Francesco Montorsi
|
cd5d1e2745
|
fix links to overviews
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-05 19:13:12 +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 |
|