wxWidgets.git
24 years agoMotif: made file selector and message box properly take on background colour.
Julian Smart [Tue, 26 Oct 1999 15:16:29 +0000 (15:16 +0000)] 
Motif: made file selector and message box properly take on background colour.
Initialised a member variable in wxDC, so e.g. bombs sample now works
and splitter displays something.

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

24 years agoattempt to fix wxMenuBar::EnableTop
Vadim Zeitlin [Tue, 26 Oct 1999 14:38:34 +0000 (14:38 +0000)] 
attempt to fix wxMenuBar::EnableTop

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

24 years ago1. corrected uninitialised variable (which led to crash) in wxListBox
Vadim Zeitlin [Tue, 26 Oct 1999 13:54:58 +0000 (13:54 +0000)] 
1. corrected uninitialised variable (which led to crash) in wxListBox
2. corrected assert failures in wxChoiceDialog

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

24 years agofix for items without accelerators
Vadim Zeitlin [Tue, 26 Oct 1999 13:45:29 +0000 (13:45 +0000)] 
fix for items without accelerators

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

24 years agoRemoved lots of wxMotif compile warnings. Copied new install.txt into old
Julian Smart [Tue, 26 Oct 1999 13:33:13 +0000 (13:33 +0000)] 
Removed lots of wxMotif compile warnings. Copied new install.txt into old
install.txt (wxMotif).

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

24 years agocompilation fix
Vadim Zeitlin [Tue, 26 Oct 1999 13:32:56 +0000 (13:32 +0000)] 
compilation fix

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

24 years agoFixed bug that caused crashes if wxGrid::OnSize was called before grid was properly...
Michael Bedward [Tue, 26 Oct 1999 06:52:04 +0000 (06:52 +0000)] 
Fixed bug that caused crashes if wxGrid::OnSize was called before grid was properly initialized

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

