wxWidgets.git
19 years agoupdate from Hakki Dogusan
Vadim Zeitlin [Mon, 6 Jun 2005 12:16:50 +0000 (12:16 +0000)] 
update from Hakki Dogusan

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

19 years agoDECLARE_DYNAMIC_CLASS() requires a default ctor
Vadim Zeitlin [Mon, 6 Jun 2005 11:52:24 +0000 (11:52 +0000)] 
DECLARE_DYNAMIC_CLASS() requires a default ctor

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

19 years agoremoved check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU==1 as it makes it impossible...
Vadim Zeitlin [Mon, 6 Jun 2005 00:05:56 +0000 (00:05 +0000)] 
removed check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU==1 as it makes it impossible to set wxUSE_UNICODE_MSLU to 1 in global wx/setup.h

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

19 years agocheck for Unicode being used under Win9x much earlier on startup as otherwise the...
Vadim Zeitlin [Mon, 6 Jun 2005 00:03:00 +0000 (00:03 +0000)] 
check for Unicode being used under Win9x much earlier on startup as otherwise the app crashes before getting to this check

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

19 years agoCompilation fix for Cygwin, it doesn't have digitalv.h
Michael Wetherell [Sun, 5 Jun 2005 19:16:28 +0000 (19:16 +0000)] 
Compilation fix for Cygwin, it doesn't have digitalv.h

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

19 years agoBuild and distrib changes and etc. for 2.6.1.0
Robin Dunn [Sun, 5 Jun 2005 04:51:51 +0000 (04:51 +0000)] 
Build and distrib changes and etc. for 2.6.1.0

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

19 years agoDetect Apple bug that prevents the joystick code compiling for OS X 10.1
Michael Wetherell [Sat, 4 Jun 2005 17:45:24 +0000 (17:45 +0000)] 
Detect Apple bug that prevents the joystick code compiling for OS X 10.1

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

19 years agoDeleteEntry should SetDirty when any entry is removed, not just the
Robin Dunn [Sat, 4 Jun 2005 17:45:20 +0000 (17:45 +0000)] 
DeleteEntry should SetDirty when any entry is removed, not just the
last one in the group.

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

19 years agoTypo fixed
Robin Dunn [Fri, 3 Jun 2005 23:59:17 +0000 (23:59 +0000)] 
Typo fixed

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

19 years agoreSWIGged
Robin Dunn [Fri, 3 Jun 2005 22:07:32 +0000 (22:07 +0000)] 
reSWIGged

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

19 years agoUse the wx.ART_NORMAL_FILE icon
Robin Dunn [Fri, 3 Jun 2005 21:39:04 +0000 (21:39 +0000)] 
Use the wx.ART_NORMAL_FILE icon

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

19 years agoIgnore HtmlHelpController.Destroy() since it owns itself, to avoid
Robin Dunn [Fri, 3 Jun 2005 21:38:01 +0000 (21:38 +0000)] 
Ignore HtmlHelpController.Destroy() since it owns itself, to avoid
double deletions.

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

19 years agoupdates
Robin Dunn [Thu, 2 Jun 2005 23:11:04 +0000 (23:11 +0000)] 
updates

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

19 years agoDon't use the python version in the srpm name
Robin Dunn [Thu, 2 Jun 2005 23:10:13 +0000 (23:10 +0000)] 
Don't use the python version in the srpm name

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

19 years agoFix for older version of VC7
Julian Smart [Thu, 2 Jun 2005 20:58:18 +0000 (20:58 +0000)] 
Fix for older version of VC7

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

19 years agoMissing header
Julian Smart [Thu, 2 Jun 2005 17:27:43 +0000 (17:27 +0000)] 
Missing header

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

19 years agoCorrections for removed files
Julian Smart [Thu, 2 Jun 2005 16:11:48 +0000 (16:11 +0000)] 
Corrections for removed files

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

19 years agoTypo
Michael Wetherell [Thu, 2 Jun 2005 13:27:44 +0000 (13:27 +0000)] 
Typo

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

