]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoFirst part of '[ 1216148 ] cleanup: unused variables and declarations'.
Włodzimierz Skiba [Tue, 7 Jun 2005 19:01:45 +0000 (19:01 +0000)] 
First part of '[ 1216148 ] cleanup: unused variables and declarations'.

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

19 years agoVC6 (harmless) warning fix
Vadim Zeitlin [Tue, 7 Jun 2005 18:55:49 +0000 (18:55 +0000)] 
VC6 (harmless) warning fix

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

19 years agoReuse wxTempFile and wxFile in wxConcatFiles.
Włodzimierz Skiba [Tue, 7 Jun 2005 18:46:10 +0000 (18:46 +0000)] 
Reuse wxTempFile and wxFile in wxConcatFiles.

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

19 years agouse InsertMenuItem() for more native support of bitmaps in menu items when available...
Vadim Zeitlin [Tue, 7 Jun 2005 18:30:26 +0000 (18:30 +0000)] 
use InsertMenuItem() for more native support of bitmaps in menu items when available (fixes bug 1211907)

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

19 years agodefine wxUSE_UNICODE before including wx/chkconf.h which uses it
Vadim Zeitlin [Tue, 7 Jun 2005 18:29:41 +0000 (18:29 +0000)] 
define wxUSE_UNICODE before including wx/chkconf.h which uses it

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

19 years agosupport not-quite-owner-drawn mode when we draw only the bitmap and the system takes...
Vadim Zeitlin [Tue, 7 Jun 2005 18:28:48 +0000 (18:28 +0000)] 
support not-quite-owner-drawn mode when we draw only the bitmap and the system takes care of the rest

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

19 years agodon't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in...
Vadim Zeitlin [Tue, 7 Jun 2005 18:24:23 +0000 (18:24 +0000)] 
don't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in DoCommonPreInit()

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

19 years agowxGetWinVersion() must be exported from base DLL, not core
Vadim Zeitlin [Tue, 7 Jun 2005 16:55:08 +0000 (16:55 +0000)] 
wxGetWinVersion() must be exported from base DLL, not core

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

19 years agoforgot to export wxGetWinVersion() from DLL
Vadim Zeitlin [Tue, 7 Jun 2005 16:45:06 +0000 (16:45 +0000)] 
forgot to export wxGetWinVersion() from DLL

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

19 years agowxPalmOS build fix.
Włodzimierz Skiba [Tue, 7 Jun 2005 16:21:25 +0000 (16:21 +0000)] 
wxPalmOS build fix.

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

19 years agoadded wxGetWinVersion()
Vadim Zeitlin [Tue, 7 Jun 2005 13:29:43 +0000 (13:29 +0000)] 
added wxGetWinVersion()

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

19 years agoMissing include.
Włodzimierz Skiba [Tue, 7 Jun 2005 12:52:17 +0000 (12:52 +0000)] 
Missing include.

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

19 years agosilently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx...
Vadim Zeitlin [Tue, 7 Jun 2005 12:28:31 +0000 (12:28 +0000)] 
silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx/chkconf.h)

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

19 years agoadded tests of more URLs in URITestCase::URLCompat()
Vadim Zeitlin [Tue, 7 Jun 2005 12:19:28 +0000 (12:19 +0000)] 
added tests of more URLs in URITestCase::URLCompat()

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

19 years agofix for fixing of escape sequences (patch 1213416)
Vadim Zeitlin [Tue, 7 Jun 2005 12:17:33 +0000 (12:17 +0000)] 
fix for fixing of escape sequences (patch 1213416)

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

19 years agoMissing include.
Włodzimierz Skiba [Tue, 7 Jun 2005 12:11:30 +0000 (12:11 +0000)] 
Missing include.

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

19 years agouse pragma warning push/pop under MSVC instead of enabling temporarily disabled warni...
Vadim Zeitlin [Tue, 7 Jun 2005 12:10:48 +0000 (12:10 +0000)] 
use pragma warning push/pop under MSVC instead of enabling temporarily disabled warnings unconditionally (patch 1207689)

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

