]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoMoved the check for page scrolling with the wheel into wxMouseEvent so
Robin Dunn [Fri, 19 Jul 2002 21:11:31 +0000 (21:11 +0000)] 
Moved the check for page scrolling with the wheel into wxMouseEvent so
it wouldn't have to be duplicated everywhere.

Also fixed wxSTC so it can handle wheel page scrolling too.

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

22 years agoApplied patch [ 573644 ] wxDisplay for Mac (again)
Julian Smart [Fri, 19 Jul 2002 20:42:34 +0000 (20:42 +0000)] 
Applied patch [ 573644 ] wxDisplay for Mac (again)
Applied patch [ 573172 ] Implements wxDisplay for mac
Applied patch [ 573356 ] wxDisplay for MSW

Alterations:
Put sample in regular samples, not contrib
Removed multimon.h for copyright reasons

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

22 years agoApplied patch [ 578052 ] Doc/View and recursion problems
Julian Smart [Fri, 19 Jul 2002 20:13:18 +0000 (20:13 +0000)] 
Applied patch [ 578052 ] Doc/View and recursion problems

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

22 years agoApplied patch [ 581280 ] Revamped notebook sample
Julian Smart [Fri, 19 Jul 2002 19:57:58 +0000 (19:57 +0000)] 
Applied patch [ 581280 ] Revamped notebook sample

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

22 years agoApplied patch [ 581139 ] Misc wxCmdLineParser changes/fixes
Julian Smart [Fri, 19 Jul 2002 19:53:02 +0000 (19:53 +0000)] 
Applied patch [ 581139 ] Misc wxCmdLineParser changes/fixes

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

22 years agoApplied patch [ 583877 ] Clone events correction
Julian Smart [Fri, 19 Jul 2002 19:43:55 +0000 (19:43 +0000)] 
Applied patch [ 583877 ] Clone events correction
Applied patch [ 583937 ] Fix in wxClassInfo

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

22 years agoFix for mousewheel events when it is set to page mode instead of lines.
Robin Dunn [Fri, 19 Jul 2002 19:36:53 +0000 (19:36 +0000)] 
Fix for mousewheel events when it is set to page mode instead of lines.

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

22 years agoexplicitly pass -lstdc++ to the linker in case of DJGPP
Václav Slavík [Fri, 19 Jul 2002 19:21:50 +0000 (19:21 +0000)] 
explicitly pass -lstdc++ to the linker in case of DJGPP

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

22 years agouse wxLogFatalError, not wxFatalError
Václav Slavík [Fri, 19 Jul 2002 19:15:13 +0000 (19:15 +0000)] 
use wxLogFatalError, not wxFatalError

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

22 years agodde.cpp is lowlevel file
Václav Slavík [Fri, 19 Jul 2002 11:27:40 +0000 (11:27 +0000)] 
dde.cpp is lowlevel file

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

22 years agoSet default encoding
Julian Smart [Fri, 19 Jul 2002 08:39:00 +0000 (08:39 +0000)] 
Set default encoding

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

22 years agoadded missing return to avoid 'control reaches end of non-void function'
Gilles Depeyrot [Thu, 18 Jul 2002 12:59:56 +0000 (12:59 +0000)] 
added missing return to avoid 'control reaches end of non-void function'

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

22 years agoAdded Set{Position,Size} to wxRect.
Ron Lee [Thu, 18 Jul 2002 06:29:22 +0000 (06:29 +0000)] 
Added Set{Position,Size} to wxRect.

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

22 years agoRPM experiments
Robin Dunn [Thu, 18 Jul 2002 06:16:25 +0000 (06:16 +0000)] 
RPM experiments

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

22 years agowxSTAY_ON_TOP support in wxMessageBox (patch 581826)
Vadim Zeitlin [Wed, 17 Jul 2002 23:36:53 +0000 (23:36 +0000)] 
wxSTAY_ON_TOP support in wxMessageBox (patch 581826)

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

22 years agoexplicit support for CW (patch 582581)
Vadim Zeitlin [Wed, 17 Jul 2002 21:55:19 +0000 (21:55 +0000)] 
explicit support for CW (patch 582581)

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

22 years agomaintenance update (patch 582592)
Vadim Zeitlin [Wed, 17 Jul 2002 21:53:29 +0000 (21:53 +0000)] 
maintenance update (patch 582592)

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

22 years agoAllow compiling wxMotif/GTK/X11 for Cygwin/XFree
Mattia Barbon [Wed, 17 Jul 2002 16:58:05 +0000 (16:58 +0000)] 
Allow compiling wxMotif/GTK/X11 for Cygwin/XFree

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