19 years agofixed CodeWarrior Mach-O compilation
Dimitri Schoolwerth [Thu, 2 Jun 2005 13:12:06 +0000 (13:12 +0000)] 
fixed CodeWarrior Mach-O compilation

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

19 years agoMade ico files binary
Julian Smart [Thu, 2 Jun 2005 12:49:22 +0000 (12:49 +0000)] 
Made ico files binary

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

19 years agoUse standard ids
Julian Smart [Thu, 2 Jun 2005 12:16:20 +0000 (12:16 +0000)] 
Use standard ids

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

19 years agoUse standard ids
Julian Smart [Thu, 2 Jun 2005 12:04:48 +0000 (12:04 +0000)] 
Use standard ids

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

19 years agohide the cell editor if the grid loses focus
Vadim Zeitlin [Thu, 2 Jun 2005 11:38:16 +0000 (11:38 +0000)] 
hide the cell editor if the grid loses focus

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

19 years agofixed asserts when clicking on bugs table priority and opened columns; updated copyrights
Vadim Zeitlin [Thu, 2 Jun 2005 11:30:32 +0000 (11:30 +0000)] 
fixed asserts when clicking on bugs table priority and opened columns; updated copyrights

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

19 years agotypo in last commit
Vadim Zeitlin [Thu, 2 Jun 2005 10:38:15 +0000 (10:38 +0000)] 
typo in last commit

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

19 years agoReverted last two changes
Julian Smart [Thu, 2 Jun 2005 10:16:50 +0000 (10:16 +0000)] 
Reverted last two changes

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

19 years agoMoved allocation of m_imData or key down gives seg fault
Julian Smart [Thu, 2 Jun 2005 09:49:29 +0000 (09:49 +0000)] 
Moved allocation of m_imData or key down gives seg fault

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

19 years agoMore warning and error fixes (work in progress with Tinderbox).
Włodzimierz Skiba [Thu, 2 Jun 2005 09:44:45 +0000 (09:44 +0000)] 
More warning and error fixes (work in progress with Tinderbox).

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

19 years agoremoved duplicate wx/msw/debughlp.h include
Vadim Zeitlin [Thu, 2 Jun 2005 09:14:06 +0000 (09:14 +0000)] 
removed duplicate wx/msw/debughlp.h include

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

19 years agoUpdated version
Julian Smart [Thu, 2 Jun 2005 09:12:58 +0000 (09:12 +0000)] 
Updated version

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

19 years agoAdded changes
Julian Smart [Thu, 2 Jun 2005 08:52:14 +0000 (08:52 +0000)] 
Added changes

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

19 years agoApplied patch [ 1207162 ] wxTextCtrl::SetStyle fix for overlapping calls
Julian Smart [Thu, 2 Jun 2005 08:17:57 +0000 (08:17 +0000)] 
Applied patch [ 1207162 ] wxTextCtrl::SetStyle fix for overlapping calls

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

19 years agoApplied patch [ 1213066 ] correct device names for Joystick in Linux
Julian Smart [Thu, 2 Jun 2005 08:06:29 +0000 (08:06 +0000)] 
Applied patch [ 1213066 ] correct device names for Joystick in Linux

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

19 years agoApplied patch [ 1213290 ] incorrect logic in wxTopLevelWindowMSW::ShowFullScreen
Julian Smart [Thu, 2 Jun 2005 08:01:39 +0000 (08:01 +0000)] 
Applied patch [ 1213290 ] incorrect logic in wxTopLevelWindowMSW::ShowFullScreen

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

19 years agoAssert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl
Julian Smart [Thu, 2 Jun 2005 07:55:35 +0000 (07:55 +0000)] 
Assert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl

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

19 years agoCompile fix
Julian Smart [Thu, 2 Jun 2005 07:53:49 +0000 (07:53 +0000)] 
Compile fix

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

