Commit Graph

316 Commits

Author SHA1 Message Date
Vadim Zeitlin
4b962ba1e0 fix overview links and various Doxygen errors (#9580)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-15 01:18:46 +00:00
Vadim Zeitlin
27608f1130 fix various Doxygen errors (#9568)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-14 14:25:11 +00:00
Vadim Zeitlin
e36df6579f fix various Doxygen errors (#9573)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-14 14:07:41 +00:00
Vadim Zeitlin
b45506e8e2 fix various Doxygen errors (#9578)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-14 14:04:26 +00:00
Vadim Zeitlin
5dfae0ada3 use @deprecated doxygen tag, a few other minor corrections (#9564)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-13 00:05:15 +00:00
Vadim Zeitlin
75b00cf87d correct bad references and use of @begincode instead of @code (#9566)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-13 00:01:33 +00:00
Vadim Zeitlin
591d3fa210 remember the last type used for loading or saving the image and return it from GetType() (#9551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 00:28:23 +00:00
Vadim Zeitlin
54c49fab9e fix some parameters docs and other minor changes (#9557)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-11 00:03:20 +00:00
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
Vadim Zeitlin
c39d2e0a38 added multisampling (anti-aliasing) support to wxGLCanvas (#9145)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-08 00:12:12 +00:00
Vadim Zeitlin
30a56ea8cb call wxSizerFlags::Top/Bottom() or Left/Right() shouldn't change horizontal or vertical alignment (#9534)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 01:22:34 +00:00
Vadim Zeitlin
c171812215 use report mode for the wxListbook list control if there are no images (#9484)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 23:50:21 +00:00
Vadim Zeitlin
e98e625cbb change longs used for bitmap types to wxBitmapType (#9126)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 23:33:58 +00:00
Vadim Zeitlin
062dc5fc22 initialize wxStringBuffer with the original contents of wxString it was created from for better compatibility with the old, non-STL, build (this avoids problems such as ticket #4845); add wxString::tchar_buf() to help with the implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 21:19:23 +00:00
Václav Slavík
37146d3352 added wxHtmlWindow::SetRelatedStatusBar(wxStatusBar*) (patch #9235 by troelsk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-05 09:38:37 +00:00
Robert Roebling
3b3026ca0b Make wxMenuItem::GetLabelText readable again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 20:45:41 +00:00
Vadim Zeitlin
42124e683d define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop iterations in the test if it isn't as otherwise the test takes way too long to run
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 20:42:23 +00:00
Vadim Zeitlin
ca8cf4fffb added wxTextOutputStream::Flush(): this is necessary with the stateful encodings, such as UTF-7
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 03:09:25 +00:00
Vadim Zeitlin
9d653e810c rewrote UTF-7 to work on streams of data to be comaptible with the way wxTextStream uses the converters; also converted a couple off by 1 bugs and unit test finally pass now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 03:08:45 +00:00
Vadim Zeitlin
f501c3a9fd reviewed and completed wxMBConv and friends documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-31 23:01:25 +00:00
Vadim Zeitlin
79b40dcf07 create a separate category for the conversion classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-31 22:35:24 +00:00
Vadim Zeitlin
558a6e065e document that SetItemCount() doesn't have to refresh the control (to avoid problems of ticket #4570)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 01:07:29 +00:00
Vadim Zeitlin
3877c17eeb remove misleading documentation of minPage in GetPageInfo() (see ticket #9502)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 23:36:26 +00:00
Robert Roebling
671600d808 Create own entry for default constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 14:10:52 +00:00
Robert Roebling
8cfcbf703d Fix links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-27 10:37:00 +00:00
Robert Roebling
516d86de20 Minor doc update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-27 10:24:04 +00:00
Robert Roebling
c6714d3823 Minor wxList clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-27 09:43:24 +00:00
Robert Roebling
1c340cc6a4 Removed more //@ groups
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-26 11:41:07 +00:00
Robert Roebling
6d95e7bef0 Ticket #9493: interface-string-asterisk.patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-26 11:17:08 +00:00
Robert Roebling
962fb6d22e Various minor corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-26 07:49:54 +00:00
Robert Roebling
7adc2e2ea1 Minor correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-26 07:33:59 +00:00
Robert Roebling
cbf2bf6a9c Removed Item Management category, minor corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-25 21:29:08 +00:00
Robert Roebling
1c7910c37e Clarified wxWindow::Find() wrt to returning *this*, some formating
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-25 21:20:56 +00:00
Vadim Zeitlin
5af86f4df5 don't take the min size into account when setting the window size explicitly in wxGTK, just as wxMSW doesn't do it; mention this in the docs and added a unit test to enforce this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-25 03:08:31 +00:00
Robert Roebling
f0871806fb Mention wxDataViewTreeCtrl in wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-24 19:49:55 +00:00
Robert Roebling
d930d1773b Minor doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-24 19:37:12 +00:00
Robert Roebling
8533974842 Update IsSelection() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-23 11:17:37 +00:00
Robert Roebling
021b67941a Minor doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-22 20:19:00 +00:00
Vadim Zeitlin
154014d681 added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-22 00:49:27 +00:00
Robert Roebling
19723525ce Added InsertColumn( pos, col ), some reformating
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-21 08:47:21 +00:00
Robert Roebling
77da37be72 Correct wxString:Append docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-21 08:10:00 +00:00
Robert Roebling
ee28ebc046 Correct formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-21 07:39:34 +00:00
Robert Roebling
970e987e89 Mention dropdown menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-21 07:34:47 +00:00
Bryan Petty
7977b62ae2 More interface header reviews by Azriel Fasten, and added skeleton docs for wxBookCtrlBase (still needs docs though).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-20 07:48:30 +00:00
Vadim Zeitlin
462167a9f7 allow loading wxAnimationCtrl contents from stream (patch 1962344)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-17 22:51:52 +00:00
Vadim Zeitlin
6656b71108 take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316) [should have been part of r53562]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-17 22:41:28 +00:00
Robert Roebling
d7c6d39738 Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-16 19:51:56 +00:00
Robert Roebling
344ed1f386 Option for variable line heights (MSW and GTK+ sofar)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-16 12:37:32 +00:00
Robert Roebling
d3338a5a34 Missing semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-15 11:53:06 +00:00
Stefan Neis
cd3eb0f7bb Clarified difference between wrap width and width of control in wxStaticText.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-12 12:47:59 +00:00
Vadim Zeitlin
e559d790fb add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-12 00:03:06 +00:00
Vadim Zeitlin
16b627b06a make GetUsageString() public, this is useful at least for the tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 23:46:24 +00:00
Vadim Zeitlin
756e6e4985 added in sections ommitted by the translation script; clairified EVT_TEXT (non) generation from ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 15:37:37 +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
Vadim Zeitlin
a15c16bfd1 no changes, just fix a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 00:34:43 +00:00
Francesco Montorsi
ea6a2ccb4a other f*h header reviews
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-10 09:44:43 +00:00
Vadim Zeitlin
4fc3ee301b update the documentation after the patch 1876663
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-08 22:50:40 +00:00
Václav Slavík
eed04c9999 changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of additional wxDirection argument that doesn't always make sense; this also means the direction is never implicit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-08 21:56:26 +00:00
Bryan Petty
f992f2ae26 More interface header reviews by Azriel Fasten, along with a simple item "add" group for wxSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-08 20:46:34 +00:00
Vadim Zeitlin
49dcc246bf add wxSizer::SetDimension() overload taking wxPoint/wxSize instead of 4 ints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-08 18:58:04 +00:00
Robert Roebling
ead152be36 Remove const consts from docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 18:56:16 +00:00
Robert Roebling
8c1cd03078 current locale in wxString means wxConvLibc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 18:52:58 +00:00
Robert Roebling
ee0b7af01e Mention wxConvLocal in wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 17:56:20 +00:00
Robert Roebling
a7d23734be Further wxString clarification according to current implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 17:36:28 +00:00
Robert Roebling
6dd21c5433 [ 1957970 ] wxWeakRef - assign from other wxWeakRef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 21:04:23 +00:00
Robert Roebling
e846cf8776 Fix more typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 20:36:52 +00:00
Robert Roebling
f08b246654 Try to fix formating
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 12:51:35 +00:00
Robert Roebling
b33e2f631d More wxString docs, listed most STL methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 10:42:50 +00:00
Bryan Petty
977cf1100e Interface header review of wxStringTokenizer by Azriel Fasten.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 07:06:08 +00:00
Bryan Petty
6da3d19664 Added missing semi-colon in DVC interface header, and fixed the appearance alias to really only output to HTML.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 03:17:22 +00:00
Bryan Petty
72fa9b54ba Added todos for changing wxVListBox::OnDraw* virtual functions to non-const (I'm not sure what compatibility issues we'll run into here yet).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 22:02:01 +00:00
Václav Slavík
70897a7038 clarified From/To8BitData's purpose
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-04 21:03:50 +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
Bryan Petty
1a1b0c8aa5 Removed missing parameter from docs of wxVListBox constructor (bug 1956198).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-02 15:46:26 +00:00
Bryan Petty
0c7fe6f220 Commented out appearance sections in docs temporarily until screenshots are added.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-02 04:52:42 +00:00
Bryan Petty
3d2cf88441 Finished initial review of a few [g*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-02 04:12:39 +00:00
Bryan Petty
30a7cc7bfa Finished initial review of [v*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-01 05:38:05 +00:00
Robert Roebling
19e496b6bb Minor clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-30 09:41:07 +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
ea0775711c Minor doc improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-29 10:12:41 +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
0b822969a6 Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-28 20:39:57 +00:00
Vadim Zeitlin
c3f941621e added wxQueueEvent() avoiding the bug of wxPostEvent() with the events having wxString fields
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-28 18:49:42 +00:00
Robert Roebling
d38e30d1d2 Some doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-28 18:13:11 +00:00
Vadim Zeitlin
9e50ed28d9 fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not int); corrected mangled documentation of these operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-28 12:32:32 +00:00
Bryan Petty
09ad05faf0 Removed deprecated layout constraints from class summary, and more v* header reviews.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-28 08:26:04 +00:00
Vadim Zeitlin
4aa59c3df6 no real changes, clarified the usage of WX_GL_DOUBLEBUFFER; documented it and other WX_GL_XXX constants lost during doxygen transition; simplified wxMSW code a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-27 12:46:28 +00:00
Robert Roebling
a456700fc5 Trying to make wxString readable again, II
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 19:59:49 +00:00
Robert Roebling
c3c772fa1c Trying to make wxString readable again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 19:52:06 +00:00
Robert Roebling
7e38ae608c Some testing code for wxGraphicsContext printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 18:50:27 +00:00
Robert Roebling
528fb6dc89 Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 17:44:46 +00:00
Robert Roebling
d974a4945c Made wxCairo graphics code compile again, wxGraphicsBitmap still missing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 13:32:23 +00:00
Robert Roebling
96c9916560 A few wxString doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 13:09:35 +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
06e9cf134f added wxString::Clone() and made wxString(wxCStrData) ctor make deep copy too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-24 07:16:48 +00:00
Vadim Zeitlin
106dcc2cea make wxDir::Has{Files,SubDirs}() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-22 16:29:43 +00:00
Robert Roebling
c19962620c Reviewd wxVariant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-22 08:57:43 +00:00
Robert Roebling
d2ddc77dce Minor correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-22 08:26:09 +00:00
Bryan Petty
fbec75d080 More initial reviews of [u*-v*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-22 06:01:48 +00:00