22 years agoWhate are these still doing here? They shoul dhav ebeen removed 2
Robin Dunn [Tue, 16 Jul 2002 20:24:19 +0000 (20:24 +0000)] 
Whate are these still doing here?  They shoul dhav ebeen removed 2
years ago!

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

22 years agopatch 580632 - fixes incorrect path problem in wxrc
Václav Slavík [Tue, 16 Jul 2002 16:58:02 +0000 (16:58 +0000)] 
patch 580632 - fixes incorrect path problem in wxrc

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

22 years agofixed more printf() warnings
Vadim Zeitlin [Tue, 16 Jul 2002 14:23:24 +0000 (14:23 +0000)] 
fixed more printf() warnings

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

22 years agoUpdated utils/configure
Julian Smart [Tue, 16 Jul 2002 14:10:34 +0000 (14:10 +0000)] 
Updated utils/configure

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

22 years agoRemoved @IF-GMAKE... or something similar
Julian Smart [Tue, 16 Jul 2002 12:11:13 +0000 (12:11 +0000)] 
Removed @IF-GMAKE... or something similar

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

22 years agoadded wxEXPLICIT macro
Vadim Zeitlin [Tue, 16 Jul 2002 12:03:44 +0000 (12:03 +0000)] 
added wxEXPLICIT macro

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

22 years agominor mgl/install.txt updates
Václav Slavík [Tue, 16 Jul 2002 11:45:12 +0000 (11:45 +0000)] 
minor mgl/install.txt updates

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

22 years agoAdded helpview
Julian Smart [Tue, 16 Jul 2002 10:36:00 +0000 (10:36 +0000)] 
Added helpview

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

22 years agoAdded helpview to distrib lists
Julian Smart [Tue, 16 Jul 2002 10:05:25 +0000 (10:05 +0000)] 
Added helpview to distrib lists

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

22 years agoAdded helpview Makefile.in; added helpview to list of utils
Julian Smart [Tue, 16 Jul 2002 10:01:45 +0000 (10:01 +0000)] 
Added helpview Makefile.in; added helpview to list of utils
in utils/Makefile.in

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

22 years agoFix for GetValue
David Webster [Tue, 16 Jul 2002 04:09:26 +0000 (04:09 +0000)] 
Fix for GetValue

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

22 years agowxMGL features detection fixes
Václav Slavík [Mon, 15 Jul 2002 22:56:42 +0000 (22:56 +0000)] 
wxMGL features detection fixes

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

22 years agowxPrinting fix for wxMGL
Václav Slavík [Mon, 15 Jul 2002 22:55:49 +0000 (22:55 +0000)] 
wxPrinting fix for wxMGL

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

22 years agomade printing to PS possible under wxMGL
Václav Slavík [Mon, 15 Jul 2002 22:55:14 +0000 (22:55 +0000)] 
made printing to PS possible under wxMGL

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

22 years agoDialog processing updates and some timer fixes
David Webster [Mon, 15 Jul 2002 21:50:34 +0000 (21:50 +0000)] 
Dialog processing updates and some timer fixes

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

22 years agoIcons fetched from wxMimeTypesManager did not get the width/height of
Robin Dunn [Mon, 15 Jul 2002 18:29:52 +0000 (18:29 +0000)] 
Icons fetched from wxMimeTypesManager did not get the width/height of
the icon, now they do.

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

22 years agoStripped menu control characters from buttons, static text, radiobox.
Julian Smart [Mon, 15 Jul 2002 17:15:51 +0000 (17:15 +0000)] 
Stripped menu control characters from buttons, static text, radiobox.

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

22 years agoAssert that wxEXEC_SYNC is not passed in flags to wxProcess::Open
Robin Dunn [Mon, 15 Jul 2002 17:10:26 +0000 (17:10 +0000)] 
Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open

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

22 years agoPatch #581167
Robin Dunn [Mon, 15 Jul 2002 17:09:44 +0000 (17:09 +0000)] 
Patch #581167

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

22 years agosingle instance checker addition for MSW
Chris Elliott [Mon, 15 Jul 2002 11:40:18 +0000 (11:40 +0000)] 
single instance checker addition for MSW

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

22 years agoFix text placement in statusbar
David Webster [Mon, 15 Jul 2002 04:26:37 +0000 (04:26 +0000)] 
Fix text placement in statusbar

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

22 years agoNicer looking OS/2 Statusbar
David Webster [Mon, 15 Jul 2002 04:26:02 +0000 (04:26 +0000)] 
Nicer looking OS/2 Statusbar

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

