wxWidgets.git
24 years agoFixed wxSlider95 bug; updated .dsp files; added Set/GetLastDirectory to wxDocManager
Julian Smart [Tue, 19 Oct 1999 22:18:32 +0000 (22:18 +0000)] 
Fixed wxSlider95 bug; updated .dsp files; added Set/GetLastDirectory to wxDocManager

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

24 years ago Further DnD changes. Untested.
Robert Roebling [Tue, 19 Oct 1999 22:13:33 +0000 (22:13 +0000)] 
  Further DnD changes. Untested.

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

24 years agoFixes for long to wxCoord
David Webster [Tue, 19 Oct 1999 21:03:55 +0000 (21:03 +0000)] 
Fixes for long to wxCoord

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

24 years agono message
David Webster [Tue, 19 Oct 1999 18:53:33 +0000 (18:53 +0000)] 
no message

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

24 years ago Changed two conflicting defines in defs.h
Robert Roebling [Tue, 19 Oct 1999 15:12:11 +0000 (15:12 +0000)] 
  Changed two conflicting defines in defs.h
  DnD multiformat fine-tuning

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

24 years agoaccels for menu commands
Vadim Zeitlin [Tue, 19 Oct 1999 13:58:16 +0000 (13:58 +0000)] 
accels for menu commands

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

24 years agosome more TODOs
Vadim Zeitlin [Tue, 19 Oct 1999 13:58:05 +0000 (13:58 +0000)] 
some more TODOs

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

24 years agonever undefine inline for C++ sources
Vadim Zeitlin [Tue, 19 Oct 1999 13:57:34 +0000 (13:57 +0000)] 
never undefine inline for C++ sources

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

24 years ago Added size hints to dialog,
Robert Roebling [Tue, 19 Oct 1999 10:51:48 +0000 (10:51 +0000)] 
  Added size hints to dialog,
  Corrected client data "code" for wxChoice,

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

24 years agoRemoved #pragma implementation "appbase.h" which caused duplicate symbols
Michael Bedward [Tue, 19 Oct 1999 09:21:44 +0000 (09:21 +0000)] 
Removed #pragma implementation "appbase.h" which caused duplicate symbols
to between app.o and appcmn.o

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

24 years agoAdded demo of handling EVT_GRID_SELECT_CELL.
Michael Bedward [Tue, 19 Oct 1999 07:27:56 +0000 (07:27 +0000)] 
Added demo of handling EVT_GRID_SELECT_CELL.
A couple of other minor tweaks.

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

24 years agoAdded EVT_GRID_SELECT_CELL
Michael Bedward [Tue, 19 Oct 1999 07:24:46 +0000 (07:24 +0000)] 
Added EVT_GRID_SELECT_CELL

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

24 years agoAdded EVT_GRID_SELECT_CELL
Michael Bedward [Tue, 19 Oct 1999 07:14:27 +0000 (07:14 +0000)] 
Added EVT_GRID_SELECT_CELL

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

24 years agoAdded a simple makefile for those whose fingers can't type anything
Robin Dunn [Tue, 19 Oct 1999 05:01:36 +0000 (05:01 +0000)] 
Added a simple makefile for those whose fingers can't type anything
but "make install"

Ensure that the full TARGETDIR exists

changed the build scripts to play nicer with make.

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

24 years agoNumerous changes to comply with use of wxCoord.
Michael Bedward [Tue, 19 Oct 1999 03:26:24 +0000 (03:26 +0000)] 
Numerous changes to comply with use of wxCoord.

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

24 years ago New wxDataObject etc. Almost works.
Robert Roebling [Mon, 18 Oct 1999 22:22:56 +0000 (22:22 +0000)] 
  New wxDataObject etc. Almost works.
  A few more compatibility funcs for (long*) vs (int*).
  Makefile.in regenerated from filelist...

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

24 years agowxUSE_HTML was missiing at some places
Václav Slavík [Mon, 18 Oct 1999 19:46:54 +0000 (19:46 +0000)] 
wxUSE_HTML was missiing at some places

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

24 years agowxControl and wxChoice derive from the base classes under wxGTK too now
Vadim Zeitlin [Mon, 18 Oct 1999 15:45:28 +0000 (15:45 +0000)] 
wxControl and wxChoice derive from the base classes under wxGTK too now

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

24 years agoadded appcmn.cpp to the list of files
Vadim Zeitlin [Mon, 18 Oct 1999 15:15:21 +0000 (15:15 +0000)] 
added appcmn.cpp to the list of files

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

