]>
git.saurik.com Git - wxWidgets.git/log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Robert Roebling [Sun, 16 Dec 2007 14:48:13 +0000 (14:48 +0000)]
Add dataview context menu event definitions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50745
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 16 Dec 2007 14:42:32 +0000 (14:42 +0000)]
Patches-
1851591 ] dataview sample is crashing (under MSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 16 Dec 2007 14:25:25 +0000 (14:25 +0000)]
enable dataviewctrl by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 16 Dec 2007 13:54:05 +0000 (13:54 +0000)]
probably fixed blit crash in X11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 16 Dec 2007 13:53:07 +0000 (13:53 +0000)]
Remove old/new DC test code (3000th commit - and still typing)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sun, 16 Dec 2007 10:20:58 +0000 (10:20 +0000)]
Add a couple of builds to test out native Windows builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50738
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 23:21:43 +0000 (23:21 +0000)]
wx/animdecod.h must be in common headers, not advanced ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50734
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 23:16:56 +0000 (23:16 +0000)]
undid incorrect replacement of WXDLLEXPORT with WXDLLIMPEXP_ADV, wxAnimationDecoder is a core class (because it's the base class for wxANIDecoder which is itself in core because it's used by wxBitmap); remove unnecessary dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50733
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 21:03:21 +0000 (21:03 +0000)]
don't misinterpret the time after the date as a weekday (patch
1836708 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50732
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 20:20:16 +0000 (20:20 +0000)]
fix unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50731
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 18:40:15 +0000 (18:40 +0000)]
fixed another invalid cast
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50730
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 18:26:05 +0000 (18:26 +0000)]
fixed invalid cast of wxWindowDCImpl to wxDC in DoGetPixel()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 18:20:59 +0000 (18:20 +0000)]
fixed wxGTK1 compilation after wxDC changes (still doesn't work)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 17:54:20 +0000 (17:54 +0000)]
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
wxGDIObject::Create/CloneGDIRefData() and implemented them for (almost) all
ports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50727
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 17:50:44 +0000 (17:50 +0000)]
fix gcc warning about possibly uninitialized variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50726
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Dec 2007 17:50:02 +0000 (17:50 +0000)]
fix signed/unsigned comparison warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50725
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775