]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
16 years agoallow centering wxMessageDialog on its parent window (patch 1836072)
Vadim Zeitlin [Sat, 22 Dec 2007 16:52:31 +0000 (16:52 +0000)] 
allow centering wxMessageDialog on its parent window (patch 1836072)

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

16 years agounset the window as invoking window of wxCurrentPopupMenu (which now exists in all...
Vadim Zeitlin [Sat, 22 Dec 2007 16:29:38 +0000 (16:29 +0000)] 
unset the window as invoking window of wxCurrentPopupMenu (which now exists in all ports and not just wxMSW-based ones) if it being destroyed before the menu itself (modified patch 1837214)

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

16 years agoimplement wxListCtrl::ScrollList() (in report view and vertical direction only) ...
Vadim Zeitlin [Sat, 22 Dec 2007 15:58:38 +0000 (15:58 +0000)] 
implement wxListCtrl::ScrollList() (in report view and vertical direction only) (slightly modified patch 1843647)

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

16 years agofixes to wxImage::ResambleBox() (patch 1843902)
Vadim Zeitlin [Sat, 22 Dec 2007 15:52:48 +0000 (15:52 +0000)] 
fixes to wxImage::ResambleBox() (patch 1843902)

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

16 years agomade SetCurrent() and SwapBuffers() return boolean status indicator instead of void...
Vadim Zeitlin [Sat, 22 Dec 2007 15:48:03 +0000 (15:48 +0000)] 
made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)

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

16 years agohandle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVariant() (patch 1845897)
Vadim Zeitlin [Sat, 22 Dec 2007 15:22:16 +0000 (15:22 +0000)] 
handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVariant() (patch 1845897)

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

16 years agoreplace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after...
Vadim Zeitlin [Sat, 22 Dec 2007 15:14:24 +0000 (15:14 +0000)] 
replace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after r50886--50890 changes

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

16 years agoadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports...
Vadim Zeitlin [Sat, 22 Dec 2007 15:03:58 +0000 (15:03 +0000)] 
added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)

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

16 years agodon't use rand() for selecting the colour of the bitmaps to append, this results...
Vadim Zeitlin [Sat, 22 Dec 2007 14:56:56 +0000 (14:56 +0000)] 
don't use rand() for selecting the colour of the bitmaps to append, this results in 2 pairs of identical colours here without srand() and looks too much like a bug

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

16 years agofix the size of bitmaps we create (bug 1851598)
Vadim Zeitlin [Sat, 22 Dec 2007 14:37:08 +0000 (14:37 +0000)] 
fix the size of bitmaps we create (bug 1851598)

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

16 years agodiscard any pending messages for the socket being destroyed to avoid the problem...
Vadim Zeitlin [Sat, 22 Dec 2007 14:05:25 +0000 (14:05 +0000)] 
discard any pending messages for the socket being destroyed to avoid the problem with having them delivered to the next socket we create which reuses the same message number (patch 1856012)

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

16 years agokeep the owning window
Stefan Csomor [Sat, 22 Dec 2007 09:25:37 +0000 (09:25 +0000)] 
keep the owning window

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

16 years agoremoving unnecessary casts
Stefan Csomor [Sat, 22 Dec 2007 09:23:16 +0000 (09:23 +0000)] 
removing unnecessary casts

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

16 years agochanging to wxDC, so that wxGCDC can be used as well
Stefan Csomor [Sat, 22 Dec 2007 09:16:57 +0000 (09:16 +0000)] 
changing to wxDC, so that wxGCDC can be used as well

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

16 years agochanging to wxDC, so that wxGCDC can be used as well
Stefan Csomor [Sat, 22 Dec 2007 09:13:38 +0000 (09:13 +0000)] 
changing to wxDC, so that wxGCDC can be used as well

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

16 years agochanging to wxDC, so that wxGCDC can be used as well
Stefan Csomor [Sat, 22 Dec 2007 09:12:18 +0000 (09:12 +0000)] 
changing to wxDC, so that wxGCDC can be used as well

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

16 years agochanging to wxDC, so that wxGCDC can be used as well
Stefan Csomor [Sat, 22 Dec 2007 09:10:38 +0000 (09:10 +0000)] 
changing to wxDC, so that wxGCDC can be used as well

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

16 years agochanging to wxDC, so that wxGCDC can be used as well
Stefan Csomor [Sat, 22 Dec 2007 09:07:56 +0000 (09:07 +0000)] 
changing to wxDC, so that wxGCDC can be used as well

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

