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