24 years ago1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and
Vadim Zeitlin [Mon, 18 Oct 1999 15:14:52 +0000 (15:14 +0000)] 
1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and
   regenerated the makefiles. wxPostEvent() should work for wxGTK too (untested)
2. long -> wxCoord change for wxGTK and wxMSW, use
   wxUSE_COMPATIBLE_COORD_TYPES to get the old behaviour
3. wxHTML compilation fixes (for !wxUSE_HTML case)
4. a couple of handy macros in thread.h added

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

24 years agodon't try to build shared library on platforms not supporting it
Vadim Zeitlin [Mon, 18 Oct 1999 15:12:14 +0000 (15:12 +0000)] 
don't try to build shared library on platforms not supporting it

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

24 years agoinclude/wx/choice.hpragma warning is only for VC++
Vadim Zeitlin [Mon, 18 Oct 1999 14:57:21 +0000 (14:57 +0000)] 
include/wx/choice.hpragma warning is only for VC++

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

24 years agocompilation fix for !WX_PRECOMP
Vadim Zeitlin [Mon, 18 Oct 1999 14:55:17 +0000 (14:55 +0000)] 
compilation fix for !WX_PRECOMP

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

24 years agocompilation fix for non OLE clipboard
Vadim Zeitlin [Mon, 18 Oct 1999 14:53:47 +0000 (14:53 +0000)] 
compilation fix for non OLE clipboard

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

24 years agogcc warning about printf() format mismatch corrected
Vadim Zeitlin [Mon, 18 Oct 1999 14:29:23 +0000 (14:29 +0000)] 
gcc warning about printf() format mismatch corrected

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

24 years agogcc warning about printf() format mismatch corrected
Vadim Zeitlin [Mon, 18 Oct 1999 14:19:19 +0000 (14:19 +0000)] 
gcc warning about printf() format mismatch corrected

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

24 years agoAdd wxImage::CanRead, wasn't in 1.59 ?
Sylvain Bougnoux [Mon, 18 Oct 1999 14:18:15 +0000 (14:18 +0000)] 
Add wxImage::CanRead, wasn't in 1.59 ?

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

24 years agoadded a rule about DoXXX() functions
Vadim Zeitlin [Mon, 18 Oct 1999 13:17:43 +0000 (13:17 +0000)] 
added a rule about DoXXX() functions

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

24 years agodescribed a patch to mingw32 headers to fix va_arg warnings
Vadim Zeitlin [Mon, 18 Oct 1999 13:05:13 +0000 (13:05 +0000)] 
described a patch to mingw32 headers to fix va_arg warnings

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

24 years ago Corrected wxImage for use with mono wxBitmaps,
Robert Roebling [Mon, 18 Oct 1999 08:51:23 +0000 (08:51 +0000)] 
  Corrected wxImage for use with mono wxBitmaps,
  Corrected compilation of wxApp without threads (untested).

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

24 years ago*** empty log message ***
David Webster [Mon, 18 Oct 1999 03:30:47 +0000 (03:30 +0000)] 
*** empty log message ***

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

24 years agoRemoved unused code
Michael Bedward [Mon, 18 Oct 1999 03:16:29 +0000 (03:16 +0000)] 
Removed unused code

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

24 years agoImproved cell highlighting when in-place editing is disabled
Michael Bedward [Mon, 18 Oct 1999 03:13:45 +0000 (03:13 +0000)] 
Improved cell highlighting when in-place editing is disabled

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

24 years agopart of dnd sample I forgot
Vadim Zeitlin [Mon, 18 Oct 1999 00:10:22 +0000 (00:10 +0000)] 
part of dnd sample I forgot

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

24 years ago1. more drag and drop and clipboard changes:
Vadim Zeitlin [Mon, 18 Oct 1999 00:08:40 +0000 (00:08 +0000)] 
1. more drag and drop and clipboard changes:
 a) OLE clipboard works fine
 b) wxBitmapDataObject now accepts DIBs (but doesn't give them back :-( )
 c) bugs in sample corrected
2. wxFatalExit() replaced with wxFAIL_MSG() in bitmap.cpp and dcmemory.cpp
3. wxFrame::ClientToScreen and ScreenToClient() replaced with DoXXX() - like
   this, they don't hide the base class versions

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

24 years agoattempt at documenting drag and drop and clipboard classes
Vadim Zeitlin [Sun, 17 Oct 1999 23:57:10 +0000 (23:57 +0000)] 
attempt at documenting drag and drop and clipboard classes

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

24 years agocorrected serious bug in SetHBITMAP
Vadim Zeitlin [Sun, 17 Oct 1999 21:24:31 +0000 (21:24 +0000)] 
corrected serious bug in SetHBITMAP

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

