wxWidgets.git
15 years agorender <TH> contents in bold, as all the browsers do
Vadim Zeitlin [Tue, 24 Feb 2009 18:10:43 +0000 (18:10 +0000)] 
render <TH> contents in bold, as all the browsers do

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

15 years agoTurn off the annoying beep when a key down is passed all the way up the handler chain.
Kevin Ollivier [Tue, 24 Feb 2009 05:51:52 +0000 (05:51 +0000)] 
Turn off the annoying beep when a key down is passed all the way up the handler chain.

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

15 years agoremove non-existent wx/msw/datecontrols.h from files.bkl (it's a private file and...
Vadim Zeitlin [Mon, 23 Feb 2009 21:24:37 +0000 (21:24 +0000)] 
remove non-existent wx/msw/datecontrols.h from files.bkl (it's a private file and shouldn't be installed)

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

15 years agoadd wx/persist/*.h files
Vadim Zeitlin [Mon, 23 Feb 2009 21:20:35 +0000 (21:20 +0000)] 
add wx/persist/*.h files

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

15 years agofix (harmless) warnings in release mingw32 build
Vadim Zeitlin [Mon, 23 Feb 2009 21:15:45 +0000 (21:15 +0000)] 
fix (harmless) warnings in release mingw32 build

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

15 years agocorrect the coordinates used for DIBs in StretchBlt() (closes #10501)
Vadim Zeitlin [Sun, 22 Feb 2009 23:54:05 +0000 (23:54 +0000)] 
correct the coordinates used for DIBs in StretchBlt() (closes #10501)

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

15 years agoavoid integer overflow when computing the radius in DoDrawArc() (see #10494)
Vadim Zeitlin [Sun, 22 Feb 2009 23:49:15 +0000 (23:49 +0000)] 
avoid integer overflow when computing the radius in DoDrawArc() (see #10494)

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

15 years agono changes, just update the copyright in the header
Vadim Zeitlin [Sun, 22 Feb 2009 23:38:52 +0000 (23:38 +0000)] 
no changes, just update the copyright in the header

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

15 years agoadd accessors for sockaddr to wxSockAddress (closes #10511)
Vadim Zeitlin [Sun, 22 Feb 2009 23:38:07 +0000 (23:38 +0000)] 
add accessors for sockaddr to wxSockAddress (closes #10511)

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

15 years agoQuick fix to prevent a crash when running on 10.4.
Kevin Ollivier [Sun, 22 Feb 2009 22:20:06 +0000 (22:20 +0000)] 
Quick fix to prevent a crash when running on 10.4.

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

15 years agoadd public wxXmlResource::GetResourceNode() which can be used directly instead of...
Vadim Zeitlin [Sun, 22 Feb 2009 21:52:00 +0000 (21:52 +0000)] 
add public wxXmlResource::GetResourceNode() which can be used directly instead of deriving from wxXmlResource and using FindResource()

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

15 years agoMissed one symbol used in the compatibility path.
Kevin Ollivier [Sun, 22 Feb 2009 21:30:30 +0000 (21:30 +0000)] 
Missed one symbol used in the compatibility path.

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

15 years agoFix for building under 10.4, where the BlendMode constants are not defined.
Kevin Ollivier [Sun, 22 Feb 2009 21:22:07 +0000 (21:22 +0000)] 
Fix for building under 10.4, where the BlendMode constants are not defined.

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

15 years agoVarious compilation fixes.
Stefan Neis [Sun, 22 Feb 2009 19:09:49 +0000 (19:09 +0000)] 
Various compilation fixes.

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

15 years agoLanding basic EVT_CHAR support, along with the rest of EVT_TEXT support fix.
Kevin Ollivier [Sun, 22 Feb 2009 18:25:36 +0000 (18:25 +0000)] 
Landing basic EVT_CHAR support, along with the rest of EVT_TEXT support fix.

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

15 years agoAdd support for EVT_TEXT in OS X Cocoa.
Kevin Ollivier [Sun, 22 Feb 2009 18:13:49 +0000 (18:13 +0000)] 
Add support for EVT_TEXT in OS X Cocoa.

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

15 years agoput something in the content field type in the tables to avoid ugly appearance of...
Vadim Zeitlin [Sun, 22 Feb 2009 17:38:48 +0000 (17:38 +0000)] 
put something in the content field type in the tables to avoid ugly appearance of empty table cells in Doxygen-generated HTML

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

15 years agoCleanup of functions not taking any parameter.
Stefan Neis [Sun, 22 Feb 2009 17:10:06 +0000 (17:10 +0000)] 
Cleanup of functions not taking any parameter.
Compilation fix for wxMappingMode.

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

15 years agoAdded wxComboPopup::GetComboCtrl()
Jaakko Salli [Sun, 22 Feb 2009 15:13:29 +0000 (15:13 +0000)] 
Added wxComboPopup::GetComboCtrl()

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

15 years agoremove wxAppConsoleBase::OInitGui and leave it only in wxApp[Base] class
Francesco Montorsi [Sun, 22 Feb 2009 14:42:35 +0000 (14:42 +0000)] 
remove wxAppConsoleBase::OInitGui and leave it only in wxApp[Base] class

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

15 years agoFixed documentation of wxComboPopup::m_combo
Jaakko Salli [Sun, 22 Feb 2009 08:51:11 +0000 (08:51 +0000)] 
Fixed documentation of wxComboPopup::m_combo

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

15 years agoadd public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from...
Vadim Zeitlin [Sun, 22 Feb 2009 00:46:25 +0000 (00:46 +0000)] 
add public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from derived classes

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

15 years agofix the restore of the fix of r58979
Paul Cornett [Sat, 21 Feb 2009 20:56:39 +0000 (20:56 +0000)] 
fix the restore of the fix of r58979

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

15 years agorestore changes of r58979 accidentally overwritten by r59023
Vadim Zeitlin [Sat, 21 Feb 2009 20:37:30 +0000 (20:37 +0000)] 
restore changes of r58979 accidentally overwritten by r59023

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

15 years agofix event table base for wxListMainWindow
Paul Cornett [Sat, 21 Feb 2009 20:30:57 +0000 (20:30 +0000)] 
fix event table base for wxListMainWindow

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

15 years agocheck for self-assignment in operator=
Paul Cornett [Sat, 21 Feb 2009 18:08:40 +0000 (18:08 +0000)] 
check for self-assignment in operator=

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

15 years agonon-pch build fixes, some cleanup
Paul Cornett [Sat, 21 Feb 2009 18:08:19 +0000 (18:08 +0000)] 
non-pch build fixes, some cleanup

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

15 years agofix for missing sighandler_t
Paul Cornett [Sat, 21 Feb 2009 17:13:56 +0000 (17:13 +0000)] 
fix for missing sighandler_t

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

15 years agoadded asserts to check correct order of wxHtmlDCRenderer methods calls
Václav Slavík [Sat, 21 Feb 2009 16:43:22 +0000 (16:43 +0000)] 
added asserts to check correct order of wxHtmlDCRenderer methods calls

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

15 years agofix a few typos
Francesco Montorsi [Sat, 21 Feb 2009 15:40:15 +0000 (15:40 +0000)] 
fix a few typos

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

15 years agoAdded wxSingleInstanceChecker for OS/2 (patch #10491).
Stefan Neis [Sat, 21 Feb 2009 13:52:20 +0000 (13:52 +0000)] 
Added wxSingleInstanceChecker for OS/2 (patch #10491).

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

15 years agoonly update stc.h when USE_STC==1
Vadim Zeitlin [Sat, 21 Feb 2009 13:40:41 +0000 (13:40 +0000)] 
only update stc.h when USE_STC==1

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

15 years agofix a couple of drawing defects
Francesco Montorsi [Fri, 20 Feb 2009 16:38:48 +0000 (16:38 +0000)] 
fix a couple of drawing defects

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

15 years agoshow wxMutexGuiEnter/Leave by drawing into a bitmap from a secondary thread; show...
Francesco Montorsi [Fri, 20 Feb 2009 16:07:50 +0000 (16:07 +0000)] 
show wxMutexGuiEnter/Leave by drawing into a bitmap from a secondary thread; show the result while it's being created by a MyImageDialog dialog; small cleanup

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

15 years agoremove MyExecThread: wxExecute can't be called from secondary threads since a long...
Francesco Montorsi [Fri, 20 Feb 2009 13:51:00 +0000 (13:51 +0000)] 
remove MyExecThread: wxExecute can't be called from secondary threads since a long time; give the user the possibility to change the command to run from the main thread and provide sensible defaults for wxMSW and non-wxMSW platforms

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

15 years agominor cleaning: use %p instead of 0x%lx; clear in the menu name which is the thread...
Francesco Montorsi [Fri, 20 Feb 2009 12:45:04 +0000 (12:45 +0000)] 
minor cleaning: use %p instead of 0x%lx; clear in the menu name which is the thread which is stopped/paused/resumed

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

15 years agouse %p when logging the thread IDs instead of %lu to make it easier to debug multithr...
Francesco Montorsi [Fri, 20 Feb 2009 12:40:30 +0000 (12:40 +0000)] 
use %p when logging the thread IDs instead of %lu to make it easier to debug multithreaded programs when using GDB (which uses the %p syntax)

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

15 years agoimplement wxThreadEvent safe copy ctor
Francesco Montorsi [Fri, 20 Feb 2009 12:02:09 +0000 (12:02 +0000)] 
implement wxThreadEvent safe copy ctor

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

15 years agono real change; just reorder the sample putting all declarations together and all...
Francesco Montorsi [Fri, 20 Feb 2009 11:56:43 +0000 (11:56 +0000)] 
no real change; just reorder the sample putting all declarations together and all implementations together; move frame construction code in MyFrame ctor; add some comment about TEST_YIELD_RACE_CONDITIONsymbol

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

15 years agorecategorize many misplaced classes; move lots of classes from miscellaneous [window...
Francesco Montorsi [Fri, 20 Feb 2009 11:34:52 +0000 (11:34 +0000)] 
recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups

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

15 years agofix for HP aCC
Paul Cornett [Fri, 20 Feb 2009 06:48:26 +0000 (06:48 +0000)] 
fix for HP aCC

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

15 years agowxCHECK that there is an active event loop before using wxEventLoopBase::GetActive...
Francesco Montorsi [Thu, 19 Feb 2009 23:45:23 +0000 (23:45 +0000)] 
wxCHECK that there is an active event loop before using wxEventLoopBase::GetActive() pointer

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

15 years agomention wxThreadEvent in wxEVT_CATEGORY_THREAD and in wxEvtHandler::QueueEvent
Francesco Montorsi [Thu, 19 Feb 2009 22:48:43 +0000 (22:48 +0000)] 
mention wxThreadEvent in wxEVT_CATEGORY_THREAD and in wxEvtHandler::QueueEvent

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

15 years agofix Windows compilation after last change
Vadim Zeitlin [Thu, 19 Feb 2009 21:30:05 +0000 (21:30 +0000)] 
fix Windows compilation after last change

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

15 years agodon't leak events in wxEvtHandler::QueueEvent when there's no event loop
Francesco Montorsi [Thu, 19 Feb 2009 20:57:47 +0000 (20:57 +0000)] 
don't leak events in wxEvtHandler::QueueEvent when there's no event loop

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

15 years agoMake wxImageList not copiable (fixes #10503), replace wxList with wxObjectList
Robert Roebling [Thu, 19 Feb 2009 20:26:00 +0000 (20:26 +0000)] 
Make wxImageList not copiable (fixes #10503), replace wxList with wxObjectList

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

15 years agoIf a selected item is about to be deleted, try to select the next one first, otherwis...
Robert Roebling [Thu, 19 Feb 2009 20:18:53 +0000 (20:18 +0000)] 
If a selected item is about to be deleted, try to select the next one first, otherwise the parent, like the wxMSW does

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

15 years agoadd braces around if-body
Paul Cornett [Thu, 19 Feb 2009 17:45:34 +0000 (17:45 +0000)] 
add braces around if-body

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

15 years agoremove old hacks for gtk blit problem which was probably fixed long ago
Paul Cornett [Thu, 19 Feb 2009 17:45:09 +0000 (17:45 +0000)] 
remove old hacks for gtk blit problem which was probably fixed long ago

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

15 years agoremove unnecessary cast, that type should match
Paul Cornett [Thu, 19 Feb 2009 17:44:49 +0000 (17:44 +0000)] 
remove unnecessary cast, that type should match

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

15 years agobetter fix for aCC and rawbmp.h
Paul Cornett [Thu, 19 Feb 2009 17:28:37 +0000 (17:28 +0000)] 
better fix for aCC and rawbmp.h

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

15 years agocompilation fix for systems without neither MSG_NOSIGNAL nor SO_NOSIGPIPE (such as...
Vadim Zeitlin [Thu, 19 Feb 2009 14:17:21 +0000 (14:17 +0000)] 
compilation fix for systems without neither MSG_NOSIGNAL nor SO_NOSIGPIPE (such as AIX and old HP-UX): disable SIGPIPE manually in this case

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

15 years agoanother AIX compilation fix: getservbyname_r() returns int, not servent* there
Vadim Zeitlin [Thu, 19 Feb 2009 14:01:26 +0000 (14:01 +0000)] 
another AIX compilation fix: getservbyname_r() returns int, not servent* there

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

15 years agoavoid setting negative size
Paul Cornett [Thu, 19 Feb 2009 07:37:57 +0000 (07:37 +0000)] 
avoid setting negative size

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

15 years agounused variable
Paul Cornett [Thu, 19 Feb 2009 07:37:32 +0000 (07:37 +0000)] 
unused variable

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

15 years agoremove unused gtk includes
Paul Cornett [Thu, 19 Feb 2009 07:37:12 +0000 (07:37 +0000)] 
remove unused gtk includes

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

15 years agocheck for self-assignment in operator=
Paul Cornett [Thu, 19 Feb 2009 07:36:27 +0000 (07:36 +0000)] 
check for self-assignment in operator=

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

15 years agoremove extra semicolons
Paul Cornett [Thu, 19 Feb 2009 07:35:55 +0000 (07:35 +0000)] 
remove extra semicolons

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

15 years agofix for HP aCC, it can't compile rawbmp.h
Paul Cornett [Thu, 19 Feb 2009 05:34:48 +0000 (05:34 +0000)] 
fix for HP aCC, it can't compile rawbmp.h

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

15 years agofix for IBM xlC 8, it can't parse the template syntax
Paul Cornett [Thu, 19 Feb 2009 05:34:25 +0000 (05:34 +0000)] 
fix for IBM xlC 8, it can't parse the template syntax

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

15 years agofix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined
Paul Cornett [Thu, 19 Feb 2009 05:34:03 +0000 (05:34 +0000)] 
fix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined

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

15 years agofix for IBM and HP compilers, which don't allow ->* operator with undefined class
Paul Cornett [Thu, 19 Feb 2009 05:33:38 +0000 (05:33 +0000)] 
fix for IBM and HP compilers, which don't allow ->* operator with undefined class

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

15 years agoAIX compilation fix
Vadim Zeitlin [Thu, 19 Feb 2009 01:03:27 +0000 (01:03 +0000)] 
AIX compilation fix

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

15 years agoUncomment code accidentally left commented
Robert Roebling [Wed, 18 Feb 2009 21:21:19 +0000 (21:21 +0000)] 
Uncomment code accidentally left commented

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

15 years agoDon't use default size of control has a sizer (as per other ports)
Robert Roebling [Wed, 18 Feb 2009 21:20:04 +0000 (21:20 +0000)] 
Don't use default size of control has a sizer (as per other ports)

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

15 years agoname wxThreadEvent and YieldFor in wxProgressDialog and in thread overview; update...
Francesco Montorsi [Wed, 18 Feb 2009 19:32:00 +0000 (19:32 +0000)] 
name wxThreadEvent and YieldFor in wxProgressDialog and in thread overview; update the sample code to use new event macros; minor other changes

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

15 years agouse bool expression rather than implicit conversion
Paul Cornett [Wed, 18 Feb 2009 18:02:53 +0000 (18:02 +0000)] 
use bool expression rather than implicit conversion

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

15 years agomake distinction between classes which send events (use @beginEventEmissionTable...
Francesco Montorsi [Wed, 18 Feb 2009 17:58:51 +0000 (17:58 +0000)] 
make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp

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

15 years agoremove unused wxKeyEvent member m_scanCode
Paul Cornett [Wed, 18 Feb 2009 17:15:40 +0000 (17:15 +0000)] 
remove unused wxKeyEvent member m_scanCode

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

15 years agoUnder wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPop...
Jaakko Salli [Wed, 18 Feb 2009 16:16:24 +0000 (16:16 +0000)] 
Under wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPopupWindow() has been called. Do this because, of all popup window types, only wxPopupTransientWindow is able to have focused child controls when the popup is shown in wxGTK modal dialog.

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

15 years agoremove comment erroneously committed in r58654
Francesco Montorsi [Wed, 18 Feb 2009 15:33:08 +0000 (15:33 +0000)] 
remove comment erroneously committed in r58654

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

15 years agofix typo: the leave/enter order for the m_handlersWithPendingEventsLocker critical...
Francesco Montorsi [Wed, 18 Feb 2009 15:14:41 +0000 (15:14 +0000)] 
fix typo: the leave/enter order for the m_handlersWithPendingEventsLocker critical section was flipped

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

15 years agomake the testcase more readable; add a few checks to Asterisk() test; make unicode...
Francesco Montorsi [Wed, 18 Feb 2009 14:57:42 +0000 (14:57 +0000)] 
make the testcase more readable; add a few checks to Asterisk() test; make unicode part of S() test compile with MSVC

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

15 years agofix typo
Francesco Montorsi [Wed, 18 Feb 2009 11:30:19 +0000 (11:30 +0000)] 
fix typo

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

15 years agotest if CXXFLAGS/CFLAGS contains the -g or the -O options before adding our -g and...
Francesco Montorsi [Wed, 18 Feb 2009 11:05:38 +0000 (11:05 +0000)] 
test if CXXFLAGS/CFLAGS contains the -g or the -O options before adding our -g  and -O2 flags: this avoids duplicates in the GCC command line which just generate confusion

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

15 years agodo not exceed the 80 column limit when printing the list of available libraries
Francesco Montorsi [Wed, 18 Feb 2009 10:42:19 +0000 (10:42 +0000)] 
do not exceed the 80 column limit when printing the list of available libraries

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

15 years agofix wxGTK1 build
Francesco Montorsi [Wed, 18 Feb 2009 10:32:21 +0000 (10:32 +0000)] 
fix wxGTK1 build

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

15 years agobuild fixes for wxUSE_THREADS==0
Paul Cornett [Wed, 18 Feb 2009 04:06:46 +0000 (04:06 +0000)] 
build fixes for wxUSE_THREADS==0

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

15 years agoFix manual references to the events overview after it's page ID was changed in r58712...
Bryan Petty [Wed, 18 Feb 2009 00:19:22 +0000 (00:19 +0000)] 
Fix manual references to the events overview after it's page ID was changed in r58712 (VZ).

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

15 years agoFixed the logo image output in the manual after (obviously untested) image filename...
Bryan Petty [Tue, 17 Feb 2009 22:06:45 +0000 (22:06 +0000)] 
Fixed the logo image output in the manual after (obviously untested) image filename changes.

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

15 years agoHave wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event...
Jaakko Salli [Tue, 17 Feb 2009 20:52:16 +0000 (20:52 +0000)] 
Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code

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

15 years agoAlso redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl
Jaakko Salli [Tue, 17 Feb 2009 20:19:29 +0000 (20:19 +0000)] 
Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl

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

15 years agoCorrected meaning of parameter col as the position not ID in wxLisrCtrl::InsertColumn...
Robert Roebling [Tue, 17 Feb 2009 18:46:24 +0000 (18:46 +0000)] 
Corrected meaning of parameter col as the position not ID in wxLisrCtrl::InsertColumn() under OSX/Carbon

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

15 years agoImproved documentation for GetProperty(), GetPropertyByName()
Jaakko Salli [Tue, 17 Feb 2009 18:36:35 +0000 (18:36 +0000)] 
Improved documentation for GetProperty(), GetPropertyByName()

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

15 years agoTest for m_pPropGrid in wxPropertyGridPageState::DoClear()
Jaakko Salli [Tue, 17 Feb 2009 18:07:33 +0000 (18:07 +0000)] 
Test for m_pPropGrid in wxPropertyGridPageState::DoClear()

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

15 years agoClear grid selection more consistently prior clear operations; improved Clear() tests...
Jaakko Salli [Tue, 17 Feb 2009 18:01:06 +0000 (18:01 +0000)] 
Clear grid selection more consistently prior clear operations; improved Clear() tests (fixes #10497)

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

15 years agoUpdated version numbers tech note with new doxygen manual locations to update, and...
Bryan Petty [Tue, 17 Feb 2009 17:47:44 +0000 (17:47 +0000)] 
Updated version numbers tech note with new doxygen manual locations to update, and updated the main page of the manual.

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

15 years agodon't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes...
Vadim Zeitlin [Tue, 17 Feb 2009 16:43:10 +0000 (16:43 +0000)] 
don't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes which happen if the control receiving this event gets deleted from it

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

15 years agoadd wx/log.h for non-PCH build
Jouk Jansen [Tue, 17 Feb 2009 13:07:58 +0000 (13:07 +0000)] 
add wx/log.h for non-PCH build

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

15 years agosuppress unused parameter warning
Vadim Zeitlin [Tue, 17 Feb 2009 12:01:07 +0000 (12:01 +0000)] 
suppress unused parameter warning

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

15 years agoBlind implementation of YieldFor() for OSX/Cocoa, copied from OSX/Carbon
Robert Roebling [Tue, 17 Feb 2009 11:30:50 +0000 (11:30 +0000)] 
Blind implementation of YieldFor() for OSX/Cocoa, copied from OSX/Carbon

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

15 years agoBlind implementation of GetSubItemRect() for wxListCtrl under carbon
Robert Roebling [Tue, 17 Feb 2009 11:24:19 +0000 (11:24 +0000)] 
Blind implementation of GetSubItemRect() for wxListCtrl under carbon

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

15 years agofixed test failures under wxMSW when using our wxVsnprintf implementation (remains...
Francesco Montorsi [Tue, 17 Feb 2009 11:11:50 +0000 (11:11 +0000)] 
fixed test failures under wxMSW when using our wxVsnprintf implementation (remains 1 bug introduced by the wx29 string changes)

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

15 years agorevert debugging modifications and build into test.exe all non-GUI tests
Francesco Montorsi [Tue, 17 Feb 2009 10:42:53 +0000 (10:42 +0000)] 
revert debugging modifications and build into test.exe all non-GUI tests

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

15 years agogive credit to the author of the patch for adding wxImage options for PNG saving
Francesco Montorsi [Tue, 17 Feb 2009 10:26:07 +0000 (10:26 +0000)] 
give credit to the author of the patch for adding wxImage options for PNG saving

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

15 years agoadd missing stdcall to fix crash when using state image lists after r58572
Vadim Zeitlin [Tue, 17 Feb 2009 09:57:10 +0000 (09:57 +0000)] 
add missing stdcall to fix crash when using state image lists after r58572

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

15 years agoadd event.Skip() in EVT_CONTEXT_MENU handler
Vadim Zeitlin [Tue, 17 Feb 2009 09:53:19 +0000 (09:53 +0000)] 
add event.Skip() in EVT_CONTEXT_MENU handler

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

15 years agofix deferred show when SetSize() is called after SetClientSize()
Paul Cornett [Tue, 17 Feb 2009 03:32:40 +0000 (03:32 +0000)] 
fix deferred show when SetSize() is called after SetClientSize()

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

15 years agodon't consider EOF an unrecoverable error
Francesco Montorsi [Mon, 16 Feb 2009 21:14:12 +0000 (21:14 +0000)] 
don't consider EOF an unrecoverable error

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

15 years agonon-pch build fix
Paul Cornett [Mon, 16 Feb 2009 17:22:02 +0000 (17:22 +0000)] 
non-pch build fix

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