19 years agouse stderr in wxMessageOutputBest::Printf() even under Windows if it's available...
Vadim Zeitlin [Tue, 7 Jun 2005 12:06:44 +0000 (12:06 +0000)] 
use stderr in wxMessageOutputBest::Printf() even under Windows if it's available (patch 1216159)

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

19 years agodon't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)
Vadim Zeitlin [Tue, 7 Jun 2005 12:05:40 +0000 (12:05 +0000)] 
don't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)

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

19 years agoMissing include.
Włodzimierz Skiba [Tue, 7 Jun 2005 10:08:45 +0000 (10:08 +0000)] 
Missing include.

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

19 years agosupport mac on little endian systems
Stefan Csomor [Tue, 7 Jun 2005 03:56:07 +0000 (03:56 +0000)] 
support mac on little endian systems

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

19 years agosupport mac on little endian systems
Stefan Csomor [Tue, 7 Jun 2005 03:32:28 +0000 (03:32 +0000)] 
support mac on little endian systems

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

19 years agosupport mac on little endian systems
Stefan Csomor [Tue, 7 Jun 2005 03:25:23 +0000 (03:25 +0000)] 
support mac on little endian systems

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

19 years agogenerate an error message when a module initialization fails, otherwise it's impossib...
Vadim Zeitlin [Mon, 6 Jun 2005 23:38:01 +0000 (23:38 +0000)] 
generate an error message when a module initialization fails, otherwise it's impossible to know why the program failed to start up

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

19 years agouse wxLogBuffer to ensure that we don't lose error messages during initialization...
Vadim Zeitlin [Mon, 6 Jun 2005 23:36:53 +0000 (23:36 +0000)] 
use wxLogBuffer to ensure that we don't lose error messages during initialization; only switch to wxLogGui when it's really safe to use it

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

19 years agoadded wxLogBuffer which collects all log messages in a string buffer
Vadim Zeitlin [Mon, 6 Jun 2005 23:35:40 +0000 (23:35 +0000)] 
added wxLogBuffer which collects all log messages in a string buffer

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

19 years agoadded wxMessageOutputBest which tries to show the message to the user in the best...
Vadim Zeitlin [Mon, 6 Jun 2005 23:34:24 +0000 (23:34 +0000)] 
added wxMessageOutputBest which tries to show the message to the user in the best possible way

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

19 years agodon't crash if FormatMessage() fails in wxSysErrorMsg()
Vadim Zeitlin [Mon, 6 Jun 2005 22:05:16 +0000 (22:05 +0000)] 
don't crash if FormatMessage() fails in wxSysErrorMsg()

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

19 years agoPut back this icon, it's needed by the windows installer
Robin Dunn [Mon, 6 Jun 2005 21:39:01 +0000 (21:39 +0000)] 
Put back this icon, it's needed by the windows installer

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

19 years agoDependency tracking for Sun CC
Michael Wetherell [Mon, 6 Jun 2005 19:34:32 +0000 (19:34 +0000)] 
Dependency tracking for Sun CC

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

19 years agoCompilation fix for Cygwin
Michael Wetherell [Mon, 6 Jun 2005 19:23:11 +0000 (19:23 +0000)] 
Compilation fix for Cygwin

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

19 years agoupdates from Rosetta
Vadim Zeitlin [Mon, 6 Jun 2005 18:54:13 +0000 (18:54 +0000)] 
updates from Rosetta

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

19 years agoSource cleaning inspired by and included in patch '[ 1215450 ] cleanup: unreachable...
Włodzimierz Skiba [Mon, 6 Jun 2005 16:47:04 +0000 (16:47 +0000)] 
Source cleaning inspired by and included in patch '[ 1215450 ] cleanup: unreachable code.'

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

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