wxWidgets.git
23 years agoremoved (deprecated) call to dh_testversion.
Ron Lee [Mon, 19 Mar 2001 10:46:36 +0000 (10:46 +0000)] 
removed (deprecated) call to dh_testversion.

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

23 years agowxHTML: fixed bug in tables rendering when rowspan was used
Václav Slavík [Sun, 18 Mar 2001 23:34:17 +0000 (23:34 +0000)] 
wxHTML: fixed bug in tables rendering when rowspan was used

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

23 years agoUpdated /debian with the latest changes from 2.2 branch.
Ron Lee [Sun, 18 Mar 2001 23:11:58 +0000 (23:11 +0000)] 
Updated /debian with the latest changes from 2.2 branch.

Applied patch from 2.2 to setup.py to allow the setting
of a 'trick' wx-config for in-tree package builds.

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

23 years agoremoved out-of-date info
Václav Slavík [Sat, 17 Mar 2001 23:44:35 +0000 (23:44 +0000)] 
removed out-of-date info

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

23 years agoreplaced wxLogDebugs with wxLogTrace in dnd code - the former is just too annoying...
Vadim Zeitlin [Fri, 16 Mar 2001 19:43:42 +0000 (19:43 +0000)] 
replaced wxLogDebugs with wxLogTrace in dnd code - the former is just too annoying and impossible to switch off

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

23 years agofixed (?) bug 407974 (arrows not working)
Vadim Zeitlin [Fri, 16 Mar 2001 19:37:50 +0000 (19:37 +0000)] 
fixed (?) bug 407974 (arrows not working)

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

23 years agoadded checks to wxFont accessors
Vadim Zeitlin [Thu, 15 Mar 2001 19:30:53 +0000 (19:30 +0000)] 
added checks to wxFont accessors

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

23 years agowxGTK version of generated code for recent changes
Robin Dunn [Thu, 15 Mar 2001 00:52:30 +0000 (00:52 +0000)] 
wxGTK version of generated code for recent changes

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

23 years agowxGTK version of generated code for recent changes
Robin Dunn [Thu, 15 Mar 2001 00:36:12 +0000 (00:36 +0000)] 
wxGTK version of generated code for recent changes

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

23 years agoenhanced a comment ;-)
Robin Dunn [Thu, 15 Mar 2001 00:35:30 +0000 (00:35 +0000)] 
enhanced a comment ;-)

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

23 years agofixed the automatic sys.stdout/sys.stderr to window redirection in wxApp
Robin Dunn [Thu, 15 Mar 2001 00:33:33 +0000 (00:33 +0000)] 
fixed the automatic sys.stdout/sys.stderr to window redirection in wxApp

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

