]>
git.saurik.com Git - wxWidgets.git/log
Robert Roebling [Sat, 25 May 2002 09:40:17 +0000 (09:40 +0000)]
Set the focus to the html display window
if the help frame comes to the front.
With this, you can use context sensitive
help systems without the mouse.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15661
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 24 May 2002 22:23:24 +0000 (22:23 +0000)]
added test for loading image from wxMemoryStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15660
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 24 May 2002 22:09:13 +0000 (22:09 +0000)]
fixed wxStreamBuffer::Tell() to return at least sometimes a valid result
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15659
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 24 May 2002 21:31:43 +0000 (21:31 +0000)]
wxTextCtrl::OnChar() can't be used to translate the key strokes in the text control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15658
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 24 May 2002 17:15:53 +0000 (17:15 +0000)]
and fixed a type too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15657
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 24 May 2002 16:28:29 +0000 (16:28 +0000)]
Fixed a quoting problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15656
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 23 May 2002 22:01:36 +0000 (22:01 +0000)]
fixedb ug with normalization of UNC paths (patch 558701)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15654
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 23 May 2002 21:52:21 +0000 (21:52 +0000)]
popup windows wre not using TOPMOST style under wxUniv any longer -- fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15653
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 23 May 2002 21:25:06 +0000 (21:25 +0000)]
wxUniv compilation fixes (patch 559620)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15652
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 23 May 2002 21:23:10 +0000 (21:23 +0000)]
ixed compilation for wxUSE_STREAMS == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15651
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 20:35:14 +0000 (20:35 +0000)]
The combobox didn't like empty strings at all. It
caused the pop-up-list to get skrewed up.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15650
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 17:57:47 +0000 (17:57 +0000)]
Redirect SetFocus Part II.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15649
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 17:57:07 +0000 (17:57 +0000)]
Redirect wxComboBox::SetFocus to its text field Part I.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15648
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 17:56:17 +0000 (17:56 +0000)]
Let wxFileSystem use wxFFileInputstream and not
wxFileInoutStrea as that is broken on Macs.m
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15647
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 17:54:44 +0000 (17:54 +0000)]
Did I change anything here?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15646
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 17:53:44 +0000 (17:53 +0000)]
wxSPinCtrl no longer set focus to its text field
when setting a value.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15645
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 23 May 2002 17:52:55 +0000 (17:52 +0000)]
wxButtons no longer leave junk on dialogs when moved.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15644
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 23:36:20 +0000 (23:36 +0000)]
fixed propagating of EVT_WIZARD_XXX events to the parent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15643
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 23:14:47 +0000 (23:14 +0000)]
restore the stream position in wxImageHandler itself instead of forcing all
derived classes to do it themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15642
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 22:48:15 +0000 (22:48 +0000)]
added \\server\dir\filename.exe test case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15641
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 22:47:15 +0000 (22:47 +0000)]
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPARATOR was specified -- this is wrong for file names without path at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15640
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 22:28:34 +0000 (22:28 +0000)]
added wxDir::Exists() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15639
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 22 May 2002 21:01:54 +0000 (21:01 +0000)]
wxImage::Copy() didn't really just copy the
image, it sometimes changed the mask
colour, when it was unused. This patch
makes life easier.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15638
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 18:04:36 +0000 (18:04 +0000)]
added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15637
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 22 May 2002 17:22:11 +0000 (17:22 +0000)]
Fixed bug when sizer if offset from 0,0. Also removed old commented out code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15636
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 16:27:06 +0000 (16:27 +0000)]
added a check which should prevent the crash of bug 555111
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15635
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 15:56:38 +0000 (15:56 +0000)]
fixed GL case in #include (patch 557178)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15634
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 15:54:09 +0000 (15:54 +0000)]
mingw/cygwin compilation fix (patch 556157)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15633
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 May 2002 15:49:59 +0000 (15:49 +0000)]
fixed ProcessMessage() signature
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15632
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 21 May 2002 22:26:44 +0000 (22:26 +0000)]
download clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15631
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 21 May 2002 21:03:35 +0000 (21:03 +0000)]
wxMac updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15630
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 21 May 2002 20:45:44 +0000 (20:45 +0000)]
survive delete within Notify
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15629
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 21 May 2002 20:44:36 +0000 (20:44 +0000)]
show/hide via moving
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15628
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 21 May 2002 20:43:40 +0000 (20:43 +0000)]
initial value set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15627
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 21 May 2002 20:35:18 +0000 (20:35 +0000)]
added hide/show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15626
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 21 May 2002 04:20:43 +0000 (04:20 +0000)]
Catching up for the week
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15625
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 21 May 2002 04:19:47 +0000 (04:19 +0000)]
Font dialog fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15624
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:34:05 +0000 (20:34 +0000)]
carbon event handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15623
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 20 May 2002 20:33:21 +0000 (20:33 +0000)]
wxSystemScreen --> wxSystemScreenType
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15622
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:33:13 +0000 (20:33 +0000)]
Carbon-Standard conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15621
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:32:28 +0000 (20:32 +0000)]
Dan 'Bud' Keith's Implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15620
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:31:25 +0000 (20:31 +0000)]
OnInit for adding carbon event handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15619
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:28:03 +0000 (20:28 +0000)]
uma.h added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15618
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:18:45 +0000 (20:18 +0000)]
carbon event handlers for app level
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15617
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:17:33 +0000 (20:17 +0000)]
Dan 'Bud' Keith's implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15616
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:15:19 +0000 (20:15 +0000)]
removed internal carbon events handlers, switch to using and resetting toplevel's handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15615
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:14:22 +0000 (20:14 +0000)]
added carbon event handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15614
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 20:13:35 +0000 (20:13 +0000)]
changing the focus part code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15613
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 May 2002 16:16:28 +0000 (16:16 +0000)]
Applied drag fix to row labels as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15612
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 20 May 2002 15:28:12 +0000 (15:28 +0000)]
added docs for a few missing methods (Inside, Deflate, Offset)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15611
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 20 May 2002 14:06:09 +0000 (14:06 +0000)]
corrected initialization order of MLTE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15610
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 May 2002 13:17:31 +0000 (13:17 +0000)]
Captured mouse in grid column label so the drag isn't prematurely and messily
ended when moving out of the column label window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15609
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 20 May 2002 10:42:53 +0000 (10:42 +0000)]
Sometimes, deleting code can be a real gain. This
fixes display corruption when a scroll window
is made smaller and it was previously scrolled
to the bottom or right most position.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15608
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 19 May 2002 22:44:27 +0000 (22:44 +0000)]
Cosmetic changes to wxSS::GetScreen:
1) Renamed to GetScreenType (so that the name better describes its function)
2) Changed use of <,>,<=,>= operators together with wxSYS_SCREEN_* so that
'foo is smaller that bar' is written as 'foo < bar' and not (sic) 'foo > bar'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15607
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 19 May 2002 08:00:34 +0000 (08:00 +0000)]
corrected direction when sending events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15606
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sun, 19 May 2002 07:09:51 +0000 (07:09 +0000)]
corrected assignement operator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15605
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 18 May 2002 23:36:55 +0000 (23:36 +0000)]
refuse to run if not executed by the main configure script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15604
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 18 May 2002 23:33:48 +0000 (23:33 +0000)]
pass IF_GNU_MAKE and other configure params to the samples configure in wxUSE_GUI==0 case too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15603
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 18 May 2002 17:30:29 +0000 (17:30 +0000)]
Applied patch to adjust ownership and permissions in the installer
package.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15602
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 18 May 2002 12:41:51 +0000 (12:41 +0000)]
check the return code of wxStream::Read() in wxImageHandler::DoCanRead()
and avoid reading uninitialized memory when it fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15601
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 18 May 2002 11:05:58 +0000 (11:05 +0000)]
Updated font dialog constructors to use a reference to the font data
as per more recent convention
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15600
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 17 May 2002 23:54:42 +0000 (23:54 +0000)]
made SetItemText() work for the item which we're about to start editing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15599
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 20:14:08 +0000 (20:14 +0000)]
conditionalized theme box drawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15598
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 20:13:37 +0000 (20:13 +0000)]
autoresize upon setting new bitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15597
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 20:13:08 +0000 (20:13 +0000)]
fixed wxScreenDC for X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15596
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 17 May 2002 17:19:06 +0000 (17:19 +0000)]
Fixed the package build script so wxPython is built with the same
version of wxWindows made by the same script.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15595
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 17 May 2002 16:00:20 +0000 (16:00 +0000)]
Commented out debug messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15594
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 14:10:29 +0000 (14:10 +0000)]
title-less windows also for windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15593
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 12:22:14 +0000 (12:22 +0000)]
using QD Text under non OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15592
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 12:20:15 +0000 (12:20 +0000)]
working closer to proper MLTE support under OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15591
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 12:19:37 +0000 (12:19 +0000)]
no event upon changing value only anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15590
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 12:18:19 +0000 (12:18 +0000)]
conditials for TARGET_CARBON when drawing using appearance text box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15589
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 12:16:38 +0000 (12:16 +0000)]
changed char event handling for ctrl-chars and skipped events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15588
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 17 May 2002 12:08:30 +0000 (12:08 +0000)]
added GetApplicationScript for non Carbon builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15587
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 17 May 2002 06:01:44 +0000 (06:01 +0000)]
A few little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15586
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 17 May 2002 05:36:40 +0000 (05:36 +0000)]
A few little tweaks, reswigged code for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15585
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 17 May 2002 05:33:32 +0000 (05:33 +0000)]
Scripts to make a installer package in a disk image for wxPython and
for Python too. It's a strange mixture of sh, csh and perl, but it
works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15584
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 16 May 2002 19:27:49 +0000 (19:27 +0000)]
fixed the selection rectangle drawing (was off by 1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15583
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 16 May 2002 19:26:26 +0000 (19:26 +0000)]
use the menu item text, not label, in the owner drawn items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15582
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 16 May 2002 18:48:17 +0000 (18:48 +0000)]
fixed wrong array index in UuidToCForm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15581
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 16 May 2002 12:49:26 +0000 (12:49 +0000)]
Committing in .
OpenVMS configuration file update.
Modified Files:
wxWindows/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15580
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 16 May 2002 10:45:49 +0000 (10:45 +0000)]
generate EVT_SCROLL events for the standalong scrollbars, not EVT_SCROLLWIN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15579
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 15 May 2002 20:03:07 +0000 (20:03 +0000)]
Check for null return value in wxClientDC constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15578
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 15 May 2002 19:59:10 +0000 (19:59 +0000)]
Don't call a function that might do drawing when setting a null image list
(might be deleting the tree control)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15577
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 19:46:31 +0000 (19:46 +0000)]
Updates from contributor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15576
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 19:46:10 +0000 (19:46 +0000)]
An implementation of wxPen.GetDashes.
wxSplitterEvent derives from wxNotifyEvent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15575
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 19:45:03 +0000 (19:45 +0000)]
demo update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15574
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 19:09:31 +0000 (19:09 +0000)]
Some files to ignore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 19:07:48 +0000 (19:07 +0000)]
wxSTC changes to help it work better on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 19:06:54 +0000 (19:06 +0000)]
more demo updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 15 May 2002 13:13:17 +0000 (13:13 +0000)]
Added missing const for operator !=
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Wed, 15 May 2002 06:22:01 +0000 (06:22 +0000)]
applied copy constructor fix to assignment operator as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 05:05:48 +0000 (05:05 +0000)]
Re-enable clipboard and DnD classes for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 15 May 2002 05:05:02 +0000 (05:05 +0000)]
demo updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 14 May 2002 20:38:22 +0000 (20:38 +0000)]
In an expose event, the m_clearRegion is also updated as well
as m_updateRegion because otherwise in a scroll or resize,
a custom OnEraseBackground method will draw over more window than
OnPaint will redraw -- clearly not what's wanted.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15566
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 14 May 2002 18:10:04 +0000 (18:10 +0000)]
don't send SPLITTER_POS_CHANGED events when the splitter position was changed from the program itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 14 May 2002 17:58:54 +0000 (17:58 +0000)]
no, DO NOT use wxMessageBox where wxLogError is more suitable
(and don't display Information icon when reporting an *error* (sigh...))
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 14 May 2002 15:49:35 +0000 (15:49 +0000)]
Fixed double deletion in region iterator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15563
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 14 May 2002 14:37:33 +0000 (14:37 +0000)]
Fixed a lost #else
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 14 May 2002 14:05:12 +0000 (14:05 +0000)]
Initialized control member pointers and checked for null pointer
to make controls sample run on MacOS X again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775