16 years agochanging to wxDC, so that wxGCDC can be used as well
Stefan Csomor [Sat, 22 Dec 2007 09:06:39 +0000 (09:06 +0000)] 
changing to wxDC, so that wxGCDC can be used as well

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

16 years agokeeping the constness
Stefan Csomor [Sat, 22 Dec 2007 09:05:13 +0000 (09:05 +0000)] 
keeping the constness

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

16 years agoforgot to release capture
Stefan Csomor [Sat, 22 Dec 2007 08:57:28 +0000 (08:57 +0000)] 
forgot to release capture

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

16 years agoadding rubberbanding
Stefan Csomor [Sat, 22 Dec 2007 08:44:35 +0000 (08:44 +0000)] 
adding rubberbanding

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

16 years agofixed XRC handler for sizers to do the expected thing when putting controls into...
Václav Slavík [Fri, 21 Dec 2007 22:49:58 +0000 (22:49 +0000)] 
fixed XRC handler for sizers to do the expected thing when putting controls into wxScrolledWindow: let them determine virtual size, not real size

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

16 years agofixed wxScrolledWindow best size calculation: compute something (this was broken...
Václav Slavík [Fri, 21 Dec 2007 22:47:55 +0000 (22:47 +0000)] 
fixed wxScrolledWindow best size calculation: compute something (this was broken after 2.8) and don't use current size in computation; also removed now-unused ScrollGetWindowSizeForVirtualSize() method to simplify the code

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

16 years agotoplevel window is shown on screen even if its parent is hidden
Václav Slavík [Fri, 21 Dec 2007 13:53:41 +0000 (13:53 +0000)] 
toplevel window is shown on screen even if its parent is hidden

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

16 years agoUpdates For OpenVMS support and some extra includes to define wx(xxxx)DC types.
Jouk Jansen [Fri, 21 Dec 2007 09:58:20 +0000 (09:58 +0000)] 
Updates For OpenVMS support and some extra includes to define  wx(xxxx)DC types.

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

16 years agodon't use Unix-specific files which have Darwin-specific counterparts in wxMac/wxCoco...
Vadim Zeitlin [Fri, 21 Dec 2007 01:36:16 +0000 (01:36 +0000)] 
don't use Unix-specific files which have Darwin-specific counterparts in wxMac/wxCocoa (fixes linking of wxCocoa after socket changes)

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

16 years agoMove the intel Mac build to a different machine as the current one is down.
Michael Wetherell [Thu, 20 Dec 2007 20:50:27 +0000 (20:50 +0000)] 
Move the intel Mac build to a different machine as the current one is down.

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

16 years agowxScrolledWindow can get wxEVT_CHILD_FOCUS event for itself, handle that case too
Václav Slavík [Thu, 20 Dec 2007 20:04:46 +0000 (20:04 +0000)] 
wxScrolledWindow can get wxEVT_CHILD_FOCUS event for itself, handle that case too

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

16 years agocompilation fix for !wxUSE_THREADS
Václav Slavík [Thu, 20 Dec 2007 19:42:04 +0000 (19:42 +0000)] 
compilation fix for !wxUSE_THREADS

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

16 years agofixed wxHAS_GENERIC_PROCESS_CALLBACK check to use #ifdef, not #if
Václav Slavík [Thu, 20 Dec 2007 19:34:58 +0000 (19:34 +0000)] 
fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use #ifdef, not #if

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

16 years agoskip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAINER, so that other code can...
Václav Slavík [Thu, 20 Dec 2007 18:30:38 +0000 (18:30 +0000)] 
skip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAINER, so that other code can see the notification too

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

16 years agoPlaying with wxgrid, adding optionnally native columns labels
Robert Roebling [Thu, 20 Dec 2007 15:05:03 +0000 (15:05 +0000)] 
Playing with wxgrid, adding optionnally native columns labels

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

16 years agoregenerate after the recent changes (wxDataViewCtrl enabled by default, socket sample...
Vadim Zeitlin [Thu, 20 Dec 2007 14:12:53 +0000 (14:12 +0000)] 
regenerate after the recent changes (wxDataViewCtrl enabled by default, socket sample available in wxBase, ...)

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

16 years agoshow the message about test2 being unsupported on the console
Vadim Zeitlin [Thu, 20 Dec 2007 14:08:32 +0000 (14:08 +0000)] 
show the message about test2 being unsupported on the console

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

16 years agouse LF EOL style for Unix files
Vadim Zeitlin [Thu, 20 Dec 2007 12:03:34 +0000 (12:03 +0000)] 
use LF EOL style for Unix files

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

16 years agoRemove old event type compatibility
Robert Roebling [Thu, 20 Dec 2007 11:24:44 +0000 (11:24 +0000)] 
Remove old event type compatibility

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

16 years agoCorrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works
Julian Smart [Thu, 20 Dec 2007 10:52:05 +0000 (10:52 +0000)] 
Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works

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

16 years agoremove old thread debugging code
Paul Cornett [Thu, 20 Dec 2007 06:25:12 +0000 (06:25 +0000)] 
remove old thread debugging code

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

16 years agoremove unused variables, tabs
Paul Cornett [Thu, 20 Dec 2007 06:08:35 +0000 (06:08 +0000)] 
remove unused variables, tabs

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

16 years agoremove extra semicolon
Paul Cornett [Thu, 20 Dec 2007 06:08:17 +0000 (06:08 +0000)] 
remove extra semicolon

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

16 years agomake access for virtuals match base
Paul Cornett [Thu, 20 Dec 2007 06:08:00 +0000 (06:08 +0000)] 
make access for virtuals match base

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

16 years agoDC headers don't need to be in gtk/private.h
Paul Cornett [Thu, 20 Dec 2007 06:07:40 +0000 (06:07 +0000)] 
DC headers don't need to be in gtk/private.h

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

16 years agomore code simplification
Paul Cornett [Thu, 20 Dec 2007 06:07:17 +0000 (06:07 +0000)] 
more code simplification

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

16 years agoset up the correct layout direction for memory dc in Render() (patch 1789359)
Vadim Zeitlin [Thu, 20 Dec 2007 01:19:15 +0000 (01:19 +0000)] 
set up the correct layout direction for memory dc in Render() (patch 1789359)

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

16 years agouse LF style for Unix files which don't work under Cygwin if they have CR LF (feature...
Vadim Zeitlin [Thu, 20 Dec 2007 01:05:19 +0000 (01:05 +0000)] 
use LF style for Unix files which don't work under Cygwin if they have CR LF (feature request 1853440)

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

16 years agono need to reenable VC warning 4251 now as it's globally disabled in wx/defs.h
Vadim Zeitlin [Thu, 20 Dec 2007 00:55:03 +0000 (00:55 +0000)] 
no need to reenable VC warning 4251 now as it's globally disabled in wx/defs.h

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

16 years agomade deprecated erase() overload inline
Vadim Zeitlin [Thu, 20 Dec 2007 00:53:24 +0000 (00:53 +0000)] 
made deprecated erase() overload inline

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

16 years agodocument HideWithEffect() too
Vadim Zeitlin [Thu, 20 Dec 2007 00:47:34 +0000 (00:47 +0000)] 
document HideWithEffect() too

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

16 years agowhen a window inside scrolled window receives focus, make sure the parent is scrolled...
Václav Slavík [Wed, 19 Dec 2007 19:21:52 +0000 (19:21 +0000)] 
when a window inside scrolled window receives focus, make sure the parent is scrolled so that the window with focus is visible

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

16 years agoimplemented wxExecute() for wxDFB; share the implementation with wxX11
Václav Slavík [Wed, 19 Dec 2007 18:52:55 +0000 (18:52 +0000)] 
implemented wxExecute() for wxDFB; share the implementation with wxX11

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

16 years agofixing strange bug under OS X (null strings from within CoreFoundation)
Stefan Csomor [Wed, 19 Dec 2007 17:05:57 +0000 (17:05 +0000)] 
fixing strange bug under OS X (null strings from within CoreFoundation)

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

16 years agofix for ANSI mode build (patch 1853001)
Vadim Zeitlin [Wed, 19 Dec 2007 16:50:06 +0000 (16:50 +0000)] 
fix for ANSI mode build (patch 1853001)

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

16 years agomore socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces...
Vadim Zeitlin [Wed, 19 Dec 2007 16:45:08 +0000 (16:45 +0000)] 
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)

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

16 years agofix compilation after r50329
Vadim Zeitlin [Wed, 19 Dec 2007 14:35:28 +0000 (14:35 +0000)] 
fix compilation after r50329

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

16 years agoclarified wxRect::Contains(wxRect) comment
Václav Slavík [Tue, 18 Dec 2007 20:33:02 +0000 (20:33 +0000)] 
clarified wxRect::Contains(wxRect) comment

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

16 years agouse #include <> for system headers, not #include ""
Václav Slavík [Tue, 18 Dec 2007 17:19:13 +0000 (17:19 +0000)] 
use #include <> for system headers, not #include ""

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

16 years agofixing the HITextView single line scrolling under 10.5
Stefan Csomor [Tue, 18 Dec 2007 16:51:50 +0000 (16:51 +0000)] 
fixing the HITextView single line scrolling under 10.5

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

16 years agoundid accidental change to this file in r50704
Vadim Zeitlin [Tue, 18 Dec 2007 16:39:52 +0000 (16:39 +0000)] 
undid accidental change to this file in r50704

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

16 years agofixes for the case when only epoll() based wxFDIODispatcher is available
Václav Slavík [Tue, 18 Dec 2007 16:10:13 +0000 (16:10 +0000)] 
fixes for the case when only epoll() based wxFDIODispatcher is available

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

16 years agochanging code that doesn't work on 10.5 as advertised
Stefan Csomor [Tue, 18 Dec 2007 15:34:30 +0000 (15:34 +0000)] 
changing code that doesn't work on 10.5 as advertised

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

16 years agochanging code that doesn't work on 10.5 as advertised
Stefan Csomor [Tue, 18 Dec 2007 15:33:36 +0000 (15:33 +0000)] 
changing code that doesn't work on 10.5 as advertised

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

16 years agostarting a doc must return true in order for printpreview to work
Stefan Csomor [Tue, 18 Dec 2007 15:11:15 +0000 (15:11 +0000)] 
starting a doc must return true in order for printpreview to work

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

16 years agoAdded missing include
Julian Smart [Tue, 18 Dec 2007 14:42:09 +0000 (14:42 +0000)] 
Added missing include

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

16 years agoderive wxColourBase from wxObject on msw as well
Stefan Csomor [Tue, 18 Dec 2007 14:06:52 +0000 (14:06 +0000)] 
derive wxColourBase from wxObject on msw as well

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

16 years agomoving things to private headers
Stefan Csomor [Tue, 18 Dec 2007 13:26:19 +0000 (13:26 +0000)] 
moving things to private headers

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

16 years agomoving things to private headers
Stefan Csomor [Tue, 18 Dec 2007 13:25:37 +0000 (13:25 +0000)] 
moving things to private headers

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

16 years agomoving things to private headers
Stefan Csomor [Tue, 18 Dec 2007 13:24:42 +0000 (13:24 +0000)] 
moving things to private headers

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

16 years agomoving things to private headers
Stefan Csomor [Tue, 18 Dec 2007 13:23:59 +0000 (13:23 +0000)] 
moving things to private headers

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

16 years agomoving things to private headers
Stefan Csomor [Tue, 18 Dec 2007 13:23:26 +0000 (13:23 +0000)] 
moving things to private headers

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

16 years agomoving things to private headers
Stefan Csomor [Tue, 18 Dec 2007 13:22:37 +0000 (13:22 +0000)] 
moving things to private headers

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

16 years agoadding explicit copy and assignment
Stefan Csomor [Tue, 18 Dec 2007 13:15:57 +0000 (13:15 +0000)] 
adding explicit copy and assignment

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

16 years agoadding explicit copy and assignment
Stefan Csomor [Tue, 18 Dec 2007 13:15:05 +0000 (13:15 +0000)] 
adding explicit copy and assignment

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

16 years agochanging colour derivation
Stefan Csomor [Tue, 18 Dec 2007 13:13:46 +0000 (13:13 +0000)] 
changing colour derivation

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

16 years agocorrected WaitForChild comment about who sets endProcData->pid to 0
Václav Slavík [Tue, 18 Dec 2007 12:19:22 +0000 (12:19 +0000)] 
corrected WaitForChild comment about who sets endProcData->pid to 0

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

16 years agoImplement alternating row colours
Robert Roebling [Tue, 18 Dec 2007 11:08:12 +0000 (11:08 +0000)] 
Implement alternating row colours

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

16 years agoUse IsOk() instead of Ok()
Robert Roebling [Tue, 18 Dec 2007 10:58:56 +0000 (10:58 +0000)] 
Use IsOk() instead of Ok()

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

16 years agoMSW needs size for wxImageList
Robert Roebling [Tue, 18 Dec 2007 10:49:02 +0000 (10:49 +0000)] 
MSW needs size for wxImageList

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

16 years agoCorrect background colourin wxDataViewCtrl, Use IsOk() instead of Ok()
Robert Roebling [Tue, 18 Dec 2007 10:34:17 +0000 (10:34 +0000)] 
Correct background colourin wxDataViewCtrl, Use IsOk() instead of Ok()

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

16 years agoinstall the popupwin.h files for wxMac
Robin Dunn [Mon, 17 Dec 2007 17:38:57 +0000 (17:38 +0000)] 
install the popupwin.h files for wxMac

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

16 years agoUse short filenames to avoid building under a path with spaces in it.
Michael Wetherell [Mon, 17 Dec 2007 15:01:46 +0000 (15:01 +0000)] 
Use short filenames to avoid building under a path with spaces in it.
Add lib to path for Native Cygwin builds.

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

16 years agoAdded wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel...
Robert Roebling [Mon, 17 Dec 2007 13:56:28 +0000 (13:56 +0000)] 
Added wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel::Cleared(), corrected sample

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

16 years agoAdded wxDataViewListIndexModel::RowsDeleted() and various related corrections
Robert Roebling [Mon, 17 Dec 2007 11:28:02 +0000 (11:28 +0000)] 
Added wxDataViewListIndexModel::RowsDeleted() and various related corrections

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

16 years agofactor out a whole bunch of duplicated code
Paul Cornett [Mon, 17 Dec 2007 07:31:35 +0000 (07:31 +0000)] 
factor out a whole bunch of duplicated code

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

16 years agomissing include
Stefan Csomor [Mon, 17 Dec 2007 07:28:07 +0000 (07:28 +0000)] 
missing include

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

16 years agoremove some duplication in font scaling code
Paul Cornett [Mon, 17 Dec 2007 07:05:35 +0000 (07:05 +0000)] 
remove some duplication in font scaling code

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

16 years agocreate hatch bitmaps on demand, and dispose of them at termination
Paul Cornett [Mon, 17 Dec 2007 06:30:25 +0000 (06:30 +0000)] 
create hatch bitmaps on demand, and dispose of them at termination

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

16 years agouse a wxCharBuffer instead of malloc/free for pango underline workaround
Paul Cornett [Mon, 17 Dec 2007 05:58:07 +0000 (05:58 +0000)] 
use a wxCharBuffer instead of malloc/free for pango underline workaround

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

16 years agoadd MutexGuiEnter/Leave to wxAppTraits, integrate native GTK+ GUI locking
Paul Cornett [Mon, 17 Dec 2007 05:37:00 +0000 (05:37 +0000)] 
add MutexGuiEnter/Leave to wxAppTraits, integrate native GTK+ GUI locking

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

16 years agoMake sizing logic clearer, at the expense of a few duplicated lines.
Paul Cornett [Mon, 17 Dec 2007 01:57:14 +0000 (01:57 +0000)] 
Make sizing logic clearer, at the expense of a few duplicated lines.
Use NULL for pointer parameter instead of None.

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

16 years agoDisable any refresh in backing window (set_back_pixmap( None ..) makes it transparent
Robert Roebling [Sun, 16 Dec 2007 23:53:09 +0000 (23:53 +0000)] 
Disable any refresh in backing window (set_back_pixmap( None ..) makes it transparent

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

16 years agouse const char* in XPMs
Robert Roebling [Sun, 16 Dec 2007 23:51:36 +0000 (23:51 +0000)] 
use const char* in XPMs

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

16 years agoFix resizing prob
Robert Roebling [Sun, 16 Dec 2007 22:22:36 +0000 (22:22 +0000)] 
Fix resizing prob

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

16 years agofix bug VC6 with returning void function
Chris Elliott [Sun, 16 Dec 2007 20:10:17 +0000 (20:10 +0000)] 
fix bug VC6 with returning void function

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

16 years agofixed wxGTK1's wxDialog::ShowModal() to use GetParentForModalDialog()
Václav Slavík [Sun, 16 Dec 2007 18:15:43 +0000 (18:15 +0000)] 
fixed wxGTK1's wxDialog::ShowModal() to use GetParentForModalDialog()

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

16 years agofixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()
Václav Slavík [Sun, 16 Dec 2007 18:14:30 +0000 (18:14 +0000)] 
fixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()

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

16 years agoconvert wxImage's mask into alpha channel in wxDFB's wxBitmap for now, until full...
Václav Slavík [Sun, 16 Dec 2007 18:10:48 +0000 (18:10 +0000)] 
convert wxImage's mask into alpha channel in wxDFB's wxBitmap for now, until full wxMask support is implemented

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

16 years agofixing string param
Stefan Csomor [Sun, 16 Dec 2007 16:59:24 +0000 (16:59 +0000)] 
fixing string param

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

16 years agodifferent CoreText font caches for Robin's tests
Stefan Csomor [Sun, 16 Dec 2007 16:48:07 +0000 (16:48 +0000)] 
different CoreText font caches for Robin's tests

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

16 years agoImplemented (for GTK+) and tested dataview_context_menu event
Robert Roebling [Sun, 16 Dec 2007 15:16:52 +0000 (15:16 +0000)] 
Implemented (for GTK+) and tested dataview_context_menu event

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