]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agowxRegion::IsEmpty() added
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

24 years agomore changes for wxBase - starts to work under Unix
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

24 years agocompile error with VC6.0 fixed. #include "wx/wxprec.h" moved to top of file
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

24 years agoremoved some test code that accidentally was left in
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

24 years agocvs debugging
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

24 years agocvs debugging
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

24 years agoCorrected setting back
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

24 years agoHave to set focus to edit control when it is shown otherwise the
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

24 years agonow supports wxCURSOR_BULLSEYE
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

24 years agoadded font encoding support
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

24 years agoadded font encoding support
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

24 years agoifdef'd out wxEmptyString. This is defined in string.cpp.
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

24 years agoAdded new wxGrid classes. This is a work in progress !
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

24 years agoAdded comments
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

24 years agoSample program for new wxGrid classes.
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

24 years agoPS printing now uses afm instead of gs_afm metrics
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

24 years agowxOS2 updates for 10/5/99
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

24 years ago Updated configure (not only configure.in)
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

24 years agoafter a seek, reset error if error==EOF
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

24 years agowarn if visual isn't found
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

24 years agoDebug version with compiler switch /MDd
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

24 years agoInceremented the version number for the DLL
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

24 years ago*** empty log message ***
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

24 years agouse BMPs and npt PNGs under MSW
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

24 years agoMSW compilation (and other) fixes
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

24 years agomany changes; major ones:
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

24 years agoping method almost there
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

24 years ago OpenGl updates (still gives warnings..)
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

24 years agoRemoved some unused parameter warnings; compile error in dialup.cpp corrected;
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

24 years agoattempt to fix makefile for make -j
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

24 years agomore new items
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

24 years agoseveral new items
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

24 years agoAdded ProjGen for generating sample VC++ project files
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

24 years agoAdded some makefiles etc. to nettest sample
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

24 years ago-ldl only added if it exists
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

24 years agoVersion numbering change, small additions to ToDo
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

24 years agoRenameing funktions from DIB to prevent name clashes
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

24 years agoRenameing funktions to prevent name clashes
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

24 years agoParameter "small" renamed. Defined in a header file
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

24 years agoadded GetTextExtent test
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

24 years agominor fixes
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

24 years ago Applied a few old patches,
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

24 years agomore AFM metrics fixes
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

24 years ago If we used 10% less inline functions in useless occasions,
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

24 years agochanged to use 2 html windows
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

24 years agopostscript DC didn't check for AFM metrics
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

24 years agowxHTML 8.3 convention
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

24 years agowxDialUpManager fixes
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

24 years agoupdated
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

24 years agoforgot this one
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

24 years ago1. Win9x support + async dialing + many more for wxDialUpManager
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

24 years agoI'm having some weird problems with cvs...
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

24 years agofixes I previously forgot to check in
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

24 years ago Added test for wxTreeCtrl::GetChildrenCount()
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

24 years agoUnix implementation of wxDialUpManager.
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

24 years agodid not compile under GCC2.95
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

24 years agomaking wxHTML 8.3 compliant
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

24 years agoadded wxHTML
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

24 years agoglobal makefile for samples now include html
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

24 years agoPROCESS_EVENTS macro added
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

24 years agoAdded roadmap.
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

24 years agoremoved declarations of static wxLoadQueryFont, wxLoadQueryNearestFont
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

24 years ago Updated doc for wxFileExists()
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

24 years ago*** empty log message ***
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

24 years ago*** empty log message ***
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

24 years agofix for Append() bug for sorted comboboxes
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

24 years agoBorland makefiles fixes for .c files
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

24 years agominor correction
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

24 years agowxDialUpManager class (first draft, works only under Windows NT for now)
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

24 years agovirtual functionsignature corrected
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

24 years agowxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h
Vadim Zeitlin [Fri, 1 Oct 1999 18:27:51 +0000 (18:27 +0000)] 
wxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h

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

