wxWidgets.git
16 years agoEnsure that wxApp::Yield is always processing pending event by creating a
Stefan Neis [Fri, 16 May 2008 12:50:26 +0000 (12:50 +0000)] 
Ensure that wxApp::Yield is always processing pending event by creating a
        temporary event loop if needed.

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

16 years ago[ 1965257 ] wxMac implementation of wxDataViewColumn::SetResizeable()
Robert Roebling [Fri, 16 May 2008 12:49:35 +0000 (12:49 +0000)] 
[ 1965257 ] wxMac implementation of wxDataViewColumn::SetResizeable()

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

16 years agoOption for variable line heights (MSW and GTK+ sofar)
Robert Roebling [Fri, 16 May 2008 12:37:32 +0000 (12:37 +0000)] 
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

16 years agofix some warnings from GCC -Wextra
Paul Cornett [Thu, 15 May 2008 17:24:48 +0000 (17:24 +0000)] 
fix some warnings from GCC -Wextra

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

16 years agoMissing semicolon
Robert Roebling [Thu, 15 May 2008 11:53:06 +0000 (11:53 +0000)] 
Missing semicolon

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

16 years ago[ 1960295 ] wxWeakRef - Reorganization and comments
Robert Roebling [Thu, 15 May 2008 11:50:35 +0000 (11:50 +0000)] 
[ 1960295 ] wxWeakRef - Reorganization and comments

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

16 years agofixing 64-32 bit conversion warnings, no brush must be set for color bitmaps, only...
Stefan Csomor [Wed, 14 May 2008 14:27:26 +0000 (14:27 +0000)] 
fixing 64-32 bit conversion warnings, no brush must be set for color bitmaps, only for monochrome ones

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

16 years ago[wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened() and wxDir::Open() always true
Robert Roebling [Wed, 14 May 2008 09:27:48 +0000 (09:27 +0000)] 
[wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened() and wxDir::Open() always true

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

16 years agoUpdate OpebVMS compile support
Jouk Jansen [Wed, 14 May 2008 09:04:33 +0000 (09:04 +0000)] 
Update OpebVMS compile support

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

16 years agogenerate size event when the dialog is shown for consistency with frames and other...
Vadim Zeitlin [Wed, 14 May 2008 01:30:49 +0000 (01:30 +0000)] 
generate size event when the dialog is shown for consistency with frames and other ports (bug 1961671); this also makes workaround for showing the gripper in the previous revision unnecessary

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

16 years agodelay gripper positioning until the dialog is shown to ensure that it doesn't overwri...
Vadim Zeitlin [Wed, 14 May 2008 00:53:16 +0000 (00:53 +0000)] 
delay gripper positioning until the dialog is shown to ensure that it doesn't overwrite other dialog children

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

16 years agoadapting to new m_font handling in base (it's not always valid, so use GetFont())
Stefan Csomor [Tue, 13 May 2008 20:52:56 +0000 (20:52 +0000)] 
adapting to new m_font handling in base (it's not always valid, so use GetFont())

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

16 years agofix bug introduced by the last change: we could overwrite the buffer if the file...
Vadim Zeitlin [Tue, 13 May 2008 19:40:42 +0000 (19:40 +0000)] 
fix bug introduced by the last change: we could overwrite the buffer if the file size changed while we were reading it

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

16 years agofix overload ambiguity when compiler doesn't know NULL is a pointer
Paul Cornett [Tue, 13 May 2008 02:51:17 +0000 (02:51 +0000)] 
fix overload ambiguity when compiler doesn't know NULL is a pointer

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

16 years agoClarified difference between wrap width and width of control in wxStaticText.
Stefan Neis [Mon, 12 May 2008 12:47:59 +0000 (12:47 +0000)] 
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

16 years agodon't dereference end iterator
Vadim Zeitlin [Mon, 12 May 2008 11:22:39 +0000 (11:22 +0000)] 
don't dereference end iterator

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

16 years agofix wxColourData::FromString() not restoring 16th color, bug 1844355
Paul Cornett [Mon, 12 May 2008 06:27:38 +0000 (06:27 +0000)] 
fix wxColourData::FromString() not restoring 16th color, bug 1844355

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

16 years agoadd wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)
Vadim Zeitlin [Mon, 12 May 2008 00:05:18 +0000 (00:05 +0000)] 
add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)

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

16 years agoadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)
Vadim Zeitlin [Mon, 12 May 2008 00:03:06 +0000 (00:03 +0000)] 
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

16 years agomake GetUsageString() public, this is useful at least for the tests
Vadim Zeitlin [Sun, 11 May 2008 23:46:24 +0000 (23:46 +0000)] 
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

16 years agodon't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)
Vadim Zeitlin [Sun, 11 May 2008 23:19:58 +0000 (23:19 +0000)] 
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

16 years agodisconnect handler in wxTaskBarIcon dtor, should have been part of previous commit
Paul Cornett [Sun, 11 May 2008 23:04:14 +0000 (23:04 +0000)] 
disconnect handler in wxTaskBarIcon dtor, should have been part of previous commit

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

16 years agoprevent crash if panel/kicker is killed, bug 1872724
Paul Cornett [Sun, 11 May 2008 22:45:36 +0000 (22:45 +0000)] 
prevent crash if panel/kicker is killed, bug 1872724

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

16 years agotake const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory:...
Vadim Zeitlin [Sun, 11 May 2008 20:32:35 +0000 (20:32 +0000)] 
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

16 years agodon't change brush settings in SetBackgroundMode(), it is only supposed to affect...
Paul Cornett [Sun, 11 May 2008 20:17:30 +0000 (20:17 +0000)] 
don't change brush settings in SetBackgroundMode(), it is only supposed to affect text background, bug 1480986

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

16 years agofix appending items to sorted control (patch 1940384)
Vadim Zeitlin [Sun, 11 May 2008 19:59:17 +0000 (19:59 +0000)] 
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

16 years agoinclude wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too...
Vadim Zeitlin [Sun, 11 May 2008 17:45:52 +0000 (17:45 +0000)] 
include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223)

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