24 years ago*** empty log message ***
David Webster [Tue, 26 Oct 1999 04:47:56 +0000 (04:47 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Tue, 26 Oct 1999 04:38:15 +0000 (04:38 +0000)] 
*** empty log message ***

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

24 years agoAdded WXDLLEXPORT to wxChrono
Julian Smart [Mon, 25 Oct 1999 21:23:51 +0000 (21:23 +0000)] 
Added WXDLLEXPORT to wxChrono

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

24 years agofixed timer related bug
Karsten Ballüder [Mon, 25 Oct 1999 20:06:32 +0000 (20:06 +0000)] 
fixed timer related bug

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

24 years agono message
David Webster [Mon, 25 Oct 1999 20:03:39 +0000 (20:03 +0000)] 
no message

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

24 years ago Makefile corrections after the setup.h changes.
Robert Roebling [Mon, 25 Oct 1999 18:56:26 +0000 (18:56 +0000)] 
  Makefile corrections after the setup.h changes.

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

24 years ago1. moved fontenum.cpp to unix because implementation is common to X and GTK+
Vadim Zeitlin [Mon, 25 Oct 1999 17:22:13 +0000 (17:22 +0000)] 
1. moved fontenum.cpp to unix because implementation is common to X and GTK+
   (had to add wxGetDisplay() to wxGTK)
2. implemented EnumerateEncodings() - now only if we could do something useful
   with this...
3. added makefile for the console sample

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

24 years ago Mem leak in new accelerator code.
Robert Roebling [Mon, 25 Oct 1999 16:55:15 +0000 (16:55 +0000)] 
  Mem leak in new accelerator code.
  Install things.

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

24 years agoit now lives under unix
Vadim Zeitlin [Mon, 25 Oct 1999 16:41:22 +0000 (16:41 +0000)] 
it now lives under unix

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

24 years ago1. small dnd compilation fixes (no attempt to make icon setting work though)
Vadim Zeitlin [Mon, 25 Oct 1999 15:51:37 +0000 (15:51 +0000)] 
1. small dnd compilation fixes (no attempt to make icon setting work though)
2. wxMenuItemBase appears
3. more key combinations handled by wxGTK for menu accels

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

24 years agoAdded wizard sample.
Julian Smart [Mon, 25 Oct 1999 14:30:09 +0000 (14:30 +0000)] 
Added wizard sample.

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

24 years agoAdded more compat. functions for wxGrid so grid sample compiles;
Julian Smart [Mon, 25 Oct 1999 14:28:43 +0000 (14:28 +0000)] 
Added more compat. functions for wxGrid so grid sample compiles;
fixed regtest compilation prob. (but still crashes on exit); fixed
tab sample compile problem.

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

24 years agoChanged #include file ordering so it compiles.
Julian Smart [Mon, 25 Oct 1999 14:27:04 +0000 (14:27 +0000)] 
Changed #include file ordering so it compiles.

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

24 years agoAdded further makefiles for wizard sample
Julian Smart [Mon, 25 Oct 1999 14:24:46 +0000 (14:24 +0000)] 
Added further makefiles for wizard sample

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

24 years agoCosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize;
Julian Smart [Mon, 25 Oct 1999 13:46:48 +0000 (13:46 +0000)] 
Cosmetic changes in setup0.h; Latex edits; PaletteSize -> wxPaletteSize;
generate newgrid VC++ project files

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

24 years agoFix for incomplete initial display sometimes with wxMSW
Michael Bedward [Mon, 25 Oct 1999 13:17:36 +0000 (13:17 +0000)] 
Fix for incomplete initial display sometimes with wxMSW

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

24 years agobug fix for disable auto poll
Karsten Ballüder [Mon, 25 Oct 1999 12:54:31 +0000 (12:54 +0000)] 
bug fix for disable auto poll

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

24 years agosetup.h moved (and not copied) to the correct location by configure
Vadim Zeitlin [Mon, 25 Oct 1999 11:30:31 +0000 (11:30 +0000)] 
setup.h moved (and not copied) to the correct location by configure

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

24 years agoAdded mysteriously-missing #endif
Julian Smart [Mon, 25 Oct 1999 08:18:37 +0000 (08:18 +0000)] 
Added mysteriously-missing #endif

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

24 years agoBC++ 16bit makefile fixes (obj isn't replaced with suffix in filenames)
Vadim Zeitlin [Mon, 25 Oct 1999 07:41:07 +0000 (07:41 +0000)] 
BC++ 16bit makefile fixes (obj isn't replaced with suffix in filenames)

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

24 years agoVC++ 1.5 makefile fixes (lib split, C objs)
Vadim Zeitlin [Mon, 25 Oct 1999 07:37:40 +0000 (07:37 +0000)] 
VC++ 1.5 makefile fixes (lib split, C objs)

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

24 years agoSymantec makefile fixes (for OLE files)
Vadim Zeitlin [Mon, 25 Oct 1999 07:22:06 +0000 (07:22 +0000)] 
Symantec makefile fixes (for OLE files)

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

24 years agoWatcom makefile fixes
Vadim Zeitlin [Mon, 25 Oct 1999 07:19:13 +0000 (07:19 +0000)] 
Watcom makefile fixes

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

24 years ago/usr/include fix
Vadim Zeitlin [Mon, 25 Oct 1999 06:33:22 +0000 (06:33 +0000)] 
/usr/include fix

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

24 years ago*** empty log message ***
David Webster [Mon, 25 Oct 1999 04:05:02 +0000 (04:05 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Mon, 25 Oct 1999 02:41:20 +0000 (02:41 +0000)] 
*** empty log message ***

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

24 years agoChanged wxGetSingleChoiceData() to take void* client data pointers instead
Ove Kaaven [Sun, 24 Oct 1999 20:42:35 +0000 (20:42 +0000)] 
Changed wxGetSingleChoiceData() to take void* client data pointers instead
of char*

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

24 years agoFixes for 16-bit compilation
Julian Smart [Sun, 24 Oct 1999 19:50:17 +0000 (19:50 +0000)] 
Fixes for 16-bit compilation

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

24 years agowxDropSource now has 3 custom cursors for copy/move/nothing
Vadim Zeitlin [Sun, 24 Oct 1999 19:34:11 +0000 (19:34 +0000)] 
wxDropSource now has 3 custom cursors for copy/move/nothing

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

24 years ago wxFrame::Set/GetClientSize() uses toolbar area again,
Robert Roebling [Sun, 24 Oct 1999 19:09:50 +0000 (19:09 +0000)] 
  wxFrame::Set/GetClientSize() uses toolbar area again,
  wxWindow no longer reroutes mouse events to invisble windows,
  Compile fix.

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

24 years agouncommented ping method
Karsten Ballüder [Sun, 24 Oct 1999 18:32:30 +0000 (18:32 +0000)] 
uncommented ping method

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

24 years ago Small distrib changes,
Robert Roebling [Sun, 24 Oct 1999 16:45:01 +0000 (16:45 +0000)] 
  Small distrib changes,
  Use GTK's native insert for wxListBox,
  Compile pacthes for AIX,
  wxClipboard things,
  Ignore wxSIZE_AUTO flags in wxDialog and wxFrame,
  Ignore toolbar size in wxFrame::Get/SetClientSize

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

24 years ago1. corrected client data deletion in wxListBox (no more memory leaks in controls
Vadim Zeitlin [Sun, 24 Oct 1999 16:29:08 +0000 (16:29 +0000)] 
1. corrected client data deletion in wxListBox (no more memory leaks in controls
   sample)
2. added wxST_NO_AUTORESIZE style for wxGTK and wxMSW and added test for it to
   the controls sample

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

24 years ago*** empty log message ***
David Webster [Sun, 24 Oct 1999 15:57:35 +0000 (15:57 +0000)] 
*** empty log message ***

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

24 years agoSmall changes
Julian Smart [Sun, 24 Oct 1999 15:14:05 +0000 (15:14 +0000)] 
Small changes

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

24 years agoAdded small library binaries to lib directory
Julian Smart [Sun, 24 Oct 1999 15:09:54 +0000 (15:09 +0000)] 
Added small library binaries to lib directory

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

24 years agoRemoval of old src/msw/ctl3d files
Julian Smart [Sun, 24 Oct 1999 15:07:08 +0000 (15:07 +0000)] 
Removal of old src/msw/ctl3d files

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

24 years agoMore Watcom C++ compilation stuff
Julian Smart [Sun, 24 Oct 1999 13:07:26 +0000 (13:07 +0000)] 
More Watcom C++ compilation stuff

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

24 years agoSquashed another threading and interpreter lock bug
Robin Dunn [Sun, 24 Oct 1999 05:16:56 +0000 (05:16 +0000)] 
Squashed another threading and interpreter lock bug

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

24 years ago1. compilation fix for wxArrayTreeItemIds
Vadim Zeitlin [Sun, 24 Oct 1999 00:30:53 +0000 (00:30 +0000)] 
1. compilation fix for wxArrayTreeItemIds
2. small bug fixes for recent fixes

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

24 years ago1. wxDropTarget::OnData() returns wxDragResult now, not bool
Vadim Zeitlin [Sat, 23 Oct 1999 23:40:55 +0000 (23:40 +0000)] 
1. wxDropTarget::OnData() returns wxDragResult now, not bool
2. fixed assert failure in wxMSW::wxListBox
3. wxFileHistory automatically deletes non existinf files from menu
4. wxDropTarget coordinates are client (and not screen) under MSW too
5. wxConvertBitmapToDib and vice versa seem to work!
6. client data field if filled by wxListBox and wxChoice and it's also deleted
   (this just wasn't done before!)

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

24 years agoBC++ and Watcom C++ makefile and source fixes
Julian Smart [Sat, 23 Oct 1999 19:55:01 +0000 (19:55 +0000)] 
BC++ and Watcom C++ makefile and source fixes

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

24 years agominor bug fixes
Karsten Ballüder [Sat, 23 Oct 1999 11:01:02 +0000 (11:01 +0000)] 
minor bug fixes

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

24 years ago Fixed resizing problem with GTK 1.2.3 notebooks.
Robert Roebling [Sat, 23 Oct 1999 10:40:04 +0000 (10:40 +0000)] 
  Fixed resizing problem with GTK 1.2.3 notebooks.
  Added wxSizer test to controls sample.

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

24 years agoAdded missing constructor for wxCustomDataObject so the DLL would
Robin Dunn [Sat, 23 Oct 1999 06:42:24 +0000 (06:42 +0000)] 
Added missing constructor for wxCustomDataObject so the DLL would
link.  It's just a guess though so it should be checked.

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

24 years agoApparent typo fix
Robin Dunn [Sat, 23 Oct 1999 04:27:52 +0000 (04:27 +0000)] 
Apparent typo fix

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

24 years agogenerated source updates
Robin Dunn [Sat, 23 Oct 1999 03:35:37 +0000 (03:35 +0000)] 
generated source updates

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

24 years agoFixed a deadlock problem when using threads
Robin Dunn [Sat, 23 Oct 1999 02:33:44 +0000 (02:33 +0000)] 
Fixed a deadlock problem when using threads

Incremented version number

Added some missing methods and such

Minor updates to a couple demos

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

24 years ago Added wxDropSource::GiveFeedBack().
Robert Roebling [Fri, 22 Oct 1999 22:43:21 +0000 (22:43 +0000)] 
  Added wxDropSource::GiveFeedBack().

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

24 years agono message
David Webster [Fri, 22 Oct 1999 22:00:20 +0000 (22:00 +0000)] 
no message

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

24 years agoFixed "torn" patch line
J. Russell Smyth [Fri, 22 Oct 1999 21:44:08 +0000 (21:44 +0000)] 
Fixed "torn" patch line

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

24 years agoUpdate for VA V4.0
David Webster [Fri, 22 Oct 1999 20:40:13 +0000 (20:40 +0000)] 
Update for VA V4.0

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

24 years ago1. sorted wxListBox and wxComboBox seem to work under wxGTK
Vadim Zeitlin [Fri, 22 Oct 1999 18:00:39 +0000 (18:00 +0000)] 
1. sorted wxListBox and wxComboBox seem to work under wxGTK
2. to support this, new class wxControlWithItems added (ctrlsub.h/cpp) and the
   controls sample modified to test it

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

24 years agowxChoice and wxListBox GTK+ changes (wxChoice works, wxListBox still doesn't)
Vadim Zeitlin [Fri, 22 Oct 1999 15:55:27 +0000 (15:55 +0000)] 
wxChoice and wxListBox GTK+ changes (wxChoice works, wxListBox still doesn't)
to support sorting, also compilation fixes in dataobj.cpp

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

24 years ago Compile fix for wxDataFormat cast,
Robert Roebling [Fri, 22 Oct 1999 15:49:39 +0000 (15:49 +0000)] 
  Compile fix for wxDataFormat cast,
  Unfinished code for wxDragCopy vs. wxDragMove,
  Corrected key accel code for wxFrame as children of wxFrame.

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

24 years agoMSW compilation fixes (untested)
Vadim Zeitlin [Fri, 22 Oct 1999 13:26:45 +0000 (13:26 +0000)] 
MSW compilation fixes (untested)

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

24 years agotests for sorted wxChoice added
Vadim Zeitlin [Fri, 22 Oct 1999 13:13:51 +0000 (13:13 +0000)] 
tests for sorted wxChoice added

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

24 years agoMore broken code corrections; broken Latex file corrections.
Julian Smart [Fri, 22 Oct 1999 13:12:08 +0000 (13:12 +0000)] 
More broken code corrections; broken Latex file corrections.

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

24 years ago1. some fixes for wxSortedArrayString
Vadim Zeitlin [Fri, 22 Oct 1999 13:12:04 +0000 (13:12 +0000)] 
1. some fixes for wxSortedArrayString
2. wxChoice understands wxCB_SORT under GTK

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

24 years agoyet another BC++ fix
Vadim Zeitlin [Fri, 22 Oct 1999 13:07:05 +0000 (13:07 +0000)] 
yet another BC++ fix

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

24 years agoBC++ fixes.
Julian Smart [Fri, 22 Oct 1999 12:45:04 +0000 (12:45 +0000)] 
BC++ fixes.

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

24 years agoanother BC++ fix
Vadim Zeitlin [Fri, 22 Oct 1999 12:27:43 +0000 (12:27 +0000)] 
another BC++ fix

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

24 years agoModified Mingw32 makefiles to compile with Mingw32 2.95 or earlier;
Julian Smart [Fri, 22 Oct 1999 12:03:54 +0000 (12:03 +0000)] 
Modified Mingw32 makefiles to compile with Mingw32 2.95 or earlier;
some wxMSW/gcc compile fixes

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

24 years agowxDataFormat default ctor doesn't crash for global objects
Vadim Zeitlin [Fri, 22 Oct 1999 11:37:39 +0000 (11:37 +0000)] 
wxDataFormat default ctor doesn't crash for global objects

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

24 years agoattempt to fix BC++ compilation
Vadim Zeitlin [Fri, 22 Oct 1999 11:24:01 +0000 (11:24 +0000)] 
attempt to fix BC++ compilation

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

24 years ago1. made wxBase compile/link/run again under Unix
Vadim Zeitlin [Fri, 22 Oct 1999 09:24:15 +0000 (09:24 +0000)] 
1. made wxBase compile/link/run again under Unix
2. added wxSortedArrayString class and documented it

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

24 years ago*** empty log message ***
David Webster [Fri, 22 Oct 1999 04:40:12 +0000 (04:40 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
David Webster [Fri, 22 Oct 1999 04:37:39 +0000 (04:37 +0000)] 
*** empty log message ***

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

24 years agono message
David Webster [Thu, 21 Oct 1999 22:37:14 +0000 (22:37 +0000)] 
no message

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

24 years agoVA fussy compiler fix (must qualify any reference to member more than one class up...
David Webster [Thu, 21 Oct 1999 22:36:51 +0000 (22:36 +0000)] 
VA fussy compiler fix (must qualify any reference to member more than one class up the inheritance tree

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

24 years agoAdded some test code
Robin Dunn [Thu, 21 Oct 1999 21:13:21 +0000 (21:13 +0000)] 
Added some test code

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

24 years agowxMotif compilation fixes for wxDataObject and PROCESS_EVENTS (wxSocket)
Vadim Zeitlin [Thu, 21 Oct 1999 20:16:53 +0000 (20:16 +0000)] 
wxMotif compilation fixes for wxDataObject and PROCESS_EVENTS (wxSocket)

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

24 years agoand the compilation fix which really compiles, finally
Vadim Zeitlin [Thu, 21 Oct 1999 19:44:11 +0000 (19:44 +0000)] 
and the compilation fix which really compiles, finally

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

24 years agocompilation fixes for old gcc
Vadim Zeitlin [Thu, 21 Oct 1999 19:33:03 +0000 (19:33 +0000)] 
compilation fixes for old gcc

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

24 years agoa better compilation fix
Vadim Zeitlin [Thu, 21 Oct 1999 19:31:23 +0000 (19:31 +0000)] 
a better compilation fix

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

24 years agocompilation fix - as nobody else doesn't seem to want to do it...
Vadim Zeitlin [Thu, 21 Oct 1999 19:21:43 +0000 (19:21 +0000)] 
compilation fix - as nobody else doesn't seem to want to do it...

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

24 years agoand some more WXUNUSED() added
Vadim Zeitlin [Thu, 21 Oct 1999 19:16:25 +0000 (19:16 +0000)] 
and some more WXUNUSED() added

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

24 years agosome WXUNUSED() added
Vadim Zeitlin [Thu, 21 Oct 1999 19:15:58 +0000 (19:15 +0000)] 
some WXUNUSED() added

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

24 years agofound the double deltion bug - now it seems to work under wxGTK!
Vadim Zeitlin [Thu, 21 Oct 1999 18:30:50 +0000 (18:30 +0000)] 
found the double deltion bug - now it seems to work under wxGTK!

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

24 years agominor change: disable debug messages flood from OnDragOver
Vadim Zeitlin [Thu, 21 Oct 1999 18:04:20 +0000 (18:04 +0000)] 
minor change: disable debug messages flood from OnDragOver

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

24 years agoOnEnter/OnDragOver API update (compiles, links, somewhat runs under wxGTK)
Vadim Zeitlin [Thu, 21 Oct 1999 17:47:45 +0000 (17:47 +0000)] 
OnEnter/OnDragOver API update (compiles, links, somewhat runs under wxGTK)

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

24 years ago A bit more or multi-format clipboard.
Robert Roebling [Thu, 21 Oct 1999 16:53:38 +0000 (16:53 +0000)] 
  A bit more or multi-format clipboard.
  Added == operator to wxDataFormat for standard types (again).

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

24 years agoimproved dialup manager, added wxALL_FILES define
Karsten Ballüder [Thu, 21 Oct 1999 15:00:17 +0000 (15:00 +0000)] 
improved dialup manager, added wxALL_FILES define

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

24 years ago wxSlider should now display int values,
Robert Roebling [Thu, 21 Oct 1999 14:53:42 +0000 (14:53 +0000)] 
  wxSlider should now display int values,
  Corrected garbage deletion in dnd sample.

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

24 years agoreadding
Vadim Zeitlin [Thu, 21 Oct 1999 14:14:10 +0000 (14:14 +0000)] 
readding

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

24 years agoremoving corrupted files
Vadim Zeitlin [Thu, 21 Oct 1999 14:13:42 +0000 (14:13 +0000)] 
removing corrupted files

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

24 years agoand now it even compiles
Vadim Zeitlin [Thu, 21 Oct 1999 14:00:30 +0000 (14:00 +0000)] 
and now it even compiles

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

24 years agoupdated the makefile to copy dnd.wxr so that the program can find it,
Vadim Zeitlin [Thu, 21 Oct 1999 13:57:08 +0000 (13:57 +0000)] 
updated the makefile to copy dnd.wxr so that the program can find it,
don't forget to open the clipboard

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

24 years agowxClipboard::IsOpened() and wxCLipboardLocker helper class added
Vadim Zeitlin [Thu, 21 Oct 1999 13:56:34 +0000 (13:56 +0000)] 
wxClipboard::IsOpened() and wxCLipboardLocker helper class added

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

24 years agoSupport different for Visualage Versions
David Webster [Thu, 21 Oct 1999 13:44:31 +0000 (13:44 +0000)] 
Support different for Visualage Versions

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

24 years agoadded helpext.cpp and regenerated the makefiles
Vadim Zeitlin [Thu, 21 Oct 1999 13:41:18 +0000 (13:41 +0000)] 
added helpext.cpp and regenerated the makefiles

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

24 years agoadded the makefile for tex2rtf compilation using configure, fixed compilation
Vadim Zeitlin [Thu, 21 Oct 1999 13:40:47 +0000 (13:40 +0000)] 
added the makefile for tex2rtf compilation using configure, fixed compilation
for wxUSE_HELP == 0

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

24 years agosome conflicts resolved
Vadim Zeitlin [Thu, 21 Oct 1999 13:40:07 +0000 (13:40 +0000)] 
some conflicts resolved

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