23 years ago Committing in .
Jouk Jansen [Wed, 14 Mar 2001 10:37:49 +0000 (10:37 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/dcbase.cpp

 Addec missing math.h

----------------------------------------------------------------------

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

23 years agoChanged wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
Robin Dunn [Wed, 14 Mar 2001 08:05:03 +0000 (08:05 +0000)] 
Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList
behind the scenes, but to use normal ctor and dtors.

Exposed the wxTheXXXLists to wxPython.

Also wxTheColourDatabase and added a library module to load LOTS more
colour names into the colour database.

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

23 years agoA bunch of little tweaks, fixes, and additions
Robin Dunn [Tue, 13 Mar 2001 23:50:43 +0000 (23:50 +0000)] 
A bunch of little tweaks, fixes, and additions

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

23 years agomoved splines rendering code into wxDCBase
Václav Slavík [Tue, 13 Mar 2001 23:38:57 +0000 (23:38 +0000)] 
moved splines rendering code into wxDCBase

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

23 years agoFixed the template so that the .DSP file that gets generated will actually compile...
George Tasker [Tue, 13 Mar 2001 22:06:59 +0000 (22:06 +0000)] 
Fixed the template so that the .DSP file that gets generated will actually compile (it was failing trying to build y_tab.c which does not exist until you do a command line build, and even after creating it, there were duplicate definitions).  All tests I ran did not need this file to be compiled, so it is not currently built.
The wxBase(d).lib files are no placed in the wxwindows/lib directory with all the other LIB files.
The BaseDebug and BaseRelease directories (that hold all the OBJ/PCH/etc files) are now created under the src/msw directory so that if the wxBase(d).lib file is built with the IDE, and then an APP (like samples/console) is built with the command line makefiles, then all the PCH and DUMMY.OBJ files are in the expected place
The previous version of this file was trying to use the $(WX) environment variable, which was not supported.  It has been changed to use $(WXWIN) now like all other places in the program.

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

23 years agoAdded code to the template to copy setup0.h to setup.h if setup.h does not exist...
George Tasker [Tue, 13 Mar 2001 22:01:45 +0000 (22:01 +0000)] 
Added code to the template to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS).

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

23 years agoAdded the wxBase makefile/VC project template creations using basevc.t and vc6base...
George Tasker [Tue, 13 Mar 2001 22:00:45 +0000 (22:00 +0000)] 
Added the wxBase makefile/VC project template creations using basevc.t and vc6base.t to make src/msw/makebase.vc and wxWindows/wxBase.dsp respectively

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

23 years agoNew tmake template for generating makebase.vc for command line builds of wxBase(d...
George Tasker [Tue, 13 Mar 2001 21:59:13 +0000 (21:59 +0000)] 
New tmake template for generating makebase.vc for command line builds of wxBase(d).lib using VC

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

23 years agoRegenerated from the new vc6base.t tmake template
George Tasker [Tue, 13 Mar 2001 21:58:25 +0000 (21:58 +0000)] 
Regenerated from the new vc6base.t tmake template

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

23 years agoFixed sample so that if the DATETIME test is enabled, then <math.h> is #included...
George Tasker [Tue, 13 Mar 2001 21:57:04 +0000 (21:57 +0000)] 
Fixed sample so that if the DATETIME test is enabled, then <math.h> is #included so that wxBase can compile this sample

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

23 years agoVC makefile for building samples/console using wxBase(d).lib
George Tasker [Tue, 13 Mar 2001 21:51:26 +0000 (21:51 +0000)] 
VC makefile for building samples/console using wxBase(d).lib

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

23 years agoAdditions to support the building of wxBase(d).lib from the command line with VC.
George Tasker [Tue, 13 Mar 2001 21:50:41 +0000 (21:50 +0000)] 
Additions to support the building of wxBase(d).lib from the command line with VC.

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

23 years agomakefile for building wxBase using the command line. This file is generated by tmake...
George Tasker [Tue, 13 Mar 2001 21:49:38 +0000 (21:49 +0000)] 
makefile for building wxBase using the command line.  This file is generated by tmake using the makevc.t template.  Builds wxBase(d).lib in the wxwindows/lib directory, and can build seperate DEBUG and RELEASE builds based on FINAL=0/1

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

23 years agoAdded the code to copy setup0.h to setup.h if setup.h does not exist (due to checkout...
George Tasker [Tue, 13 Mar 2001 21:47:58 +0000 (21:47 +0000)] 
Added the code to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS).  The tmake template is also being updated now for when we do the next tmake generation of the makefile

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

23 years agoMemory tracing and ODBC classes are now (optionally) available in wxBase builds
George Tasker [Tue, 13 Mar 2001 17:22:37 +0000 (17:22 +0000)] 
Memory tracing and ODBC classes are now (optionally) available in wxBase builds

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

23 years agoSemicolon was missing on the end of the WXINC line
George Tasker [Tue, 13 Mar 2001 15:09:40 +0000 (15:09 +0000)] 
Semicolon was missing on the end of the WXINC line

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

23 years agoAdded listdb to the list of object files that must be created
George Tasker [Tue, 13 Mar 2001 15:06:11 +0000 (15:06 +0000)] 
Added listdb to the list of object files that must be created

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

23 years agoRemoved the requirement that wxUSE_GUI must be 1 to get wxUSE_FILESYSTEM, wxUSE_FS_ZI...
George Tasker [Tue, 13 Mar 2001 14:43:45 +0000 (14:43 +0000)] 
Removed the requirement that wxUSE_GUI must be 1 to get wxUSE_FILESYSTEM, wxUSE_FS_ZIP, etc...without this change, samples/console cannot be compiled.

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

23 years agofixed wxTimeSpan::Format() to behave more reasonably
Vadim Zeitlin [Tue, 13 Mar 2001 13:17:46 +0000 (13:17 +0000)] 
fixed wxTimeSpan::Format() to behave more reasonably

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

23 years agopatch initializing the multi choice dialog with the selections array values
Vadim Zeitlin [Mon, 12 Mar 2001 21:54:39 +0000 (21:54 +0000)] 
patch initializing the multi choice dialog with the selections array values

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

23 years agoBug fix for #406153
Julian Smart [Mon, 12 Mar 2001 17:30:45 +0000 (17:30 +0000)] 
Bug fix for #406153

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

23 years agoremoved ugly Mac OS X related hack in wxBASE configuration
Gilles Depeyrot [Mon, 12 Mar 2001 07:20:11 +0000 (07:20 +0000)] 
removed ugly Mac OS X related hack in wxBASE configuration

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

23 years agofixed all's dependencies so that the makefile generates files.lst files
Václav Slavík [Sun, 11 Mar 2001 23:32:51 +0000 (23:32 +0000)] 
fixed all's dependencies so that the makefile generates files.lst files

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

23 years agofixed MacOS X test
Václav Slavík [Sun, 11 Mar 2001 23:32:32 +0000 (23:32 +0000)] 
fixed MacOS X test

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

23 years agoIMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by IMPLEMENT_ABSTRACT_CLASS(wxDC...
Václav Slavík [Sun, 11 Mar 2001 16:43:16 +0000 (16:43 +0000)] 
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by IMPLEMENT_ABSTRACT_CLASS(wxDC, wxDCBase)

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

23 years agotrying to fix wxSpinCtrl update behaviour
Vadim Zeitlin [Sat, 10 Mar 2001 18:01:33 +0000 (18:01 +0000)] 
trying to fix wxSpinCtrl update behaviour

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

23 years agofixed wxDos2UnixFilename description
Vadim Zeitlin [Sat, 10 Mar 2001 17:50:46 +0000 (17:50 +0000)] 
fixed wxDos2UnixFilename description

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

23 years agomerged HAVE_VSNPRINTF fix from 2.2 branch
Vadim Zeitlin [Sat, 10 Mar 2001 17:48:09 +0000 (17:48 +0000)] 
merged HAVE_VSNPRINTF fix from 2.2 branch

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

23 years agoAdded some simple sample apps
Robin Dunn [Sat, 10 Mar 2001 05:07:25 +0000 (05:07 +0000)] 
Added some simple sample apps

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

23 years agofixed wxToolBar::DeleteTool and losing the rows number on sys colour change
Vadim Zeitlin [Sat, 10 Mar 2001 00:10:35 +0000 (00:10 +0000)] 
fixed wxToolBar::DeleteTool and losing the rows number on sys colour change

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

23 years agofixed parsing of tags with whitespace around = sign
Václav Slavík [Fri, 9 Mar 2001 23:40:36 +0000 (23:40 +0000)] 
fixed parsing of tags with whitespace around = sign

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

23 years agomerged in the fix for WM_MOVE
Vadim Zeitlin [Fri, 9 Mar 2001 23:20:36 +0000 (23:20 +0000)] 
merged in the fix for WM_MOVE

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

23 years ago Committing in .
Jouk Jansen [Fri, 9 Mar 2001 11:18:35 +0000 (11:18 +0000)] 
 Committing in .

 Excluding the sample controls to be build when using wxMotif on VMS. Something
 seems to be broken in wxMotif.

 Modified Files:
  wxWindows/descrip.mms
 ----------------------------------------------------------------------

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

23 years agoadded test for wxFileSystem
Vadim Zeitlin [Fri, 9 Mar 2001 01:05:41 +0000 (01:05 +0000)] 
added test for wxFileSystem

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

23 years agofixed FindOrCreatePen/Brush() for the case when the object couldn't be created succes...
Vadim Zeitlin [Thu, 8 Mar 2001 18:28:43 +0000 (18:28 +0000)] 
fixed FindOrCreatePen/Brush() for the case when the object couldn't be created successfully

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

23 years agofixed (?) setup.h regeneration
Vadim Zeitlin [Thu, 8 Mar 2001 17:44:05 +0000 (17:44 +0000)] 
fixed (?) setup.h regeneration

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

23 years agofixed CODE_GEN_FLAGS_CXX
Vadim Zeitlin [Thu, 8 Mar 2001 14:52:35 +0000 (14:52 +0000)] 
fixed CODE_GEN_FLAGS_CXX

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

23 years agofixed DeviceToLogical[XY]
Vadim Zeitlin [Wed, 7 Mar 2001 19:14:26 +0000 (19:14 +0000)] 
fixed DeviceToLogical[XY]

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

23 years agoSupport for building samples in a port, dbg-rlse, dll-stat specifc output path
David Webster [Wed, 7 Mar 2001 18:18:18 +0000 (18:18 +0000)] 
Support for building samples in a port, dbg-rlse, dll-stat specifc output path

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

23 years agoSUpport for new location of module definition files.
David Webster [Wed, 7 Mar 2001 15:45:16 +0000 (15:45 +0000)] 
SUpport for new location of module definition files.

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

23 years agoSUpport for new location of module definition files.
David Webster [Wed, 7 Mar 2001 15:41:22 +0000 (15:41 +0000)] 
SUpport for new location of module definition files.

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

23 years agoMoving OS/2 module defeintion files to /src/os2
David Webster [Wed, 7 Mar 2001 15:39:36 +0000 (15:39 +0000)] 
Moving OS/2 module defeintion files to /src/os2

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

23 years agoMake updates for OS/2
David Webster [Wed, 7 Mar 2001 15:37:33 +0000 (15:37 +0000)] 
Make updates for OS/2

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

23 years agomerged fix from the 2.2 branch but the test I changed seems to have disappeared ...
Vadim Zeitlin [Tue, 6 Mar 2001 20:09:48 +0000 (20:09 +0000)] 
merged fix from the 2.2 branch but the test I changed seems to have disappeared - is it ok?

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

23 years agoadded TEST_PATHLIST (old change which I forgot to commit before)
Vadim Zeitlin [Tue, 6 Mar 2001 00:28:22 +0000 (00:28 +0000)] 
added TEST_PATHLIST (old change which I forgot to commit before)

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

23 years agoadded Navigation Services library
Gilles Depeyrot [Mon, 5 Mar 2001 20:32:55 +0000 (20:32 +0000)] 
added Navigation Services library

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

23 years agoignore CodeWarrior build directory and output files
Gilles Depeyrot [Mon, 5 Mar 2001 20:16:58 +0000 (20:16 +0000)] 
ignore CodeWarrior build directory and output files

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

23 years agowxFileSelector should have file name only, not path, passed to 3rd arg
Julian Smart [Mon, 5 Mar 2001 16:50:58 +0000 (16:50 +0000)] 
wxFileSelector should have file name only, not path, passed to 3rd arg

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

23 years agocorrected redraw problems with native controls
Stefan Csomor [Sun, 4 Mar 2001 19:10:47 +0000 (19:10 +0000)] 
corrected redraw problems with native controls

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

23 years ago correct window class attribution (was wrong in carbon)
Stefan Csomor [Sun, 4 Mar 2001 12:49:27 +0000 (12:49 +0000)] 
 correct window class attribution (was wrong in carbon)

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

23 years agochanged choice to properly inherit from wxChoiceBase , added msg compatible calls...
Stefan Csomor [Sun, 4 Mar 2001 12:47:34 +0000 (12:47 +0000)] 
changed choice to properly inherit from wxChoiceBase , added msg compatible calls to wxStaticBitmap, correct window class attribution (was wrong in carbon)

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

23 years agochanged choice to properly inherit from wxChoiceBase , added msg compatible calls...
Stefan Csomor [Sun, 4 Mar 2001 12:46:30 +0000 (12:46 +0000)] 
changed choice to properly inherit from wxChoiceBase , added msg compatible calls to wxStaticBitmap

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

23 years agoadded EVT_COMMAND_SCROLL_THUMBRELEASE event
Vadim Zeitlin [Sun, 4 Mar 2001 00:21:59 +0000 (00:21 +0000)] 
added EVT_COMMAND_SCROLL_THUMBRELEASE event

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

23 years agowx-config changes merged from the 2.2 branch
Vadim Zeitlin [Sat, 3 Mar 2001 20:26:27 +0000 (20:26 +0000)] 
wx-config changes merged from the 2.2 branch

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

23 years agomac changes : wxDC - removed doubly defined vars (inherited from base) and fixed...
Stefan Csomor [Sat, 3 Mar 2001 17:18:03 +0000 (17:18 +0000)] 
mac changes : wxDC - removed doubly defined vars (inherited from base) and fixed wxPen - width scales with context and 0 width always renders one pixel wide

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

23 years agoImplemented wxStaticLine under Mac. I thought I had
Robert Roebling [Fri, 2 Mar 2001 19:28:57 +0000 (19:28 +0000)] 
Implemented wxStaticLine under Mac. I thought I had
commited this already, actually.

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

23 years agoAdded DisplayTextPopup to wxHtmlHelpController; fixed refresh bugs in
Julian Smart [Fri, 2 Mar 2001 15:16:16 +0000 (15:16 +0000)] 
Added DisplayTextPopup to wxHtmlHelpController; fixed refresh bugs in
generic wxListCtrl

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

23 years agoAdded test to prevent crash in LogMenuEvent
Julian Smart [Fri, 2 Mar 2001 12:49:26 +0000 (12:49 +0000)] 
Added test to prevent crash in LogMenuEvent

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

23 years agofinal adjustements to wxToolbar to make it layout as on other platforms
Stefan Csomor [Thu, 1 Mar 2001 06:50:39 +0000 (06:50 +0000)] 
final adjustements to wxToolbar to make it layout as on other platforms

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

23 years agoAdded YieldIfNeeded
David Webster [Thu, 1 Mar 2001 03:25:03 +0000 (03:25 +0000)] 
Added YieldIfNeeded

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

23 years agoNew .dll mod def file
David Webster [Thu, 1 Mar 2001 03:24:30 +0000 (03:24 +0000)] 
New .dll mod def file

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

23 years agoadded new focus behaviour (like MSW) and toolbar fixes
Stefan Csomor [Wed, 28 Feb 2001 20:48:20 +0000 (20:48 +0000)] 
added new focus behaviour (like MSW) and toolbar fixes

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

23 years agoUndo the Test commit
David Webster [Wed, 28 Feb 2001 20:36:25 +0000 (20:36 +0000)] 
Undo the Test commit

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

23 years agoTest commit
David Webster [Wed, 28 Feb 2001 20:35:38 +0000 (20:35 +0000)] 
Test commit

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

23 years agofixed problem in wrapping of wxOGLConstraint
Robin Dunn [Wed, 28 Feb 2001 19:15:15 +0000 (19:15 +0000)] 
fixed problem in wrapping of wxOGLConstraint

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

23 years agofixed bug with wx-config --cflags not returning the code generation flags
Vadim Zeitlin [Wed, 28 Feb 2001 18:38:34 +0000 (18:38 +0000)] 
fixed bug with wx-config --cflags not returning the code generation flags

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

23 years agodefault window creation algorithm for mac platform is changed, now a full window...
Stefan Csomor [Wed, 28 Feb 2001 14:31:16 +0000 (14:31 +0000)] 
default window creation algorithm for mac platform is changed, now a full window with titlebar is drawn as soon as the style has WX_CAPTION (before it needed WX_THICKFRAME )

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

23 years agotoolbars are now possible in any window
Stefan Csomor [Wed, 28 Feb 2001 14:29:53 +0000 (14:29 +0000)] 
toolbars are now possible in any window

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

23 years agoLocal event array wasn't initialized
Julian Smart [Wed, 28 Feb 2001 13:58:07 +0000 (13:58 +0000)] 
Local event array wasn't initialized

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

23 years agoadded menubar update OnActivate for multiple frames with their own menubars, it's...
Stefan Csomor [Wed, 28 Feb 2001 13:04:19 +0000 (13:04 +0000)] 
added menubar update OnActivate for multiple frames with their own menubars, it's not perfect (menu merge) would be better, but at last something

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

23 years agocorrected hiding/showing of native mac controls
Stefan Csomor [Wed, 28 Feb 2001 12:23:17 +0000 (12:23 +0000)] 
corrected hiding/showing of native mac controls

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

23 years agocorrected the invalidation when resizing windows (was only invalidating the client...
Stefan Csomor [Tue, 27 Feb 2001 23:21:48 +0000 (23:21 +0000)] 
corrected the invalidation when resizing windows (was only invalidating the client area)

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

23 years agoadded calls for invalidating the dc setup on mac explicitely (needed in case of neste...
Stefan Csomor [Tue, 27 Feb 2001 21:38:13 +0000 (21:38 +0000)] 
added calls for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

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

23 years agoadded a call for invalidating the dc setup on mac explicitely (needed in case of...
Stefan Csomor [Tue, 27 Feb 2001 21:35:18 +0000 (21:35 +0000)] 
added a call for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

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

23 years agoadded CodeWarrior projects for Classic Mac OS
Gilles Depeyrot [Mon, 26 Feb 2001 22:24:42 +0000 (22:24 +0000)] 
added CodeWarrior projects for Classic Mac OS

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

23 years agowxMac:
Robert Roebling [Mon, 26 Feb 2001 20:12:21 +0000 (20:12 +0000)] 
wxMac:
Added wxControlNameStr. (second try).

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

23 years agomatching changes for makefile.g95
Vadim Zeitlin [Mon, 26 Feb 2001 10:41:10 +0000 (10:41 +0000)] 
matching changes for makefile.g95

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

23 years agoapplied patch 403988 (fixing MDI window menu)
Vadim Zeitlin [Mon, 26 Feb 2001 10:24:24 +0000 (10:24 +0000)] 
applied patch 403988 (fixing MDI window menu)

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

23 years agoapplied patch 403898 (fixing msw/tabctrl.cpp include)
Vadim Zeitlin [Mon, 26 Feb 2001 10:21:56 +0000 (10:21 +0000)] 
applied patch 403898 (fixing msw/tabctrl.cpp include)

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

23 years agoapplied patch 404136 which is supposed to fix BC5.5 crashes
Vadim Zeitlin [Mon, 26 Feb 2001 10:17:57 +0000 (10:17 +0000)] 
applied patch 404136 which is supposed to fix BC5.5 crashes

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

23 years agoapplied patch 403956 (gcc warning fix)
Vadim Zeitlin [Mon, 26 Feb 2001 10:03:12 +0000 (10:03 +0000)] 
applied patch 403956 (gcc warning fix)

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

23 years agoadded missing method to set colour from hex value
Gilles Depeyrot [Mon, 26 Feb 2001 07:14:18 +0000 (07:14 +0000)] 
added missing method to set colour from hex value

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

23 years agousing wxURL now enforces linking http.o, ftp.o and sckfile.o
Václav Slavík [Fri, 23 Feb 2001 22:52:11 +0000 (22:52 +0000)] 
using wxURL now enforces linking http.o, ftp.o and sckfile.o

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

23 years agofixed GetMargins() compilation
Vadim Zeitlin [Fri, 23 Feb 2001 20:28:54 +0000 (20:28 +0000)] 
fixed GetMargins() compilation

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

23 years agoDefine wxUSE_NOTEBOOK for Mac. Required ny sizer.
Stefan Csomor [Fri, 23 Feb 2001 19:46:00 +0000 (19:46 +0000)] 
Define wxUSE_NOTEBOOK for Mac. Required ny sizer.

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

23 years agoDont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.
Stefan Csomor [Fri, 23 Feb 2001 19:45:00 +0000 (19:45 +0000)] 
Dont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.

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

23 years agodocumented fs_zip bugfix
Václav Slavík [Fri, 23 Feb 2001 19:00:21 +0000 (19:00 +0000)] 
documented fs_zip bugfix

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

23 years agoadded GetMargins()
Vadim Zeitlin [Fri, 23 Feb 2001 16:35:50 +0000 (16:35 +0000)] 
added GetMargins()

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

23 years agofixed FindFirst/FindNext in fs_zip, it should find all directories now
Václav Slavík [Thu, 22 Feb 2001 23:43:45 +0000 (23:43 +0000)] 
fixed FindFirst/FindNext in fs_zip, it should find all directories now

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