]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agocorrected warnings when compiling with -Wall -W
Gilles Depeyrot [Fri, 3 May 2002 20:20:55 +0000 (20:20 +0000)] 
corrected warnings when compiling with -Wall -W

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

22 years agowxTextCtrl bug related to \n handling is Carbon related and is therefore
Gilles Depeyrot [Fri, 3 May 2002 20:15:48 +0000 (20:15 +0000)] 
wxTextCtrl bug related to \n handling is Carbon related and is therefore
common to CodeWarrior builds and Apple DevTools builds

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

22 years agocorrected warnings when compiling with -Wall -W
Gilles Depeyrot [Fri, 3 May 2002 19:49:20 +0000 (19:49 +0000)] 
corrected warnings when compiling with -Wall -W

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

22 years agocorrected comment typo
Gilles Depeyrot [Fri, 3 May 2002 19:46:22 +0000 (19:46 +0000)] 
corrected comment typo

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

22 years agoadded missing include file
Gilles Depeyrot [Fri, 3 May 2002 19:43:17 +0000 (19:43 +0000)] 
added missing include file

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

22 years agocorrected warnings when compiling with -Wall -W
Gilles Depeyrot [Fri, 3 May 2002 19:41:22 +0000 (19:41 +0000)] 
corrected warnings when compiling with -Wall -W

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

22 years agocorrected include guards
Gilles Depeyrot [Fri, 3 May 2002 19:33:43 +0000 (19:33 +0000)] 
corrected include guards

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

22 years agoapplied solution derived from SourceForge patch # 546915 for Mach-O shared
Gilles Depeyrot [Fri, 3 May 2002 19:14:30 +0000 (19:14 +0000)] 
applied solution derived from SourceForge patch # 546915 for Mach-O shared
library resource problems when resources are not placed in the application

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

22 years agocorrected warnings and removed useless extern declaration
Gilles Depeyrot [Fri, 3 May 2002 17:48:10 +0000 (17:48 +0000)] 
corrected warnings and removed useless extern declaration

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

22 years agostatic C++ object initialization only seems to be necessary when the library
Gilles Depeyrot [Fri, 3 May 2002 17:46:01 +0000 (17:46 +0000)] 
static C++ object initialization only seems to be necessary when the library
initialization routine needs to use static C++ objects

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

22 years agoinstall both compiled and ascii resource files for Mac OS X
Gilles Depeyrot [Fri, 3 May 2002 17:43:50 +0000 (17:43 +0000)] 
install both compiled and ascii resource files for Mac OS X

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

22 years agoThese methods should be public
Robin Dunn [Thu, 2 May 2002 23:56:00 +0000 (23:56 +0000)] 
These methods should be public

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

22 years agodon't look for the catalogs in the Unix standard paths under Windows
Vadim Zeitlin [Thu, 2 May 2002 23:22:48 +0000 (23:22 +0000)] 
don't look for the catalogs in the Unix standard paths under Windows

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

22 years agoMissing bracket in array.tex
Mattia Barbon [Thu, 2 May 2002 20:09:25 +0000 (20:09 +0000)] 
Missing bracket in array.tex
Documentation for wxStatusBar::Push/PopStatusText
Documentation for wxFrame::Push/PopStatusText and Get/SetStatusBarPane.

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

22 years agoImplemented wxStatusBar::Push/PopStatusText.
Mattia Barbon [Thu, 2 May 2002 20:07:10 +0000 (20:07 +0000)] 
Implemented wxStatusBar::Push/PopStatusText.
Implemented wxFrame::Push/PopSTatusText ( just forward to the status bar ).
Implemented wxFrame::DoGiveHelp, to show menu/toolbar help in the status bar.
Added Get/SetStatusBarPane to get/set the status bar pane the menu/toolbar help
  will be show in

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

22 years agoGenerate EVT_TOOL_ENTER when the user moves the mouse out of the toolbar
Mattia Barbon [Thu, 2 May 2002 20:03:19 +0000 (20:03 +0000)] 
Generate EVT_TOOL_ENTER when the user moves the mouse out of the toolbar

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