22 years agoAllow building wxProtocol without wxUSE_SOCKETS
Mattia Barbon [Sun, 14 Jul 2002 20:26:07 +0000 (20:26 +0000)] 
Allow building wxProtocol without wxUSE_SOCKETS

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

22 years agolet the DefWindowProc() process messages sent to RAS window, otherwise the system...
Vadim Zeitlin [Sun, 14 Jul 2002 20:02:30 +0000 (20:02 +0000)] 
let the DefWindowProc() process messages sent to RAS window, otherwise the system can't shutdown properly while it exists

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

22 years agofixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrc...
Vadim Zeitlin [Sun, 14 Jul 2002 19:55:08 +0000 (19:55 +0000)] 
fixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrchr, wxStrstr, ...

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

22 years ago Let wxToolBar assume that no orientation flag means horizontal.
Robert Roebling [Sun, 14 Jul 2002 17:39:20 +0000 (17:39 +0000)] 
  Let wxToolBar assume that no orientation flag means horizontal.

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

22 years ago Corrected display for empty lines in text control.
Robert Roebling [Sun, 14 Jul 2002 17:08:19 +0000 (17:08 +0000)] 
  Corrected display for empty lines in text control.

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

22 years ago Convert to and from \n and \r in wxMac's text
Robert Roebling [Sun, 14 Jul 2002 16:51:35 +0000 (16:51 +0000)] 
  Convert to and from \n and \r in wxMac's text
     control so that it always expects \n as in
     all other ports.

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

22 years agocorrected warnings
Gilles Depeyrot [Sun, 14 Jul 2002 13:21:23 +0000 (13:21 +0000)] 
corrected warnings

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

22 years agoremoved unused variable
Gilles Depeyrot [Sun, 14 Jul 2002 13:19:56 +0000 (13:19 +0000)] 
removed unused variable

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

22 years agoadded unimplemented error messages
Gilles Depeyrot [Sun, 14 Jul 2002 13:18:34 +0000 (13:18 +0000)] 
added unimplemented error messages

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

22 years agoadded unimplemented error message
Gilles Depeyrot [Sun, 14 Jul 2002 13:13:40 +0000 (13:13 +0000)] 
added unimplemented error message

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

22 years agoadded unimplemented message
Gilles Depeyrot [Sun, 14 Jul 2002 13:12:06 +0000 (13:12 +0000)] 
added unimplemented message

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

22 years agoexplicitly raise modal dialogs in case a non modal window was selected to
Gilles Depeyrot [Sun, 14 Jul 2002 13:08:24 +0000 (13:08 +0000)] 
explicitly raise modal dialogs in case a non modal window was selected to
activate the application when a modal dialog is displayed

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

22 years agocorrected return type of wxDetermineImageType
Gilles Depeyrot [Sat, 13 Jul 2002 12:14:07 +0000 (12:14 +0000)] 
corrected return type of wxDetermineImageType

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

22 years agoChanged wxProcess::Open to take a flags arg to pass to wxExecute.
Robin Dunn [Fri, 12 Jul 2002 23:25:14 +0000 (23:25 +0000)] 
Changed wxProcess::Open to take a flags arg to pass to wxExecute.
Fixed a few _'s without \'s in the docs

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

22 years agoSWIGged changes for wxMac
Robin Dunn [Fri, 12 Jul 2002 21:37:38 +0000 (21:37 +0000)] 
SWIGged changes for wxMac

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

22 years agoSWIGged changes for wxGTK
Robin Dunn [Fri, 12 Jul 2002 21:37:00 +0000 (21:37 +0000)] 
SWIGged changes for wxGTK

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

22 years agobuild script tweaks
Robin Dunn [Fri, 12 Jul 2002 21:36:08 +0000 (21:36 +0000)] 
build script tweaks

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

22 years agoI forgot the wxSignal enum
Robin Dunn [Fri, 12 Jul 2002 21:34:02 +0000 (21:34 +0000)] 
I forgot the wxSignal enum

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

22 years agoAdded wxProcess_Open and etc.
Robin Dunn [Fri, 12 Jul 2002 21:30:17 +0000 (21:30 +0000)] 
Added wxProcess_Open and etc.

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

22 years agobetter cleanup
Robin Dunn [Fri, 12 Jul 2002 21:29:49 +0000 (21:29 +0000)] 
better cleanup

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

22 years ago Tried to fix update/refresh again. The code erronously
Robert Roebling [Fri, 12 Jul 2002 20:27:44 +0000 (20:27 +0000)] 
  Tried to fix update/refresh again. The code erronously
    cleared the updated area if the area to be cleared
    was empty (such as after a call to Refresh(FALSE)).

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