24 years agowxFontEnumerator class for Motif/X
Vadim Zeitlin [Fri, 1 Oct 1999 18:01:54 +0000 (18:01 +0000)] 
wxFontEnumerator class for Motif/X

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

24 years ago Improved wxFileDialog behaviour wrt to remembering filenames
Robert Roebling [Fri, 1 Oct 1999 15:41:15 +0000 (15:41 +0000)] 
  Improved wxFileDialog behaviour wrt to remembering filenames
  Ported new scrolling code from wxWindow to wxScrollBar and
    wxSlider

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

24 years agowxMotif::wxFont supports encodings too (and shares 99% of font code with wxGTK)
Vadim Zeitlin [Fri, 1 Oct 1999 14:59:52 +0000 (14:59 +0000)] 
wxMotif::wxFont supports encodings too (and shares 99% of font code with wxGTK)

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

24 years agorenamed gsockmot.cpp to *.c
Vadim Zeitlin [Fri, 1 Oct 1999 13:53:26 +0000 (13:53 +0000)] 
renamed gsockmot.cpp to *.c

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

24 years agofix from Ron for one-shot timers
Vadim Zeitlin [Fri, 1 Oct 1999 13:21:34 +0000 (13:21 +0000)] 
fix from Ron for one-shot timers

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

24 years agoUpdates to VC++ project files
Julian Smart [Fri, 1 Oct 1999 11:41:15 +0000 (11:41 +0000)] 
Updates to VC++ project files

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

24 years agosmall font demo
Vadim Zeitlin [Fri, 1 Oct 1999 00:50:45 +0000 (00:50 +0000)] 
small font demo

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

24 years agobasic support for encodings for wxMSW::wxFont
Vadim Zeitlin [Fri, 1 Oct 1999 00:49:52 +0000 (00:49 +0000)] 
basic support for encodings for wxMSW::wxFont

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

24 years agonew sample
Guillermo Rodriguez Garcia [Thu, 30 Sep 1999 23:56:10 +0000 (23:56 +0000)] 
new sample

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

24 years agobugfixes
Guillermo Rodriguez Garcia [Thu, 30 Sep 1999 23:53:10 +0000 (23:53 +0000)] 
bugfixes

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

24 years agoAll events now internally watched
Guillermo Rodriguez Garcia [Thu, 30 Sep 1999 23:44:00 +0000 (23:44 +0000)] 
All events now internally watched

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

24 years agoUses wxSocketBase::Unread instead of CreatePushback
Guillermo Rodriguez Garcia [Thu, 30 Sep 1999 23:42:36 +0000 (23:42 +0000)] 
Uses wxSocketBase::Unread instead of CreatePushback

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

24 years agoSeveral changes and updates
Guillermo Rodriguez Garcia [Thu, 30 Sep 1999 23:41:33 +0000 (23:41 +0000)] 
Several changes and updates

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

24 years agofixed compilation and added support for all 4 images (as a side effect) to the
Vadim Zeitlin [Thu, 30 Sep 1999 23:25:19 +0000 (23:25 +0000)] 
fixed compilation and added support for all 4 images (as a side effect) to the
generic tree control

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

24 years agogernerated source code updates
Robin Dunn [Thu, 30 Sep 1999 22:28:18 +0000 (22:28 +0000)] 
gernerated source code updates

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

24 years agoversion string is now quoted properly
Robin Dunn [Thu, 30 Sep 1999 22:27:28 +0000 (22:27 +0000)] 
version string is now quoted properly

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

24 years agofixed an error in the sample
Robin Dunn [Thu, 30 Sep 1999 22:26:02 +0000 (22:26 +0000)] 
fixed an error in the sample

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

24 years agowxListCtrl::InsertItem returns the index of the inserted item
Vadim Zeitlin [Thu, 30 Sep 1999 22:17:02 +0000 (22:17 +0000)] 
wxListCtrl::InsertItem returns the index of the inserted item

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