22 years agowxExecute takes a char**, not a wxChar**
Mattia Barbon [Thu, 2 May 2002 19:56:03 +0000 (19:56 +0000)] 
wxExecute takes a char**, not a wxChar**

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

22 years agocorrected DoDrawPoint
Stefan Csomor [Thu, 2 May 2002 16:03:14 +0000 (16:03 +0000)] 
corrected DoDrawPoint

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

22 years agoyou don't have to set BCCDIR for compilation with Borland any longer (patch 550105)
Vadim Zeitlin [Thu, 2 May 2002 13:56:41 +0000 (13:56 +0000)] 
you don't have to set BCCDIR for compilation with Borland any longer (patch 550105)

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

22 years agodumb fix for wxDC::Clear() crash
Vadim Zeitlin [Thu, 2 May 2002 13:52:43 +0000 (13:52 +0000)] 
dumb fix for wxDC::Clear() crash

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

22 years agosmall code cleanup while looking for an inexistent problem
Vadim Zeitlin [Thu, 2 May 2002 13:52:09 +0000 (13:52 +0000)] 
small code cleanup while looking for an inexistent problem

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

22 years agosplitted wxFileStream docs in 2 files to make the classes appear in the alphabetic...
Vadim Zeitlin [Thu, 2 May 2002 13:36:23 +0000 (13:36 +0000)] 
splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657)

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

22 years agofixed type: wxUint16 -> wxUint32 (patch 549556)
Vadim Zeitlin [Thu, 2 May 2002 13:30:59 +0000 (13:30 +0000)] 
fixed type: wxUint16 -> wxUint32 (patch 549556)

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

22 years agoChanges for the embedded sample to build on Linux
Robin Dunn [Thu, 2 May 2002 06:18:39 +0000 (06:18 +0000)] 
Changes for the embedded sample to build on Linux
Swigged updates for wxGTK

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

22 years agoFixed the bugs preventing wxPython from being embedded in a wxWindows
Robin Dunn [Thu, 2 May 2002 04:45:47 +0000 (04:45 +0000)] 
Fixed the bugs preventing wxPython from being embedded in a wxWindows
app, and added a sample showing how to do it.

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

22 years agoRemoved wxVTKRenderWindow since VTK now includes a much better python
Robin Dunn [Thu, 2 May 2002 02:49:15 +0000 (02:49 +0000)] 
Removed wxVTKRenderWindow since VTK now includes a much better python
module that allows you to use VTK in a wxPython window.

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

22 years agoChanged the name of export.h to wxPython.h so it wouldn't be so
Robin Dunn [Thu, 2 May 2002 02:46:14 +0000 (02:46 +0000)] 
Changed the name of export.h to wxPython.h so it wouldn't be so
generic.  This is the header that should be included by 3rd party
stuff that is embedding wxPython or making a new wxPython extension
module.

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

22 years agochanged wxUSE_MS_HTML_HELP to 1 by default
Vadim Zeitlin [Wed, 1 May 2002 16:44:14 +0000 (16:44 +0000)] 
changed wxUSE_MS_HTML_HELP to 1 by default

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

22 years agofixed definition of TRUE broken by the last commit
Vadim Zeitlin [Wed, 1 May 2002 16:25:23 +0000 (16:25 +0000)] 
fixed definition of TRUE broken by the last commit

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

22 years agoadded WX_TRUE_DEFINED to allow preventing the redefinition of TRUE/FALSE
Vadim Zeitlin [Wed, 1 May 2002 16:20:49 +0000 (16:20 +0000)] 
added WX_TRUE_DEFINED to allow preventing the redefinition of TRUE/FALSE

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

22 years agoadded a few more consistency tests which used to be in wx\msw\setup.h
Vadim Zeitlin [Wed, 1 May 2002 16:15:01 +0000 (16:15 +0000)] 
added a few more consistency tests which used to be in wx\msw\setup.h

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

22 years agodisabled wxWin memory debugging by default
Vadim Zeitlin [Wed, 1 May 2002 16:14:23 +0000 (16:14 +0000)] 
disabled wxWin memory debugging by default

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

