]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoChanged all symbols with the name "id" to "winid" to allow Objective-C++
David Elliott [Mon, 27 Oct 2003 03:47:39 +0000 (03:47 +0000)] 
Changed all symbols with the name "id" to "winid" to allow Objective-C++

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

20 years agoChanged all symbols with the name "id" to "timerid" to allow Objective-C++
David Elliott [Mon, 27 Oct 2003 03:42:30 +0000 (03:42 +0000)] 
Changed all symbols with the name "id" to "timerid" to allow Objective-C++

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

20 years agoignore Bakefiles.local.bkgen
Václav Slavík [Sun, 26 Oct 2003 20:47:14 +0000 (20:47 +0000)] 
ignore Bakefiles.local.bkgen

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

20 years agoadded C++BuilderX support (disabled by default)
Václav Slavík [Sun, 26 Oct 2003 20:45:27 +0000 (20:45 +0000)] 
added C++BuilderX support (disabled by default)

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

20 years ago Darwin compilation fix.
Mattia Barbon [Sun, 26 Oct 2003 17:55:04 +0000 (17:55 +0000)] 
  Darwin compilation fix.

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

20 years agoFixed update rectangle passed to WinInvalidateRect in wxWindowOS2::Refresh().
Stefan Neis [Sun, 26 Oct 2003 16:11:20 +0000 (16:11 +0000)] 
Fixed update rectangle passed to WinInvalidateRect in wxWindowOS2::Refresh().

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