24 years ago Corrected filelist.txt a little - one gsocket.c is enough,
Robert Roebling [Thu, 30 Sep 1999 22:13:45 +0000 (22:13 +0000)] 
  Corrected filelist.txt a little - one gsocket.c is enough,
  Corrected cursors - not yet perfect,
  Added some tests to scroll sample
  Made wxScrolledWindow::Scroll() call Refresh(),
  Change wxListCtrl to reflect the latter change (wxTreeCtrl will follow),
  Added activate event for wxMDIChildFrame
  Implemented wxSIMPLE_BORDER for wxWindow (no controls),
  Tried to correct positioning upon start-up - no way,
  Rewrote catching of scroll events - page-up, page-down, up and down
    work now. Don't know what TOP and BOTTOM are used for.

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

24 years agofixed the rule for the DLL so it doesn't build the .lib file twice
Robin Dunn [Thu, 30 Sep 1999 21:28:29 +0000 (21:28 +0000)] 
fixed the rule for the DLL so it doesn't build the .lib file twice

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

24 years agoadded missing fontcmn.cpp
Robin Dunn [Thu, 30 Sep 1999 21:26:44 +0000 (21:26 +0000)] 
added missing fontcmn.cpp

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

24 years agoonly set parent frame ontop when the current frame being destructed is active
Unknown (MT) [Thu, 30 Sep 1999 08:01:13 +0000 (08:01 +0000)] 
only set parent frame ontop when the current frame being destructed is active

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

24 years agoupdates for wxPython docs
Robin Dunn [Thu, 30 Sep 1999 07:13:40 +0000 (07:13 +0000)] 
updates for wxPython docs

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

24 years ago1. wxHtmlHelpController and related classes
Robin Dunn [Thu, 30 Sep 1999 07:11:20 +0000 (07:11 +0000)] 
1. wxHtmlHelpController and related classes
2. the C++ versions of wxSizer and firends, Python versions are
   'depreciated'
3. wxPyEvent and wxPyCommandEvent, event classes that can carry some
   python objects through the event system and safely come back out
   again.
4. wxGridSizer and wxFlexGridSizer
5. wxValidator
6. wxPyOnDemandOutputWindow
7. several tweaks, fixes and additions of missing methods, etc.
8. and probably several other things I am forgetting since CVS was
   down so long...

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

24 years agoCreated and wrapped wxPyControlPoint
Robin Dunn [Thu, 30 Sep 1999 06:58:38 +0000 (06:58 +0000)] 
Created and wrapped wxPyControlPoint

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

24 years ago1. Implemented support for different icons for different states (expanded,
Vadim Zeitlin [Wed, 29 Sep 1999 22:47:56 +0000 (22:47 +0000)] 
1. Implemented support for different icons for different states (expanded,
   selected, combination of them) for the tree control (and doc'd it)
2. removed code which was sending extra event if wxFrame::SetSize() was
   used
3. important changes to wxWizard interface
4. small compilation corrections

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

24 years agoChange wxGetCurrentUTime as wxGetCurrentMTime (milli not micro!)
Sylvain Bougnoux [Wed, 29 Sep 1999 19:51:04 +0000 (19:51 +0000)] 
Change wxGetCurrentUTime as wxGetCurrentMTime (milli not micro!)

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

24 years agoFactorize timercmm.cpp code
Sylvain Bougnoux [Wed, 29 Sep 1999 19:40:04 +0000 (19:40 +0000)] 
Factorize timercmm.cpp code
Added wxGetCurrentUtime
Put extern declaration in wx/timer.h instead of wx/*/timer.h
Added wxChrono class

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

24 years ago1. added a brief overview of Unicode support
Vadim Zeitlin [Wed, 29 Sep 1999 19:02:07 +0000 (19:02 +0000)] 
1. added a brief overview of Unicode support
2. added and documented wxBITMAP() macros (as wxICON)
3. restructured wxFont class, added support of encoding parameter
4. regenerated makefiles to compile the new fontcmn.cpp file
5. corrected bug with non existing files in document-view history

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