]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoLots of updates
David Webster [Wed, 10 Apr 2002 04:38:11 +0000 (04:38 +0000)] 
Lots of updates

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

22 years agono changes
Vadim Zeitlin [Wed, 10 Apr 2002 00:23:13 +0000 (00:23 +0000)] 
no changes

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

22 years agodon't send dummy scroll events from wxNotebook when the page is changed using the...
Vadim Zeitlin [Wed, 10 Apr 2002 00:22:49 +0000 (00:22 +0000)] 
don't send dummy scroll events from wxNotebook when the page is changed using the built-in spin control

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

22 years agowxSizeEvent now carries the total size, not just the client size
Vadim Zeitlin [Tue, 9 Apr 2002 23:56:20 +0000 (23:56 +0000)] 
wxSizeEvent now carries the total size, not just the client size

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

22 years agoadded another size to the status bar display
Vadim Zeitlin [Tue, 9 Apr 2002 23:55:38 +0000 (23:55 +0000)] 
added another size to the status bar display

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

22 years agohidden root works in wxGenericDirCtrl again
Václav Slavík [Tue, 9 Apr 2002 22:52:07 +0000 (22:52 +0000)] 
hidden root works in wxGenericDirCtrl again

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

22 years agofixed the initial wxCalendarCtrl position and a minor appearance bug (the first close...
Vadim Zeitlin [Tue, 9 Apr 2002 22:49:55 +0000 (22:49 +0000)] 
fixed the initial wxCalendarCtrl position and a minor appearance bug (the first closes the bug 539857)

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

22 years agofixed incorrect wxCHECK (was a wrong negation before)
Václav Slavík [Tue, 9 Apr 2002 22:44:38 +0000 (22:44 +0000)] 
fixed incorrect wxCHECK (was a wrong negation before)

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

22 years agodon't allow expanding/collapsing hidden root node
Václav Slavík [Tue, 9 Apr 2002 22:43:14 +0000 (22:43 +0000)] 
don't allow expanding/collapsing hidden root node

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

22 years agoInclude wx/object.h to get the global memory operators if defined.
Robin Dunn [Tue, 9 Apr 2002 22:42:09 +0000 (22:42 +0000)] 
Include wx/object.h to get the global memory operators if defined.

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

22 years agoadded support for the multiline button labels
Vadim Zeitlin [Tue, 9 Apr 2002 22:25:57 +0000 (22:25 +0000)] 
added support for the multiline button labels

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

22 years agoA little black magic... When the C++ object (for a window or
Robin Dunn [Tue, 9 Apr 2002 22:14:34 +0000 (22:14 +0000)] 
A little black magic...  When the C++ object (for a window or
whatever) is deleted there is no way to force the Python shadow object
to also be destroyed and clean up all references to it.  This leads to
crashes if the shadow object tries to call a method with the old C++
pointer...  The black magic I've done is to replace the __class__ in the
Python instance object with a class that raises an exception whenever a
method call is attempted.

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

22 years agoA little black magic... When the C++ object (for a window or
Robin Dunn [Tue, 9 Apr 2002 22:01:45 +0000 (22:01 +0000)] 
A little black magic...  When the C++ object (for a window or
whatever) is deleted there is no way to force the Python shadow object
to also be destroyed and clean up all references to it.  This leads to
crashes if the shadow object tries to call a method with the old C++
pointer...  The black magic I've done is to replace the __class__ in the
Python instanc object with a class that raises an exception whenever a
method call is attempted.

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

22 years agoNew PyCrust from Patrick O'Brien
Robin Dunn [Tue, 9 Apr 2002 21:57:35 +0000 (21:57 +0000)] 
New PyCrust from Patrick O'Brien

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

22 years agoForgot to set OOR info on wxSplashScreen
Robin Dunn [Tue, 9 Apr 2002 20:55:12 +0000 (20:55 +0000)] 
Forgot to set OOR info on wxSplashScreen

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

22 years agomade one button label multiline for testing
Vadim Zeitlin [Tue, 9 Apr 2002 19:40:37 +0000 (19:40 +0000)] 
made one button label multiline for testing

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

22 years agoAllow building with wxUSE_CALENDARCTRL=0
Mattia Barbon [Tue, 9 Apr 2002 19:34:59 +0000 (19:34 +0000)] 
Allow building with wxUSE_CALENDARCTRL=0

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

22 years agoadded possible mach-o compliant version
Stefan Csomor [Tue, 9 Apr 2002 18:32:17 +0000 (18:32 +0000)] 
added possible mach-o compliant version

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

22 years agoRemoved redundant project file
Julian Smart [Tue, 9 Apr 2002 14:40:22 +0000 (14:40 +0000)] 
Removed redundant project file
Updated release scripts
Reduced widgets sample size
Put back some conditional compilation for dir ctrl style

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

22 years agochange in wxFileDataObject::SetData behaviour broke DnD of multiple files
Stefan Csomor [Tue, 9 Apr 2002 13:51:04 +0000 (13:51 +0000)] 
change in wxFileDataObject::SetData behaviour broke DnD of multiple files

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

22 years agofixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start...
Vadim Zeitlin [Tue, 9 Apr 2002 10:35:35 +0000 (10:35 +0000)] 
fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start()) and changed Pause()/Resume() calls to nest

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

22 years agoMade widgets sample take up less space
Julian Smart [Tue, 9 Apr 2002 10:31:37 +0000 (10:31 +0000)] 
Made widgets sample take up less space

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

22 years agoSome little additions to how wxBufferedDC is wrapped.
Robin Dunn [Tue, 9 Apr 2002 01:25:47 +0000 (01:25 +0000)] 
Some little additions to how wxBufferedDC is wrapped.
SHow how to use the wxBufferedDC in the demo.
Other demo tweaks

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

22 years agoforgot to check-in wxGTK wxDC changes
Václav Slavík [Mon, 8 Apr 2002 22:56:14 +0000 (22:56 +0000)] 
forgot to check-in wxGTK wxDC changes

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

22 years agocompatibility macro
Václav Slavík [Mon, 8 Apr 2002 22:50:56 +0000 (22:50 +0000)] 
compatibility macro

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

22 years ago More wxEdit.
Robert Roebling [Mon, 8 Apr 2002 21:48:29 +0000 (21:48 +0000)] 
  More wxEdit.

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

22 years ago wxTextCtrl::SetValue() sets m_modified to FALSE.
Robert Roebling [Mon, 8 Apr 2002 21:48:06 +0000 (21:48 +0000)] 
  wxTextCtrl::SetValue() sets m_modified to FALSE.
  Make scrollbars take MSW's "empty" look on start-up.

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

22 years ago Buttons need to be small on PDAs.
Robert Roebling [Mon, 8 Apr 2002 21:46:57 +0000 (21:46 +0000)] 
  Buttons need to be small on PDAs.

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Mon, 8 Apr 2002 21:34:42 +0000 (21:34 +0000)] 
SWIGged updates for wxGTK

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

22 years agoUpdates to match recent CVS changes.
Robin Dunn [Mon, 8 Apr 2002 20:56:34 +0000 (20:56 +0000)] 
Updates to match recent CVS changes.
Plugged some resource count leaks.

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

22 years agoAdded dependencies to .dsw file
Julian Smart [Mon, 8 Apr 2002 20:39:27 +0000 (20:39 +0000)] 
Added dependencies to .dsw file

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

22 years agoProject file update
Julian Smart [Mon, 8 Apr 2002 20:20:05 +0000 (20:20 +0000)] 
Project file update

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

22 years agoAdded define to STC VC++ project file
Julian Smart [Mon, 8 Apr 2002 20:17:40 +0000 (20:17 +0000)] 
Added define to STC VC++ project file
Ming/Cygwin makeprog.env clean target now cleans .exes
Edited version in install.txt
Copied HTML files from web files

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

22 years ago A little less flicker when selecting text.
Robert Roebling [Mon, 8 Apr 2002 18:05:44 +0000 (18:05 +0000)] 
  A little less flicker when selecting text.

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

22 years agoMore BC++ makefile tweaks
Julian Smart [Mon, 8 Apr 2002 17:15:58 +0000 (17:15 +0000)] 
More BC++ makefile tweaks

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

22 years agoFurther fixes to references
Julian Smart [Mon, 8 Apr 2002 17:14:53 +0000 (17:14 +0000)] 
Further fixes to references

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

22 years agoRemoved a lot of redundant references to wxWindow::On... functions.
Julian Smart [Mon, 8 Apr 2002 16:46:27 +0000 (16:46 +0000)] 
Removed a lot of redundant references to wxWindow::On... functions.
Added initial artprov.tex.
Sorted out duff references.

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

22 years agofixed format parameter in wxGetVolumeString() (closes patch 541037)
Vadim Zeitlin [Mon, 8 Apr 2002 16:31:18 +0000 (16:31 +0000)] 
fixed format parameter in wxGetVolumeString() (closes patch 541037)

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

22 years agofixed several bugs in Mkdir() and also modified its API to be more user friendly...
Vadim Zeitlin [Mon, 8 Apr 2002 16:28:50 +0000 (16:28 +0000)] 
fixed several bugs in Mkdir() and also modified its API to be more user friendly (based on the patch 541033 from Chris Elliott)

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

22 years agoadded GetPath(flags) version to allow retrieving the volume as well
Vadim Zeitlin [Mon, 8 Apr 2002 16:15:43 +0000 (16:15 +0000)] 
added GetPath(flags) version to allow retrieving the volume as well

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

22 years agoadded the keyboard sample
Vadim Zeitlin [Mon, 8 Apr 2002 16:02:30 +0000 (16:02 +0000)] 
added the keyboard sample

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

22 years agoAdded missing files
Robin Dunn [Mon, 8 Apr 2002 15:35:15 +0000 (15:35 +0000)] 
Added missing files

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

22 years agoAdded makefiles to widgets sample
Julian Smart [Mon, 8 Apr 2002 14:21:36 +0000 (14:21 +0000)] 
Added makefiles to widgets sample

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

22 years agoBC++ 32-bit makefile now copies setup.h to the correct place
Julian Smart [Mon, 8 Apr 2002 14:12:56 +0000 (14:12 +0000)] 
BC++ 32-bit makefile now copies setup.h to the correct place
Fixed compilo in treetest.cpp
Fixed version numbers in make*.env
Added dummy keyboard.rc so makefile.vc works

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

22 years agowxMSW doesn't send CHAR events for Caps/Scroll/NumLock neither
Vadim Zeitlin [Mon, 8 Apr 2002 14:05:49 +0000 (14:05 +0000)] 
wxMSW doesn't send CHAR events for Caps/Scroll/NumLock neither

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

22 years agoadded a few debugging messages
Vadim Zeitlin [Mon, 8 Apr 2002 14:00:19 +0000 (14:00 +0000)] 
added a few debugging messages

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

22 years agoreport all ASCII keys, not just the US-ASCII ones
Vadim Zeitlin [Mon, 8 Apr 2002 13:35:36 +0000 (13:35 +0000)] 
report all ASCII keys, not just the US-ASCII ones

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

22 years agofix for non-US keyboards: the ASCII chars must be unsigned
Vadim Zeitlin [Mon, 8 Apr 2002 13:35:05 +0000 (13:35 +0000)] 
fix for non-US keyboards: the ASCII chars must be unsigned

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

22 years agowxGTK keyboard handling now behaves (mostly) like wxMSW
Vadim Zeitlin [Mon, 8 Apr 2002 13:24:50 +0000 (13:24 +0000)] 
wxGTK keyboard handling now behaves (mostly) like wxMSW

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

22 years agoRe-enabled dynamic library code in wxFileName so
Julian Smart [Mon, 8 Apr 2002 11:55:05 +0000 (11:55 +0000)] 
Re-enabled dynamic library code in wxFileName so
that normalization works again in Win32. I don't
know why it had been disabled.

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

22 years agosome kbd processing code cleanup, no real changes yet
Vadim Zeitlin [Mon, 8 Apr 2002 11:36:46 +0000 (11:36 +0000)] 
some kbd processing code cleanup, no real changes yet

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

22 years agoAdded further keyboard sample makefiles
Julian Smart [Mon, 8 Apr 2002 11:34:40 +0000 (11:34 +0000)] 
Added further keyboard sample makefiles

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

22 years agoAdded wxDIRCTRL_EDITABLE style so we can choose whether
Julian Smart [Mon, 8 Apr 2002 11:15:16 +0000 (11:15 +0000)] 
Added wxDIRCTRL_EDITABLE style so we can choose whether
items are editable or not

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

22 years agofixed crash in SetFirstVisible()
Vadim Zeitlin [Mon, 8 Apr 2002 10:58:17 +0000 (10:58 +0000)] 
fixed crash in SetFirstVisible()

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

22 years agoUnix makefile for the new sample
Vadim Zeitlin [Mon, 8 Apr 2002 10:55:00 +0000 (10:55 +0000)] 
Unix makefile for the new sample

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

22 years agoCanvas: added some DECLARE_CLASS macros to stop it failing
Julian Smart [Mon, 8 Apr 2002 10:50:14 +0000 (10:50 +0000)] 
Canvas: added some DECLARE_CLASS macros to stop it failing
in class info initialisation
Mmedia: compiles agin
Plot: corrected VC++ project settings
Simple toolbar: should draw a highlight again now
Generic dir control: moved control ids to header for apps that
need to get hold of the individual controls
Scintilla: unconditionally compile Scintilla_LinkLexers() to correct
link error in sample

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

22 years agotemporary compilation fix
Vadim Zeitlin [Mon, 8 Apr 2002 10:43:59 +0000 (10:43 +0000)] 
temporary compilation fix

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

22 years agonew makefile
Stefan Csomor [Mon, 8 Apr 2002 09:27:24 +0000 (09:27 +0000)] 
new makefile

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

22 years agoDon't allow expanding/collapsing hidden root
Václav Slavík [Sun, 7 Apr 2002 23:14:46 +0000 (23:14 +0000)] 
Don't allow expanding/collapsing hidden root

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

22 years agooops, forgot to implement Home button
Václav Slavík [Sun, 7 Apr 2002 23:08:51 +0000 (23:08 +0000)] 
oops, forgot to implement Home button

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

22 years agocleaned up the mess caused by FloodFill patch
Václav Slavík [Sun, 7 Apr 2002 23:07:17 +0000 (23:07 +0000)] 
cleaned up the mess caused by FloodFill patch

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

22 years agocleaning up the mess created by the FloodFill patch
Václav Slavík [Sun, 7 Apr 2002 23:05:49 +0000 (23:05 +0000)] 
cleaning up the mess created by the FloodFill patch

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

22 years agoFixed some bit-rot problems in contribs
Julian Smart [Sun, 7 Apr 2002 22:58:16 +0000 (22:58 +0000)] 
Fixed some bit-rot problems in contribs

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

22 years agoChanged caret to black and made it go when control isn't focussed
Julian Smart [Sun, 7 Apr 2002 22:47:20 +0000 (22:47 +0000)] 
Changed caret to black and made it go when control isn't focussed

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

22 years agofix for splitting the UNC paths
Vadim Zeitlin [Sun, 7 Apr 2002 22:42:35 +0000 (22:42 +0000)] 
fix for splitting the UNC paths

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

22 years agoadded ra key methods docs
Vadim Zeitlin [Sun, 7 Apr 2002 22:37:10 +0000 (22:37 +0000)] 
added ra key methods docs

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

22 years agoadded wxTextCtrl::EmulateKeyPress
Vadim Zeitlin [Sun, 7 Apr 2002 22:29:04 +0000 (22:29 +0000)] 
added wxTextCtrl::EmulateKeyPress

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

22 years agoRemoved leaks from Forty demo
Julian Smart [Sun, 7 Apr 2002 21:12:45 +0000 (21:12 +0000)] 
Removed leaks from Forty demo
Added VC++ project file for artprov sample
Updated file lists

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

22 years agoadded raw key code and flags support (based on patch from Bryce Denney)
Vadim Zeitlin [Sun, 7 Apr 2002 21:06:59 +0000 (21:06 +0000)] 
added raw key code and flags support (based on patch from Bryce Denney)

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

22 years agoadded option to show the raw key codes
Vadim Zeitlin [Sun, 7 Apr 2002 21:02:10 +0000 (21:02 +0000)] 
added option to show the raw key codes

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

22 years ago Further work on wxTextCtrl.
Robert Roebling [Sun, 7 Apr 2002 20:46:55 +0000 (20:46 +0000)] 
  Further work on wxTextCtrl.

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

22 years agoupdated CodeWarrior 5.3 exported xml projects
Gilles Depeyrot [Sun, 7 Apr 2002 18:28:15 +0000 (18:28 +0000)] 
updated CodeWarrior 5.3 exported xml projects

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

22 years agoremoved unnecessarily overridden wxControl method
Gilles Depeyrot [Sun, 7 Apr 2002 18:21:52 +0000 (18:21 +0000)] 
removed unnecessarily overridden wxControl method

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

22 years agoadded a new sample to show the key events
Vadim Zeitlin [Sun, 7 Apr 2002 18:08:25 +0000 (18:08 +0000)] 
added a new sample to show the key events

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

22 years agoupdated CodeWarrior 5.3 exported xml projects
Gilles Depeyrot [Sun, 7 Apr 2002 17:56:41 +0000 (17:56 +0000)] 
updated CodeWarrior 5.3 exported xml projects

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

22 years agoremoved 68K targets and preferences
Gilles Depeyrot [Sun, 7 Apr 2002 17:49:54 +0000 (17:49 +0000)] 
removed 68K targets and preferences
added new/missing source files

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

22 years agoreformatted to fit in the page width
Vadim Zeitlin [Sun, 7 Apr 2002 17:33:28 +0000 (17:33 +0000)] 
reformatted to fit in the page width

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

22 years agocompilation fix for USE_PCH
Vadim Zeitlin [Sun, 7 Apr 2002 17:28:56 +0000 (17:28 +0000)] 
compilation fix for USE_PCH

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

22 years agorefresh the dialog children forcefully even if wxCLIP_CHILDREN was specified
Vadim Zeitlin [Sun, 7 Apr 2002 17:20:44 +0000 (17:20 +0000)] 
refresh the dialog children forcefully even if wxCLIP_CHILDREN was specified

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

22 years agoremoved Robert's test code
Vadim Zeitlin [Sun, 7 Apr 2002 17:20:09 +0000 (17:20 +0000)] 
removed Robert's test code

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

22 years agoVersion updates, manual date change, no change to dragimmg.cpp
Julian Smart [Sun, 7 Apr 2002 17:09:26 +0000 (17:09 +0000)] 
Version updates, manual date change, no change to dragimmg.cpp

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

22 years agoremoved 68K targets and preferences and renamed output libraries
Gilles Depeyrot [Sun, 7 Apr 2002 17:05:56 +0000 (17:05 +0000)] 
removed 68K targets and preferences and renamed output libraries

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

22 years ago*DO* use wxTR_EDIT_LABELS, it is neccessary
Václav Slavík [Sun, 7 Apr 2002 16:05:46 +0000 (16:05 +0000)] 
*DO* use wxTR_EDIT_LABELS, it is neccessary

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

22 years agoupdate from gtk/changes.txt to changes.txt (sic...)
Václav Slavík [Sun, 7 Apr 2002 16:05:38 +0000 (16:05 +0000)] 
update from gtk/changes.txt to changes.txt (sic...)

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

22 years agoadd artprov sample to the list
Václav Slavík [Sun, 7 Apr 2002 16:05:25 +0000 (16:05 +0000)] 
add artprov sample to the list

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

22 years agoadded wxArtProvider technote
Václav Slavík [Sun, 7 Apr 2002 16:05:11 +0000 (16:05 +0000)] 
added wxArtProvider technote

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

22 years ago Added first test app to "mobile".
Robert Roebling [Sun, 7 Apr 2002 14:50:00 +0000 (14:50 +0000)] 
  Added first test app to "mobile".

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

22 years ago Make wxFileDialog even smaller under X11.
Robert Roebling [Sun, 7 Apr 2002 14:47:16 +0000 (14:47 +0000)] 
  Make wxFileDialog even smaller under X11.

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

22 years ago Make text control send text update events.
Robert Roebling [Sun, 7 Apr 2002 14:46:44 +0000 (14:46 +0000)] 
  Make text control send text update events.
  Something else.

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

22 years agoimproved conditional compilation test (added wxUSE_POSTSCRIPT)
Gilles Depeyrot [Sun, 7 Apr 2002 13:29:02 +0000 (13:29 +0000)] 
improved conditional compilation test (added wxUSE_POSTSCRIPT)

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

22 years agoremoved unused enum
Gilles Depeyrot [Sun, 7 Apr 2002 13:26:58 +0000 (13:26 +0000)] 
removed unused enum

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

22 years ago Test case for MSW display corruption in 2.3.3
Robert Roebling [Sun, 7 Apr 2002 12:05:38 +0000 (12:05 +0000)] 
  Test case for MSW display corruption in 2.3.3

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

22 years ago Further work on wxTextCrl.
Robert Roebling [Sun, 7 Apr 2002 10:18:46 +0000 (10:18 +0000)] 
  Further work on wxTextCrl.
  Makefile fix for wxEmulator.

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

22 years agorefresh the dialogs after resize - this is the only way to deal with the display...
Vadim Zeitlin [Sat, 6 Apr 2002 22:31:07 +0000 (22:31 +0000)] 
refresh the dialogs after resize - this is the only way to deal  with the display corruption problem

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

22 years agocleaned up the checkbox creation code (~70 lines of code became 3)
Vadim Zeitlin [Sat, 6 Apr 2002 22:27:34 +0000 (22:27 +0000)] 
cleaned up the checkbox creation code (~70 lines of code became 3)

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

22 years agono significant changes
Vadim Zeitlin [Sat, 6 Apr 2002 22:23:47 +0000 (22:23 +0000)] 
no significant changes

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

22 years agofixed bug with initial path being a root directory on the drive
Vadim Zeitlin [Sat, 6 Apr 2002 20:54:42 +0000 (20:54 +0000)] 
fixed bug with initial path being a root directory on the drive

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

22 years agoStrange sizing fix in DoResize() to workaround apparent
Julian Smart [Sat, 6 Apr 2002 20:21:30 +0000 (20:21 +0000)] 
Strange sizing fix in DoResize() to workaround apparent
wxChoice returned size inconsistency

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

22 years agofixed wxEncodingConverter::Convert docs
Václav Slavík [Sat, 6 Apr 2002 19:07:40 +0000 (19:07 +0000)] 
fixed wxEncodingConverter::Convert docs

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

22 years ago Added support for variable-width fonts
Robert Roebling [Sat, 6 Apr 2002 18:11:36 +0000 (18:11 +0000)] 
  Added support for variable-width fonts
    to wxTextCtrl. This excludes syntax
    highlighting, which is probably OK.

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