20 years agofixed sed command on solaris (bug #830138)
Václav Slavík [Sat, 25 Oct 2003 19:53:45 +0000 (19:53 +0000)] 
fixed sed command on solaris (bug #830138)

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

20 years ago More NO_PTR -> PTR compilation fixes.
Mattia Barbon [Sat, 25 Oct 2003 08:52:23 +0000 (08:52 +0000)] 
  More NO_PTR -> PTR compilation fixes.

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

20 years agofixed placement of pythonnote
Robin Dunn [Fri, 24 Oct 2003 22:35:18 +0000 (22:35 +0000)] 
fixed placement of pythonnote

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

20 years agouse iconv() for wxCSConv constructed from a wxFontEncoding; don't use wxFontMapper...
Vadim Zeitlin [Fri, 24 Oct 2003 21:50:00 +0000 (21:50 +0000)] 
use iconv() for wxCSConv constructed from a wxFontEncoding; don't use wxFontMapper unless really needed; when it is used, don't use it interactively

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

20 years ago Match changes in DECLARE_*_CLASS.
Mattia Barbon [Fri, 24 Oct 2003 21:28:56 +0000 (21:28 +0000)] 
  Match changes in DECLARE_*_CLASS.

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

20 years agocompilation fix for some Unicode builds
Vadim Zeitlin [Fri, 24 Oct 2003 20:12:07 +0000 (20:12 +0000)] 
compilation fix for some Unicode builds

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

20 years agofixed crash on startup under GTK
Vadim Zeitlin [Fri, 24 Oct 2003 20:08:12 +0000 (20:08 +0000)] 
fixed crash on startup under GTK

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

20 years agofixed iso-8859-1 handling to report failures
Václav Slavík [Fri, 24 Oct 2003 19:25:48 +0000 (19:25 +0000)] 
fixed iso-8859-1 handling to report failures

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

20 years agofixed crash if szLocale==NULL
Václav Slavík [Fri, 24 Oct 2003 09:32:29 +0000 (09:32 +0000)] 
fixed crash if szLocale==NULL

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

20 years ago Until configure and aclocal.m4 are in CVS they should not
Mattia Barbon [Thu, 23 Oct 2003 22:19:32 +0000 (22:19 +0000)] 
  Until configure and aclocal.m4 are in CVS they should not
be in .cvsignore.

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

20 years ago Make both GCC and MSVC 5 happy.
Mattia Barbon [Thu, 23 Oct 2003 21:58:22 +0000 (21:58 +0000)] 
  Make both GCC and MSVC 5 happy.

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

20 years ago wxMac linking fix.
Mattia Barbon [Thu, 23 Oct 2003 21:51:33 +0000 (21:51 +0000)] 
  wxMac linking fix.

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

20 years ago Suboptimal wxColour::CreateByName implementation for wxMotif.
Mattia Barbon [Thu, 23 Oct 2003 21:49:44 +0000 (21:49 +0000)] 
  Suboptimal wxColour::CreateByName implementation for wxMotif.

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

20 years ago Compilation fixes.
Mattia Barbon [Thu, 23 Oct 2003 21:38:31 +0000 (21:38 +0000)] 
  Compilation fixes.

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

20 years agofix for gcc MacOS
Stefan Csomor [Thu, 23 Oct 2003 17:46:04 +0000 (17:46 +0000)] 
fix for gcc MacOS

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

20 years agodon't refresh the font unnecessarily (patch from Robert Vazan)
Vadim Zeitlin [Thu, 23 Oct 2003 16:48:45 +0000 (16:48 +0000)] 
don't refresh the font unnecessarily (patch from Robert Vazan)

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

20 years agodon't crash on startup (fix for last change)
Vadim Zeitlin [Thu, 23 Oct 2003 12:09:04 +0000 (12:09 +0000)] 
don't crash on startup (fix for last change)

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

20 years agoremoved a printf()
Vadim Zeitlin [Thu, 23 Oct 2003 11:28:36 +0000 (11:28 +0000)] 
removed a printf()

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

20 years agoAdded SetColumnCount method
Robin Dunn [Wed, 22 Oct 2003 23:29:54 +0000 (23:29 +0000)] 
Added SetColumnCount method

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

20 years agodon't append spaces to all arguments in ConvertStringToArgs()
Vadim Zeitlin [Wed, 22 Oct 2003 21:40:04 +0000 (21:40 +0000)] 
don't append spaces to all arguments in ConvertStringToArgs()

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

20 years agomoved wxUSE_UNICODE <-> _UNICODE checks to wx/platform.h from wx/wxchar.h because...
Vadim Zeitlin [Wed, 22 Oct 2003 21:24:16 +0000 (21:24 +0000)] 
moved wxUSE_UNICODE <-> _UNICODE checks to wx/platform.h from wx/wxchar.h because wxUSE_UNICODE is used in wx/defs.h itself, before wx/wxchar.h is included

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

20 years ago Compilation and warning fixes for GCC 3.2.
Mattia Barbon [Wed, 22 Oct 2003 20:54:50 +0000 (20:54 +0000)] 
  Compilation and warning fixes for GCC 3.2.

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

20 years ago Fixed condition not to be always false.
Mattia Barbon [Wed, 22 Oct 2003 20:30:59 +0000 (20:30 +0000)] 
  Fixed condition not to be always false.

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

20 years ago Compilation fix.
Mattia Barbon [Wed, 22 Oct 2003 20:22:58 +0000 (20:22 +0000)] 
  Compilation fix.

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

20 years agoreSWIGged
Robin Dunn [Wed, 22 Oct 2003 17:40:36 +0000 (17:40 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Wed, 22 Oct 2003 17:30:01 +0000 (17:30 +0000)] 
reSWIGged

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

20 years agoAdd sample showing how to use the XRC subclass attribute
Robin Dunn [Wed, 22 Oct 2003 17:25:20 +0000 (17:25 +0000)] 
Add sample showing how to use the XRC subclass attribute

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

20 years agoSave the initial tstate during initialization
Robin Dunn [Wed, 22 Oct 2003 17:23:36 +0000 (17:23 +0000)] 
Save the initial tstate during initialization

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

20 years agoUpdates for wxColourDatabase
Robin Dunn [Wed, 22 Oct 2003 17:21:47 +0000 (17:21 +0000)] 
Updates for wxColourDatabase

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

20 years agostring conversion bug fixed
Stefan Csomor [Wed, 22 Oct 2003 17:10:20 +0000 (17:10 +0000)] 
string conversion bug fixed

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

20 years agofix for unicode build
Stefan Csomor [Wed, 22 Oct 2003 17:08:54 +0000 (17:08 +0000)] 
fix for unicode build

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

20 years agoinclude wx/platform, to get __WINDOWS__ etc
Václav Slavík [Wed, 22 Oct 2003 14:46:57 +0000 (14:46 +0000)] 
include wx/platform, to get __WINDOWS__ etc

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

20 years agoaccount for parent area origin when creating controls and windows
Vadim Zeitlin [Wed, 22 Oct 2003 08:43:28 +0000 (08:43 +0000)] 
account for parent area origin when creating controls and windows

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

20 years agomoved text creation after tbar creation
Vadim Zeitlin [Wed, 22 Oct 2003 08:41:36 +0000 (08:41 +0000)] 
moved text creation after tbar creation

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

20 years agoadded default value (0) for flags argument of AdjustForParentClientOrigin()
Vadim Zeitlin [Wed, 22 Oct 2003 08:33:32 +0000 (08:33 +0000)] 
added default value (0) for flags argument of AdjustForParentClientOrigin()

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

20 years agomention ShouldInheritColours() change
Vadim Zeitlin [Wed, 22 Oct 2003 08:27:57 +0000 (08:27 +0000)] 
mention ShouldInheritColours() change

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

20 years agoregen'd after adding wx/dlimpexp.h
Vadim Zeitlin [Wed, 22 Oct 2003 08:12:30 +0000 (08:12 +0000)] 
regen'd after adding wx/dlimpexp.h

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

20 years agoremoved duplicate yellow green from colour database
Vadim Zeitlin [Wed, 22 Oct 2003 07:49:45 +0000 (07:49 +0000)] 
removed duplicate yellow green from colour database

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

20 years agoadding support for mach unicode builds
Stefan Csomor [Wed, 22 Oct 2003 06:46:48 +0000 (06:46 +0000)] 
adding support for mach unicode builds

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

20 years agodon't allocate system fonts/colours dynamically
Vadim Zeitlin [Tue, 21 Oct 2003 23:30:03 +0000 (23:30 +0000)] 
don't allocate system fonts/colours dynamically

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

20 years agofix for wxDateTime::SetToYearDay(last month day) (bug 816065)
Vadim Zeitlin [Tue, 21 Oct 2003 23:00:37 +0000 (23:00 +0000)] 
fix for wxDateTime::SetToYearDay(last month day) (bug 816065)

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

20 years agofix for mistakenly prepending slash to the filenames without paths (bug introduced...
Vadim Zeitlin [Tue, 21 Oct 2003 22:45:28 +0000 (22:45 +0000)] 
fix for mistakenly prepending slash to the filenames without paths (bug introduced by last check in)

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

20 years agogenerate trace messages with dialup mask so that they're not shown by default
Vadim Zeitlin [Tue, 21 Oct 2003 21:34:56 +0000 (21:34 +0000)] 
generate trace messages with dialup mask so that they're not shown by default

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

20 years agoapplied SF patch # 826838 to fix removal of -psn_* command line argument
Gilles Depeyrot [Tue, 21 Oct 2003 20:22:34 +0000 (20:22 +0000)] 
applied SF patch # 826838 to fix removal of -psn_* command line argument

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

20 years agowxUSE_GUI=0 not needed anymore
Václav Slavík [Tue, 21 Oct 2003 14:05:45 +0000 (14:05 +0000)] 
wxUSE_GUI=0 not needed anymore

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

20 years agomore supressed warnings for bcc
Václav Slavík [Tue, 21 Oct 2003 13:14:07 +0000 (13:14 +0000)] 
more supressed warnings for bcc

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

20 years agofree the DIB for raw bitmaps even if they don't use alpha channel
Vadim Zeitlin [Tue, 21 Oct 2003 12:51:50 +0000 (12:51 +0000)] 
free the DIB for raw bitmaps even if they don't use alpha channel

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

20 years agoOpen Watcom doesn't like typename, use class (patch 826812)
Vadim Zeitlin [Mon, 20 Oct 2003 17:43:08 +0000 (17:43 +0000)] 
Open Watcom doesn't like typename, use class (patch 826812)

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

20 years agoVC6 template fixes
Stefan Csomor [Sun, 19 Oct 2003 13:41:33 +0000 (13:41 +0000)] 
VC6 template fixes

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

20 years ago MSVC 5 compilation fix.
Mattia Barbon [Sun, 19 Oct 2003 09:10:20 +0000 (09:10 +0000)] 
  MSVC 5 compilation fix.

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

20 years ago Added some wxPerl notes.
Mattia Barbon [Sun, 19 Oct 2003 09:09:12 +0000 (09:09 +0000)] 
  Added some wxPerl notes.

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

20 years agoreplaced all occurences of wxColourDatabase::FindColour() with Find(); minor code...
Vadim Zeitlin [Sat, 18 Oct 2003 23:51:01 +0000 (23:51 +0000)] 
replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code cleanup here and there

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

20 years agodocumented wxColourDatabase::FindColour() change
Vadim Zeitlin [Sat, 18 Oct 2003 23:46:19 +0000 (23:46 +0000)] 
documented wxColourDatabase::FindColour() change

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

20 years agouse #if WXWIN_COMPAT and not #ifdef (patch 826160)
Vadim Zeitlin [Sat, 18 Oct 2003 23:22:11 +0000 (23:22 +0000)] 
use #if WXWIN_COMPAT and not #ifdef (patch 826160)

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

20 years agouse wxColourDatabase::Find() instead of deprecated FindColour(); some minor code...
Vadim Zeitlin [Sat, 18 Oct 2003 23:20:13 +0000 (23:20 +0000)] 
use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code cleanup

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

20 years ago Further corrections to bitmap and blit code.
Robert Roebling [Sat, 18 Oct 2003 19:23:19 +0000 (19:23 +0000)] 
 Further corrections to bitmap and blit code.

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

20 years agoDMC make.exe can handle include directive, even though it is not documented
Václav Slavík [Sat, 18 Oct 2003 11:34:30 +0000 (11:34 +0000)] 
DMC make.exe can handle include directive, even though it is not documented

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

20 years agoreSWIGged
Robin Dunn [Sat, 18 Oct 2003 05:47:22 +0000 (05:47 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 18 Oct 2003 04:56:15 +0000 (04:56 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 18 Oct 2003 04:36:23 +0000 (04:36 +0000)] 
reSWIGged

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

20 years agoNew version from Timothy Hochberg
Robin Dunn [Sat, 18 Oct 2003 04:33:35 +0000 (04:33 +0000)] 
New version from Timothy Hochberg

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

20 years agoAdded TODO
Robin Dunn [Sat, 18 Oct 2003 04:33:02 +0000 (04:33 +0000)] 
Added TODO

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

20 years agoAdded IsEditCancelled/SetEditCanceled
Robin Dunn [Sat, 18 Oct 2003 04:32:41 +0000 (04:32 +0000)] 
Added IsEditCancelled/SetEditCanceled

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

20 years agoDemo tweaks
Robin Dunn [Sat, 18 Oct 2003 04:31:26 +0000 (04:31 +0000)] 
Demo tweaks

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

20 years agoAdded note about migration guide
Robin Dunn [Sat, 18 Oct 2003 04:30:10 +0000 (04:30 +0000)] 
Added note about migration guide

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

20 years agotypo fixed
Robin Dunn [Sat, 18 Oct 2003 04:29:53 +0000 (04:29 +0000)] 
typo fixed

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

20 years agoadjusting to changes in xti.h
Stefan Csomor [Fri, 17 Oct 2003 19:53:19 +0000 (19:53 +0000)] 
adjusting to changes in xti.h

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

20 years agoadjusting to changes in object.h
Stefan Csomor [Fri, 17 Oct 2003 19:50:46 +0000 (19:50 +0000)] 
adjusting to changes in object.h

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

20 years agoremoving RTTI classinfo #define redirections, not needed anymore
Stefan Csomor [Fri, 17 Oct 2003 19:48:20 +0000 (19:48 +0000)] 
removing RTTI classinfo #define redirections, not needed anymore

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

20 years agoadded CreateByName(), use it in wxColourDatabase
Vadim Zeitlin [Fri, 17 Oct 2003 17:39:28 +0000 (17:39 +0000)] 
added CreateByName(), use it in wxColourDatabase

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

20 years ago\
Robert Roebling [Fri, 17 Oct 2003 14:28:52 +0000 (14:28 +0000)] 
\

  Updated bitmap blitting code as per 2_4

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

20 years agosamples.inc is not data file
Václav Slavík [Fri, 17 Oct 2003 11:20:25 +0000 (11:20 +0000)] 
samples.inc is not data file

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

20 years ago Committing in .
Jouk Jansen [Fri, 17 Oct 2003 10:01:21 +0000 (10:01 +0000)] 
 Committing in .

 OpenVMS updates

 Modified Files:
  wxWindows/setup.h_vms wxWindows/include/wx/defs.h
 ----------------------------------------------------------------------

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

20 years agofixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find()...
Vadim Zeitlin [Thu, 16 Oct 2003 17:42:31 +0000 (17:42 +0000)] 
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future

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

20 years agoadded \NULL
Vadim Zeitlin [Thu, 16 Oct 2003 17:38:15 +0000 (17:38 +0000)] 
added \NULL

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

20 years agofixed wxMouseEvent::Moving() and Dragging() after the last change
Vadim Zeitlin [Thu, 16 Oct 2003 15:05:32 +0000 (15:05 +0000)] 
fixed wxMouseEvent::Moving() and Dragging() after the last change

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

20 years agomade wxRTTI macros namespace-friendly (patch 799434)
Vadim Zeitlin [Thu, 16 Oct 2003 11:33:46 +0000 (11:33 +0000)] 
made wxRTTI macros namespace-friendly (patch 799434)

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

20 years agocompilation fix for Watcom (part of patch 813225)
Vadim Zeitlin [Thu, 16 Oct 2003 11:23:07 +0000 (11:23 +0000)] 
compilation fix for Watcom (part of patch 813225)

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

20 years agoadded wxSYS_ICONTITLE_FONT (patch 816026)
Vadim Zeitlin [Thu, 16 Oct 2003 11:17:38 +0000 (11:17 +0000)] 
added wxSYS_ICONTITLE_FONT (patch 816026)

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

20 years agoVC++ release mode warning fix
Vadim Zeitlin [Thu, 16 Oct 2003 11:09:11 +0000 (11:09 +0000)] 
VC++ release mode warning fix

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

20 years agoVadim moved the macros to dlimpexp.h
Václav Slavík [Thu, 16 Oct 2003 11:02:30 +0000 (11:02 +0000)] 
Vadim moved the macros to dlimpexp.h

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

20 years agoRemoveEventHandler() didn't reset all pointers correctly (patch 819545)
Vadim Zeitlin [Thu, 16 Oct 2003 10:31:19 +0000 (10:31 +0000)] 
RemoveEventHandler() didn't reset all pointers correctly (patch 819545)

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

20 years agowarning fixes for BCC and OW (heavily modified patch 819146)
Vadim Zeitlin [Thu, 16 Oct 2003 10:28:15 +0000 (10:28 +0000)] 
warning fixes for BCC and OW (heavily modified patch 819146)

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

20 years agomoved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocke...
Vadim Zeitlin [Thu, 16 Oct 2003 10:25:56 +0000 (10:25 +0000)] 
moved DLL import/export declarations from wx/defs.h to (new) wx/dlimpexp.h for GSocket; added wxUnusedVar() and wxDUMMY_INITIALIZE() to wx/defs.h

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

20 years agoadded ShouldInheritColours()
Vadim Zeitlin [Thu, 16 Oct 2003 10:00:12 +0000 (10:00 +0000)] 
added ShouldInheritColours()

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

20 years agouse ShouldInheritColours() instead of IsContainerWindow()
Vadim Zeitlin [Thu, 16 Oct 2003 09:39:22 +0000 (09:39 +0000)] 
use ShouldInheritColours() instead of IsContainerWindow()

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

20 years agouse ShouldInheritColours()
Vadim Zeitlin [Thu, 16 Oct 2003 09:38:04 +0000 (09:38 +0000)] 
use ShouldInheritColours()

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

20 years agodon't complain if file doesn't exist in DeleteFile(); do return false if it exists...
Vadim Zeitlin [Thu, 16 Oct 2003 09:19:21 +0000 (09:19 +0000)] 
don't complain if file doesn't exist in DeleteFile(); do return false if it exists and we failed to delete it (patch 819530)

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

20 years agoremoved a string from contrib (Scintilla)
Vadim Zeitlin [Thu, 16 Oct 2003 09:15:10 +0000 (09:15 +0000)] 
removed a string from contrib (Scintilla)

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

20 years agoadded missing wxCMPFUNC_CONVs (patch 817551)
Vadim Zeitlin [Thu, 16 Oct 2003 09:12:36 +0000 (09:12 +0000)] 
added missing wxCMPFUNC_CONVs (patch 817551)

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

20 years agoadded missing wxCMPFUNC_CONVs (patch 820862)
Vadim Zeitlin [Thu, 16 Oct 2003 09:10:44 +0000 (09:10 +0000)] 
added missing wxCMPFUNC_CONVs (patch 820862)

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

20 years agouse correct fallback file name in SaveFile() (patch 820884)
Vadim Zeitlin [Thu, 16 Oct 2003 09:05:54 +0000 (09:05 +0000)] 
use correct fallback file name in SaveFile() (patch 820884)

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

20 years agofinished Japanese translations (patch 824608)
Vadim Zeitlin [Thu, 16 Oct 2003 08:57:03 +0000 (08:57 +0000)] 
finished Japanese translations (patch 824608)

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

20 years agosome cosmetic fixes
Vadim Zeitlin [Thu, 16 Oct 2003 08:51:16 +0000 (08:51 +0000)] 
some cosmetic fixes

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