]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago Minor changes to viusal appearance,
Robert Roebling [Wed, 4 Aug 1999 14:41:41 +0000 (14:41 +0000)] 
  Minor changes to viusal appearance,
  Added wxYield() to wxEndBusyCursor(),
  Made wxSpinButton always sent a wxSROLL_THUMBTRACK event,
  Made wxDirDialog resizable,
  Made gsocket.c compile,

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

25 years ago Compile fixes for samples and dialoged,
Robert Roebling [Wed, 4 Aug 1999 13:01:20 +0000 (13:01 +0000)] 
  Compile fixes for samples and dialoged,
  small optical improvements,
  distrib changes,
  link fix for treectrl

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

25 years agofixed somebody's poorly done StreamSize-->GetSize transition
Václav Slavík [Wed, 4 Aug 1999 12:30:06 +0000 (12:30 +0000)] 
fixed somebody's poorly done StreamSize-->GetSize transition

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

25 years agoNew Makefile/Setup files supporting multiple dynamic extension modules
Robin Dunn [Wed, 4 Aug 1999 05:26:11 +0000 (05:26 +0000)] 
New Makefile/Setup files supporting multiple dynamic extension modules
for unix systems.

Fixes for the wxGLCanvas demo to work around a strange bug in gtk.

SWIG support routines now compiled separately instead of being bundled
in wx.cpp.

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

25 years ago*** empty log message ***
David Webster [Wed, 4 Aug 1999 04:20:17 +0000 (04:20 +0000)] 
*** empty log message ***

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

25 years agoMade changes to allow build with new mingw32/gcc-2.95
J. Russell Smyth [Wed, 4 Aug 1999 00:42:51 +0000 (00:42 +0000)] 
Made changes to allow build with new mingw32/gcc-2.95
added wxUSE_NORLANDER_HEADERS for mingw32/gcc-2.95

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

25 years agobool scrollable replaced by wxHW_* flags
Václav Slavík [Wed, 4 Aug 1999 00:00:16 +0000 (00:00 +0000)] 
bool scrollable replaced by wxHW_* flags

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

25 years agomalloc() --> new[]
Václav Slavík [Tue, 3 Aug 1999 23:59:38 +0000 (23:59 +0000)] 
malloc() --> new[]

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

25 years agowxHW_* flags, fixed client area problem
Václav Slavík [Tue, 3 Aug 1999 23:58:56 +0000 (23:58 +0000)] 
wxHW_* flags, fixed client area problem

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

25 years agoadded DLL exports
Václav Slavík [Tue, 3 Aug 1999 23:56:34 +0000 (23:56 +0000)] 
added DLL exports

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

25 years agoinitial commit
Václav Slavík [Tue, 3 Aug 1999 23:55:45 +0000 (23:55 +0000)] 
initial commit

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

25 years agoChanged wxChoice->wxComboBox as list of all paper sizes is too large to fit
Karsten Ballüder [Tue, 3 Aug 1999 15:20:23 +0000 (15:20 +0000)] 
Changed wxChoice->wxComboBox as list of all paper sizes is too large to fit
on screen. Works fine for wxGTK.

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

25 years agoHmm, apparently had to add FNSTRINGCAST elsewhere in the file too
Ove Kaaven [Tue, 3 Aug 1999 13:05:19 +0000 (13:05 +0000)] 
Hmm, apparently had to add FNSTRINGCAST elsewhere in the file too

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

25 years agoChanged my mind and used FNSTRINGCAST instead
Ove Kaaven [Tue, 3 Aug 1999 13:03:33 +0000 (13:03 +0000)] 
Changed my mind and used FNSTRINGCAST instead

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

25 years agoReplaced (char*)wxFNCONV with (const char*)wxFNCONV
Ove Kaaven [Tue, 3 Aug 1999 13:02:04 +0000 (13:02 +0000)] 
Replaced (char*)wxFNCONV with (const char*)wxFNCONV

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

25 years agoLINKAGEMODE moved to defs.h - string.cpp actually compiles now...
Vadim Zeitlin [Tue, 3 Aug 1999 11:31:47 +0000 (11:31 +0000)] 
LINKAGEMODE moved to defs.h - string.cpp actually compiles now...

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

25 years ago__UNIX__ redefition corrected
Vadim Zeitlin [Tue, 3 Aug 1999 11:26:39 +0000 (11:26 +0000)] 
__UNIX__ redefition corrected

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