19 years agoWork around mingw/cygwin bug 1046059
Michael Wetherell [Thu, 2 Jun 2005 07:47:57 +0000 (07:47 +0000)] 
Work around mingw/cygwin bug 1046059

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

19 years agono message
Stefan Csomor [Thu, 2 Jun 2005 07:31:04 +0000 (07:31 +0000)] 
no message

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

19 years agomore change notes
Robin Dunn [Thu, 2 Jun 2005 03:54:02 +0000 (03:54 +0000)] 
more change notes

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

19 years agoDon't scroll when the mouse is dragged outside of the grid, unless the
Robin Dunn [Thu, 2 Jun 2005 03:53:01 +0000 (03:53 +0000)] 
Don't scroll when the mouse is dragged outside of the grid, unless the
mouse is kept in motion.

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

19 years agoAdd some more docs to the runtime installer.
Robin Dunn [Thu, 2 Jun 2005 03:42:23 +0000 (03:42 +0000)] 
Add some more docs to the runtime installer.

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

19 years agoHave to dig a little deeper to find a wxPyDeadObject...
Robin Dunn [Thu, 2 Jun 2005 03:41:32 +0000 (03:41 +0000)] 
Have to dig a little deeper to find a wxPyDeadObject...

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

19 years agoSave the last key event so EVT_CHAR events can filled in with extra
Robin Dunn [Thu, 2 Jun 2005 03:32:32 +0000 (03:32 +0000)] 
Save the last key event so EVT_CHAR events can filled in with extra
data like mouse pos, timestamp, etc.

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

19 years agoiewin module is no longer built by default, don't put activex in
Robin Dunn [Thu, 2 Jun 2005 03:31:17 +0000 (03:31 +0000)] 
iewin module is no longer built by default, don't put activex in
__all__ unless running on wxMSW

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

19 years agoCompile fix for when wxUSE_STACKWALKER == 0
Robin Dunn [Thu, 2 Jun 2005 02:38:07 +0000 (02:38 +0000)] 
Compile fix for when wxUSE_STACKWALKER == 0

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

19 years agoFixed compile error on non-MSW platforms
Robin Dunn [Thu, 2 Jun 2005 02:31:22 +0000 (02:31 +0000)] 
Fixed compile error on non-MSW platforms

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

19 years agofixed configure generation
Dimitri Schoolwerth [Thu, 2 Jun 2005 00:19:53 +0000 (00:19 +0000)] 
fixed configure generation

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

19 years agorenamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED
Vadim Zeitlin [Wed, 1 Jun 2005 23:19:02 +0000 (23:19 +0000)] 
renamed wxEVT_SCROLL_ENDSCROLL to wxEVT_SCROLL_CHANGED

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

19 years agodon't try to show stack trace in assert msg box unless it's available (replaces patch...
Vadim Zeitlin [Wed, 1 Jun 2005 22:38:40 +0000 (22:38 +0000)] 
don't try to show stack trace in assert msg box unless it's available (replaces patch 1212925, fixes bug 1212147)

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

19 years agoreturn immediately from WalkFrom() if dbghelp dll initialization fails (part of patch...
Vadim Zeitlin [Wed, 1 Jun 2005 22:35:38 +0000 (22:35 +0000)] 
return immediately from WalkFrom() if dbghelp dll initialization fails (part of patch 1212925)

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

19 years agoadded wxPLURAL() macro
Vadim Zeitlin [Wed, 1 Jun 2005 21:16:30 +0000 (21:16 +0000)] 
added wxPLURAL() macro

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

19 years agoadded AM_PATH_WXRC (based on patch 1212816)
Václav Slavík [Wed, 1 Jun 2005 20:02:47 +0000 (20:02 +0000)] 
added AM_PATH_WXRC (based on patch 1212816)

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

19 years agos/wxWindows/wxWidgets/g
Václav Slavík [Wed, 1 Jun 2005 16:53:40 +0000 (16:53 +0000)] 
s/wxWindows/wxWidgets/g

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

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