]>
git.saurik.com Git - wxWidgets.git/log
Unknown (NI) [Thu, 20 Jul 2000 19:18:38 +0000 (19:18 +0000)]
another small error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7796
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Thu, 20 Jul 2000 18:18:18 +0000 (18:18 +0000)]
no comment :)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7795
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Thu, 20 Jul 2000 18:14:23 +0000 (18:14 +0000)]
umph, had made a dangerous mistake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7794
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Thu, 20 Jul 2000 17:31:40 +0000 (17:31 +0000)]
applied the patch by Garrick Meeker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7793
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Thu, 20 Jul 2000 17:27:25 +0000 (17:27 +0000)]
Applied the patch by Garrick Meeker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7792
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 10:44:14 +0000 (10:44 +0000)]
Really cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's
multilingual text rendering engine to draw Unicode text (doubt this works
on wxMemoryDC, but at least it makes the generic listctrl show unicode text).
But I suspect that the text engine really should be abstracted at
a higher level in wxWindows...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7788
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 10:34:52 +0000 (10:34 +0000)]
There's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so I had to #ifndef
them out. Also used GTK_CLASS_TYPE...
(For some reason, scrolling no longer works with gtk+ 1.3.1 now...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7787
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 10:31:58 +0000 (10:31 +0000)]
Make this compile with gtk+ 1.3.1... not sure what the "casting"
(class assignment) of the widget styles are for, but I used
_G_TYPE_IGC anyway...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7786
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 10:28:26 +0000 (10:28 +0000)]
Use GTK_OBJECT_GET_CLASS macro.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7785
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 09:45:24 +0000 (09:45 +0000)]
May as well also add a GTK_CLASS_TYPE macro for compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7784
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 09:39:18 +0000 (09:39 +0000)]
gtk+ 1.3.1's region transformation code no longer returns a new region,
but rather seems to operate on the source region... added a bunch
of ifdefs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7783
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 09:35:41 +0000 (09:35 +0000)]
There's no gtk_widget_push_visual/pop_visual in gtk+ 1.3.1, so I just
ifndef-ed it out. Not sure if it matters.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7782
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 09:32:26 +0000 (09:32 +0000)]
Added "stand-ins" for a couple of Pango (Owen Taylor's multilingual text
rendering engine, used by gtk+ 1.3 widgets) types, and added
GTK_OBJECT_GET_CLASS macro for backwards compatibility with gtk+ 1.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7781
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:56:40 +0000 (08:56 +0000)]
If the "partial" argument is true, you're probably meant to set the
LVFI_PARTIAL flag, not the LVFI_STRING flag again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7780
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:51:31 +0000 (08:51 +0000)]
Still no such thing as gtkfeatures.h in gtk+ 1.3.1...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7779
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:50:37 +0000 (08:50 +0000)]
Casting to GdkColormapPrivate is neither possible nor necessary in
gtk+ 1.3.1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7778
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:47:46 +0000 (08:47 +0000)]
If compiling with WXGTK20, set wxConvCurrent to wxConvUTF8, as all
gtk+ 1.3.1's widgets (except the deprecated/obsoleted ones) work
solely with UTF-8. (I knew my forward thinking regarding wxConvCurrent
would pay off someday...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7777
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:36:53 +0000 (08:36 +0000)]
If, in a single-selection listctrl, a focused item is selected, and the
focus is moved programmatically (SetItemState) without selecting the new
item, the old focused item wasn't deselected, making the listctrl end up
with TWO selected items when the focused item gets selected by the user.
So I made SetItemState deselect the old focused item when the focus is
moved in a single-selection listctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7776
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:31:36 +0000 (08:31 +0000)]
Another case of fn_str() in wxFopen() ?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7775
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:28:55 +0000 (08:28 +0000)]
gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7774
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:27:41 +0000 (08:27 +0000)]
wxGTKDash is also a gint8 under WXGTK20
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7773
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:26:42 +0000 (08:26 +0000)]
Replaced WXGTK13 with WXGTK20
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7772
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:25:15 +0000 (08:25 +0000)]
An attempt at make the wxCSConv class useful. Uses iconv under Unix,
Internet codepages under Windows, wxEncodingConverter if all else fails.
Not really complete, not really optimized, nor really tested,
but I'll let you check whether it could be useful at least.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7771
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:20:03 +0000 (08:20 +0000)]
More Unicode compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7770
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:13:58 +0000 (08:13 +0000)]
The wxFopen() fix again, but in the main branch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7769
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:08:43 +0000 (08:08 +0000)]
Configure checks for:
sizeof(wchar_t)
iconv.h
langinfo.h
gtk+ 1.3.1, defines __WXGTK20__ (I removed __WXGTK13__)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7767
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Wed, 19 Jul 2000 08:03:55 +0000 (08:03 +0000)]
aclocal configure macro from gtk+ 1.3.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7766
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Mon, 17 Jul 2000 13:52:38 +0000 (13:52 +0000)]
Added opengl32 to DLL libs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Sat, 15 Jul 2000 19:51:35 +0000 (19:51 +0000)]
merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Thu, 8 Jun 2000 20:11:51 +0000 (20:11 +0000)]
Added RTLD_GLOBAL to dlopen() flags which is needed if libraries depend
on each other.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sun, 4 Jun 2000 08:38:36 +0000 (08:38 +0000)]
wxMMedia doc updates
wxMMedia compilation fixes
OGL and STC makefile build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Wed, 17 May 2000 16:45:01 +0000 (16:45 +0000)]
Added WXDLLEXPORT symbol for DynLib classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7410
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (HK) [Fri, 12 May 2000 07:26:18 +0000 (07:26 +0000)]
updated wxStudio module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7389
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 11 May 2000 21:18:05 +0000 (21:18 +0000)]
removed wxPython module from the modules file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7388
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 11 May 2000 12:12:59 +0000 (12:12 +0000)]
Committing in .
VMS compile support for samples/drawing/
Modified Files:
wxWindows/descrip.mms
Added Files:
wxWindows/samples/drawing/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7383
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Tue, 9 May 2000 12:28:12 +0000 (12:28 +0000)]
Committing in .
VMS compile support for samples/mdi
Modified Files:
wxWindows/descrip.mms
Added Files:
wxWindows/samples/mdi/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7370
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Tue, 9 May 2000 11:29:36 +0000 (11:29 +0000)]
Committing in .
Added Files:
wxWindows/samples/resource/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7369
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Tue, 9 May 2000 11:27:09 +0000 (11:27 +0000)]
Committing in .
VMS compile support for samples/resource
Modified Files:
wxWindows/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7368
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (HK) [Sat, 6 May 2000 12:13:02 +0000 (12:13 +0000)]
Removed -a switch for wxStudio.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7361
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 5 May 2000 16:40:32 +0000 (16:40 +0000)]
Misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7357
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (HK) [Fri, 5 May 2000 15:21:59 +0000 (15:21 +0000)]
Fixed wxStudio module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7355
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (HK) [Fri, 5 May 2000 13:11:45 +0000 (13:11 +0000)]
Added wxStudio module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7352
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Apr 2000 16:14:07 +0000 (16:14 +0000)]
compilation fix inside WXWIN_COMPATIBILITY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Apr 2000 16:10:25 +0000 (16:10 +0000)]
const cast inside WXWIN_COMPATIBILITY
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Apr 2000 16:06:44 +0000 (16:06 +0000)]
added -mt note for Sun CC 4.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Apr 2000 15:47:22 +0000 (15:47 +0000)]
mention wxNB_LEFT/RIGHT/BOTTOM styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7123
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 11 Apr 2000 14:34:38 +0000 (14:34 +0000)]
fixed double eol problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7119
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Mon, 3 Apr 2000 17:41:16 +0000 (17:41 +0000)]
Changed a little the initialization code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7055
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Mar 2000 17:44:48 +0000 (17:44 +0000)]
Undoing Eric's changes on the main branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Eric W. Sink [Thu, 30 Mar 2000 18:43:38 +0000 (18:43 +0000)]
This commit includes the following changes:
1. I have grabbed a new copy of the original Scintilla code from its
CVS repository on SourceForge. I believe this code corresponds to
Scintilla 1.24.
2. That code included several new files (stc/scintilla/src/Lex*.cxx)
3. I added mentions of those files to Makefile.in and the .dsp file.
4. I added a new required method to PlatWX.cpp, but it doesn't do
anything, and I don't think it needs to.
5. I added code to stc.cpp which gratuitously references all of the
lexers, to prevent them from being optimized away by the linker.
6. I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule
objects externally visible.
Gripes to me. (eric@sourcegear.com)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6998
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Tue, 28 Mar 2000 17:15:58 +0000 (17:15 +0000)]
simple change to test new CVS server
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6971
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Mon, 27 Mar 2000 11:20:54 +0000 (11:20 +0000)]
joystick made conditional
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Thu, 23 Mar 2000 05:17:18 +0000 (05:17 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6911
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Wed, 22 Mar 2000 23:22:48 +0000 (23:22 +0000)]
Reworked Frame class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6910
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 Mar 2000 12:50:10 +0000 (12:50 +0000)]
french translation done!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6901
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Wed, 22 Mar 2000 12:42:38 +0000 (12:42 +0000)]
Committing in .
Modified Files:
wxWindows/src/gtk/wx_gtk_vmsjackets.c
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6900
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 Mar 2000 12:32:46 +0000 (12:32 +0000)]
small fix to the msg catalog search path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6898
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 22 Mar 2000 12:11:54 +0000 (12:11 +0000)]
note about comctl32.dll bug with tree ctrl colours added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6897
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 21 Mar 2000 13:39:53 +0000 (13:39 +0000)]
Quick VA fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6889
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Tue, 21 Mar 2000 13:39:23 +0000 (13:39 +0000)]
Settle on one shortcut key utility proc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6888
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 21 Mar 2000 10:39:00 +0000 (10:39 +0000)]
Added WXDLLEXPORT keywords
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6887
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 20 Mar 2000 18:51:59 +0000 (18:51 +0000)]
Great. A dot mssing in the spec file so I can start
building again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6886
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 20 Mar 2000 18:41:55 +0000 (18:41 +0000)]
1. some (benign) warnings fixed
2. make dist/install fixes for wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6884
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 20 Mar 2000 17:39:18 +0000 (17:39 +0000)]
wxThread::Kill() doesn't call OnExit() incorrectly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6883
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 16:52:43 +0000 (16:52 +0000)]
Had to #ifdef out wxGetFullHostName for Cygwin b20
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6882
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 16:32:55 +0000 (16:32 +0000)]
Win16 BC++ makefile fixes, other v. small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6881
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 15:48:54 +0000 (15:48 +0000)]
SetBrushOrgExt broke WIN16 compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6880
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 20 Mar 2000 14:47:47 +0000 (14:47 +0000)]
gsocket update. Fix for EMX broke VA.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6879
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 20 Mar 2000 13:46:14 +0000 (13:46 +0000)]
always link with libm
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6878
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 13:41:16 +0000 (13:41 +0000)]
Docview mended (grrr) and OGL studio partially working under wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6877
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Mon, 20 Mar 2000 13:00:27 +0000 (13:00 +0000)]
Added extern "C" around winsock and moved it before "wx/msw/private.h"
to make it work with mingw (2.95 is buggy)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6876
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Mon, 20 Mar 2000 12:57:26 +0000 (12:57 +0000)]
Patch to add extern "C" to winsock.h in gcc2.95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6875
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 10:54:26 +0000 (10:54 +0000)]
Added joytest Makefile.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6874
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 10:53:48 +0000 (10:53 +0000)]
Fixed wrong cursor problem in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6873
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 20 Mar 2000 10:53:04 +0000 (10:53 +0000)]
Fixed problem with CaptureMouse if cursor is null.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6872
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 20 Mar 2000 00:31:11 +0000 (00:31 +0000)]
OS/2 Updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6871
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Webster [Mon, 20 Mar 2000 00:20:29 +0000 (00:20 +0000)]
OS/2 Updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6870
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sun, 19 Mar 2000 23:43:38 +0000 (23:43 +0000)]
A duplicate case label broken mingw compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6869
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guillermo Rodriguez Garcia [Sun, 19 Mar 2000 23:19:52 +0000 (23:19 +0000)]
Added a Motif-only extra call to UpdateInfoText() just after frame creation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6868
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Sun, 19 Mar 2000 23:04:18 +0000 (23:04 +0000)]
fixed broken test for wxUSE_JOYSTICK in configure.
added joytest sample to samples_dist and samples/configure.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6867
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 19 Mar 2000 19:55:13 +0000 (19:55 +0000)]
Misc small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6866
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 19 Mar 2000 19:51:08 +0000 (19:51 +0000)]
The Return of WM Size Hints Part IV.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6865
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 18:51:40 +0000 (18:51 +0000)]
zlib objects linked together with wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6864
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 18:46:55 +0000 (18:46 +0000)]
wxFTP::Close() shouldn't hide base wxSocket function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6863
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 19 Mar 2000 17:21:28 +0000 (17:21 +0000)]
Allows wxStatusBar95 to send common events like other windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6862
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 16:45:43 +0000 (16:45 +0000)]
1. corrected HAVE_PW_GECOS detection in configure (which never worked)
2. added and documented wxGetFreeMemory() for Unix (Linux/Solaris only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6861
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 19 Mar 2000 16:23:09 +0000 (16:23 +0000)]
Funny resize behaviour fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6860
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 19 Mar 2000 15:28:45 +0000 (15:28 +0000)]
fixed KeySym handling ((keysym & 0xF000) != 0 instead of keysym < 0xFF to determine printable characters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6859
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 19 Mar 2000 15:24:27 +0000 (15:24 +0000)]
Small mods to distrib files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6858
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 19 Mar 2000 14:47:13 +0000 (14:47 +0000)]
Some VC++ makefile fixes; minor comment mods to setup0.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6857
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Sun, 19 Mar 2000 14:43:52 +0000 (14:43 +0000)]
added missing object file for vidxanm to unix makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6856
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 19 Mar 2000 14:34:23 +0000 (14:34 +0000)]
Added info about versions for XFree86/OS2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6855
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 14:18:16 +0000 (14:18 +0000)]
some old Danish translations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6854
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 13:59:52 +0000 (13:59 +0000)]
OS/2 info added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6853
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 13:52:50 +0000 (13:52 +0000)]
compilation fix for anything different from VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6852
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Sun, 19 Mar 2000 13:51:13 +0000 (13:51 +0000)]
added missing object files for oss & esd to unix makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6851
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 13:27:52 +0000 (13:27 +0000)]
some more (apparently harmless) changes from Klass Holwerda
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6850
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 13:20:06 +0000 (13:20 +0000)]
translator for Swedish added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6849
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 19 Mar 2000 13:10:02 +0000 (13:10 +0000)]
some more explanations about thread exiting/killing/deleting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6848
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 19 Mar 2000 12:57:08 +0000 (12:57 +0000)]
Chnaged includes to work without precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6847
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775