25 years agocliet data crash fixed
Vadim Zeitlin [Tue, 3 Aug 1999 11:12:14 +0000 (11:12 +0000)] 
cliet data crash fixed

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

25 years agofixed a typo or two...
Robin Dunn [Tue, 3 Aug 1999 06:48:46 +0000 (06:48 +0000)] 
fixed a typo or two...

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

25 years agoFixed wxImage GetData and SetData to properly use String objects for
Robin Dunn [Tue, 3 Aug 1999 06:44:28 +0000 (06:44 +0000)] 
Fixed wxImage GetData and SetData to properly use String objects for
data transfer.

Added access methods to wxGridEvent.

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

25 years ago*** empty log message ***
David Webster [Tue, 3 Aug 1999 04:36:53 +0000 (04:36 +0000)] 
*** empty log message ***

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

25 years ago1. minor headers rearrangement: wxprec.h doesn't include setup.h directly
Vadim Zeitlin [Mon, 2 Aug 1999 21:31:09 +0000 (21:31 +0000)] 
1. minor headers rearrangement: wxprec.h doesn't include setup.h directly
   any more, btu defs.h does - and not in the very beginning, but a bit
   later
2. some unused and uncompileable OS2 thing removed from string.cpp

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

25 years ago Minor changes
Robert Roebling [Mon, 2 Aug 1999 19:06:23 +0000 (19:06 +0000)] 
  Minor changes

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

25 years agoChanged a var name
Guilhem Lavaux [Mon, 2 Aug 1999 19:00:00 +0000 (19:00 +0000)] 
Changed a var name

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

25 years agoBetter memory errors handler (added GSOCK_MEMERR)
Guilhem Lavaux [Mon, 2 Aug 1999 17:46:43 +0000 (17:46 +0000)] 
Better memory errors handler (added GSOCK_MEMERR)
Fixed 'NULL' warning in socket.cpp

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

25 years agoChanges to make common and generic compilable under VisualAge C++ V3.0 ofr OS/2
David Webster [Mon, 2 Aug 1999 16:39:18 +0000 (16:39 +0000)] 
Changes to make common and generic compilable under VisualAge C++ V3.0 ofr OS/2

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

25 years agoAdded code to set m_isBeingDeleted as per wxGTK
Michael Bedward [Mon, 2 Aug 1999 06:00:17 +0000 (06:00 +0000)] 
Added code to set m_isBeingDeleted as per wxGTK

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

