]>
git.saurik.com Git - wxWidgets.git/log
Stefan Csomor [Tue, 7 Jun 2005 23:40:02 +0000 (23:40 +0000)]
xcode 2.1 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34589
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Jun 2005 20:20:07 +0000 (20:20 +0000)]
don't use WINVER for tests, work around bug in VC6 headers in another way
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34588
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Jun 2005 20:19:37 +0000 (20:19 +0000)]
don't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600 (current max)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34587
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 7 Jun 2005 20:18:11 +0000 (20:18 +0000)]
correcting condition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34586
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Jun 2005 20:15:48 +0000 (20:15 +0000)]
don't draw edge around the bitmap for pseudo owner-drawn items, this doesn't look well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34585
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Jun 2005 20:13:48 +0000 (20:13 +0000)]
InsertMenuItem() works with bitmaps under Win98 too (not only ME)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34584
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 7 Jun 2005 20:09:58 +0000 (20:09 +0000)]
don't test for WINVER inside the library, we do all the tests at run-time, not compile-time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34583
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 7 Jun 2005 19:16:15 +0000 (19:16 +0000)]
First part of '[
1216148 ] cleanup: unused variables and declarations'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34582
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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