Commit Graph

5399 Commits

Author SHA1 Message Date
Vadim Zeitlin
cd1ff792d2 make wxLogWindow thread-safe (#8783)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 16:20:23 +00:00
Vadim Zeitlin
533171c287 support multiline labels in wxCheckBox (#9495)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 01:54:44 +00:00
Vadim Zeitlin
d7006f4409 correct phrase broken by the last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 01:24:56 +00:00
Vadim Zeitlin
e5795ba9d5 replace another SF link with wxTrac one (#9501)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 00:01:39 +00:00
Vadim Zeitlin
cd8c774660 replace SF links with wxTrac ones (#9500)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 23:58:11 +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
f7541d4807 corrected bug in wxTimeSpan::IsShorterThan() for equal time spans (ticket #9539)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-05 23:51:04 +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
a7d9f9fc1e added a note about wxrc to Xcode section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 08:04:17 +00:00
Vadim Zeitlin
24671bc900 define wxHAS_RAW_BITMAP (instead of inconsistenly named wxHAVE_RAW_BITMAP) and use it to avoid test build error under ports not supporting raw bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 18:42:33 +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
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
3e50a139b4 fixed wxImagePixelData compilation (ticket #3003); added a unit test for it (to be extended to cover more wxImage methods...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 19:30:23 +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
Václav Slavík
e0e7a34117 re-added accidentally omitted 'ANSI'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 10:47:13 +00:00
Václav Slavík
3dac8f8a99 fixed confusingly complicated sentence to make sense
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 10:33:40 +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
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
2d63583fba don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 23:19:58 +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
fd11f77773 fix appending items to sorted control (patch 1940384)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 19:59:17 +00:00
Vadim Zeitlin
2c66581eaa show resize grip on resizeable dialogs (slightly modified patch 1910654)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 17:12:36 +00:00
Vadim Zeitlin
006ecb226f move last change to the correct section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 17:08:08 +00:00
Vadim Zeitlin
bcbb13598c make class names used for our windows unique between different wx instances (modified patch 1898289)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-11 16:17:34 +00:00
Francesco Montorsi
21864ff2a1 added version check against gcc-generated xml; added readme and few other notes about ifacecheck
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-10 09:37:41 +00:00
Bryan Petty
d5693ba91e Updates to wiki links, and XHTML source cleanups.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-08 19:42:25 +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
Vadim Zeitlin
4f29051b4e use std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even if wxUSE_STL==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 00:46:45 +00:00
Vadim Zeitlin
2310f5a56d extract the most important wxUSE_XXX settings in their own category
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 00:43:49 +00:00
Vadim Zeitlin
e2742bd667 don't use $0$ and $1$, Doxygen doesn't have math mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 00:35:26 +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
c61202de3a Added margin to event handler function prototypes for IE6 and IE7 which were rendering it on top of the previous paragraph.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 20:49:27 +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
Vadim Zeitlin
f01a77c795 add an assert indicating that old code overriding OnExecute() must be updated with 2.9
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-02 22:05:43 +00:00
Robert Roebling
5bb7884b0a Update version info in platform detail page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-30 13:45:22 +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
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
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
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
8f242fce0c Forgot to remove this one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 14:18:12 +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
Robert Roebling
1694177e02 Removed category for styled text control which only contained 1 item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 13:13:08 +00:00
Robert Roebling
4c7b80fb91 Forgot wxGraphicsPath
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 10:07:05 +00:00
Robert Roebling
28792a701f Mention graphics classes, separate out image and bitmap classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-25 09:59:06 +00:00
Bryan Petty
0c1fe6e947 Finished initial reviews of the rest of the [d*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-22 01:38:12 +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
3a7fb603c3 More dc* interface headers reviewed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-19 08:12:58 +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