24 years agoHTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
Václav Slavík [Sun, 17 Oct 1999 20:52:29 +0000 (20:52 +0000)] 
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN_COMPATIBILITY_2)

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

24 years agoadded several other accel strings
Vadim Zeitlin [Sun, 17 Oct 1999 20:47:51 +0000 (20:47 +0000)] 
added several other accel strings

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

24 years ago Added temporary test to splitter.
Robert Roebling [Sun, 17 Oct 1999 19:54:51 +0000 (19:54 +0000)] 
  Added temporary test to splitter.

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

24 years ago*** empty log message ***
David Webster [Sun, 17 Oct 1999 17:23:27 +0000 (17:23 +0000)] 
*** empty log message ***

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

24 years ago Small fix.
Robert Roebling [Sun, 17 Oct 1999 15:59:20 +0000 (15:59 +0000)] 
  Small fix.

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

24 years ago Distrib changes.
Robert Roebling [Sun, 17 Oct 1999 14:55:39 +0000 (14:55 +0000)] 
  Distrib changes.

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

24 years agoadded HTML printing
Václav Slavík [Sun, 17 Oct 1999 13:03:40 +0000 (13:03 +0000)] 
added HTML printing

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

24 years ago Applied Diana's font patch II
Robert Roebling [Sun, 17 Oct 1999 10:22:45 +0000 (10:22 +0000)] 
  Applied Diana's font patch II
  Made wxGLCanvas work again

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

24 years ago1. wxPostEvent added and documented
Vadim Zeitlin [Sun, 17 Oct 1999 01:18:49 +0000 (01:18 +0000)] 
1. wxPostEvent added and documented
2. Made it possible to have wxDataObjects which support multiple formats
   painlessly
3. Extensively modified dnd sample to show a "real life" wxDataObject

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

24 years ago Restored wxSizeEvent code form last week -> wxGLCanvas
Robert Roebling [Sat, 16 Oct 1999 20:07:16 +0000 (20:07 +0000)] 
  Restored wxSizeEvent code form last week -> wxGLCanvas
    probably broken again.

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

24 years agoChanged an OBJARRAY to an EXPORTED_OBJARRAY
Robin Dunn [Sat, 16 Oct 1999 18:09:56 +0000 (18:09 +0000)] 
Changed an OBJARRAY to an EXPORTED_OBJARRAY

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

24 years agowxHTML classes description is now in alphabetical order
Václav Slavík [Sat, 16 Oct 1999 15:38:26 +0000 (15:38 +0000)] 
wxHTML classes description is now in alphabetical order

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

24 years agofixed bug in PS clipping (non-virtual SetClippingRegion was overloaded)
Václav Slavík [Sat, 16 Oct 1999 15:37:35 +0000 (15:37 +0000)] 
fixed bug in PS clipping (non-virtual SetClippingRegion was overloaded)

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

24 years agowxHtmlCell::AdjustPagebreak now works correctly
Václav Slavík [Sat, 16 Oct 1999 15:37:13 +0000 (15:37 +0000)] 
wxHtmlCell::AdjustPagebreak now works correctly

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

24 years agowxHtmlCell::AdjustPagebreak documented
Václav Slavík [Sat, 16 Oct 1999 12:28:03 +0000 (12:28 +0000)] 
wxHtmlCell::AdjustPagebreak documented

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

24 years agoSetFonts methods have const param now
Václav Slavík [Sat, 16 Oct 1999 12:27:35 +0000 (12:27 +0000)] 
SetFonts methods have const param now

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

24 years agoremoved wxVERSION_* macros
Václav Slavík [Sat, 16 Oct 1999 12:24:28 +0000 (12:24 +0000)] 
removed wxVERSION_* macros

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

24 years agoAdded instructions to Forty.
Julian Smart [Sat, 16 Oct 1999 08:57:14 +0000 (08:57 +0000)] 
Added instructions to Forty.

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

24 years agoAdded some definitions, a missing method, and fixed a compile error
Robin Dunn [Sat, 16 Oct 1999 06:09:13 +0000 (06:09 +0000)] 
Added some definitions, a missing method, and fixed a compile error

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

24 years agoEnabled to be run without splitters to track down possible bugs
Robin Dunn [Sat, 16 Oct 1999 06:08:16 +0000 (06:08 +0000)] 
Enabled to be run without splitters to track down possible bugs

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

24 years agocompilation fix
Vadim Zeitlin [Fri, 15 Oct 1999 23:04:24 +0000 (23:04 +0000)] 
compilation fix

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

