wxWidgets.git
19 years agoMade the colours more muted
Julian Smart [Wed, 1 Jun 2005 14:21:07 +0000 (14:21 +0000)] 
Made the colours more muted

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

19 years agopretified libs.bmp/gif: use antialiasing
Václav Slavík [Wed, 1 Jun 2005 13:46:50 +0000 (13:46 +0000)] 
pretified libs.bmp/gif: use antialiasing

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

19 years agofixed compilation when IDC_HAND is undefined
Dimitri Schoolwerth [Wed, 1 Jun 2005 13:38:03 +0000 (13:38 +0000)] 
fixed compilation when IDC_HAND is undefined

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

19 years agoadded IDC_HAND
Dimitri Schoolwerth [Wed, 1 Jun 2005 13:37:13 +0000 (13:37 +0000)] 
added IDC_HAND

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

19 years agoAdded documentation for wxWindowCreateEvent, wxWindowDestroyEvent
Julian Smart [Wed, 1 Jun 2005 09:56:43 +0000 (09:56 +0000)] 
Added documentation for wxWindowCreateEvent, wxWindowDestroyEvent
Added missing event to wxTreeEvent doc

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

19 years agoUnwanted semicolon fix [#1212497] + source cleaning.
Włodzimierz Skiba [Wed, 1 Jun 2005 07:52:29 +0000 (07:52 +0000)] 
Unwanted semicolon fix [#1212497] + source cleaning.

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

19 years agoreSWIGged
Robin Dunn [Wed, 1 Jun 2005 02:36:12 +0000 (02:36 +0000)] 
reSWIGged

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

19 years agoreSWIGed
Robin Dunn [Wed, 1 Jun 2005 02:36:03 +0000 (02:36 +0000)] 
reSWIGed

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

19 years agoGet/SetAutoWindowMenu for wxMac
Robin Dunn [Wed, 1 Jun 2005 02:09:33 +0000 (02:09 +0000)] 
Get/SetAutoWindowMenu for wxMac

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

19 years agoEVT_SCROLL_ENDSCROLL --> EVT_SCROLL_CHANGED and compatibility aliases
Robin Dunn [Wed, 1 Jun 2005 00:55:38 +0000 (00:55 +0000)] 
EVT_SCROLL_ENDSCROLL --> EVT_SCROLL_CHANGED and compatibility aliases

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

19 years agoVersion number
Robin Dunn [Wed, 1 Jun 2005 00:54:44 +0000 (00:54 +0000)] 
Version number

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

19 years agoFixed splash screen
Robin Dunn [Wed, 1 Jun 2005 00:18:42 +0000 (00:18 +0000)] 
Fixed splash screen

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

19 years agoMerge the cell size attribute the same way that other attributes are
Robin Dunn [Wed, 1 Jun 2005 00:16:41 +0000 (00:16 +0000)] 
Merge the cell size attribute the same way that other attributes are
merged, e.g., if it is already set to a non-default value in the
current wxGridCellAttr object then don't merge from the other.

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

19 years agoTry IDC_HAND first and then load "WXCURSOR_HAND" if it fails
Robin Dunn [Wed, 1 Jun 2005 00:11:02 +0000 (00:11 +0000)] 
Try IDC_HAND first and then load "WXCURSOR_HAND" if it fails

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

19 years agoSwitch to using wxArtProvider::GetBitmap instead of GetIcon so if the
Robin Dunn [Tue, 31 May 2005 23:54:40 +0000 (23:54 +0000)] 
Switch to using wxArtProvider::GetBitmap instead of GetIcon so if the
original image has alpha it is preserved on MSW.

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

19 years agoConvert alpha (if any) to mask in wxBitmapToIconOrCursor. Note that
Robin Dunn [Tue, 31 May 2005 23:53:09 +0000 (23:53 +0000)] 
Convert alpha (if any) to mask in wxBitmapToIconOrCursor.  Note that
it is possible to put alpha in the icon instead of using a mask, but I
don't have time to figure that out today.

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

19 years agofixed initialization of standard IDs to happen before first use
Václav Slavík [Tue, 31 May 2005 22:31:13 +0000 (22:31 +0000)] 
fixed initialization of standard IDs to happen before first use

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

19 years agoTemporary fix
Julian Smart [Tue, 31 May 2005 21:56:38 +0000 (21:56 +0000)] 
Temporary fix

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

19 years agoDocView patches from Morgen Hua: bug fixes, and additional SVN
Robin Dunn [Tue, 31 May 2005 21:41:11 +0000 (21:41 +0000)] 
DocView patches from Morgen Hua: bug fixes, and additional SVN
commands, also added a default template that uses the text editor for
any unknown file type.

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

19 years agoApplied patch [ 1212020 ] MediaCtrl DirectShow drawing and sample
Julian Smart [Tue, 31 May 2005 21:12:22 +0000 (21:12 +0000)] 
Applied patch [ 1212020 ] MediaCtrl DirectShow drawing and sample

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

19 years agoFixed images
Julian Smart [Tue, 31 May 2005 21:02:57 +0000 (21:02 +0000)] 
Fixed images

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

19 years agoReplaced image
Julian Smart [Tue, 31 May 2005 20:49:05 +0000 (20:49 +0000)] 
Replaced image

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

19 years agoFixed image
Julian Smart [Tue, 31 May 2005 20:47:59 +0000 (20:47 +0000)] 
Fixed image

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

19 years agoChange 'test -e' to 'test -f' for Sun
Michael Wetherell [Tue, 31 May 2005 20:44:31 +0000 (20:44 +0000)] 
Change 'test -e' to 'test -f' for Sun

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

19 years agoArtwork replacement (c) Julian Smart
Julian Smart [Tue, 31 May 2005 20:29:11 +0000 (20:29 +0000)] 
Artwork replacement (c) Julian Smart

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 19:03:56 +0000 (19:03 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 17:47:46 +0000 (17:47 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoBaked files for 2.6.1
Julian Smart [Tue, 31 May 2005 16:38:10 +0000 (16:38 +0000)] 
Baked files for 2.6.1

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

19 years agoReplaced embedded images
Julian Smart [Tue, 31 May 2005 16:17:57 +0000 (16:17 +0000)] 
Replaced embedded images

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 15:42:43 +0000 (15:42 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agosend wxEVT_SCROLL_CHANGED when using mouse wheel as well
Vadim Zeitlin [Tue, 31 May 2005 15:33:43 +0000 (15:33 +0000)] 
send wxEVT_SCROLL_CHANGED when using mouse wheel as well

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 15:32:50 +0000 (15:32 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agowxStandardPaths methods are not static; documented Get()
Vadim Zeitlin [Tue, 31 May 2005 15:25:35 +0000 (15:25 +0000)] 
wxStandardPaths methods are not static; documented Get()

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

19 years agoadded wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL
Vadim Zeitlin [Tue, 31 May 2005 15:22:10 +0000 (15:22 +0000)] 
added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL

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

19 years agodocument that SetCurrent() must be called on a visible window; assert that this is...
Vadim Zeitlin [Tue, 31 May 2005 15:01:31 +0000 (15:01 +0000)] 
document that SetCurrent() must be called on a visible window; assert that this is the case

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

19 years agokeep correct default background but allow overriding it in user code too
Vadim Zeitlin [Tue, 31 May 2005 14:52:23 +0000 (14:52 +0000)] 
keep correct default background but allow overriding it in user code too

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

19 years agoRestored scrollbar background
Julian Smart [Tue, 31 May 2005 14:40:34 +0000 (14:40 +0000)] 
Restored scrollbar background

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 13:46:38 +0000 (13:46 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoArtwork updates
Julian Smart [Tue, 31 May 2005 13:44:45 +0000 (13:44 +0000)] 
Artwork updates

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 31 May 2005 12:44:15 +0000 (12:44 +0000)] 
Warning fix.

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 31 May 2005 12:30:58 +0000 (12:30 +0000)] 
Warning fix.

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

19 years agoWarning fix and source cleaning.
Włodzimierz Skiba [Tue, 31 May 2005 12:19:04 +0000 (12:19 +0000)] 
Warning fix and source cleaning.

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 31 May 2005 11:58:04 +0000 (11:58 +0000)] 
Warning fix.

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

19 years agoPaint bugfix
Julian Smart [Tue, 31 May 2005 11:12:54 +0000 (11:12 +0000)] 
Paint bugfix

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 11:07:52 +0000 (11:07 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoFixed bug in make dist script [ 1211511 ] wxGTK internat sample missing languages
Julian Smart [Tue, 31 May 2005 10:54:14 +0000 (10:54 +0000)] 
Fixed bug in make dist script [ 1211511 ] wxGTK internat sample missing languages

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

19 years agoApplied Vaclav's gtk_icon_size_lookup_for_settings suggestion
Julian Smart [Tue, 31 May 2005 09:53:06 +0000 (09:53 +0000)] 
Applied Vaclav's gtk_icon_size_lookup_for_settings suggestion

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

19 years agoApplied patch [ 1208286 ] MediaCtrl DirectShow rewrite
Julian Smart [Tue, 31 May 2005 09:49:50 +0000 (09:49 +0000)] 
Applied patch [ 1208286 ] MediaCtrl DirectShow rewrite

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

19 years agoApplied patch [ 1210352 ] Fix editing in generic wxListCtrl with wxLC_EDIT_LABELS
Julian Smart [Tue, 31 May 2005 09:35:07 +0000 (09:35 +0000)] 
Applied patch [ 1210352 ] Fix editing in generic wxListCtrl with wxLC_EDIT_LABELS

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

19 years agoOlly Betts' typo patch
Julian Smart [Tue, 31 May 2005 09:29:22 +0000 (09:29 +0000)] 
Olly Betts' typo patch

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

19 years agoTypo correction patch [ 1208110 ] Lots of typo corrections
Julian Smart [Tue, 31 May 2005 09:20:43 +0000 (09:20 +0000)] 
Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts

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

19 years agoVersion number updates
Julian Smart [Tue, 31 May 2005 09:06:27 +0000 (09:06 +0000)] 
Version number updates

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

19 years agowxCocoa build fix.
Włodzimierz Skiba [Tue, 31 May 2005 08:51:08 +0000 (08:51 +0000)] 
wxCocoa build fix.

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Tue, 31 May 2005 08:49:26 +0000 (08:49 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years ago ----------------------------------------------------------------------
Jouk Jansen [Tue, 31 May 2005 06:13:48 +0000 (06:13 +0000)] 
 ----------------------------------------------------------------------
 Committing in .

 OpenVMS setup update.

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

19 years agoadding OS level Window Menu by default
Stefan Csomor [Tue, 31 May 2005 05:19:38 +0000 (05:19 +0000)] 
adding OS level Window Menu by default

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

19 years agoadding OS level Window Menu by default
Stefan Csomor [Tue, 31 May 2005 05:13:38 +0000 (05:13 +0000)] 
adding OS level Window Menu by default

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

19 years agomade it more obvious what to change in case of binary compatibility breakage (but...
Václav Slavík [Mon, 30 May 2005 21:30:46 +0000 (21:30 +0000)] 
made it more obvious what to change in case of binary compatibility breakage (but *not* changing binary version now)

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

19 years agoVersion number bump
Robin Dunn [Mon, 30 May 2005 19:52:20 +0000 (19:52 +0000)] 
Version number bump

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

19 years agoregnerated ReST docs
Robin Dunn [Mon, 30 May 2005 19:03:45 +0000 (19:03 +0000)] 
regnerated ReST docs

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

19 years agoa few final changes to mention
Robin Dunn [Mon, 30 May 2005 18:56:20 +0000 (18:56 +0000)] 
a few final changes to mention

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

19 years agoTime for a release, drop the "pre"
Robin Dunn [Mon, 30 May 2005 18:55:31 +0000 (18:55 +0000)] 
Time for a release, drop the "pre"

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

19 years agoBlind fix for bug #1209944, wxFileConfig constructor corrupts the stack
Robin Dunn [Mon, 30 May 2005 18:50:26 +0000 (18:50 +0000)] 
Blind fix for bug #1209944, wxFileConfig constructor corrupts the stack

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

19 years agoAllow wxGridCellNumberEditor::StartingKey to work when the control is
Robin Dunn [Mon, 30 May 2005 18:48:23 +0000 (18:48 +0000)] 
Allow wxGridCellNumberEditor::StartingKey to work when the control is
a spinctrl too.

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

19 years agoInclude msvcr71.dll if appropriate
Robin Dunn [Mon, 30 May 2005 18:31:31 +0000 (18:31 +0000)] 
Include msvcr71.dll if appropriate

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Mon, 30 May 2005 17:01:56 +0000 (17:01 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoUse already included XPM icon.
Włodzimierz Skiba [Mon, 30 May 2005 16:17:48 +0000 (16:17 +0000)] 
Use already included XPM icon.

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

19 years agoRemoved references to missing files
Julian Smart [Mon, 30 May 2005 16:14:02 +0000 (16:14 +0000)] 
Removed references to missing files

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

19 years agoFor 'twice' usage do not warn about references which will be completed in second...
Włodzimierz Skiba [Mon, 30 May 2005 16:11:12 +0000 (16:11 +0000)] 
For 'twice' usage do not warn about references which will be completed in second pass (and make logs shorter).

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Mon, 30 May 2005 15:04:17 +0000 (15:04 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoWinCE doesn't declare DeleteFile at the point wxRemove is defined,
Julian Smart [Mon, 30 May 2005 13:50:23 +0000 (13:50 +0000)] 
WinCE doesn't declare DeleteFile at the point wxRemove is defined,
so put it in implementation file.

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

19 years agoTinderbox build fix (wxCococa).
Włodzimierz Skiba [Mon, 30 May 2005 13:36:13 +0000 (13:36 +0000)] 
Tinderbox build fix (wxCococa).

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Mon, 30 May 2005 13:06:16 +0000 (13:06 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoMissing exports
Michael Wetherell [Mon, 30 May 2005 12:39:25 +0000 (12:39 +0000)] 
Missing exports

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

19 years agoTinderbox build fix (wxCococa).
Włodzimierz Skiba [Mon, 30 May 2005 11:53:54 +0000 (11:53 +0000)] 
Tinderbox build fix (wxCococa).

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Mon, 30 May 2005 11:49:33 +0000 (11:49 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoApplied [ 1208344 ] wxNotebook::OnSelChange fix for focus issue
Julian Smart [Mon, 30 May 2005 11:23:27 +0000 (11:23 +0000)] 
Applied [ 1208344 ] wxNotebook::OnSelChange fix for focus issue

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

19 years agoCygwin build fix - removed unused function which currently duplicates wxLaunchDefault...
Włodzimierz Skiba [Mon, 30 May 2005 09:53:21 +0000 (09:53 +0000)] 
Cygwin build fix - removed unused function which currently duplicates wxLaunchDefaultBrowser.

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

19 years agoTinderbox build fix (wxCococa).
Włodzimierz Skiba [Mon, 30 May 2005 09:32:34 +0000 (09:32 +0000)] 
Tinderbox build fix (wxCococa).

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Mon, 30 May 2005 09:26:42 +0000 (09:26 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoBetter MGL fix.
Włodzimierz Skiba [Mon, 30 May 2005 09:24:08 +0000 (09:24 +0000)] 
Better MGL fix.

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

19 years agoDMC typo fixes.
Włodzimierz Skiba [Mon, 30 May 2005 09:17:26 +0000 (09:17 +0000)] 
DMC typo fixes.

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

19 years agoApplied patch [ 1211219 ] Build fix for configurations without wxUSE_LOG
Julian Smart [Mon, 30 May 2005 09:08:49 +0000 (09:08 +0000)] 
Applied patch [ 1211219 ] Build fix for configurations without wxUSE_LOG

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

19 years agoApplied patch [ 1207531 ] Fix for wxCalendarCtrl being UNUSABLE with some languages
Julian Smart [Mon, 30 May 2005 08:45:59 +0000 (08:45 +0000)] 
Applied patch [ 1207531 ] Fix for wxCalendarCtrl being UNUSABLE with some languages

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

19 years agoApplied patch [ 1208256 ] Fixes bug #1193626 [wxPrintData asserts on or ignores...]
Julian Smart [Mon, 30 May 2005 08:39:23 +0000 (08:39 +0000)] 
Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintData asserts on or ignores...]

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

19 years agoApplied patch [ 1207202 ] [wxMSW] Fixes GDI leak in cursor
Julian Smart [Mon, 30 May 2005 08:34:56 +0000 (08:34 +0000)] 
Applied patch [ 1207202 ] [wxMSW] Fixes GDI leak in cursor

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

19 years agoApplied patch to fix silly filenames in CreateTempFileName
Julian Smart [Mon, 30 May 2005 08:30:43 +0000 (08:30 +0000)] 
Applied patch to fix silly filenames in CreateTempFileName

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

19 years agorestored the EVT_SCROLL and EVT_COMMAND_SCROLL definitions to include the ENDSCROLL...
Dimitri Schoolwerth [Mon, 30 May 2005 00:17:57 +0000 (00:17 +0000)] 
restored the EVT_SCROLL and EVT_COMMAND_SCROLL definitions to include the ENDSCROLL event

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

19 years agofixed dependencies
Václav Slavík [Sun, 29 May 2005 11:30:44 +0000 (11:30 +0000)] 
fixed dependencies

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

19 years agoCancel the timer and show the main frame immediately if the
Robin Dunn [Sun, 29 May 2005 00:48:53 +0000 (00:48 +0000)] 
Cancel the timer and show the main frame immediately if the
splashscreen window is closed early.

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

19 years agoreSWIGged
Robin Dunn [Sun, 29 May 2005 00:43:57 +0000 (00:43 +0000)] 
reSWIGged

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

19 years agoWrong class used in _setCallbackInfo
Robin Dunn [Sun, 29 May 2005 00:37:25 +0000 (00:37 +0000)] 
Wrong class used in _setCallbackInfo

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

19 years agoA little cleanup
Robin Dunn [Sat, 28 May 2005 20:15:27 +0000 (20:15 +0000)] 
A little cleanup

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

19 years agoincrease colour depth of images
Robin Dunn [Sat, 28 May 2005 20:13:56 +0000 (20:13 +0000)] 
increase colour depth of images

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

19 years agouse wx.CallAfter to set the insertion point
Robin Dunn [Sat, 28 May 2005 20:12:22 +0000 (20:12 +0000)] 
use wx.CallAfter to set the insertion point

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

19 years agofixed wxRemove() return value under Win CE
Vadim Zeitlin [Sat, 28 May 2005 09:00:36 +0000 (09:00 +0000)] 
fixed wxRemove() return value under Win CE

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

19 years agocleanup of handlers
Stefan Csomor [Sat, 28 May 2005 06:07:03 +0000 (06:07 +0000)] 
cleanup of handlers

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

19 years agoRemoved bogus assert for wxGA_SMOOTH.
David Elliott [Sat, 28 May 2005 02:17:04 +0000 (02:17 +0000)] 
Removed bogus assert for wxGA_SMOOTH.
Implemented vertical gauge (sort of).

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

19 years agoSolaris fix is in config.py now
Robin Dunn [Fri, 27 May 2005 16:39:20 +0000 (16:39 +0000)] 
Solaris fix is in config.py now

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

19 years agoAdded wxSL_INVERSE
Robin Dunn [Fri, 27 May 2005 16:37:48 +0000 (16:37 +0000)] 
Added wxSL_INVERSE

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