22 years agofixed the wrong custom build messages
Vadim Zeitlin [Wed, 1 May 2002 16:13:48 +0000 (16:13 +0000)] 
fixed the wrong custom build messages

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

22 years agoFixed Unicode breakage I caused
Mattia Barbon [Wed, 1 May 2002 08:57:51 +0000 (08:57 +0000)] 
Fixed Unicode breakage I caused

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

22 years agoMore image processing updates
David Webster [Tue, 30 Apr 2002 22:31:01 +0000 (22:31 +0000)] 
More image processing updates

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

22 years agoSome new members to assist in bitmap rendering
David Webster [Tue, 30 Apr 2002 22:29:51 +0000 (22:29 +0000)] 
Some new members to assist in bitmap rendering

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

22 years agoRenamed wxBuffer to deBuffer
Julian Smart [Tue, 30 Apr 2002 07:34:15 +0000 (07:34 +0000)] 
Renamed wxBuffer to deBuffer

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

22 years agowxTimer was in the wrong place in the demo
Robin Dunn [Tue, 30 Apr 2002 04:27:05 +0000 (04:27 +0000)] 
wxTimer was in the wrong place in the demo

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

22 years agoRemoved the old patch files for swig
Robin Dunn [Tue, 30 Apr 2002 04:26:02 +0000 (04:26 +0000)] 
Removed the old patch files for swig

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

22 years agoIgnore generated Makefile
Robin Dunn [Tue, 30 Apr 2002 02:56:48 +0000 (02:56 +0000)] 
Ignore generated Makefile

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

22 years agoswigged updates for wxMac
Robin Dunn [Tue, 30 Apr 2002 02:49:37 +0000 (02:49 +0000)] 
swigged updates for wxMac
fix for wxMac refresh problem in the demo

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

22 years agoswigged updates for wxGTK
Robin Dunn [Mon, 29 Apr 2002 23:21:15 +0000 (23:21 +0000)] 
swigged updates for wxGTK

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

22 years agoSwitch to using a wxBufferedPaintDC, also draw/erase the focus
Robin Dunn [Mon, 29 Apr 2002 23:17:08 +0000 (23:17 +0000)] 
Switch to using a wxBufferedPaintDC, also draw/erase the focus
indicator differently to workaround double focus event problem.

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

22 years agoPut the panel-under-htmlwindow hack back in since the problem still
Robin Dunn [Mon, 29 Apr 2002 23:09:48 +0000 (23:09 +0000)] 
Put the panel-under-htmlwindow hack back in since the problem still
happens.

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

22 years agoUpdates for building wxSWIG on Linux
Robin Dunn [Mon, 29 Apr 2002 20:19:23 +0000 (20:19 +0000)] 
Updates for building wxSWIG on Linux

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

22 years agoAdded execut bit for configure
Robin Dunn [Mon, 29 Apr 2002 20:04:19 +0000 (20:04 +0000)] 
Added execut bit for configure

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

22 years agoSince I have made several changes to SWIG over the years to accomodate
Robin Dunn [Mon, 29 Apr 2002 19:56:57 +0000 (19:56 +0000)] 
Since I have made several changes to SWIG over the years to accomodate
special cases and other things in wxPython, and since I plan on making
several more, I've decided to put the SWIG sources in wxPython's CVS
instead of relying on maintaining patches.  This effectivly becomes a
fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still
doesn't have some things I rely on in 1.1, not to mention that my
custom patches would all have to be redone, I felt that this is the
easier road to take.

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

22 years agoVarious minor updates
Robin Dunn [Mon, 29 Apr 2002 18:55:23 +0000 (18:55 +0000)] 
Various minor updates

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

22 years agofixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backpor...
Václav Slavík [Mon, 29 Apr 2002 18:38:17 +0000 (18:38 +0000)] 
fixed wxZipInputStream::OnSysSeek wrt memory requirements and malloc(0) (will backport to 2.2)

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

22 years agodon't generate an endless stream of asserts for the 0-sized images
Vadim Zeitlin [Mon, 29 Apr 2002 14:55:08 +0000 (14:55 +0000)] 
don't generate an endless stream of asserts for the 0-sized images

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

