]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoAdded wxNB_RIGHT,LEFT,BOTTOM flags for tab placement
J. Russell Smyth [Wed, 29 Sep 1999 17:41:05 +0000 (17:41 +0000)] 
Added wxNB_RIGHT,LEFT,BOTTOM flags for tab placement

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

24 years agoparam type of wxWindow::Reparent() fixed in wxGTK
Vadim Zeitlin [Wed, 29 Sep 1999 17:35:52 +0000 (17:35 +0000)] 
param type of wxWindow::Reparent() fixed in wxGTK

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

24 years agoAdded wxNB_LEFT,RIGHT,BOTTOM for notebook tab placement
J. Russell Smyth [Wed, 29 Sep 1999 17:34:58 +0000 (17:34 +0000)] 
Added wxNB_LEFT,RIGHT,BOTTOM for notebook tab placement

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

24 years agoRemoved call to SetValidator since CreateBase was doing it already
Robin Dunn [Wed, 29 Sep 1999 16:10:48 +0000 (16:10 +0000)] 
Removed call to SetValidator since CreateBase was doing it already

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

24 years agoMisc changes, including to wxPropertyForm and sample to make it work
Julian Smart [Wed, 29 Sep 1999 15:55:50 +0000 (15:55 +0000)] 
Misc changes, including to wxPropertyForm and sample to make it work

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

24 years agowxListCtrlCompare typedef now is defined correctly (was missing CALLBACK)
Vadim Zeitlin [Wed, 29 Sep 1999 15:18:58 +0000 (15:18 +0000)] 
wxListCtrlCompare typedef now is defined correctly (was missing CALLBACK)

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

24 years ago//... => /* ... */
Vadim Zeitlin [Tue, 21 Sep 1999 11:44:12 +0000 (11:44 +0000)] 
//... => /* ... */

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

24 years agoitem about constants naming added
Vadim Zeitlin [Tue, 21 Sep 1999 11:39:52 +0000 (11:39 +0000)] 
item about constants naming added

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

24 years agoIfdef'd out sample code for wxStaticBitmap. It's not working under
Michael Bedward [Tue, 21 Sep 1999 05:32:59 +0000 (05:32 +0000)] 
Ifdef'd out sample code for wxStaticBitmap. It's not working under
wxMOTIF at the moment.

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

24 years agoAdded check to ensure that style arg to ctor has either wxHORIZONTAL or
Michael Bedward [Tue, 21 Sep 1999 05:22:34 +0000 (05:22 +0000)] 
Added check to ensure that style arg to ctor has either wxHORIZONTAL or
wxVERTICAL. Without one of these the slider doesn't display under
Motif.

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

24 years ago*** empty log message ***
David Webster [Tue, 21 Sep 1999 05:16:03 +0000 (05:16 +0000)] 
*** empty log message ***

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

24 years agoAdded code to wxMemoryDC ctor to set default font. This fixes the controls
Michael Bedward [Tue, 21 Sep 1999 03:29:16 +0000 (03:29 +0000)] 
Added code to wxMemoryDC ctor to set default font. This fixes the controls
sample which was crashing when calling wxDC::DrawText.

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

24 years agoAdded code to implement wxTE_READONLY style for single line text controls.
Michael Bedward [Tue, 21 Sep 1999 02:37:29 +0000 (02:37 +0000)] 
Added code to implement wxTE_READONLY style for single line text controls.

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

24 years agono message
David Webster [Mon, 20 Sep 1999 22:29:47 +0000 (22:29 +0000)] 
no message

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