22 years agoadded a stupid wxProcess::Open() test -- it can't be really used for now though
Vadim Zeitlin [Fri, 12 Jul 2002 19:54:21 +0000 (19:54 +0000)] 
added a stupid wxProcess::Open() test -- it can't be really used for now though

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

22 years agodon't close end process pipe descriptor too early (fixes bug introduced by the last...
Vadim Zeitlin [Fri, 12 Jul 2002 19:30:43 +0000 (19:30 +0000)] 
don't close end process pipe descriptor too early (fixes bug introduced by the last check in)

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

22 years agotreat NULL extension properly in wxLoad/SaveFileSelector; don't crash if NULL ext...
Vadim Zeitlin [Fri, 12 Jul 2002 18:17:24 +0000 (18:17 +0000)] 
treat NULL extension properly in wxLoad/SaveFileSelector; don't crash if NULL ext or what pointers are passed to them

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

22 years agouse wxFileInput/OutputStreams instead of reproducing their functionality in wxProcess...
Vadim Zeitlin [Fri, 12 Jul 2002 18:16:20 +0000 (18:16 +0000)] 
use wxFileInput/OutputStreams instead of reproducing their functionality in wxProcessFileInput/OutputStream

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

22 years agoadded and documented wxProcess::Open()
Vadim Zeitlin [Fri, 12 Jul 2002 18:15:49 +0000 (18:15 +0000)] 
added and documented wxProcess::Open()

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

22 years agodetect EOF properly in wxFileInputStream
Vadim Zeitlin [Fri, 12 Jul 2002 18:15:11 +0000 (18:15 +0000)] 
detect EOF properly in wxFileInputStream

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

22 years agodon't write the strings to the stream one char at a time, it's *horribly* slow
Vadim Zeitlin [Fri, 12 Jul 2002 18:14:39 +0000 (18:14 +0000)] 
don't write the strings to the stream one char at a time, it's *horribly* slow

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

22 years agoAdded wxView::OnClosingDocument so the application can do
Julian Smart [Fri, 12 Jul 2002 16:08:03 +0000 (16:08 +0000)] 
Added wxView::OnClosingDocument so the application can do
cleanup.

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

22 years agoattempt to fix a rare crash which happens when changing the number of columns in...
Vadim Zeitlin [Fri, 12 Jul 2002 16:05:46 +0000 (16:05 +0000)] 
attempt to fix a rare crash which happens when changing the number of columns in a virtual list control

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

22 years agoAllow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.
Robin Dunn [Fri, 12 Jul 2002 15:45:35 +0000 (15:45 +0000)] 
Allow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.

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

