]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Thu, 7 Oct 1999 22:11:23 +0000 (22:11 +0000)]
more updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 22:07:42 +0000 (22:07 +0000)]
some release notes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 22:05:16 +0000 (22:05 +0000)]
distribution updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 18:49:47 +0000 (18:49 +0000)]
updated generated sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 18:48:14 +0000 (18:48 +0000)]
new contributions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 18:18:07 +0000 (18:18 +0000)]
wxLog::FlushActive added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 18:12:57 +0000 (18:12 +0000)]
1. wxLog::FlushActive() added
2. threads can be used in console mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 16:52:00 +0000 (16:52 +0000)]
updated generated sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 16:51:10 +0000 (16:51 +0000)]
Added event class constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 7 Oct 1999 16:50:17 +0000 (16:50 +0000)]
updated distribution list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 7 Oct 1999 16:29:50 +0000 (16:29 +0000)]
added missing implementation (untested, but compiles)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 16:06:39 +0000 (16:06 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 16:02:11 +0000 (16:02 +0000)]
item about Borland C++ dislike for objects in ternary operator added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 15:54:58 +0000 (15:54 +0000)]
compile fix for BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 7 Oct 1999 15:52:58 +0000 (15:52 +0000)]
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 7 Oct 1999 14:19:57 +0000 (14:19 +0000)]
Added support for dBase, PostGres, MySQL, Access, MS SQL Server.
Added QUERY_ONLY data connection types.
SQL logging code addded.
Cleaned up handling compilation under both 1.6x and 2.x.
Added debug code to warn when connections were not released on program termination.
MS-VC6 corrections due to larger memory buffers required.
Parameter added to not require CreateView() and CreateTable() to drop the view or table first.
DropView() function added.
Database UserIDs can now be passed to functions that need them.
SQLUnbind() called where needed now to prevent resource leaks.
TableExists() function now handles dBase files.
Dbms() function added to determine which database the program is currently running against.
Comments have been added to the Dbms() function to indicate issues specific to different data sources.
Dynamic cursor support added (no longer creates 5-7 cursors for every wxTable instance).
wxTable dtor is now virtual.
Parameter added to not require CreateIndex() and CreateTable() to drop the view or table first.
DropIndex() and DropTable() functions added.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 14:07:48 +0000 (14:07 +0000)]
some fixes after global _T() => T() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 7 Oct 1999 12:02:36 +0000 (12:02 +0000)]
Unicode overview added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 7 Oct 1999 11:06:20 +0000 (11:06 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Thu, 7 Oct 1999 11:04:06 +0000 (11:04 +0000)]
Fixed the GUI so it will now work correctly when widgets are clicked/used. This demo program was not really even usable, although the database portions worked correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (JL) [Thu, 7 Oct 1999 07:55:08 +0000 (07:55 +0000)]
switch /MD /MDd depend on FINAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Thu, 7 Oct 1999 06:36:41 +0000 (06:36 +0000)]
Added page up and page down key support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 7 Oct 1999 04:44:22 +0000 (04:44 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 6 Oct 1999 23:49:48 +0000 (23:49 +0000)]
more tweaks and fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 23:00:40 +0000 (23:00 +0000)]
added wxDialUpManager::IsAlwaysConnected() and GetISPNames(), also Dial()
is now smart enough to propose to choose from available ISPs and tries to
find out the username and password on its own
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 22:57:30 +0000 (22:57 +0000)]
fix for base-only files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 22:41:17 +0000 (22:41 +0000)]
fix for .c files in msw subdir for VC++ 6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 6 Oct 1999 19:09:07 +0000 (19:09 +0000)]
Allow override of /MDd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 18:12:57 +0000 (18:12 +0000)]
_T() restored for compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 18:12:41 +0000 (18:12 +0000)]
some warnings suppressed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3854
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 18:11:57 +0000 (18:11 +0000)]
wxRegion::IsEmpty() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3853
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 6 Oct 1999 17:48:34 +0000 (17:48 +0000)]
more changes for wxBase - starts to work under Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3852
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (JL) [Wed, 6 Oct 1999 17:29:56 +0000 (17:29 +0000)]
compile error with VC6.0 fixed. #include "wx/wxprec.h" moved to top of file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3851
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 6 Oct 1999 16:27:10 +0000 (16:27 +0000)]
removed some test code that accidentally was left in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 6 Oct 1999 15:42:04 +0000 (15:42 +0000)]
cvs debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3849
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 6 Oct 1999 15:40:04 +0000 (15:40 +0000)]
cvs debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3848
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 6 Oct 1999 15:04:05 +0000 (15:04 +0000)]
Corrected setting back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Wed, 6 Oct 1999 08:23:29 +0000 (08:23 +0000)]
Have to set focus to edit control when it is shown otherwise the
insertion point stays at the beginning of the text control under wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3846
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 6 Oct 1999 07:09:26 +0000 (07:09 +0000)]
now supports wxCURSOR_BULLSEYE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3845
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 6 Oct 1999 07:03:36 +0000 (07:03 +0000)]
added font encoding support
some more demos
some contributed items into the library
many little tweaks and such
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3844
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 6 Oct 1999 06:22:25 +0000 (06:22 +0000)]
added font encoding support
some more demos
some contributed items into the library
many little tweaks and such
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3843
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Wed, 6 Oct 1999 05:45:05 +0000 (05:45 +0000)]
ifdef'd out wxEmptyString. This is defined in string.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3842
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Wed, 6 Oct 1999 05:13:20 +0000 (05:13 +0000)]
Added new wxGrid classes. This is a work in progress !
Define wxUSE_NEW_GRID as 1 in setup.h to compile the new wxGrid
otherwise the old wxGrid class will be compiled.
Treat with caution and expect bugs and missing bits at this stage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3841
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Wed, 6 Oct 1999 04:58:38 +0000 (04:58 +0000)]
Added comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3840
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Bedward [Wed, 6 Oct 1999 04:55:17 +0000 (04:55 +0000)]
Sample program for new wxGrid classes.
Define wxUSE_NEW_GRID as 1 in setup.h to use the new wxGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3839
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 5 Oct 1999 22:56:29 +0000 (22:56 +0000)]
PS printing now uses afm instead of gs_afm metrics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3838
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 5 Oct 1999 22:10:56 +0000 (22:10 +0000)]
wxOS2 updates for 10/5/99
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3837
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 5 Oct 1999 19:38:05 +0000 (19:38 +0000)]
Updated configure (not only configure.in)
Refresh improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3836
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Tue, 5 Oct 1999 07:34:27 +0000 (07:34 +0000)]
after a seek, reset error if error==EOF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3835
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Sylvain Bougnoux [Tue, 5 Oct 1999 07:22:36 +0000 (07:22 +0000)]
warn if visual isn't found
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3834
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (JL) [Tue, 5 Oct 1999 06:40:42 +0000 (06:40 +0000)]
Debug version with compiler switch /MDd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3833
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 5 Oct 1999 06:32:15 +0000 (06:32 +0000)]
Inceremented the version number for the DLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3832
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 5 Oct 1999 04:22:59 +0000 (04:22 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3831
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 22:55:47 +0000 (22:55 +0000)]
use BMPs and npt PNGs under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3830
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 22:55:10 +0000 (22:55 +0000)]
MSW compilation (and other) fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3829
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 20:15:38 +0000 (20:15 +0000)]
many changes; major ones:
1. start of !wxUSE_GUI support
2. _T() macro renamed to T()
3. wxConvertWX2MB and MB2WX macro added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3828
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 4 Oct 1999 20:03:07 +0000 (20:03 +0000)]
ping method almost there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3827
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 4 Oct 1999 19:54:25 +0000 (19:54 +0000)]
OpenGl updates (still gives warnings..)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3826
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Oct 1999 15:07:20 +0000 (15:07 +0000)]
Removed some unused parameter warnings; compile error in dialup.cpp corrected;
some commits are redundant (sorry)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3824
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 14:23:44 +0000 (14:23 +0000)]
attempt to fix makefile for make -j
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3823
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 14:05:10 +0000 (14:05 +0000)]
more new items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3822
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 13:59:36 +0000 (13:59 +0000)]
several new items
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3821
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Oct 1999 13:31:50 +0000 (13:31 +0000)]
Added ProjGen for generating sample VC++ project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3820
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Oct 1999 13:23:39 +0000 (13:23 +0000)]
Added some makefiles etc. to nettest sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3819
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 4 Oct 1999 12:56:01 +0000 (12:56 +0000)]
-ldl only added if it exists
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3818
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 4 Oct 1999 12:31:15 +0000 (12:31 +0000)]
Version numbering change, small additions to ToDo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3817
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (JL) [Mon, 4 Oct 1999 11:40:50 +0000 (11:40 +0000)]
Renameing funktions from DIB to prevent name clashes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3816
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (JL) [Mon, 4 Oct 1999 11:39:13 +0000 (11:39 +0000)]
Renameing funktions to prevent name clashes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3815
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (JL) [Mon, 4 Oct 1999 11:28:23 +0000 (11:28 +0000)]
Parameter "small" renamed. Defined in a header file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3814
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 4 Oct 1999 09:18:00 +0000 (09:18 +0000)]
added GetTextExtent test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3813
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 4 Oct 1999 09:16:54 +0000 (09:16 +0000)]
minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3812
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 4 Oct 1999 09:03:48 +0000 (09:03 +0000)]
Applied a few old patches,
Changed dclick handling in wxFileDialog,
Added cursor code to wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3811
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 3 Oct 1999 19:41:16 +0000 (19:41 +0000)]
more AFM metrics fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3810
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 3 Oct 1999 19:33:07 +0000 (19:33 +0000)]
If we used 10% less inline functions in useless occasions,
we would have 50% less to debug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3809
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 3 Oct 1999 18:02:19 +0000 (18:02 +0000)]
changed to use 2 html windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3808
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 3 Oct 1999 18:01:17 +0000 (18:01 +0000)]
postscript DC didn't check for AFM metrics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3807
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 3 Oct 1999 17:56:02 +0000 (17:56 +0000)]
wxHTML 8.3 convention
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3806
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 3 Oct 1999 17:26:45 +0000 (17:26 +0000)]
wxDialUpManager fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3805
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sun, 3 Oct 1999 15:57:28 +0000 (15:57 +0000)]
updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3804
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 3 Oct 1999 01:36:06 +0000 (01:36 +0000)]
forgot this one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3803
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 3 Oct 1999 01:33:05 +0000 (01:33 +0000)]
1. Win9x support + async dialing + many more for wxDialUpManager
2. renamed files from net.h/cpp to dialup.h/cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3802
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 3 Oct 1999 01:30:31 +0000 (01:30 +0000)]
I'm having some weird problems with cvs...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3801
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 3 Oct 1999 00:05:52 +0000 (00:05 +0000)]
fixes I previously forgot to check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3800
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 2 Oct 1999 19:43:56 +0000 (19:43 +0000)]
Added test for wxTreeCtrl::GetChildrenCount()
Fixed Reparent (added heaps of debug code for this)
Small mods to glcanvas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3799
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Sat, 2 Oct 1999 18:29:54 +0000 (18:29 +0000)]
Unix implementation of wxDialUpManager.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3798
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 2 Oct 1999 18:21:20 +0000 (18:21 +0000)]
did not compile under GCC2.95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3797
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 2 Oct 1999 18:19:46 +0000 (18:19 +0000)]
making wxHTML 8.3 compliant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 2 Oct 1999 18:18:00 +0000 (18:18 +0000)]
added wxHTML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3795
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 2 Oct 1999 18:17:33 +0000 (18:17 +0000)]
global makefile for samples now include html
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3794
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sat, 2 Oct 1999 15:21:29 +0000 (15:21 +0000)]
PROCESS_EVENTS macro added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 2 Oct 1999 14:15:58 +0000 (14:15 +0000)]
Added roadmap.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 2 Oct 1999 13:41:13 +0000 (13:41 +0000)]
removed declarations of static wxLoadQueryFont, wxLoadQueryNearestFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3791
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 2 Oct 1999 10:56:10 +0000 (10:56 +0000)]
Updated doc for wxFileExists()
Corrected redrawing and OpenGl canvas
Made new font code in utilsunix compile (Why does
Vadim never need any headers?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3790
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Sat, 2 Oct 1999 03:15:13 +0000 (03:15 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3789
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Sat, 2 Oct 1999 01:44:39 +0000 (01:44 +0000)]
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 1 Oct 1999 23:00:58 +0000 (23:00 +0000)]
fix for Append() bug for sorted comboboxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 1 Oct 1999 23:00:30 +0000 (23:00 +0000)]
Borland makefiles fixes for .c files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3786
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 1 Oct 1999 22:50:26 +0000 (22:50 +0000)]
minor correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3785
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 1 Oct 1999 22:42:17 +0000 (22:42 +0000)]
wxDialUpManager class (first draft, works only under Windows NT for now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3784
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 1 Oct 1999 18:31:57 +0000 (18:31 +0000)]
virtual functionsignature corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775