24 years agono message
David Webster [Fri, 15 Oct 1999 21:00:38 +0000 (21:00 +0000)] 
no message

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

24 years agocompilation fix
Vadim Zeitlin [Fri, 15 Oct 1999 19:04:05 +0000 (19:04 +0000)] 
compilation fix

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

24 years agounused param
Vadim Zeitlin [Fri, 15 Oct 1999 18:12:56 +0000 (18:12 +0000)] 
unused param

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

24 years agodon't draw with NULL font
Vadim Zeitlin [Fri, 15 Oct 1999 18:09:45 +0000 (18:09 +0000)] 
don't draw with NULL font

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

24 years agocompilation fix
Vadim Zeitlin [Fri, 15 Oct 1999 17:59:05 +0000 (17:59 +0000)] 
compilation fix

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

24 years agocompilation fix
Vadim Zeitlin [Fri, 15 Oct 1999 17:49:56 +0000 (17:49 +0000)] 
compilation fix

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

24 years agowarning fixed
Vadim Zeitlin [Fri, 15 Oct 1999 17:47:34 +0000 (17:47 +0000)] 
warning fixed

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

24 years agoon some systems (HP-UX), strtok_r() needs _REENTRANT to be defined
Vadim Zeitlin [Fri, 15 Oct 1999 17:35:14 +0000 (17:35 +0000)] 
on some systems (HP-UX), strtok_r() needs _REENTRANT to be defined

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

24 years agolet's not forget that \& has lower priority than == in C
Vadim Zeitlin [Fri, 15 Oct 1999 17:15:43 +0000 (17:15 +0000)] 
let's not forget that \& has lower priority than == in C

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

24 years ago1. wxImageHandler::DoCanRead() introduced to solve the virtual function name
Vadim Zeitlin [Fri, 15 Oct 1999 16:59:32 +0000 (16:59 +0000)] 
1. wxImageHandler::DoCanRead() introduced to solve the virtual function name
hiding problem
2. wxPNMHandler::CanRead() shouldn't use wxT() - should it?

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

24 years agoresolved a conflict
Vadim Zeitlin [Fri, 15 Oct 1999 16:28:09 +0000 (16:28 +0000)] 
resolved a conflict

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

24 years agoresolved a conflict
Vadim Zeitlin [Fri, 15 Oct 1999 16:21:25 +0000 (16:21 +0000)] 
resolved a conflict

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

24 years agocompile fix
Vadim Zeitlin [Fri, 15 Oct 1999 16:14:01 +0000 (16:14 +0000)] 
compile fix

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

24 years agoremoved wxDialog::Centre()
Vadim Zeitlin [Fri, 15 Oct 1999 15:49:05 +0000 (15:49 +0000)] 
removed wxDialog::Centre()

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

24 years ago scrolling of foreign windowsplus sample
Robert Roebling [Fri, 15 Oct 1999 14:59:44 +0000 (14:59 +0000)] 
  scrolling of foreign windowsplus sample

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

24 years agoRemoved a variable declaration from within a FOR statement for compilation on HP-UX
George Tasker [Fri, 15 Oct 1999 10:11:06 +0000 (10:11 +0000)] 
Removed a variable declaration from within a FOR statement for compilation on HP-UX

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

24 years ago*** empty log message ***
David Webster [Fri, 15 Oct 1999 04:07:54 +0000 (04:07 +0000)] 
*** empty log message ***

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

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

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

24 years agoUpdated install.txt, added double-inclusion guard, corrected a GnuWin32 thing
Julian Smart [Thu, 14 Oct 1999 17:47:31 +0000 (17:47 +0000)] 
Updated install.txt, added double-inclusion guard, corrected a GnuWin32 thing
in spinctrl.cpp

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

24 years ago HP-UX fixes
Robert Roebling [Thu, 14 Oct 1999 17:08:31 +0000 (17:08 +0000)] 
  HP-UX fixes

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

24 years agonever undefine 'inline' keyword for C++ compilation
Vadim Zeitlin [Thu, 14 Oct 1999 15:52:35 +0000 (15:52 +0000)] 
never undefine 'inline' keyword for C++ compilation

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

24 years agomanually test for X11 headers/libs
Vadim Zeitlin [Thu, 14 Oct 1999 15:43:11 +0000 (15:43 +0000)] 
manually test for X11 headers/libs

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

24 years agoNULL shouldn't be used in test programs
Vadim Zeitlin [Thu, 14 Oct 1999 15:18:39 +0000 (15:18 +0000)] 
NULL shouldn't be used in test programs

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

