wxWidgets.git
16 years agodon't send paint events for exposures of the border-only GdkWindow, fix for bug 1894655
Paul Cornett [Sat, 10 May 2008 17:30:56 +0000 (17:30 +0000)] 
don't send paint events for exposures of the border-only GdkWindow, fix for bug 1894655

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agogive a name to the unnamed enum to make it easier to document it
Francesco Montorsi [Sat, 10 May 2008 09:54:46 +0000 (09:54 +0000)] 
give a name to the unnamed enum to make it easier to document it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoother f*h header reviews
Francesco Montorsi [Sat, 10 May 2008 09:44:43 +0000 (09:44 +0000)] 
other f*h header reviews

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreplace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and...
Francesco Montorsi [Sat, 10 May 2008 09:40:33 +0000 (09:40 +0000)] 
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and wxMemoryFSHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadded version check against gcc-generated xml; added readme and few other notes about...
Francesco Montorsi [Sat, 10 May 2008 09:37:41 +0000 (09:37 +0000)] 
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

16 years agoMerge r53510 from 2.8 branch
Robin Dunn [Fri, 9 May 2008 22:18:34 +0000 (22:18 +0000)] 
Merge r53510 from 2.8 branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixed wxMac compilation after ShowWithEffect() changes; also fixed to use correct...
Václav Slavík [Fri, 9 May 2008 21:53:42 +0000 (21:53 +0000)] 
fixed wxMac compilation after ShowWithEffect() changes; also fixed to use correct directions meaning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoapplied patch 1908782 wxAuiMDIChildFrame not removed from wxAuiMDIClientWindow
Benjamin Williams [Fri, 9 May 2008 18:59:19 +0000 (18:59 +0000)] 
applied patch 1908782 wxAuiMDIChildFrame not removed from wxAuiMDIClientWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreverting style of include back to user include as before
Stefan Csomor [Fri, 9 May 2008 16:57:43 +0000 (16:57 +0000)] 
reverting style of include back to user include as before

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoApply previous paragraph style if pasting plain text, but not if pasting rich text.
Julian Smart [Fri, 9 May 2008 08:47:08 +0000 (08:47 +0000)] 
Apply previous paragraph style if pasting plain text, but not if pasting rich text.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMove MinGW builds to another machine as td165 is down.
Michael Wetherell [Fri, 9 May 2008 08:30:57 +0000 (08:30 +0000)] 
Move MinGW builds to another machine as td165 is down.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoupdate the documentation after the patch 1876663
Vadim Zeitlin [Thu, 8 May 2008 22:50:40 +0000 (22:50 +0000)] 
update the documentation after the patch 1876663

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoextracted wxWrapSizer in separate files and somewhat improved it (heavily modified...
Vadim Zeitlin [Thu, 8 May 2008 22:45:44 +0000 (22:45 +0000)] 
extracted wxWrapSizer in separate files and somewhat improved it (heavily modified patch 1876663)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agochanged ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of addit...
Václav Slavík [Thu, 8 May 2008 21:56:26 +0000 (21:56 +0000)] 
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

16 years agoMore interface header reviews by Azriel Fasten, along with a simple item "add" group...
Bryan Petty [Thu, 8 May 2008 20:46:34 +0000 (20:46 +0000)] 
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

16 years agoUpdates to wiki links, and XHTML source cleanups.
Bryan Petty [Thu, 8 May 2008 19:42:25 +0000 (19:42 +0000)] 
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

16 years agoadd wxSizer::SetDimension() overload taking wxPoint/wxSize instead of 4 ints
Vadim Zeitlin [Thu, 8 May 2008 18:58:04 +0000 (18:58 +0000)] 
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

16 years agodon't call TB_GETITEMRECT with invalid tool index
Vadim Zeitlin [Thu, 8 May 2008 14:57:00 +0000 (14:57 +0000)] 
don't call TB_GETITEMRECT with invalid tool index

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix some unused variables warnings reported by Borland
Vadim Zeitlin [Thu, 8 May 2008 14:48:59 +0000 (14:48 +0000)] 
fix some unused variables warnings reported by Borland

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocorrect the signature of the overriden Reparent()
Vadim Zeitlin [Thu, 8 May 2008 14:15:07 +0000 (14:15 +0000)] 
correct the signature of the overriden Reparent()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't override DoDrawSpline() under CE at all instead of overriding it and then alway...
Vadim Zeitlin [Thu, 8 May 2008 14:13:15 +0000 (14:13 +0000)] 
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

16 years agofix confusion with (Do)DrawSplines() overloads; don't allocate points on the heap...
Vadim Zeitlin [Thu, 8 May 2008 14:12:38 +0000 (14:12 +0000)] 
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

16 years agodon't redeclare vsscanf() for Windows compilers, the case of missing declaration...
Vadim Zeitlin [Thu, 8 May 2008 13:57:54 +0000 (13:57 +0000)] 
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

16 years agoadd a combobox to one of the toolbars, just for testing
Vadim Zeitlin [Thu, 8 May 2008 13:28:21 +0000 (13:28 +0000)] 
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

16 years agocorrect toolbar width calculation with comctl32.dll < 6.0 (patch 1902358); simplified...
Vadim Zeitlin [Thu, 8 May 2008 13:19:24 +0000 (13:19 +0000)] 
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

16 years agocompilation fix after switch to using std::string in wxString internally when wxUSE_S...
Vadim Zeitlin [Thu, 8 May 2008 12:55:26 +0000 (12:55 +0000)] 
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

16 years agoupdate and complete Unicode overview; add an overview of changes since wx 2.8
Vadim Zeitlin [Thu, 8 May 2008 02:36:46 +0000 (02:36 +0000)] 
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

16 years agoRemove const consts from docs
Robert Roebling [Wed, 7 May 2008 18:56:16 +0000 (18:56 +0000)] 
Remove const consts from docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agocurrent locale in wxString means wxConvLibc
Robert Roebling [Wed, 7 May 2008 18:52:58 +0000 (18:52 +0000)] 
current locale in wxString means wxConvLibc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMention wxConvLocal in wxString
Robert Roebling [Wed, 7 May 2008 17:56:20 +0000 (17:56 +0000)] 
Mention wxConvLocal in wxString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFurther wxString clarification according to current implementation
Robert Roebling [Wed, 7 May 2008 17:36:28 +0000 (17:36 +0000)] 
Further wxString clarification according to current implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse PNGAPI if it is defined
Paul Cornett [Wed, 7 May 2008 16:23:55 +0000 (16:23 +0000)] 
use PNGAPI if it is defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdded const when writing XPMs to avoid gcc warnings
Julian Smart [Wed, 7 May 2008 07:29:13 +0000 (07:29 +0000)] 
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

16 years agouse std::[w]string for wxString implementation unless wxUSE_STD_STRING==0 but even...
Vadim Zeitlin [Wed, 7 May 2008 00:46:45 +0000 (00:46 +0000)] 
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

16 years agoextract the most important wxUSE_XXX settings in their own category
Vadim Zeitlin [Wed, 7 May 2008 00:43:49 +0000 (00:43 +0000)] 
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

16 years agodon't use $0$ and $1$, Doxygen doesn't have math mode
Vadim Zeitlin [Wed, 7 May 2008 00:35:26 +0000 (00:35 +0000)] 
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

16 years agocompilation fixes for !wxUSE_FONTMEM case
Václav Slavík [Tue, 6 May 2008 21:11:59 +0000 (21:11 +0000)] 
compilation fixes for !wxUSE_FONTMEM case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years ago[ 1957970 ] wxWeakRef - assign from other wxWeakRef
Robert Roebling [Tue, 6 May 2008 21:04:23 +0000 (21:04 +0000)] 
[ 1957970 ] wxWeakRef - assign from other wxWeakRef

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFix more typos
Robert Roebling [Tue, 6 May 2008 20:36:52 +0000 (20:36 +0000)] 
Fix more typos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related...
Václav Slavík [Tue, 6 May 2008 17:08:49 +0000 (17:08 +0000)] 
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

16 years agouse const char*, not char*, for embedded XPMs to fix gcc warnings
Václav Slavík [Tue, 6 May 2008 15:29:05 +0000 (15:29 +0000)] 
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

16 years agoTry to fix formating
Robert Roebling [Tue, 6 May 2008 12:51:35 +0000 (12:51 +0000)] 
Try to fix formating

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMore wxString docs, listed most STL methods
Robert Roebling [Tue, 6 May 2008 10:42:50 +0000 (10:42 +0000)] 
More wxString docs, listed most STL methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoInterface header review of wxStringTokenizer by Azriel Fasten.
Bryan Petty [Tue, 6 May 2008 07:06:08 +0000 (07:06 +0000)] 
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

16 years agoAdded missing semi-colon in DVC interface header, and fixed the appearance alias...
Bryan Petty [Tue, 6 May 2008 03:17:22 +0000 (03:17 +0000)] 
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

16 years agodump totals as well as averages when gatheting statistics
Vadim Zeitlin [Mon, 5 May 2008 23:35:58 +0000 (23:35 +0000)] 
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

16 years agoremove _T()s, they're unneeded now
Vadim Zeitlin [Mon, 5 May 2008 23:30:33 +0000 (23:30 +0000)] 
remove _T()s, they're unneeded now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdded todos for changing wxVListBox::OnDraw* virtual functions to non-const (I'm...
Bryan Petty [Mon, 5 May 2008 22:02:01 +0000 (22:02 +0000)] 
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

16 years agoAdded margin to event handler function prototypes for IE6 and IE7 which were renderin...
Bryan Petty [Mon, 5 May 2008 20:49:27 +0000 (20:49 +0000)] 
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

16 years agofixed &nbsp; handling in wxHtmlWinParser, broken by TAB-handling changes (bug #1957041)
Václav Slavík [Mon, 5 May 2008 10:52:30 +0000 (10:52 +0000)] 
fixed &nbsp; 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

16 years agoReverted patch 1906896 because it broke prgrammatic style application with BeginStyle...
Julian Smart [Mon, 5 May 2008 10:10:17 +0000 (10:10 +0000)] 
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

16 years agoUse fallback when passing -1 for point size (as allowed by other ports)
Julian Smart [Mon, 5 May 2008 08:16:58 +0000 (08:16 +0000)] 
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

16 years agoclarified From/To8BitData's purpose
Václav Slavík [Sun, 4 May 2008 21:03:50 +0000 (21:03 +0000)] 
clarified From/To8BitData's purpose

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofixing memory leaks on three levels (bug report 1905138)
Stefan Csomor [Sun, 4 May 2008 13:55:14 +0000 (13:55 +0000)] 
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

16 years agocheck tables width parameter for invalid values
Václav Slavík [Sun, 4 May 2008 09:36:33 +0000 (09:36 +0000)] 
check tables width parameter for invalid values

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoInitial review of various [q-r] by Utensil Candel.
Bryan Petty [Sun, 4 May 2008 09:04:38 +0000 (09:04 +0000)] 
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

16 years agofixed incorrect handling of end iterator in HtmlizeLinebreaks() introduced in r53298...
Václav Slavík [Sun, 4 May 2008 08:45:43 +0000 (08:45 +0000)] 
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

16 years agoFixed [ 1905777 ] Defining default accelerators for wxRichTextCtrl
Julian Smart [Sat, 3 May 2008 20:18:49 +0000 (20:18 +0000)] 
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

16 years agoApplied patch [ 1906896 ] Fix for bug #1906223 and optimization
Julian Smart [Sat, 3 May 2008 20:07:28 +0000 (20:07 +0000)] 
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

16 years agoMade bullet page more compact
Julian Smart [Sat, 3 May 2008 20:01:49 +0000 (20:01 +0000)] 
Made bullet page more compact

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoDon't trigger kill focus event twice
Julian Smart [Sat, 3 May 2008 19:53:53 +0000 (19:53 +0000)] 
Don't trigger kill focus event twice

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreplaced test for inexistent wxUSE_LOCALE with the correct wxUSE_INTL
Vadim Zeitlin [Sat, 3 May 2008 15:33:28 +0000 (15:33 +0000)] 
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

16 years agoupdate from FELIPE PERIARD LOPES
Vadim Zeitlin [Sat, 3 May 2008 01:42:10 +0000 (01:42 +0000)] 
update from FELIPE PERIARD LOPES

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agodon't return junk from wxHtmlTag::GetParamAsInt() if the parameter is not an integer...
Vadim Zeitlin [Sat, 3 May 2008 00:39:44 +0000 (00:39 +0000)] 
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

16 years agoadd an assert indicating that old code overriding OnExecute() must be updated with 2.9
Vadim Zeitlin [Fri, 2 May 2008 22:05:43 +0000 (22:05 +0000)] 
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

16 years agoRemoved missing parameter from docs of wxVListBox constructor (bug 1956198).
Bryan Petty [Fri, 2 May 2008 15:46:26 +0000 (15:46 +0000)] 
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

16 years agoCommented out appearance sections in docs temporarily until screenshots are added.
Bryan Petty [Fri, 2 May 2008 04:52:42 +0000 (04:52 +0000)] 
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

16 years agoFinished initial review of a few [g*] interface headers.
Bryan Petty [Fri, 2 May 2008 04:12:39 +0000 (04:12 +0000)] 
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

16 years agoFinished initial review of [v*] interface headers.
Bryan Petty [Thu, 1 May 2008 05:38:05 +0000 (05:38 +0000)] 
Finished initial review of [v*] interface headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUpdate version info in platform detail page
Robert Roebling [Wed, 30 Apr 2008 13:45:22 +0000 (13:45 +0000)] 
Update version info in platform detail page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMinor clarification
Robert Roebling [Wed, 30 Apr 2008 09:41:07 +0000 (09:41 +0000)] 
Minor clarification

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMention wxGCDC
Robert Roebling [Wed, 30 Apr 2008 09:34:15 +0000 (09:34 +0000)] 
Mention wxGCDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdded constructor to wxGCDC from wxPrinterDC
Robert Roebling [Wed, 30 Apr 2008 09:26:02 +0000 (09:26 +0000)] 
Added constructor to wxGCDC from wxPrinterDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUse cairo_scale() for scaling to full printing resolution, correct transformation...
Robert Roebling [Wed, 30 Apr 2008 09:17:04 +0000 (09:17 +0000)] 
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

16 years agoadding impl for Create( wxPrinterDC
Stefan Csomor [Tue, 29 Apr 2008 19:16:50 +0000 (19:16 +0000)] 
adding impl for Create( wxPrinterDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadd watcom define HAVE_VSSCANF_DECL (http://article.gmane.org/gmane.comp.lib.wxwidget...
Chris Elliott [Tue, 29 Apr 2008 16:01:31 +0000 (16:01 +0000)] 
add watcom define HAVE_VSSCANF_DECL (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

16 years agoTried to transform wxGC like wxDC, failed
Robert Roebling [Tue, 29 Apr 2008 12:13:07 +0000 (12:13 +0000)] 
Tried to transform wxGC like wxDC, failed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMinor doc improvements
Robert Roebling [Tue, 29 Apr 2008 11:34:42 +0000 (11:34 +0000)] 
Minor doc improvements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMinor doc improvements
Robert Roebling [Tue, 29 Apr 2008 10:12:41 +0000 (10:12 +0000)] 
Minor doc improvements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoMinor clarification
Robert Roebling [Tue, 29 Apr 2008 09:53:36 +0000 (09:53 +0000)] 
Minor clarification

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAdded a wxRichTextCtrl-specific caret implementation in case of need
Julian Smart [Tue, 29 Apr 2008 09:10:32 +0000 (09:10 +0000)] 
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

16 years agoAdded new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
Robert Roebling [Mon, 28 Apr 2008 20:39:57 +0000 (20:39 +0000)] 
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

16 years agoadded wxQueueEvent() avoiding the bug of wxPostEvent() with the events having wxStrin...
Vadim Zeitlin [Mon, 28 Apr 2008 18:49:42 +0000 (18:49 +0000)] 
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

16 years agoSome doc corrections
Robert Roebling [Mon, 28 Apr 2008 18:13:11 +0000 (18:13 +0000)] 
Some doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoCheck for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459 ] wxGenericDirCtrl::SetFocus...
Robert Roebling [Mon, 28 Apr 2008 17:31:40 +0000 (17:31 +0000)] 
Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459 ] wxGenericDirCtrl::SetFocus crash

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoUser larger ccache for the benefit of IA64 builds.
Michael Wetherell [Mon, 28 Apr 2008 17:16:14 +0000 (17:16 +0000)] 
User larger ccache for the benefit of IA64 builds.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoadapted Julian's new speed improved version
Stefan Csomor [Mon, 28 Apr 2008 12:57:00 +0000 (12:57 +0000)] 
adapted Julian's new speed improved version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agofix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not...
Vadim Zeitlin [Mon, 28 Apr 2008 12:32:32 +0000 (12:32 +0000)] 
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

16 years agofix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl; add a test for it to the widge...
Vadim Zeitlin [Mon, 28 Apr 2008 11:31:09 +0000 (11:31 +0000)] 
fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl; add a test for it to the widgets sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoreport Unicode characters when reporting EVT_CHAR in keyboard sample
Václav Slavík [Mon, 28 Apr 2008 11:09:20 +0000 (11:09 +0000)] 
report Unicode characters when reporting EVT_CHAR in keyboard sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse the new DoLogString signature (fixes with 2.8 compat switched off)
Václav Slavík [Mon, 28 Apr 2008 10:57:48 +0000 (10:57 +0000)] 
use the new DoLogString signature (fixes with 2.8 compat switched off)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoRemoved deprecated layout constraints from class summary, and more v* header reviews.
Bryan Petty [Mon, 28 Apr 2008 08:26:04 +0000 (08:26 +0000)] 
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

16 years agoBug fix for empty objects
Julian Smart [Sun, 27 Apr 2008 17:17:18 +0000 (17:17 +0000)] 
Bug fix for empty objects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFurther wxRichTextCtrl performance improvements
Julian Smart [Sun, 27 Apr 2008 13:29:53 +0000 (13:29 +0000)] 
Further wxRichTextCtrl performance improvements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agouse GLX_DOUBLEBUFFER if no attributes were specified with GLX >= 1.3 too
Vadim Zeitlin [Sun, 27 Apr 2008 13:01:14 +0000 (13:01 +0000)] 
use GLX_DOUBLEBUFFER if no attributes were specified with GLX >= 1.3 too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agono real changes, clarified the usage of WX_GL_DOUBLEBUFFER; documented it and other...
Vadim Zeitlin [Sun, 27 Apr 2008 12:46:28 +0000 (12:46 +0000)] 
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

16 years agoNew dev.
Michael Wetherell [Sun, 27 Apr 2008 07:17:38 +0000 (07:17 +0000)] 
New dev.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoFixed quotation mark input/output
Julian Smart [Sat, 26 Apr 2008 19:43:30 +0000 (19:43 +0000)] 
Fixed quotation mark input/output

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoAllow easy access to the build scripts from wx tree.
Kevin Ollivier [Sat, 26 Apr 2008 02:46:30 +0000 (02:46 +0000)] 
Allow easy access to the build scripts from wx tree.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

16 years agoTrying to make wxString readable again, II
Robert Roebling [Fri, 25 Apr 2008 19:59:49 +0000 (19:59 +0000)] 
Trying to make wxString readable again, II

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775