16 years agoavoid extra reallocations and memcpy for seekable files in OnRead() (slightly modifie...
Vadim Zeitlin [Sun, 11 May 2008 17:44:32 +0000 (17:44 +0000)] 
avoid extra reallocations and memcpy for seekable files in OnRead() (slightly modified patch 1935975)

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

16 years agoadd a test for reading files >4KB
Vadim Zeitlin [Sun, 11 May 2008 17:43:56 +0000 (17:43 +0000)] 
add a test for reading files >4KB

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

16 years agoassert if the window is being recreated, this indicates a bug in the user code and...
Vadim Zeitlin [Sun, 11 May 2008 17:18:15 +0000 (17:18 +0000)] 
assert if the window is being recreated, this indicates a bug in the user code and can be difficult to find without the help of this assert

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

16 years agoshow resize grip on resizeable dialogs (slightly modified patch 1910654)
Vadim Zeitlin [Sun, 11 May 2008 17:12:36 +0000 (17:12 +0000)] 
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

16 years agomove last change to the correct section
Vadim Zeitlin [Sun, 11 May 2008 17:08:08 +0000 (17:08 +0000)] 
move last change to the correct section

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

16 years agomake class names used for our windows unique between different wx instances (modified...
Vadim Zeitlin [Sun, 11 May 2008 16:17:34 +0000 (16:17 +0000)] 
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

16 years agoadded in sections ommitted by the translation script; clairified EVT_TEXT (non) gener...
Vadim Zeitlin [Sun, 11 May 2008 15:37:37 +0000 (15:37 +0000)] 
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

16 years agoBlind fix for bug #1936227 (unable to set initial value > 100).
Stefan Neis [Sun, 11 May 2008 15:24:03 +0000 (15:24 +0000)] 
Blind fix for bug #1936227 (unable to set initial value > 100).

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

16 years agoReplaced @returns with @return for more standard command use and compatibility.
Bryan Petty [Sun, 11 May 2008 01:38:53 +0000 (01:38 +0000)] 
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

16 years agono changes, just fix a typo
Vadim Zeitlin [Sun, 11 May 2008 00:34:43 +0000 (00:34 +0000)] 
no changes, just fix a typo

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

16 years agodon't send text changed events from ctor as wxGTK doesn't do it and people apparently...
Vadim Zeitlin [Sun, 11 May 2008 00:29:47 +0000 (00:29 +0000)] 
don't send text changed events from ctor as wxGTK doesn't do it and people apparently don't like it

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

16 years agoremove extra semicolons, correct virtual access
Paul Cornett [Sat, 10 May 2008 17:48:44 +0000 (17:48 +0000)] 
remove extra semicolons, correct virtual access

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

16 years agonon-pch build fixes, after r53535
Paul Cornett [Sat, 10 May 2008 17:46:38 +0000 (17:46 +0000)] 
non-pch build fixes, after r53535

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

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