22 years agoadded Append(const wxString&) overload and replaced all wxASSERTs with wxASSERT_MSGs...
Vadim Zeitlin [Mon, 29 Apr 2002 12:37:34 +0000 (12:37 +0000)] 
added Append(const wxString&) overload and replaced all wxASSERTs with wxASSERT_MSGs in attempt to make them more clear

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

22 years agosetting the correct event object for EVT_ENTER_WINDOW and EVT_LEAVE_WINDOW
Stefan Csomor [Mon, 29 Apr 2002 06:38:20 +0000 (06:38 +0000)] 
setting the correct event object for EVT_ENTER_WINDOW and EVT_LEAVE_WINDOW

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

22 years agoLots of image/bitmap processing updates.
David Webster [Mon, 29 Apr 2002 04:00:57 +0000 (04:00 +0000)] 
Lots of image/bitmap processing updates.

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

22 years agoNew Moddef file
David Webster [Mon, 29 Apr 2002 04:00:04 +0000 (04:00 +0000)] 
New Moddef file

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

22 years agoMinor changes to test/show expanded array functions.
Stefan Neis [Sun, 28 Apr 2002 15:34:22 +0000 (15:34 +0000)] 
Minor changes to test/show expanded array functions.

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

22 years agodon't pass arrays by value (and also fixed signed/unsigned comparison warning
Vadim Zeitlin [Sun, 28 Apr 2002 14:39:37 +0000 (14:39 +0000)] 
don't pass arrays by value (and also fixed signed/unsigned comparison warning

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

22 years agochanged DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMov...
Vadim Zeitlin [Sun, 28 Apr 2002 14:30:54 +0000 (14:30 +0000)] 
changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag

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

22 years agoadded a (commented out) example of how to force the default action to be move
Vadim Zeitlin [Sun, 28 Apr 2002 13:34:40 +0000 (13:34 +0000)] 
added a (commented out) example of how to force the default action to be move

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

22 years agoremoved a wxPaintDC::Clear() fatal to wxGTK
Vadim Zeitlin [Sun, 28 Apr 2002 13:28:08 +0000 (13:28 +0000)] 
removed a wxPaintDC::Clear() fatal to wxGTK

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

22 years agocompilation fixes for C++ standard library
Václav Slavík [Sun, 28 Apr 2002 10:33:14 +0000 (10:33 +0000)] 
compilation fixes for C++ standard library

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

22 years agoderive wxBitmapButton from wxBitmapButtonBase
Gilles Depeyrot [Sun, 28 Apr 2002 09:35:19 +0000 (09:35 +0000)] 
derive wxBitmapButton from wxBitmapButtonBase

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

22 years agoReplaced internal calls to XToCol/YToRow added in 1.197 by internal macro
Stefan Neis [Sun, 28 Apr 2002 00:39:04 +0000 (00:39 +0000)] 
Replaced internal calls to XToCol/YToRow added in 1.197 by internal macro
        which treats the out of grid case in a way that's more suitable.

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

22 years agouse XML namespace in XRC files
Václav Slavík [Sat, 27 Apr 2002 22:59:02 +0000 (22:59 +0000)] 
use XML namespace in XRC files

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

22 years agofixed uninitialized m_bPassMessages and wxLogChain::SetLog() which was completely...
Vadim Zeitlin [Sat, 27 Apr 2002 22:47:32 +0000 (22:47 +0000)] 
fixed uninitialized m_bPassMessages and wxLogChain::SetLog() which was completely wrong

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

22 years agoreally fixed memory leak in wxLogChain
Vadim Zeitlin [Sat, 27 Apr 2002 22:37:28 +0000 (22:37 +0000)] 
really fixed memory leak in wxLogChain

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

22 years agofixed memory leak in wxLogChain
Vadim Zeitlin [Sat, 27 Apr 2002 22:33:26 +0000 (22:33 +0000)] 
fixed memory leak in wxLogChain

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

