]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

24 years agobrought regconf interface read/write methods up to spec
Unknown (CR) [Wed, 13 Oct 1999 22:05:03 +0000 (22:05 +0000)] 
brought regconf interface read/write methods up to spec

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

24 years agono message
David Webster [Wed, 13 Oct 1999 20:35:03 +0000 (20:35 +0000)] 
no message

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

24 years agowarnings for mingw32 compilation fixed
Vadim Zeitlin [Wed, 13 Oct 1999 18:52:05 +0000 (18:52 +0000)] 
warnings for mingw32 compilation fixed

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

24 years agoDnD is disabled automatically y configure for mingw32 without OLE headers
Vadim Zeitlin [Wed, 13 Oct 1999 18:51:01 +0000 (18:51 +0000)] 
DnD is disabled automatically y configure for mingw32 without OLE headers

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

24 years agosmall updates for Linux->Win32 cross compilation
Vadim Zeitlin [Wed, 13 Oct 1999 18:06:19 +0000 (18:06 +0000)] 
small updates for Linux->Win32 cross compilation

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

24 years agoupdate to wxPython module
Robin Dunn [Wed, 13 Oct 1999 18:00:29 +0000 (18:00 +0000)] 
update to wxPython module

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

24 years agoAdded tabg.o/tabg.d to GTK make stuff. Tabbed dialogs weren't linking correct.
Unknown (CR) [Wed, 13 Oct 1999 17:16:47 +0000 (17:16 +0000)] 
Added tabg.o/tabg.d to GTK make stuff. Tabbed dialogs weren't linking correct.

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

24 years agoregenerated
Vadim Zeitlin [Wed, 13 Oct 1999 17:07:33 +0000 (17:07 +0000)] 
regenerated

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

24 years agoAdded item clicks event support
Unknown (CR) [Wed, 13 Oct 1999 17:05:17 +0000 (17:05 +0000)] 
Added item clicks event support

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

24 years agoAdded support for item clicks
Unknown (CR) [Wed, 13 Oct 1999 17:04:34 +0000 (17:04 +0000)] 
Added support for item clicks

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

24 years agoAdded right/middle click item support
Unknown (CR) [Wed, 13 Oct 1999 17:03:24 +0000 (17:03 +0000)] 
Added right/middle click item support

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

24 years agoAdded tree control item click event wrappers
Unknown (CR) [Wed, 13 Oct 1999 17:01:06 +0000 (17:01 +0000)] 
Added tree control item click event wrappers

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

24 years agoAdded list control item click event wrappers
Unknown (CR) [Wed, 13 Oct 1999 17:00:39 +0000 (17:00 +0000)] 
Added list control item click event wrappers

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

24 years agoAdded tree control item click events
Unknown (CR) [Wed, 13 Oct 1999 16:59:21 +0000 (16:59 +0000)] 
Added tree control item click events

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

24 years agoAdded some setup files
Julian Smart [Wed, 13 Oct 1999 16:30:46 +0000 (16:30 +0000)] 
Added some setup files

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

24 years agowxMotif module corrections
Vadim Zeitlin [Wed, 13 Oct 1999 16:15:23 +0000 (16:15 +0000)] 
wxMotif module corrections

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

24 years ago Forgot resource sample.
Robert Roebling [Wed, 13 Oct 1999 15:35:55 +0000 (15:35 +0000)] 
  Forgot resource sample.

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

24 years agoAdded precompiled header stuff.
Julian Smart [Wed, 13 Oct 1999 11:59:13 +0000 (11:59 +0000)] 
Added precompiled header stuff.

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

24 years agoAdded demonstration of insert/delete rows/cols
Michael Bedward [Wed, 13 Oct 1999 11:57:22 +0000 (11:57 +0000)] 
Added demonstration of insert/delete rows/cols

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

24 years agoFixed bug causing crashes when all rows or cols were deleted and then an attempt...
Michael Bedward [Wed, 13 Oct 1999 11:49:55 +0000 (11:49 +0000)] 
Fixed bug causing crashes when all rows or cols were deleted and then an attempt was made to insert rows/cols

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