24 years agoI got tired of some of the memory leak messages related to html and
Robin Dunn [Mon, 20 Sep 1999 20:15:31 +0000 (20:15 +0000)] 
I got tired of some of the memory leak messages related to html and
filesystem classes, (even when I wasn't using them) so I added to the
cleanup code already there.

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

24 years agoadd imagall.cpp
Sylvain Bougnoux [Mon, 20 Sep 1999 19:06:44 +0000 (19:06 +0000)] 
add imagall.cpp

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

24 years agochange wxImage::InitAllHandlers to wxInitAllImageHandlers and put it in a separate...
Sylvain Bougnoux [Mon, 20 Sep 1999 19:05:49 +0000 (19:05 +0000)] 
change wxImage::InitAllHandlers to wxInitAllImageHandlers and put it in a separate file

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

24 years ago*** empty log message ***
Sylvain Bougnoux [Mon, 20 Sep 1999 19:03:59 +0000 (19:03 +0000)] 
*** empty log message ***

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

24 years agoMore OS/2 changes and fixes. Getting there.
David Webster [Mon, 20 Sep 1999 17:19:25 +0000 (17:19 +0000)] 
More OS/2 changes and fixes.  Getting there.

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

24 years agothe bitmaps in wxPropertyList are created on demand: this speeds up the
Vadim Zeitlin [Mon, 20 Sep 1999 16:22:26 +0000 (16:22 +0000)] 
the bitmaps in wxPropertyList are created on demand: this speeds up the
program startup and also cures the crash under wxMotif

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

24 years agostarted separating GUI parts of wxLog from the rest
Vadim Zeitlin [Mon, 20 Sep 1999 16:10:03 +0000 (16:10 +0000)] 
started separating GUI parts of wxLog from the rest

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

24 years agoheader inclusion fix
Harco de Hilster [Mon, 20 Sep 1999 11:53:41 +0000 (11:53 +0000)] 
header inclusion fix

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

24 years agoRemoved obsolete files.
Harco de Hilster [Mon, 20 Sep 1999 11:52:56 +0000 (11:52 +0000)] 
Removed obsolete files.

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

24 years agoAdd wxImage::InitAllHandlers()
Sylvain Bougnoux [Mon, 20 Sep 1999 09:03:37 +0000 (09:03 +0000)] 
Add wxImage::InitAllHandlers()

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

24 years ago*** empty log message ***
David Webster [Mon, 20 Sep 1999 04:49:19 +0000 (04:49 +0000)] 
*** empty log message ***

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

24 years agoAdded userData to wxSizerItems and other things to make sizers more
Robin Dunn [Mon, 20 Sep 1999 03:12:49 +0000 (03:12 +0000)] 
Added userData to wxSizerItems and other things to make sizers more
usable/overrideable from wxPython.

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

24 years agoAdded CVS module for wxPython
Robin Dunn [Sun, 19 Sep 1999 18:54:02 +0000 (18:54 +0000)] 
Added CVS module for wxPython

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

24 years agoupdates of some SWIG generated stuff
Robin Dunn [Sat, 18 Sep 1999 18:33:39 +0000 (18:33 +0000)] 
updates of some SWIG generated stuff

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

24 years agosome ifdef'd out things added back in
Robin Dunn [Sat, 18 Sep 1999 18:23:56 +0000 (18:23 +0000)] 
some ifdef'd out things added back in

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

24 years agominor changes
Robin Dunn [Sat, 18 Sep 1999 18:21:02 +0000 (18:21 +0000)] 
minor changes

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

24 years agomore things to ignore
Robin Dunn [Sat, 18 Sep 1999 18:20:13 +0000 (18:20 +0000)] 
more things to ignore

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

24 years agosetlocale() argument corrected
Vadim Zeitlin [Sat, 18 Sep 1999 18:02:58 +0000 (18:02 +0000)] 
setlocale() argument corrected

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

24 years agosmall underscores fix for GTK 1.0
Vadim Zeitlin [Sat, 18 Sep 1999 17:59:05 +0000 (17:59 +0000)] 
small underscores fix for GTK 1.0

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

24 years agounderscores in menu items handled too under GTK+ 1.2
Vadim Zeitlin [Sat, 18 Sep 1999 17:54:14 +0000 (17:54 +0000)] 
underscores in menu items handled too under GTK+ 1.2

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

24 years agounused parameter warnings suppressed
Vadim Zeitlin [Sat, 18 Sep 1999 17:34:17 +0000 (17:34 +0000)] 
unused parameter warnings suppressed

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

24 years agoserbase.cpp added to the list of files
Vadim Zeitlin [Sat, 18 Sep 1999 17:23:20 +0000 (17:23 +0000)] 
serbase.cpp added to the list of files

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

24 years agounused parameter warnings suppressed
Vadim Zeitlin [Sat, 18 Sep 1999 17:17:04 +0000 (17:17 +0000)] 
unused parameter warnings suppressed

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

24 years agoFreeBSD linking fix
Vadim Zeitlin [Sat, 18 Sep 1999 17:14:49 +0000 (17:14 +0000)] 
FreeBSD linking fix

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

24 years agounused parameter warnings suppressed
Vadim Zeitlin [Sat, 18 Sep 1999 16:57:21 +0000 (16:57 +0000)] 
unused parameter warnings suppressed

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

24 years agotypo fixed
Vadim Zeitlin [Sat, 18 Sep 1999 16:53:10 +0000 (16:53 +0000)] 
typo fixed

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

24 years agomore files to ignore (*.env)
Vadim Zeitlin [Sat, 18 Sep 1999 16:51:31 +0000 (16:51 +0000)] 
more files to ignore (*.env)

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

24 years agoambiguous ctor call resolved
Vadim Zeitlin [Sat, 18 Sep 1999 16:50:48 +0000 (16:50 +0000)] 
ambiguous ctor call resolved

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

24 years agotypo fixed
Vadim Zeitlin [Sat, 18 Sep 1999 16:49:31 +0000 (16:49 +0000)] 
typo fixed

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

24 years agounused parameter warnings suppressed
Vadim Zeitlin [Sat, 18 Sep 1999 16:49:30 +0000 (16:49 +0000)] 
unused parameter warnings suppressed

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

24 years agomore files to ignore (*.d and configarg.cache)
Vadim Zeitlin [Sat, 18 Sep 1999 16:48:25 +0000 (16:48 +0000)] 
more files to ignore (*.d and configarg.cache)

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

24 years agofont selector dialog doesn't work with GTK+ 1.0
Vadim Zeitlin [Sat, 18 Sep 1999 16:42:13 +0000 (16:42 +0000)] 
font selector dialog doesn't work with GTK+ 1.0

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

24 years agoextra consts removed here and there
Vadim Zeitlin [Sat, 18 Sep 1999 16:39:08 +0000 (16:39 +0000)] 
extra consts removed here and there

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

24 years agounused parameter warnings suppressed
Vadim Zeitlin [Sat, 18 Sep 1999 16:34:02 +0000 (16:34 +0000)] 
unused parameter warnings suppressed

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

24 years ago'static not in the beginning of the decl' warnings fixed
Vadim Zeitlin [Sat, 18 Sep 1999 16:32:53 +0000 (16:32 +0000)] 
'static not in the beginning of the decl' warnings fixed

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

24 years agoMac and OS2 files excluded from wxGTK and wxMSW modules
Vadim Zeitlin [Sat, 18 Sep 1999 16:30:44 +0000 (16:30 +0000)] 
Mac and OS2 files excluded from wxGTK and wxMSW modules

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

24 years agoFixed wxTreeCtrl to use the proper bacground color from
Robin Dunn [Sat, 18 Sep 1999 00:10:03 +0000 (00:10 +0000)] 
Fixed wxTreeCtrl to use the proper bacground color from
SystemSettings, and changed how wxListCtrl used SystemSettings
too (static method doesn't need an instance.)

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

24 years agocompilation error corrected
Vadim Zeitlin [Fri, 17 Sep 1999 23:37:27 +0000 (23:37 +0000)] 
compilation error corrected

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

24 years agonow we initialize wxListEvent correctly
Vadim Zeitlin [Fri, 17 Sep 1999 23:26:38 +0000 (23:26 +0000)] 
now we initialize wxListEvent correctly

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

24 years agoSolved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now...
Guillermo Rodriguez Garcia [Fri, 17 Sep 1999 22:24:28 +0000 (22:24 +0000)] 
Solved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now extern C

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

24 years agoSolved problem with wxhInstance name being mangled by MSVC
Guillermo Rodriguez Garcia [Fri, 17 Sep 1999 22:23:37 +0000 (22:23 +0000)] 
Solved problem with wxhInstance name being mangled by MSVC

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

24 years agoMore OS/2 stubs and caret fix
David Webster [Fri, 17 Sep 1999 21:46:51 +0000 (21:46 +0000)] 
More OS/2 stubs and caret fix

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

24 years agoMore stubs
David Webster [Fri, 17 Sep 1999 21:45:56 +0000 (21:45 +0000)] 
More stubs

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

24 years agouncommented a try...except that I had removed for testing.
Robin Dunn [Fri, 17 Sep 1999 15:43:05 +0000 (15:43 +0000)] 
uncommented a try...except that I had removed for testing.

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

24 years agoDon't need these in the demo directory anymore
Robin Dunn [Fri, 17 Sep 1999 05:58:27 +0000 (05:58 +0000)] 
Don't need these in the demo directory anymore

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

24 years agoNew wxHtml stuff, including a TagHandler for placing wxPython widgets
Robin Dunn [Fri, 17 Sep 1999 05:55:00 +0000 (05:55 +0000)] 
New wxHtml stuff, including a TagHandler for placing wxPython widgets
on the html page.

Some other tweaks and fixes

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

24 years agoset tooltip to be TOPMOST
Unknown (MT) [Fri, 17 Sep 1999 04:03:10 +0000 (04:03 +0000)] 
set tooltip to be TOPMOST

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

24 years ago*** empty log message ***
David Webster [Fri, 17 Sep 1999 03:29:33 +0000 (03:29 +0000)] 
*** empty log message ***

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

24 years ago- NOWAIT flag now implemented
Guillermo Rodriguez Garcia [Fri, 17 Sep 1999 01:51:06 +0000 (01:51 +0000)] 
- NOWAIT flag now implemented
- WaitForXXX are now correct (will not report readability / writability if
in the middle of a defered read / write operation)

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

24 years agotypedef unsigned int bool (instead of int) for consistency with defs.h
Guillermo Rodriguez Garcia [Fri, 17 Sep 1999 01:45:36 +0000 (01:45 +0000)] 
typedef unsigned int bool (instead of int) for consistency with defs.h

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

24 years agocall HasMask() before writing PNG files, as was done in WX_2_0_FIXES
Unknown (AN) [Thu, 16 Sep 1999 19:24:01 +0000 (19:24 +0000)] 
call HasMask() before writing PNG files, as was done in WX_2_0_FIXES

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

24 years agovetoing item collapse works again
Vadim Zeitlin [Thu, 16 Sep 1999 13:32:03 +0000 (13:32 +0000)] 
vetoing item collapse works again

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

24 years agouse "cd dir && make" instead of "cd dir; make" which results in infinite loop
Vadim Zeitlin [Thu, 16 Sep 1999 11:37:41 +0000 (11:37 +0000)] 
use "cd dir && make" instead of "cd dir; make" which results in infinite loop

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

24 years agoAdded GetMainWidget() to fix bug that was causing crashes under wxMOTIF.
Michael Bedward [Thu, 16 Sep 1999 10:32:03 +0000 (10:32 +0000)] 
Added GetMainWidget() to fix bug that was causing crashes under wxMOTIF.

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

24 years agoCorrecting minor painting problems
Patrick Albert [Thu, 16 Sep 1999 08:56:32 +0000 (08:56 +0000)] 
Correcting minor painting problems

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

24 years agoModified wxTranslateMouseEvent so that it can recognize double clicks.
Michael Bedward [Thu, 16 Sep 1999 07:33:16 +0000 (07:33 +0000)] 
Modified wxTranslateMouseEvent so that it can recognize double clicks.
This allows double click events to be intercepted by panel items.

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

24 years agoUpdated makefiles for VisualAge C++ V3.0
David Webster [Wed, 15 Sep 1999 21:56:39 +0000 (21:56 +0000)] 
Updated makefiles for VisualAge C++ V3.0

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

24 years agocorrected to allow drag and drop for mingw32/gcc295
J. Russell Smyth [Wed, 15 Sep 1999 21:45:36 +0000 (21:45 +0000)] 
corrected to allow drag and drop for mingw32/gcc295

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

24 years agoadded test for changing toolbar on the fly
Vadim Zeitlin [Wed, 15 Sep 1999 16:15:50 +0000 (16:15 +0000)] 
added test for changing toolbar on the fly

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

24 years agoremoved some unneeded bit of test code
Vadim Zeitlin [Wed, 15 Sep 1999 15:22:48 +0000 (15:22 +0000)] 
removed some unneeded bit of test code

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

24 years agounderscors are handled better in the menu item labels
Vadim Zeitlin [Wed, 15 Sep 1999 15:06:19 +0000 (15:06 +0000)] 
underscors are handled better in the menu item labels

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

24 years agocorrected the bad patch
Vadim Zeitlin [Wed, 15 Sep 1999 14:27:04 +0000 (14:27 +0000)] 
corrected the bad patch

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

24 years agopatch for AIX compilation (Hans-Joachim Baader)
Vadim Zeitlin [Wed, 15 Sep 1999 14:12:22 +0000 (14:12 +0000)] 
patch for AIX compilation (Hans-Joachim Baader)

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

24 years agoChecking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__ should be right, now
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 02:21:15 +0000 (02:21 +0000)] 
Checking for wxUSE_SOCKETS and __GSOCKET_STANDALONE__ should be right, now

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

24 years agoNow uses wxSocketBase::Error() to see if last IO call failed
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:17:15 +0000 (00:17 +0000)] 
Now uses wxSocketBase::Error() to see if last IO call failed

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