24 years agofixed some frame cleanup stuff; The main frame (MyFrame) explicitely closes
Harco de Hilster [Thu, 14 Oct 1999 14:57:17 +0000 (14:57 +0000)] 
fixed some frame cleanup stuff; The main frame (MyFrame) explicitely closes
the helpframe now before deleting the config pointer and closing itself.

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

24 years agoAdded sqltypes.h (for Cygwin b20), some other Cygwin fixes.
Julian Smart [Thu, 14 Oct 1999 14:10:59 +0000 (14:10 +0000)] 
Added sqltypes.h (for Cygwin b20), some other Cygwin fixes.

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

24 years ago Changed time of sending the wxSizeEvent and assorted things,
Robert Roebling [Thu, 14 Oct 1999 13:09:01 +0000 (13:09 +0000)] 
  Changed time of sending the wxSizeEvent and assorted things,
  this made wxGLCanvas work,
  wxMiniFrame looks correct again,
  Corrected makefile for HTML help

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

24 years agoinit.cpp isn't included in the makefiles for wxMSW any more
Vadim Zeitlin [Thu, 14 Oct 1999 12:55:26 +0000 (12:55 +0000)] 
init.cpp isn't included in the makefiles for wxMSW any more

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

24 years ago-mwindows added for mingw32 compilation
Vadim Zeitlin [Thu, 14 Oct 1999 12:49:30 +0000 (12:49 +0000)] 
-mwindows added for mingw32 compilation

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

24 years agomakeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for
Julian Smart [Thu, 14 Oct 1999 12:37:52 +0000 (12:37 +0000)] 
makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for
Mingw32; removed init.cpp from makefile.vc (tmake keeps generating it);
added spinctrl.cpp to MSW section in filelist.txt.

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

24 years ago= replaced with ==
Vadim Zeitlin [Thu, 14 Oct 1999 12:31:35 +0000 (12:31 +0000)] 
= replaced with ==

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

24 years agomore mingw32 warnings fixed
Vadim Zeitlin [Thu, 14 Oct 1999 12:02:03 +0000 (12:02 +0000)] 
more mingw32 warnings fixed

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

24 years agoCorrections
Julian Smart [Thu, 14 Oct 1999 10:20:38 +0000 (10:20 +0000)] 
Corrections

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

24 years ago Applied patches for AIX,
Robert Roebling [Thu, 14 Oct 1999 09:29:20 +0000 (09:29 +0000)] 
  Applied patches for AIX,
  Corrected prop dialog,
  Tabbing in parent top-level-windows no longer possible,

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

24 years agoAdded makewise.bat, for making a WISE installation automatically.
Julian Smart [Thu, 14 Oct 1999 08:56:05 +0000 (08:56 +0000)] 
Added makewise.bat, for making a WISE installation automatically.

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

24 years agoAdded system DLL file installs for makewise.bat.
Julian Smart [Thu, 14 Oct 1999 08:54:50 +0000 (08:54 +0000)] 
Added system DLL file installs for makewise.bat.

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

24 years agoRegenerated from tmake after editing filelist.txt to add gridg.h
Michael Bedward [Thu, 14 Oct 1999 05:41:22 +0000 (05:41 +0000)] 
Regenerated from tmake after editing filelist.txt to add gridg.h

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

24 years agoPut gridg.h back so that it gets installed
Michael Bedward [Thu, 14 Oct 1999 05:36:05 +0000 (05:36 +0000)] 
Put gridg.h back so that it gets installed

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

24 years agoChanged all EVT_WXGRID... constants to EVT_GRID...
Michael Bedward [Thu, 14 Oct 1999 05:03:00 +0000 (05:03 +0000)] 
Changed all EVT_WXGRID... constants to EVT_GRID...

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

24 years ago*** empty log message ***
David Webster [Thu, 14 Oct 1999 04:43:46 +0000 (04:43 +0000)] 
*** empty log message ***

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

24 years agoChanged all EVT_WXGRID... constants to EVT_GRID...
Michael Bedward [Thu, 14 Oct 1999 04:42:29 +0000 (04:42 +0000)] 
Changed all EVT_WXGRID... constants to EVT_GRID...

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

24 years agoLatest Updates
David Webster [Wed, 13 Oct 1999 22:34:18 +0000 (22:34 +0000)] 
Latest Updates

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

24 years agochanged LVHITTESTINFO to LV_HITTESTINFO
Unknown (CR) [Wed, 13 Oct 1999 22:33:43 +0000 (22:33 +0000)] 
changed LVHITTESTINFO to LV_HITTESTINFO

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