22 years ago0. wxExecute() with IO redirection now works again (but the real fix is
Vadim Zeitlin [Fri, 12 Jul 2002 14:44:11 +0000 (14:44 +0000)] 
0. wxExecute() with IO redirection now works again (but the real fix is
   in wxInputStream::Ungetch(), not here)
1. replaced multitude of pipe() calls &c with wxPipe class
2. fixed nasty bug in wxStreamTempBuffer::Update() which corrupted the data
3. increased buffer size to 4Kb from 1Kb

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

22 years agoSomehow wxWizard lost the 'virtual' keyword for DoCreateControls
Julian Smart [Fri, 12 Jul 2002 14:43:58 +0000 (14:43 +0000)] 
Somehow wxWizard lost the 'virtual' keyword for DoCreateControls

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

22 years agofixed bug in Ungetch() which was preventing wxExecute() from working: this method...
Vadim Zeitlin [Fri, 12 Jul 2002 14:41:55 +0000 (14:41 +0000)] 
fixed bug in Ungetch() which was preventing wxExecute() from working: this method must clear the EOF flag!

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

22 years agoadded SetSashPosition() test
Vadim Zeitlin [Fri, 12 Jul 2002 13:23:53 +0000 (13:23 +0000)] 
added SetSashPosition() test

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

22 years agoAdded Ian Brown's fix for PopupMenu not blocking
Julian Smart [Fri, 12 Jul 2002 09:05:57 +0000 (09:05 +0000)] 
Added Ian Brown's fix for PopupMenu not blocking

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

22 years agoToolbar/tooltip udates
David Webster [Thu, 11 Jul 2002 22:14:39 +0000 (22:14 +0000)] 
Toolbar/tooltip udates

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

22 years agodemo tweaks
Robin Dunn [Thu, 11 Jul 2002 20:41:21 +0000 (20:41 +0000)] 
demo tweaks

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

22 years agoTypo fixed
Robin Dunn [Thu, 11 Jul 2002 20:17:16 +0000 (20:17 +0000)] 
Typo fixed

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

22 years agoChanged the wxDateTime.Parse* methods to return an int that will be -1
Robin Dunn [Thu, 11 Jul 2002 20:16:53 +0000 (20:16 +0000)] 
Changed the wxDateTime.Parse* methods to return an int that will be -1
on failure, and the index where parsing stopped otherwise.

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

22 years agoAdded wxEVT_SCROLL_ENDSCROLL
Robin Dunn [Thu, 11 Jul 2002 20:16:03 +0000 (20:16 +0000)] 
Added wxEVT_SCROLL_ENDSCROLL

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

22 years agoput unicode mods back in
Robin Dunn [Thu, 11 Jul 2002 17:55:47 +0000 (17:55 +0000)] 
put unicode mods back in

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

22 years agoNew wxActiveX and wxIEHtmlWin from Lindsay
Robin Dunn [Thu, 11 Jul 2002 17:43:34 +0000 (17:43 +0000)] 
New wxActiveX and wxIEHtmlWin from Lindsay

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

22 years agoEnsure that the wxSTC gets the focus when clicked.
Robin Dunn [Wed, 10 Jul 2002 21:12:03 +0000 (21:12 +0000)] 
Ensure that the wxSTC gets the focus when clicked.

#if'd out my wxPopupWindow meanderings and just use a simple wxListBox
for the AutoComplete window.

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

22 years agoAdded back makefile.vc
Julian Smart [Wed, 10 Jul 2002 17:13:35 +0000 (17:13 +0000)] 
Added back makefile.vc

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

22 years agoAIX linking fix (declare wxDataObject dtor)
Vadim Zeitlin [Wed, 10 Jul 2002 14:17:58 +0000 (14:17 +0000)] 
AIX linking fix (declare wxDataObject dtor)

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

22 years agocompilation fix
Vadim Zeitlin [Wed, 10 Jul 2002 14:11:05 +0000 (14:11 +0000)] 
compilation fix

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

22 years agoRemoved some inappropriate use of verbatim
Julian Smart [Wed, 10 Jul 2002 09:06:56 +0000 (09:06 +0000)] 
Removed some inappropriate use of verbatim

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

22 years agoMore tooltip handling
David Webster [Wed, 10 Jul 2002 05:47:43 +0000 (05:47 +0000)] 
More tooltip handling

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

22 years agoextracted the scroll events docs in a single file which is now included by all the...
Vadim Zeitlin [Tue, 9 Jul 2002 23:34:31 +0000 (23:34 +0000)] 
extracted the scroll events docs in a single file which is now included by all the others

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

22 years agoreport the sider events
Vadim Zeitlin [Tue, 9 Jul 2002 23:33:46 +0000 (23:33 +0000)] 
report the sider events

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

22 years agoadded ENDSCROLL event (patch 576176)
Vadim Zeitlin [Tue, 9 Jul 2002 23:33:28 +0000 (23:33 +0000)] 
added ENDSCROLL event (patch 576176)

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

22 years agothe handling of Home/End in wxScrollBar was reversed -- fixed now
Vadim Zeitlin [Tue, 9 Jul 2002 23:04:47 +0000 (23:04 +0000)] 
the handling of Home/End in wxScrollBar was reversed -- fixed now

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

22 years agofix linking on AIX/RS6000 by using -mminimal-toc option
Vadim Zeitlin [Tue, 9 Jul 2002 22:41:29 +0000 (22:41 +0000)] 
fix linking on AIX/RS6000 by using -mminimal-toc option

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

22 years agocompilation fix for 64 bit statvfs under Solaris
Vadim Zeitlin [Tue, 9 Jul 2002 22:26:21 +0000 (22:26 +0000)] 
compilation fix for 64 bit statvfs under Solaris

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

22 years agoTooltip udpates
David Webster [Tue, 9 Jul 2002 22:02:07 +0000 (22:02 +0000)] 
Tooltip udpates

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

22 years ago No events when setting values.
Robert Roebling [Tue, 9 Jul 2002 21:01:38 +0000 (21:01 +0000)] 
  No events when setting values.

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

22 years ago Don't let wxSlider send events when programmatically changing
Robert Roebling [Tue, 9 Jul 2002 21:01:04 +0000 (21:01 +0000)] 
 Don't let wxSlider send events when programmatically changing
 the controls.

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

22 years agoCompilation fix
Robin Dunn [Tue, 9 Jul 2002 17:01:05 +0000 (17:01 +0000)] 
Compilation fix

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

22 years agocompilation fixes for _LARGE_FILES
Vadim Zeitlin [Tue, 9 Jul 2002 13:27:00 +0000 (13:27 +0000)] 
compilation fixes for _LARGE_FILES

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