24 years agoVarious small bugfixes
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:15:39 +0000 (00:15 +0000)] 
Various small bugfixes
Serious bugfix in ReadMsg (Read was being called with buffer == NULL !)
Added m_error
Added error handling to all IO functions
Discard now correctly updates m_lcount
Implemented wxSocketBase::SetTimeout
Deleted wxSocketClient::OnRequest (all is handled inside wxSocketBase's)

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

24 years agoYou CAN'T check for wxUSE_SOCKET *before* #including <wx/setup.h>!!! Who has done...
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:09:54 +0000 (00:09 +0000)] 
You CAN'T check for wxUSE_SOCKET *before* #including <wx/setup.h>!!! Who has done this?

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

24 years agowxSocketBase::OnRequest is non.virtual now (and there is no wxSocketClient::OnRequest
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:04:44 +0000 (00:04 +0000)] 
wxSocketBase::OnRequest is non.virtual now (and there is no wxSocketClient::OnRequest

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

24 years agoAdded _GSOCKET_STANDALONE_ symbol
Guillermo Rodriguez Garcia [Wed, 15 Sep 1999 00:02:49 +0000 (00:02 +0000)] 
Added _GSOCKET_STANDALONE_ symbol

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

24 years agoAdded GetParser method to wxHtmlWindow
Robin Dunn [Tue, 14 Sep 1999 21:09:30 +0000 (21:09 +0000)] 
Added GetParser method to wxHtmlWindow

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

24 years agoPatches for mingw32/gcc-2.95
J. Russell Smyth [Tue, 14 Sep 1999 21:03:19 +0000 (21:03 +0000)] 
Patches for mingw32/gcc-2.95

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

24 years agoMingw32/gcc-2.95 change
J. Russell Smyth [Tue, 14 Sep 1999 20:57:06 +0000 (20:57 +0000)] 
Mingw32/gcc-2.95 change

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

24 years agoChanges for mingw32/gcc-2.95
J. Russell Smyth [Tue, 14 Sep 1999 20:55:29 +0000 (20:55 +0000)] 
Changes for mingw32/gcc-2.95

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

24 years agoMakefile for mingw/gcc-2.95
J. Russell Smyth [Tue, 14 Sep 1999 20:54:48 +0000 (20:54 +0000)] 
Makefile for mingw/gcc-2.95

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

24 years agoAdded makeg295.env file for building with gcc-2.95/mingw
J. Russell Smyth [Tue, 14 Sep 1999 20:53:04 +0000 (20:53 +0000)] 
Added makeg295.env file for building with gcc-2.95/mingw

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

24 years agoAdded files for mingw32/gcc-2.95/norlander headers build
J. Russell Smyth [Tue, 14 Sep 1999 20:52:00 +0000 (20:52 +0000)] 
Added files for mingw32/gcc-2.95/norlander headers build

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

24 years agoAdded makefile and resource script for building under mingw32
J. Russell Smyth [Tue, 14 Sep 1999 20:30:33 +0000 (20:30 +0000)] 
Added makefile and resource script for building under mingw32

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

24 years agoChanged AppendCommon (called by all Append methods) so it doesn't
Harco de Hilster [Tue, 14 Sep 1999 19:32:20 +0000 (19:32 +0000)] 
Changed AppendCommon (called by all Append methods) so it doesn't
call ApplyWidgetStyle (which applies the current style to all list_items,
which should already have the right style), but instead only applies
the style to the new list_item. This results in a *great* speedup for large
listboxes.

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

24 years agoifdef'ed out GetBoundingRect for wxGTK
Robin Dunn [Tue, 14 Sep 1999 03:34:00 +0000 (03:34 +0000)] 
ifdef'ed out GetBoundingRect for wxGTK

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

24 years agoNo need to separate generated code for html because there are no
Robin Dunn [Tue, 14 Sep 1999 02:17:59 +0000 (02:17 +0000)] 
No need to separate generated code for html because there are no
platform differences.

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

24 years agowxPython html module updates. The beginings of tag handler support.
Robin Dunn [Mon, 13 Sep 1999 19:34:01 +0000 (19:34 +0000)] 
wxPython html module updates.  The beginings of tag handler support.

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

24 years agoAdded ogl to the module list
Robin Dunn [Mon, 13 Sep 1999 19:32:26 +0000 (19:32 +0000)] 
Added ogl to the module list

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

24 years agoThe beginings of wxHtmlWindow support in the wxPython demo
Robin Dunn [Mon, 13 Sep 1999 19:31:50 +0000 (19:31 +0000)] 
The beginings of wxHtmlWindow support in the wxPython demo

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

24 years agoMore tweaks
Robin Dunn [Mon, 13 Sep 1999 19:29:53 +0000 (19:29 +0000)] 
More tweaks

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

24 years agoMoved wxPy_ConvertList function from oglhelpers to helpers
Robin Dunn [Mon, 13 Sep 1999 19:28:10 +0000 (19:28 +0000)] 
Moved wxPy_ConvertList function from oglhelpers to helpers

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

24 years ago*** empty log message ***
Robin Dunn [Mon, 13 Sep 1999 19:20:10 +0000 (19:20 +0000)] 
*** empty log message ***

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