22 years agofixed memory leak in wxLogChain
Vadim Zeitlin [Sat, 27 Apr 2002 22:14:49 +0000 (22:14 +0000)] 
fixed memory leak in wxLogChain

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

22 years agosome docs for wxArray(int n) mods
Vadim Zeitlin [Sat, 27 Apr 2002 20:02:42 +0000 (20:02 +0000)] 
some docs for wxArray(int n) mods

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

22 years agowxArray(int n) mods for wxArrayString
Vadim Zeitlin [Sat, 27 Apr 2002 20:02:17 +0000 (20:02 +0000)] 
wxArray(int n) mods for wxArrayString

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

22 years agomention that creation time only lives up to its name under Windows
Vadim Zeitlin [Sat, 27 Apr 2002 11:10:59 +0000 (11:10 +0000)] 
mention that creation time only lives up to its name under Windows

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

22 years agofixed wxFileName::GetModificationTime()
Vadim Zeitlin [Sat, 27 Apr 2002 11:05:42 +0000 (11:05 +0000)] 
fixed wxFileName::GetModificationTime()

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

22 years agoignore process serial number command line argument (-psn) passed to application
Gilles Depeyrot [Sat, 27 Apr 2002 11:03:18 +0000 (11:03 +0000)] 
ignore process serial number command line argument (-psn) passed to application
when launched from the Finder

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

22 years agoARCHINCDIR must be defined in makeb32.env, not makefile.b32 (patch 548990)
Vadim Zeitlin [Sat, 27 Apr 2002 10:38:48 +0000 (10:38 +0000)] 
ARCHINCDIR must be defined in makeb32.env, not makefile.b32 (patch 548990)

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

22 years agoFixes to my last commit.
Stefan Neis [Sat, 27 Apr 2002 10:37:15 +0000 (10:37 +0000)] 
Fixes to my last commit.

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

22 years agofixes for operator new declaration/definition (patch 549349)
Vadim Zeitlin [Sat, 27 Apr 2002 10:35:04 +0000 (10:35 +0000)] 
fixes for operator new declaration/definition (patch 549349)

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

22 years agoclean up of memory debugging macros and chanegs to compile with CW7 (patch 548408)
Vadim Zeitlin [Fri, 26 Apr 2002 23:08:19 +0000 (23:08 +0000)] 
clean up of memory debugging macros and chanegs to compile with CW7 (patch 548408)

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

22 years agoadded a few virtual keywords for consistency (no real changes) (patch 543922)
Vadim Zeitlin [Fri, 26 Apr 2002 22:44:12 +0000 (22:44 +0000)] 
added a few virtual keywords for consistency (no real changes) (patch 543922)

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

22 years agoMore bitmap and imaging updates
David Webster [Fri, 26 Apr 2002 22:26:08 +0000 (22:26 +0000)] 
More bitmap and imaging updates

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

22 years agofixed array tests compilation and a bug in obj array test
Vadim Zeitlin [Fri, 26 Apr 2002 21:59:23 +0000 (21:59 +0000)] 
fixed array tests compilation and a bug in obj array test

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

22 years agoadded support for add/insert/deleting many items at once in wxArray (patch 548050)
Vadim Zeitlin [Fri, 26 Apr 2002 21:58:46 +0000 (21:58 +0000)] 
added support for add/insert/deleting many items at once in wxArray (patch 548050)

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

22 years agoimplement wxColourDialog::Move() (patch 548048)
Vadim Zeitlin [Fri, 26 Apr 2002 21:06:21 +0000 (21:06 +0000)] 
implement wxColourDialog::Move() (patch 548048)

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

22 years agorefresh and flicker even more to ensure proper refresh in the resizeable dialogs
Vadim Zeitlin [Fri, 26 Apr 2002 20:35:11 +0000 (20:35 +0000)] 
refresh and flicker even more to ensure proper refresh in the resizeable dialogs

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

22 years agoadded VC++ project file
Vadim Zeitlin [Fri, 26 Apr 2002 20:34:25 +0000 (20:34 +0000)] 
added VC++ project file

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

