Vadim Zeitlin
|
7f0cbaaa4a
|
correct the signature of the overriden Reparent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 14:15:07 +00:00 |
|
Vadim Zeitlin
|
3e9db38eaf
|
don't override DoDrawSpline() under CE at all instead of overriding it and then always forwarding to the base class version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 14:13:15 +00:00 |
|
Vadim Zeitlin
|
7210c3a12c
|
fix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap unnecessarily when we can just do it on the stack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 14:12:38 +00:00 |
|
Vadim Zeitlin
|
6bc7b9138d
|
don't redeclare vsscanf() for Windows compilers, the case of missing declaration for an existing function only arises under old Unix systems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 13:57:54 +00:00 |
|
Vadim Zeitlin
|
1df90f2dbc
|
add a combobox to one of the toolbars, just for testing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 13:28:21 +00:00 |
|
Vadim Zeitlin
|
3c30bbb9fa
|
correct toolbar width calculation with comctl32.dll < 6.0 (patch 1902358); simplified the code a little by introducing wxGetTBItemRect() function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 13:19:24 +00:00 |
|
Vadim Zeitlin
|
e8089d444f
|
compilation fix after switch to using std::string in wxString internally when wxUSE_STD_STRING==1 instead of only when wxUSE_STL==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-08 12:55:26 +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 |
|
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 |
|
Paul Cornett
|
c3b10b4434
|
use PNGAPI if it is defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-07 16:23:55 +00:00 |
|
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 |
|