Vadim Zeitlin
|
fdaad94e75
|
deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-08 01:45:56 +00:00 |
|
Bryan Petty
|
d29a9a8ac8
|
Replaced @returns with @return for more standard command use and compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-11 01:38:53 +00:00 |
|
Robert Roebling
|
6d99a337a7
|
Mention wxGCDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-30 09:34:15 +00:00 |
|
Robert Roebling
|
318b0bd544
|
Minor doc improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-29 11:34:42 +00:00 |
|
Robert Roebling
|
12133c3b42
|
Mention graphics device classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 10:06:26 +00:00 |
|
Václav Slavík
|
1e24c2af0f
|
@wxsince -> @since in Doxygen docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 10:34:23 +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 |
|
Francesco Montorsi
|
cdbcf4c286
|
replace @b Note with @note; replace '' with "
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-01 13:59:28 +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 |
|
Francesco Montorsi
|
1f1d2182ff
|
substitute '@b NB:' with '@note'; first partial revision of e*h headers; replace @beginEventTable with @beginEventTable{1} which provides the prototype of the event handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-28 16:19:12 +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 |
|
Francesco Montorsi
|
c0cc7004a6
|
remove @ingroup; use @category instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-14 14:42:46 +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 |
|
Francesco Montorsi
|
e54c96f187
|
regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-10 15:24:38 +00:00 |
|
Francesco Montorsi
|
328f5751e8
|
add const qualifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 16:24:26 +00:00 |
|
Francesco Montorsi
|
4cc4bfafe5
|
removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-09 12:33:59 +00:00 |
|
Francesco Montorsi
|
7c913512a4
|
adjusted indentation with astyle; added Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-08 14:43:31 +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 |
|