22 years ago Added sample to reproduce resize display bug.
Robert Roebling [Fri, 26 Apr 2002 19:38:48 +0000 (19:38 +0000)] 
  Added sample to reproduce resize display bug.

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

22 years ago Added background inheritance to wxUniv.
Robert Roebling [Fri, 26 Apr 2002 18:28:30 +0000 (18:28 +0000)] 
  Added background inheritance to wxUniv.
  Added sample to show this...

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

22 years agocorrected wxMacSetColorTableEntry (although it is not needed currently)
Stefan Csomor [Fri, 26 Apr 2002 17:40:23 +0000 (17:40 +0000)] 
corrected wxMacSetColorTableEntry (although it is not needed currently)

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

22 years ago Committing in .
Jouk Jansen [Fri, 26 Apr 2002 14:54:39 +0000 (14:54 +0000)] 
 Committing in .

 OpenVMS also need wxBuffer defined.

 Modified Files:
  wxWindows/utils/dialoged/src/reswrite.cpp
 ----------------------------------------------------------------------

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

22 years agoMinor OS/2 bug with a misplace #endif
David Webster [Fri, 26 Apr 2002 13:08:26 +0000 (13:08 +0000)] 
Minor OS/2 bug with a misplace #endif

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

22 years agoUpdates to OS/2 to catch up with lib changes and for image processing.
David Webster [Fri, 26 Apr 2002 12:58:11 +0000 (12:58 +0000)] 
Updates to OS/2 to catch up with lib changes and for image processing.

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

22 years agoFixed my sloppy fix for redundant path separators
Julian Smart [Fri, 26 Apr 2002 09:52:10 +0000 (09:52 +0000)] 
Fixed my sloppy fix for redundant path separators

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

22 years agoRewrote Metal theme to use delegation. requires more cut'n'paste than I like,
Mattia Barbon [Thu, 25 Apr 2002 20:20:55 +0000 (20:20 +0000)] 
Rewrote Metal theme to use delegation. requires more cut'n'paste than I like,
but I don't see any way around this - sigh. Anyway 594 << 4000 lines :-)

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

22 years agoGlitches in wxDelegateRenderer
Mattia Barbon [Thu, 25 Apr 2002 20:19:15 +0000 (20:19 +0000)] 
Glitches in wxDelegateRenderer

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

22 years agofixed typo in wxString::swap() which was completely broken
Vadim Zeitlin [Thu, 25 Apr 2002 18:19:26 +0000 (18:19 +0000)] 
fixed typo in wxString::swap() which was completely broken

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

22 years agofixed bug with the text attr not being reset even after SetDefaultStyle(wxTextAttr...
Vadim Zeitlin [Thu, 25 Apr 2002 18:12:53 +0000 (18:12 +0000)] 
fixed bug with the text attr not being reset even after SetDefaultStyle(wxTextAttr()) call

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

22 years agoIn GetPath(), don't append separator if there's already one at the end
Julian Smart [Thu, 25 Apr 2002 10:25:45 +0000 (10:25 +0000)] 
In GetPath(), don't append separator if there's already one at the end

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

22 years agoupdated to 1.1.4
Stefan Csomor [Thu, 25 Apr 2002 09:06:49 +0000 (09:06 +0000)] 
updated to 1.1.4

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

22 years agoAdded {S,G}etItem{Text,Background}Colour methods.
Ron Lee [Wed, 24 Apr 2002 20:31:46 +0000 (20:31 +0000)] 
Added {S,G}etItem{Text,Background}Colour methods.

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

22 years agouses native implementation for mac
Stefan Csomor [Wed, 24 Apr 2002 19:53:23 +0000 (19:53 +0000)] 
uses native implementation for mac

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

22 years agocorrected eventobject setting for mouse events and capture
Stefan Csomor [Wed, 24 Apr 2002 16:54:28 +0000 (16:54 +0000)] 
corrected eventobject setting for mouse events and capture

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

22 years agochanged window creation class for dialogs (layering probs under X)
Stefan Csomor [Wed, 24 Apr 2002 14:40:53 +0000 (14:40 +0000)] 
changed window creation class for dialogs (layering probs under X)

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