24 years agoPut include for makelib.b32 back in (why was it taken out ? without it the lib isn...
Michael Bedward [Wed, 13 Oct 1999 04:36:32 +0000 (04:36 +0000)] 
Put include for makelib.b32 back in (why was it taken out ? without it the lib isn't built)

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

24 years agoTcl regex lib
Ryan Norton [Wed, 13 Oct 1999 02:22:17 +0000 (02:22 +0000)] 
Tcl regex lib

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

24 years agoadded autogenerated files to make build work
Vadim Zeitlin [Wed, 13 Oct 1999 02:22:15 +0000 (02:22 +0000)] 
added autogenerated files to make build work

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

24 years ago1. DLL compilation fixes (wrong WXDLLEXPORT placement) in db.h/cpp
Vadim Zeitlin [Tue, 12 Oct 1999 23:57:40 +0000 (23:57 +0000)] 
1. DLL compilation fixes (wrong WXDLLEXPORT placement) in db.h/cpp
2. dummy typedef added to gsocket.c - trans unit can't be empty
3. WX_DEFINE_EXPORTED_ARRAY & friends appear

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

24 years agotmake template for DLL project for VC++ 6.0
Vadim Zeitlin [Tue, 12 Oct 1999 23:49:56 +0000 (23:49 +0000)] 
tmake template for DLL project for VC++ 6.0

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

24 years agoMore OS/2 stuff
David Webster [Tue, 12 Oct 1999 22:49:24 +0000 (22:49 +0000)] 
More OS/2 stuff

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

24 years ago Refresh() problem from DialogEd solved
Robert Roebling [Tue, 12 Oct 1999 21:52:17 +0000 (21:52 +0000)] 
  Refresh() problem from DialogEd solved
  Unified the naming of GNU pragmas for base classed:
    dialogbase, choicebase, etc.

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

24 years agoAttempting to create module def for wxPython
Robin Dunn [Tue, 12 Oct 1999 20:29:23 +0000 (20:29 +0000)] 
Attempting to create module def for wxPython

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

24 years agoMoved the #include of filefn.h from db.h to db.cpp
George Tasker [Tue, 12 Oct 1999 17:20:48 +0000 (17:20 +0000)] 
Moved the #include of filefn.h from db.h to db.cpp

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

24 years agoMoved the #include of filefn.h to db.cpp
George Tasker [Tue, 12 Oct 1999 17:19:45 +0000 (17:19 +0000)] 
Moved the #include of filefn.h to db.cpp

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

24 years ago Some more distrib corrections.
Robert Roebling [Tue, 12 Oct 1999 14:36:37 +0000 (14:36 +0000)] 
  Some more distrib corrections.

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

24 years agoUse of a postgres data source would fail due to checking for "PostgresSQL" rather...
George Tasker [Tue, 12 Oct 1999 11:06:24 +0000 (11:06 +0000)] 
Use of a postgres data source would fail due to checking for "PostgresSQL" rather than "PostgreSQL"

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

24 years agoChanged #ifdef _IODBC_ to #ifdef __UNIX__
George Tasker [Tue, 12 Oct 1999 11:02:53 +0000 (11:02 +0000)] 
Changed #ifdef _IODBC_ to #ifdef __UNIX__

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

24 years ago More makefiles, distrib things,
Robert Roebling [Tue, 12 Oct 1999 09:44:18 +0000 (09:44 +0000)] 
  More makefiles, distrib things,

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

24 years ago2.1.5 quickie release
Robin Dunn [Tue, 12 Oct 1999 06:13:37 +0000 (06:13 +0000)] 
2.1.5 quickie release

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

24 years agodistrib tweaks
Robin Dunn [Tue, 12 Oct 1999 03:04:38 +0000 (03:04 +0000)] 
distrib tweaks

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

24 years agomore intelligent build for gtk
Robin Dunn [Tue, 12 Oct 1999 03:04:13 +0000 (03:04 +0000)] 
more intelligent build for gtk

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

24 years ago Various distrib things,
Robert Roebling [Mon, 11 Oct 1999 22:36:46 +0000 (22:36 +0000)] 
  Various distrib things,
  Applied patches for HP-UX compilation,
  Corrected (?) vetoing of tree expansion,
  Raised version.h to 2.1.10

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

24 years agominor fixes
Robin Dunn [Mon, 11 Oct 1999 22:16:33 +0000 (22:16 +0000)] 
minor fixes

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

24 years ago Added wxMenu::Delete() and fixed some menu deleted memory
Robert Roebling [Mon, 11 Oct 1999 19:32:58 +0000 (19:32 +0000)] 
  Added wxMenu::Delete() and fixed some menu deleted memory
    leaks. Some.

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

24 years ago Tried to make wxGLCanvas work again. WIP.
Robert Roebling [Mon, 11 Oct 1999 15:24:49 +0000 (15:24 +0000)] 
  Tried to make wxGLCanvas work again. WIP.

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

24 years agoAdded blank line to end (Tex2RTF requirement)
Julian Smart [Mon, 11 Oct 1999 11:06:44 +0000 (11:06 +0000)] 
Added blank line to end (Tex2RTF requirement)

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

24 years ago Minor doc updates,
Robert Roebling [Mon, 11 Oct 1999 10:48:43 +0000 (10:48 +0000)] 
  Minor doc updates,
  Made resizing a scrolled window function,

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

24 years ago added SpinCtrl,
Robert Roebling [Mon, 11 Oct 1999 10:05:36 +0000 (10:05 +0000)] 
  added SpinCtrl,
  updated a few headers,
  tried to set window size hints, no effect with KWM,

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

24 years agoUpdated instructions for Mingw32/gcc-2.95
J. Russell Smyth [Mon, 11 Oct 1999 05:56:43 +0000 (05:56 +0000)] 
Updated instructions for Mingw32/gcc-2.95

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

24 years ago*** empty log message ***
David Webster [Mon, 11 Oct 1999 02:49:06 +0000 (02:49 +0000)] 
*** empty log message ***

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

24 years agowxSpinCtrl
Vadim Zeitlin [Sun, 10 Oct 1999 23:28:07 +0000 (23:28 +0000)] 
wxSpinCtrl

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

24 years agofixed bug with 2 frames
Václav Slavík [Sun, 10 Oct 1999 20:21:08 +0000 (20:21 +0000)] 
fixed bug with 2 frames

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

24 years agofixed terminology (widget vs. binded window)
Václav Slavík [Sun, 10 Oct 1999 20:20:43 +0000 (20:20 +0000)] 
fixed terminology (widget vs. binded window)

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

24 years agofixed cursor flickering in wxHtmlWindow
Václav Slavík [Sun, 10 Oct 1999 20:18:08 +0000 (20:18 +0000)] 
fixed cursor flickering in wxHtmlWindow

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

24 years agopreparing for HTML printing
Václav Slavík [Sun, 10 Oct 1999 20:17:42 +0000 (20:17 +0000)] 
preparing for HTML printing

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

24 years ago TreeTest compiles again,
Robert Roebling [Sun, 10 Oct 1999 19:56:38 +0000 (19:56 +0000)] 
  TreeTest compiles again,
  Found flickering bug wrt cursors.

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

24 years ago Scrolling updates.
Robert Roebling [Sun, 10 Oct 1999 18:42:43 +0000 (18:42 +0000)] 
  Scrolling updates.

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

24 years ago*** empty log message ***
David Webster [Sun, 10 Oct 1999 18:36:14 +0000 (18:36 +0000)] 
*** empty log message ***

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

24 years agoupdated richedit and nettest
Karsten Ballüder [Sun, 10 Oct 1999 16:52:34 +0000 (16:52 +0000)] 
updated richedit and nettest

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

24 years agoadded samples richedit and nettest
Karsten Ballüder [Sun, 10 Oct 1999 16:50:05 +0000 (16:50 +0000)] 
added samples richedit and nettest

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

24 years ago Minor changes to keep my MSW source
Robert Roebling [Sun, 10 Oct 1999 15:04:47 +0000 (15:04 +0000)] 
  Minor changes to keep my MSW source
    in synch...

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

24 years agoChanged Ungetch behaviour (FIFO -> LIFO).
Guilhem Lavaux [Sun, 10 Oct 1999 11:36:39 +0000 (11:36 +0000)] 
Changed Ungetch behaviour (FIFO -> LIFO).

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

24 years agominor additions and bugfixes
Robin Dunn [Sat, 9 Oct 1999 23:13:43 +0000 (23:13 +0000)] 
minor additions and bugfixes

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

24 years agominor additions and bugfixes
Robin Dunn [Sat, 9 Oct 1999 21:24:16 +0000 (21:24 +0000)] 
minor additions and bugfixes

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

24 years agoincremented wxPython version number
Robin Dunn [Sat, 9 Oct 1999 21:23:12 +0000 (21:23 +0000)] 
incremented wxPython version number

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