25 years ago*** empty log message ***
David Webster [Mon, 2 Aug 1999 04:54:56 +0000 (04:54 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
David Webster [Mon, 2 Aug 1999 04:44:01 +0000 (04:44 +0000)] 
*** empty log message ***

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

25 years agoAdded function GetDefaultSize
Michael Bedward [Mon, 2 Aug 1999 04:19:49 +0000 (04:19 +0000)] 
Added function GetDefaultSize

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

25 years agoAdded these accessor functions for wxGridEvent: GetRow, GetCol, GetPosition, GetCell...
Michael Bedward [Mon, 2 Aug 1999 03:23:35 +0000 (03:23 +0000)] 
Added these accessor functions for wxGridEvent: GetRow, GetCol, GetPosition, GetCell, ControlDown, ShiftDown

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

25 years ago1. wxWindow::Centre() hopefully fixed
Vadim Zeitlin [Sun, 1 Aug 1999 22:22:02 +0000 (22:22 +0000)] 
1. wxWindow::Centre() hopefully fixed
2. attempts to construct bitmaps from icons properly
3. wxTreeCtrl background is always white

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

25 years agofix for wxMSW
Vadim Zeitlin [Sun, 1 Aug 1999 22:17:11 +0000 (22:17 +0000)] 
fix for wxMSW

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

25 years ago Updated testconf,
Robert Roebling [Sun, 1 Aug 1999 11:02:05 +0000 (11:02 +0000)] 
  Updated testconf,
  Compile fixes for docview and iostreams,
  SO_RCVTIMEO doesn't exist everywhere and must
   not be used for setting this option - only
   getting it on some systems
  Distrib things

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

25 years agowxMemoryStream doc updated
Guilhem Lavaux [Sun, 1 Aug 1999 07:26:36 +0000 (07:26 +0000)] 
wxMemoryStream doc updated
Added auto-destruction in wxThread::Delete and wxThread::Kill
Fixed thread destruction in thread sample

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

25 years agocompile warning fixed
Vadim Zeitlin [Sat, 31 Jul 1999 21:56:42 +0000 (21:56 +0000)] 
compile warning fixed

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

25 years ago Compile fixes for wxTreeCtrl (we don't speak about
Robert Roebling [Sat, 31 Jul 1999 17:24:28 +0000 (17:24 +0000)] 
  Compile fixes for wxTreeCtrl (we don't speak about
    linking or - dear - even running)
  distrib updates

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

25 years agoadded a blurb about wxBe
Vadim Zeitlin [Sat, 31 Jul 1999 13:58:34 +0000 (13:58 +0000)] 
added a blurb about wxBe

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

25 years agoConverted some SetBlocking to SetNonBlocking
Guilhem Lavaux [Sat, 31 Jul 1999 13:33:01 +0000 (13:33 +0000)] 
Converted some SetBlocking to SetNonBlocking

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

25 years agoAdded news and coding standards HTML files to CVS
Julian Smart [Sat, 31 Jul 1999 09:20:44 +0000 (09:20 +0000)] 
Added news and coding standards HTML files to CVS

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

25 years agowxPython 2.1b1:
Robin Dunn [Sat, 31 Jul 1999 07:56:15 +0000 (07:56 +0000)] 
wxPython 2.1b1:

Added the missing wxWindow.GetUpdateRegion() method.

Made a new change in SWIG (update your patches everybody) that
provides a fix for global shadow objects that get an exception in
their __del__ when their extension module has already been deleted.
It was only a 1 line change in .../SWIG/Modules/pycpp.cxx at about
line 496 if you want to do it by hand.

It is now possible to run through MainLoop more than once in any one
process.  The cleanup that used to happen as MainLoop completed (and
prevented it from running again) has been delayed until the wxc module
is being unloaded by Python.

wxWindow.PopupMenu() now takes a wxPoint instead of  x,y.  Added
wxWindow.PopupMenuXY to be consistent with some other methods.

Added wxGrid.SetEditInPlace and wxGrid.GetEditInPlace.

You can now provide your own app.MainLoop method.  See
wxPython/demo/demoMainLoop.py for an example and some explaination.

Got the in-place-edit for the wxTreeCtrl fixed and added some demo
code to show how to use it.

Put the wxIcon constructor back in for GTK as it now has one that
matches MSW's.

Added wxGrid.GetCells

Added wxSystemSettings static methods as functions with names like
wxSystemSettings_GetSystemColour.

Removed wxPyMenu since using menu callbacks have been depreciated in
wxWindows.  Use wxMenu and events instead.

Added alternate wxBitmap constructor (for MSW only) as
      wxBitmapFromData(data, type, width, height, depth = 1)

Added a helper function named wxPyTypeCast that can convert shadow
objects of one type into shadow objects of another type.  (Like doing
a down-cast.)  See the implementation in wx.py for some docs.

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

25 years agosome dist helpers for wxPython
Robin Dunn [Sat, 31 Jul 1999 07:21:04 +0000 (07:21 +0000)] 
some dist helpers for wxPython

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

25 years ago*** empty log message ***
David Webster [Sat, 31 Jul 1999 03:35:35 +0000 (03:35 +0000)] 
*** empty log message ***

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

25 years agowxMSW::wxTreeCtrl has multiple selection too (somewhat documented)
Vadim Zeitlin [Fri, 30 Jul 1999 22:45:55 +0000 (22:45 +0000)] 
wxMSW::wxTreeCtrl has multiple selection too (somewhat documented)

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

25 years agoOS/2 updates
David Webster [Fri, 30 Jul 1999 21:47:13 +0000 (21:47 +0000)] 
OS/2 updates

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

25 years agoOS/2 linkage specification on METHODDEF macro
David Webster [Fri, 30 Jul 1999 21:46:24 +0000 (21:46 +0000)] 
OS/2 linkage specification on METHODDEF macro

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

25 years agono more assert failure in GetSelection() if there is no selection
Vadim Zeitlin [Fri, 30 Jul 1999 18:32:17 +0000 (18:32 +0000)] 
no more assert failure in GetSelection() if there is no selection

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

25 years agolink fix for no sockets compilation
Vadim Zeitlin [Fri, 30 Jul 1999 18:03:23 +0000 (18:03 +0000)] 
link fix for no sockets compilation

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

25 years agoRenamed GSocket_SetBlocking to GSocket_SetNonBlocking and *Fallback to *Callback
Guilhem Lavaux [Fri, 30 Jul 1999 17:54:18 +0000 (17:54 +0000)] 
Renamed GSocket_SetBlocking to GSocket_SetNonBlocking and *Fallback to *Callback
Added GSocket_SetTimeout
Added timeout support in wxSocket (as it was in previous releases)
Updated documentation

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

25 years agoa small fix to wxWindow::Centre
Vadim Zeitlin [Fri, 30 Jul 1999 17:31:31 +0000 (17:31 +0000)] 
a small fix to wxWindow::Centre

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

25 years agoexplicit compilation fix
Vadim Zeitlin [Fri, 30 Jul 1999 17:02:44 +0000 (17:02 +0000)] 
explicit compilation fix

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

25 years ago Some more doc beauty,
Robert Roebling [Fri, 30 Jul 1999 13:16:45 +0000 (13:16 +0000)] 
  Some more doc beauty,
  Typo in wxDataStream,

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

25 years ago Doc corrections,
Robert Roebling [Fri, 30 Jul 1999 12:02:28 +0000 (12:02 +0000)] 
  Doc corrections,
  made wxHTML a chapter
  GUI thread work

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

25 years agowxPython documentation updates
Robin Dunn [Fri, 30 Jul 1999 04:31:52 +0000 (04:31 +0000)] 
wxPython documentation updates

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

25 years agofixed compiler error
Robin Dunn [Fri, 30 Jul 1999 04:28:24 +0000 (04:28 +0000)] 
fixed compiler error

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

25 years agoFixed m_majorDim bug a bit more (was still getting divide by zero error)
Michael Bedward [Fri, 30 Jul 1999 04:20:07 +0000 (04:20 +0000)] 
Fixed m_majorDim bug a bit more (was still getting divide by zero error)

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

25 years agoAdded KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp...
Michael Bedward [Fri, 30 Jul 1999 04:01:08 +0000 (04:01 +0000)] 
Added KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp will work

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

25 years agoAdded wxApp::CheckForKeyUp MB
Michael Bedward [Fri, 30 Jul 1999 03:55:59 +0000 (03:55 +0000)] 
Added wxApp::CheckForKeyUp MB

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

25 years agoAdded wxApp::CheckForKeyUp
Michael Bedward [Fri, 30 Jul 1999 03:50:03 +0000 (03:50 +0000)] 
Added wxApp::CheckForKeyUp

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

25 years ago#warning is a compilation error, not warning
Vadim Zeitlin [Thu, 29 Jul 1999 23:38:06 +0000 (23:38 +0000)] 
#warning is a compilation error, not warning

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

25 years ago Testing vaious makefile/configure schemes.
Robert Roebling [Thu, 29 Jul 1999 22:18:41 +0000 (22:18 +0000)] 
  Testing vaious makefile/configure schemes.

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

25 years ago Now its possible to run wxHTML without wxSockets
Robert Roebling [Thu, 29 Jul 1999 19:52:37 +0000 (19:52 +0000)] 
  Now its possible to run wxHTML without wxSockets
    if wxUSE_FS_ZIP = 1, wxUSE_HTML = 1
  Fixed typo in filelist
  Compile fix for spinbutton,

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

25 years agoTypos.
Guilhem Lavaux [Thu, 29 Jul 1999 17:23:28 +0000 (17:23 +0000)] 
Typos.
Changed the timeout of wxSocketBase from 3600s to 600s
Added #include <stdio.h> in htmltag.cpp

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

25 years agoAdded #include <stddef.h> as it is needed by ANSI.
Guilhem Lavaux [Thu, 29 Jul 1999 17:15:50 +0000 (17:15 +0000)] 
Added #include <stddef.h> as it is needed by ANSI.

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

25 years agofix for HP-UX
Karsten Ballüder [Thu, 29 Jul 1999 16:12:23 +0000 (16:12 +0000)] 
fix for HP-UX

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

25 years agofixed busy cursor
Karsten Ballüder [Thu, 29 Jul 1999 13:47:18 +0000 (13:47 +0000)] 
fixed busy cursor

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

25 years ago Compile fixes and typos corrected.
Robert Roebling [Thu, 29 Jul 1999 13:43:08 +0000 (13:43 +0000)] 
  Compile fixes and typos corrected.

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

25 years ago Makefile changes
Robert Roebling [Thu, 29 Jul 1999 12:51:29 +0000 (12:51 +0000)] 
  Makefile changes

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

25 years agoProgressDialog was *comletely* broken!
Karsten Ballüder [Thu, 29 Jul 1999 12:51:12 +0000 (12:51 +0000)] 
ProgressDialog was *comletely* broken!

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

25 years agoFixed missing header.
Karsten Ballüder [Thu, 29 Jul 1999 12:21:50 +0000 (12:21 +0000)] 
Fixed missing header.

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

25 years agoBy assigning wxEmptyString instead of NULL to m_commandString,
Ove Kaaven [Thu, 29 Jul 1999 10:16:49 +0000 (10:16 +0000)] 
By assigning wxEmptyString instead of NULL to m_commandString,
I hope to reduce the number of crash-on-startup events

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

25 years agoPut strmbfrd.tex back into classes.tex since it was finally checked in.
Robin Dunn [Thu, 29 Jul 1999 06:41:52 +0000 (06:41 +0000)] 
Put strmbfrd.tex back into classes.tex since it was finally checked in.

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

25 years ago*** empty log message ***
David Webster [Thu, 29 Jul 1999 05:27:19 +0000 (05:27 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
David Webster [Thu, 29 Jul 1999 05:11:30 +0000 (05:11 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
David Webster [Thu, 29 Jul 1999 04:56:34 +0000 (04:56 +0000)] 
*** empty log message ***

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

25 years ago I had to remove (Robin's) makefile creation clause
Robert Roebling [Thu, 29 Jul 1999 01:21:05 +0000 (01:21 +0000)] 
  I had to remove (Robin's) makefile creation clause
    from the makefiles, because these deleted my
    makefiles
  Small fixes for templates

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

25 years agom_clientData conflict fixed
Vadim Zeitlin [Wed, 28 Jul 1999 22:53:33 +0000 (22:53 +0000)] 
m_clientData conflict fixed

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

25 years agoSetIcon added
Vadim Zeitlin [Wed, 28 Jul 1999 22:38:39 +0000 (22:38 +0000)] 
SetIcon added

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

25 years agocompilation fix
Vadim Zeitlin [Wed, 28 Jul 1999 22:28:44 +0000 (22:28 +0000)] 
compilation fix

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

25 years agostring and m_majorDim == 0 bugs fixed
Vadim Zeitlin [Wed, 28 Jul 1999 22:27:44 +0000 (22:27 +0000)] 
string and m_majorDim == 0 bugs fixed

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

25 years ago Added tmake template for simple wxGTK makefile
Robert Roebling [Wed, 28 Jul 1999 22:18:58 +0000 (22:18 +0000)] 
  Added tmake template for simple wxGTK makefile
  Updated filelist.t for wxGTK
  Compile fixes for MingGW32

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

25 years agoChanges necessary to make In Place Edit work and look a lot nicer for
Robin Dunn [Wed, 28 Jul 1999 21:59:08 +0000 (21:59 +0000)] 
Changes necessary to make In Place Edit work and look a lot nicer for
MSW and GTK, and hopefully make it easy to make the same tweaks for
other ports.  There are still some very minor anomalies (changing
colors of the grid doesn't change the IPE control, etc.) but it is
definitely useable now.

The IPE control now gets the fore/background color of the cell.

Changed how the current cell highlight is drawn so mulitple clicks in
a single cell don't leave the highlight in an inconsistent state for
GTK.

Changed a dangerous static variable to a member variable.

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

25 years ago1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary
Vadim Zeitlin [Wed, 28 Jul 1999 21:01:04 +0000 (21:01 +0000)] 
1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary
   old code which didn't send them anyhow removed). It also allows to veto the
   changes, but this feature is not portable and as such is not documented.
2. wxBitmapBuuton doesn't lose its bitmap any more
3. wxImage::ConvertToBitmap() doesn't crash if image is !Ok() but just
   returns wxNullBitmap.
4. wxProgressDialog looks much nicer under Windows and its estimated/elapsed/
   remaining time fields actually show some non random numbers now
5. MDI client window doesn't flicker because wxMDIParentFrame doesn't position
   it at (0, 0) first before moving it to correct location
6. other minor fixes...

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

25 years agoAdded wxInternetFilesystemModule to fs_inet.cpp
Guilhem Lavaux [Wed, 28 Jul 1999 17:29:59 +0000 (17:29 +0000)] 
Added wxInternetFilesystemModule to fs_inet.cpp
Fixed PROXY support in wxURL, wxHTTP. You can set the environement variable
HTTP_PROXY now.
Fixed parsing of content type in wxHtmlFilter
Added commments to gsocket.c
wxURL parses the URL only once now.

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

25 years agoAdded another missing file (wxBufferedStreams doc)
Guilhem Lavaux [Wed, 28 Jul 1999 17:16:59 +0000 (17:16 +0000)] 
Added another missing file (wxBufferedStreams doc)

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

25 years agoHm... /P1024 instead of /P512 ...? (At least that makes it work for me)
Ove Kaaven [Wed, 28 Jul 1999 12:11:58 +0000 (12:11 +0000)] 
Hm... /P1024 instead of /P512 ...? (At least that makes it work for me)

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

25 years agoFixed some stupid TEX errors...
Robin Dunn [Wed, 28 Jul 1999 05:52:04 +0000 (05:52 +0000)] 
Fixed some stupid TEX errors...

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

25 years agoIf somebody ever decides to actually check in fsfile.tex and
Robin Dunn [Wed, 28 Jul 1999 05:49:51 +0000 (05:49 +0000)] 
If somebody ever decides to actually check in fsfile.tex and
strmbfrd.tex then they an uncomment them back in.  I'm tired of the
errors...

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

25 years ago*** empty log message ***
David Webster [Wed, 28 Jul 1999 04:16:50 +0000 (04:16 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
David Webster [Wed, 28 Jul 1999 04:02:37 +0000 (04:02 +0000)] 
*** empty log message ***

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

25 years ago*** empty log message ***
David Webster [Wed, 28 Jul 1999 03:38:12 +0000 (03:38 +0000)] 
*** empty log message ***

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

25 years ago Corrected some more docs,
Robert Roebling [Tue, 27 Jul 1999 21:46:34 +0000 (21:46 +0000)] 
  Corrected some more docs,
  Corrected size of spinbutton
  wxWindow::PopUp() now doesn't return control
    to the program until the menu disappears as
    it is documented and done by wxMSW

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

25 years ago Small distrib updates,
Robert Roebling [Tue, 27 Jul 1999 20:23:13 +0000 (20:23 +0000)] 
  Small distrib updates,
  tried to find a bug in html which was somewhere else,
  added wxYield() call to wxBeginBusyCursor() which
    should make the cursor appear immediately,
  corrected wxMiniFrame so that clicking on the titlebar
    makes it come to the front
  Used CreateBase() in all controls

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

25 years agowxMotif fixes and common fixes for socket compilation
Vadim Zeitlin [Tue, 27 Jul 1999 20:12:16 +0000 (20:12 +0000)] 
wxMotif fixes and common fixes for socket compilation

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

25 years agomissing wxMSW files
Vadim Zeitlin [Tue, 27 Jul 1999 20:09:15 +0000 (20:09 +0000)] 
missing wxMSW files

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

25 years agoChanged void GSocket_Init() to bool GSocket_Init()
Guilhem Lavaux [Tue, 27 Jul 1999 17:22:30 +0000 (17:22 +0000)] 
Changed void GSocket_Init() to bool GSocket_Init()

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

25 years agoAdded Makefile for gcc-win
J. Russell Smyth [Tue, 27 Jul 1999 17:05:05 +0000 (17:05 +0000)] 
Added Makefile for gcc-win

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

25 years agoModified dialog size under MSW to look better ( button was cut off)
J. Russell Smyth [Tue, 27 Jul 1999 17:03:21 +0000 (17:03 +0000)] 
Modified dialog size under MSW to look better ( button was cut off)

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

25 years agoAdded the forgotten file txtstrm.tex
Guilhem Lavaux [Tue, 27 Jul 1999 17:02:58 +0000 (17:02 +0000)] 
Added the forgotten file txtstrm.tex

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

25 years agowxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
Vadim Zeitlin [Tue, 27 Jul 1999 15:15:36 +0000 (15:15 +0000)] 
wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW

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