Commit Graph

44234 Commits

Author SHA1 Message Date
Julian Smart
90e4fb5d04 Added const when writing XPMs to avoid gcc warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-07 07:29:13 +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
Václav Slavík
63feebce0a compilation fixes for !wxUSE_FONTMEM case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 21:11:59 +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
Václav Slavík
9d646d31c9 removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 17:08:49 +00:00
Václav Slavík
579de297d0 use const char*, not char*, for embedded XPMs to fix gcc warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-06 15:29:05 +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
Vadim Zeitlin
a4f270bc86 dump totals as well as averages when gatheting statistics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 23:35:58 +00:00
Vadim Zeitlin
f906a23eaf remove _T()s, they're unneeded now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 23:30:33 +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
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
Václav Slavík
5096757411 fixed   handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 10:52:30 +00:00
Julian Smart
0a21bea0dd Reverted patch 1906896 because it broke prgrammatic style application with BeginStyle/EndStyle.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 10:10:17 +00:00
Julian Smart
4f4684d77d Use fallback when passing -1 for point size (as allowed by other ports)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-05 08:16:58 +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
Stefan Csomor
2b3bddf68b fixing memory leaks on three levels (bug report 1905138)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-04 13:55:14 +00:00
Václav Slavík
e388dc214c check tables width parameter for invalid values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-04 09:36:33 +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
Václav Slavík
7bf6f523e7 fixed incorrect handling of end iterator in HtmlizeLinebreaks() introduced in r53298 (patch #1956966)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-04 08:45:43 +00:00
Julian Smart
addcf76c65 Fixed [ 1905777 ] Defining default accelerators for wxRichTextCtrl
Added standard accelerators for cut, copy, paste and select all.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 20:18:49 +00:00
Julian Smart
5cab4a770c Applied patch [ 1906896 ] Fix for bug #1906223 and optimization
Don't set default style to cursor style until entering text
Andrej Sinicyn



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 20:07:28 +00:00
Julian Smart
21172fff5b Made bullet page more compact
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 20:01:49 +00:00
Julian Smart
b89e104ec0 Don't trigger kill focus event twice
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 19:53:53 +00:00
Vadim Zeitlin
cfd9159888 replaced test for inexistent wxUSE_LOCALE with the correct wxUSE_INTL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 15:33:28 +00:00
Vadim Zeitlin
4c6a2cdf94 update from FELIPE PERIARD LOPES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 01:42:10 +00:00
Vadim Zeitlin
3f6901ad7f don't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer (this resulted in practically infinite loop in table parsing code for bad HTML with incorrect colspan values)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-03 00:39:44 +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
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
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
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
b25c34aae4 Added constructor to wxGCDC from wxPrinterDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-30 09:26:02 +00:00
Robert Roebling
eaeb99858d Use cairo_scale() for scaling to full printing resolution, correct transformation in Cairo graphics context for GTK+ printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-30 09:17:04 +00:00
Stefan Csomor
87fe0f7505 adding impl for Create( wxPrinterDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-29 19:16:50 +00:00
Chris Elliott
0eb6fce245 add watcom define HAVE_VSSCANF_DECL (http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/100710)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-29 16:01:31 +00:00
Robert Roebling
c9008abec2 Tried to transform wxGC like wxDC, failed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-29 12:13:07 +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
Julian Smart
1c13f06e4e Added a wxRichTextCtrl-specific caret implementation in case of need
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-29 09:10:32 +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