]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agoadded semicolons after HASH_MAP macros
Vadim Zeitlin [Sat, 7 Dec 2002 02:28:02 +0000 (02:28 +0000)] 
added semicolons after HASH_MAP macros

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

21 years agoremoved trailing semicolons at the end of HASH_MAP macros
Vadim Zeitlin [Sat, 7 Dec 2002 01:30:47 +0000 (01:30 +0000)] 
removed trailing semicolons at the end of HASH_MAP macros

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

21 years agotest that libpng version is > 0.90
Vadim Zeitlin [Sat, 7 Dec 2002 01:26:21 +0000 (01:26 +0000)] 
test that libpng version is > 0.90

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

21 years agominor visual corrections to renderers (patch 649847)
Vadim Zeitlin [Sat, 7 Dec 2002 01:07:35 +0000 (01:07 +0000)] 
minor visual corrections to renderers (patch 649847)

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

21 years agofix for wxGetEnv() under Win16 (!) (bug 645368)
Vadim Zeitlin [Sat, 7 Dec 2002 00:58:11 +0000 (00:58 +0000)] 
fix for wxGetEnv() under Win16 (!) (bug 645368)

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

21 years agosuppress warnings when compiling libtiff
Vadim Zeitlin [Sat, 7 Dec 2002 00:43:48 +0000 (00:43 +0000)] 
suppress warnings when compiling libtiff

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

21 years agoadded trivial test for wxTextInputStream
Vadim Zeitlin [Sat, 7 Dec 2002 00:31:56 +0000 (00:31 +0000)] 
added trivial test for wxTextInputStream

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

21 years agofix (?) for small menu item bitmaps (bug 635438)
Vadim Zeitlin [Sat, 7 Dec 2002 00:05:03 +0000 (00:05 +0000)] 
fix (?) for small menu item bitmaps (bug 635438)

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

21 years agofixed 3 infinite loops -- the person who tested this code must have had a lot of...
Vadim Zeitlin [Fri, 6 Dec 2002 23:55:55 +0000 (23:55 +0000)] 
fixed 3 infinite loops -- the person who tested this code must have had a lot of patience (bug 645761)

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

21 years agofixed bug in wxSemaphore::WaitTimeout() which was calling the wrong wxCondition:...
Vadim Zeitlin [Fri, 6 Dec 2002 23:47:34 +0000 (23:47 +0000)] 
fixed bug in wxSemaphore::WaitTimeout() which was calling the wrong wxCondition::Wait() (bug 642226 and patch 648859)

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

21 years agocorrected a too eager error message (patch 648599)
Vadim Zeitlin [Fri, 6 Dec 2002 23:42:16 +0000 (23:42 +0000)] 
corrected a too eager error message (patch 648599)

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

21 years agoavoid flicker when doing SetItem() in non report mode (slightly extended patch 647970)
Vadim Zeitlin [Fri, 6 Dec 2002 23:40:11 +0000 (23:40 +0000)] 
avoid flicker when doing SetItem() in non report mode (slightly extended patch 647970)

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

21 years agogenerate spinctrl event when the button was clicked (slightly modified patch 648013)
Vadim Zeitlin [Fri, 6 Dec 2002 23:36:01 +0000 (23:36 +0000)] 
generate spinctrl event when the button was clicked (slightly modified patch 648013)

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

21 years agoAppend() returns int, not void
Vadim Zeitlin [Fri, 6 Dec 2002 23:27:29 +0000 (23:27 +0000)] 
Append() returns int, not void

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

21 years agotell to open .dsw file, not .dsp
Vadim Zeitlin [Fri, 6 Dec 2002 23:24:57 +0000 (23:24 +0000)] 
tell to open .dsw file, not .dsp

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

21 years agoApplied fix for VC++ 7 which treats __LINE__ slightly differently, apparently.
Julian Smart [Fri, 6 Dec 2002 22:49:58 +0000 (22:49 +0000)] 
Applied fix for VC++ 7 which treats __LINE__ slightly differently, apparently.

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

21 years agocompilation fix for wxUSE_INTL == 0 (patch 646466)
Vadim Zeitlin [Fri, 6 Dec 2002 21:23:36 +0000 (21:23 +0000)] 
compilation fix for wxUSE_INTL == 0 (patch 646466)

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

21 years agofixed mem leak when using non default theme; change the art provider automatically...
Vadim Zeitlin [Fri, 6 Dec 2002 21:07:24 +0000 (21:07 +0000)] 
fixed mem leak when using non default theme; change the art provider automatically when the theme is changed (patch 646463)

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

21 years agofix typo in drawing slider ticks; added assert to check for it (slightly modified...
Vadim Zeitlin [Fri, 6 Dec 2002 21:02:50 +0000 (21:02 +0000)] 
fix typo in drawing slider ticks; added assert to check for it (slightly modified patch 646256)

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

21 years agobetter check of parameter in Delete() (2nd part of patch 646145)
Vadim Zeitlin [Fri, 6 Dec 2002 20:59:06 +0000 (20:59 +0000)] 
better check of parameter in Delete() (2nd part of patch 646145)

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

21 years agodon't leak client data (1st part of patch 646145)
Vadim Zeitlin [Fri, 6 Dec 2002 20:57:56 +0000 (20:57 +0000)] 
don't leak client data (1st part of patch 646145)

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

21 years agoRemoved apparently erroneous manipulation of filename/URL
Julian Smart [Fri, 6 Dec 2002 20:12:48 +0000 (20:12 +0000)] 
Removed apparently erroneous manipulation of filename/URL

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

21 years agofixed return type of GetEditControl(); updated its description
Vadim Zeitlin [Fri, 6 Dec 2002 17:08:00 +0000 (17:08 +0000)] 
fixed return type of GetEditControl(); updated its description

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

21 years agoUpdated to more OS/2 friendly version.
Stefan Neis [Fri, 6 Dec 2002 16:59:38 +0000 (16:59 +0000)] 
Updated to more OS/2 friendly version.

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

21 years agoChanged GSocket_Select to use unix code for wxBase, previous code wasn't
Stefan Neis [Fri, 6 Dec 2002 16:57:30 +0000 (16:57 +0000)] 
Changed GSocket_Select to use unix code for wxBase, previous code wasn't
        detecting loss of connection.

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

21 years agoAdded note about opening .dsp files in VC++ .NET
Julian Smart [Fri, 6 Dec 2002 14:16:27 +0000 (14:16 +0000)] 
Added note about opening .dsp files in VC++ .NET

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

21 years ago Another attempt to get make win-dist to work with WinCE.
Robert Roebling [Fri, 6 Dec 2002 11:50:18 +0000 (11:50 +0000)] 
  Another attempt to get make win-dist to work with WinCE.

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

21 years ago Updated Makefile for WinCE (make win-dist)
Robert Roebling [Fri, 6 Dec 2002 11:25:51 +0000 (11:25 +0000)] 
  Updated Makefile for WinCE (make win-dist)

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

21 years agoprint session additions
Stefan Csomor [Fri, 6 Dec 2002 08:07:53 +0000 (08:07 +0000)] 
print session additions

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

21 years agoAdded Marco's first WinCE files
Julian Smart [Thu, 5 Dec 2002 21:18:30 +0000 (21:18 +0000)] 
Added Marco's first WinCE files

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

21 years agoFurther version changes
Julian Smart [Thu, 5 Dec 2002 12:14:53 +0000 (12:14 +0000)] 
Further version changes

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

21 years agounabbreviated i18n
Vadim Zeitlin [Thu, 5 Dec 2002 12:04:51 +0000 (12:04 +0000)] 
unabbreviated i18n

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

21 years agoAdded artwork for the emulator, for future reference
Julian Smart [Thu, 5 Dec 2002 11:54:50 +0000 (11:54 +0000)] 
Added artwork for the emulator, for future reference

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

21 years agoUpdated version
Julian Smart [Thu, 5 Dec 2002 11:08:08 +0000 (11:08 +0000)] 
Updated version

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

21 years agoMakefile.in: remove CVS dirs
Julian Smart [Thu, 5 Dec 2002 10:27:42 +0000 (10:27 +0000)] 
Makefile.in: remove CVS dirs

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

21 years agoChecked for stream validity in wxImage::GetImageCount.
Julian Smart [Thu, 5 Dec 2002 10:19:00 +0000 (10:19 +0000)] 
Checked for stream validity in wxImage::GetImageCount.
use horse3.ani in image sample.

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

21 years agodetect and don't use old zlib version
Vadim Zeitlin [Thu, 5 Dec 2002 02:07:05 +0000 (02:07 +0000)] 
detect and don't use old zlib version

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

21 years agoallow TABbing into multiline text controls even if they're not editable
Vadim Zeitlin [Thu, 5 Dec 2002 01:05:59 +0000 (01:05 +0000)] 
allow TABbing into multiline text controls even if they're not editable

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

21 years agocompilation fix after recent patch
Vadim Zeitlin [Wed, 4 Dec 2002 23:15:10 +0000 (23:15 +0000)] 
compilation fix after recent patch

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

21 years agomerged 2.4 branch into the trunk
Vadim Zeitlin [Wed, 4 Dec 2002 14:11:26 +0000 (14:11 +0000)] 
merged 2.4 branch into the trunk

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

21 years agoadded test for env var expansion
Vadim Zeitlin [Thu, 28 Nov 2002 13:34:28 +0000 (13:34 +0000)] 
added test for env var expansion

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

21 years agocompilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set TEST_ALL to 1
Vadim Zeitlin [Thu, 28 Nov 2002 13:29:22 +0000 (13:29 +0000)] 
compilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set TEST_ALL to 1

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

21 years agoadded ctor taking wxFontFlags
Vadim Zeitlin [Sat, 2 Nov 2002 23:58:52 +0000 (23:58 +0000)] 
added ctor taking wxFontFlags

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

21 years agoFixups in jpeg lib for multiplely defined symbolsa under VisualAge for OS/2
David Webster [Fri, 11 Oct 2002 16:01:49 +0000 (16:01 +0000)] 
Fixups in jpeg lib for multiplely defined symbolsa under VisualAge for OS/2

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

21 years agoWeekly OS/2 updtaes
David Webster [Fri, 11 Oct 2002 15:59:35 +0000 (15:59 +0000)] 
Weekly OS/2 updtaes

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

21 years agoos2 update to rc file
David Webster [Fri, 11 Oct 2002 15:56:35 +0000 (15:56 +0000)] 
os2 update to rc file

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

21 years agoremoved ctl3d32.lib
David Webster [Fri, 11 Oct 2002 13:44:31 +0000 (13:44 +0000)] 
removed ctl3d32.lib

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

21 years agojust a test if CVS access works
Roman Rolinsky [Fri, 4 Oct 2002 07:19:19 +0000 (07:19 +0000)] 
just a test if CVS access works

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

21 years agoFixed some typos that occured in applying patch 606235.
Stefan Neis [Fri, 20 Sep 2002 15:08:03 +0000 (15:08 +0000)] 
Fixed some typos that occured in applying patch 606235.

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

21 years ago Committing in .
Jouk Jansen [Thu, 19 Sep 2002 06:17:39 +0000 (06:17 +0000)] 
 Committing in .

 Updated OpenVMS configuration

 Modified Files:
  wxWindows/setup.h_vms
 ----------------------------------------------------------------------

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

21 years agoAdded scripts to make a minimal wxMSW distribution
Julian Smart [Mon, 16 Sep 2002 19:20:38 +0000 (19:20 +0000)] 
Added scripts to make a minimal wxMSW distribution

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

21 years agoUpdated date
Julian Smart [Mon, 16 Sep 2002 16:03:59 +0000 (16:03 +0000)] 
Updated date

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

21 years agonativedlg and some interface changes.
David Webster [Mon, 16 Sep 2002 04:56:00 +0000 (04:56 +0000)] 
nativedlg and some interface changes.

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

21 years agovirtual function hiding problem
David Webster [Mon, 16 Sep 2002 04:54:25 +0000 (04:54 +0000)] 
virtual function hiding problem

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

21 years agoOS/2 fix
David Webster [Mon, 16 Sep 2002 04:53:42 +0000 (04:53 +0000)] 
OS/2 fix

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

21 years agoadded arrow cursor for standard controls
Stefan Csomor [Sun, 15 Sep 2002 18:32:49 +0000 (18:32 +0000)] 
added arrow cursor for standard controls

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

21 years agodon't mention GUI-only changes in the base section
Vadim Zeitlin [Sun, 15 Sep 2002 18:17:32 +0000 (18:17 +0000)] 
don't mention GUI-only changes in the base section

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

21 years agoupdated the build technote and the technote index; removed obsolete and incorrect...
Vadim Zeitlin [Sun, 15 Sep 2002 18:17:02 +0000 (18:17 +0000)] 
updated the build technote and the technote index; removed obsolete and incorrect technote

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

21 years agoregenerated (doesn't include mdig.cpp any more)
Vadim Zeitlin [Sun, 15 Sep 2002 18:16:21 +0000 (18:16 +0000)] 
regenerated (doesn't include mdig.cpp any more)

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

21 years agodon't include headers which were excluded for wxGTK
Vadim Zeitlin [Sun, 15 Sep 2002 18:15:56 +0000 (18:15 +0000)] 
don't include headers which were excluded for wxGTK

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

21 years agono changes
Vadim Zeitlin [Sun, 15 Sep 2002 18:15:39 +0000 (18:15 +0000)] 
no changes

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

21 years agofixed two-step creation of wxCheckListBox
Václav Slavík [Sun, 15 Sep 2002 18:07:32 +0000 (18:07 +0000)] 
fixed two-step creation of wxCheckListBox

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

21 years agoupdated wxTreeCtrl styles in XRC
Václav Slavík [Sun, 15 Sep 2002 18:06:55 +0000 (18:06 +0000)] 
updated wxTreeCtrl styles in XRC

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

21 years agoOS/2 will not support a mini-frame
David Webster [Sun, 15 Sep 2002 17:31:29 +0000 (17:31 +0000)] 
OS/2 will not support a mini-frame

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

21 years agoinclude execcmn.cpp in the distribution
Vadim Zeitlin [Sun, 15 Sep 2002 17:20:58 +0000 (17:20 +0000)] 
include execcmn.cpp in the distribution

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

21 years agoinclude -pthread in LDFLAGS and not LIBS as the latter doesn't appear in wx-config...
Vadim Zeitlin [Sun, 15 Sep 2002 17:20:14 +0000 (17:20 +0000)] 
include -pthread in LDFLAGS and not LIBS as the latter doesn't appear in wx-config output unless --static is given

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

21 years agoMake OS/2 use the generic MDI.
David Webster [Sun, 15 Sep 2002 17:18:59 +0000 (17:18 +0000)] 
Make OS/2 use the generic MDI.

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

21 years agocompilation fix for !MSVC
Vadim Zeitlin [Sun, 15 Sep 2002 15:21:52 +0000 (15:21 +0000)] 
compilation fix for !MSVC

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

21 years agoTweaks to the announcements, including adding some
Julian Smart [Sun, 15 Sep 2002 14:41:56 +0000 (14:41 +0000)] 
Tweaks to the announcements, including adding some
kudos

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

21 years agoScript tweaks
Julian Smart [Sun, 15 Sep 2002 10:27:43 +0000 (10:27 +0000)] 
Script tweaks

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

21 years agoAdded a couple more build starter scripts
Julian Smart [Sun, 15 Sep 2002 10:24:09 +0000 (10:24 +0000)] 
Added a couple more build starter scripts

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

21 years agoUpdated makewx... scripts
Julian Smart [Sun, 15 Sep 2002 10:15:06 +0000 (10:15 +0000)] 
Updated makewx... scripts

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

21 years agomerged deleted code back
Stefan Csomor [Sun, 15 Sep 2002 07:30:59 +0000 (07:30 +0000)] 
merged deleted code back

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

21 years agoApplied revised patch 606235 (Cell overflow refresh fixed).
Stefan Neis [Sun, 15 Sep 2002 00:29:49 +0000 (00:29 +0000)] 
Applied revised patch 606235 (Cell overflow refresh fixed).

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

21 years agowe do want arrows even in a read only text ctrl
Vadim Zeitlin [Sat, 14 Sep 2002 21:37:28 +0000 (21:37 +0000)] 
we do want arrows even in a read only text ctrl

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

21 years agorecreate the toolbar entirely when its text/icons style changes
Vadim Zeitlin [Sat, 14 Sep 2002 21:36:18 +0000 (21:36 +0000)] 
recreate the toolbar entirely when its text/icons style changes

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

21 years ago Compile fix for the iPaq. No idea why.
Robert Roebling [Sat, 14 Sep 2002 21:35:08 +0000 (21:35 +0000)] 
  Compile fix for the iPaq. No idea why.

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

21 years agono changes
Vadim Zeitlin [Sat, 14 Sep 2002 21:34:59 +0000 (21:34 +0000)] 
no changes

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

21 years agoset size if it's initially == wxDefaultSize() in MSWCreateControl
Vadim Zeitlin [Sat, 14 Sep 2002 21:07:49 +0000 (21:07 +0000)] 
set size if it's initially == wxDefaultSize() in MSWCreateControl

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

21 years ago Updated some comments.
Robert Roebling [Sat, 14 Sep 2002 20:49:50 +0000 (20:49 +0000)] 
  Updated some comments.

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

21 years agoprintf() format warning fix
Vadim Zeitlin [Sat, 14 Sep 2002 18:38:31 +0000 (18:38 +0000)] 
printf() format warning fix

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

21 years ago Added spec file for wxX11.
Robert Roebling [Sat, 14 Sep 2002 18:35:10 +0000 (18:35 +0000)] 
  Added spec file for wxX11.

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

21 years ago Added make dist for wxX11 to makefile.
Robert Roebling [Sat, 14 Sep 2002 18:34:28 +0000 (18:34 +0000)] 
  Added make dist for wxX11 to makefile.

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

21 years ago Added todo file for wxX11. Empty still.
Robert Roebling [Sat, 14 Sep 2002 18:33:46 +0000 (18:33 +0000)] 
  Added todo file for wxX11. Empty still.

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

21 years agoAdded back the missing wxDash line
Julian Smart [Sat, 14 Sep 2002 17:28:12 +0000 (17:28 +0000)] 
Added back the missing wxDash line

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

21 years agoBC++:
Julian Smart [Sat, 14 Sep 2002 17:23:21 +0000 (17:23 +0000)] 
BC++:
Disabled precompiled headers for png library,
since it seemed to mess up compilation
Moved EXTRACPPFLAGS to end of command line so they
override current settings

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

21 years ago Enable execute code for Unicode. This also makes
Robert Roebling [Sat, 14 Sep 2002 15:00:49 +0000 (15:00 +0000)] 
  Enable execute code for Unicode. This also makes
    printing to the printer work in Unicode mode.

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

21 years agoadded missing wxSTD for cout/endl
Gilles Depeyrot [Sat, 14 Sep 2002 09:35:50 +0000 (09:35 +0000)] 
added missing wxSTD for cout/endl

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

21 years agoApplied patch [ 608876 ] Improvements to installation docs
Julian Smart [Sat, 14 Sep 2002 08:31:23 +0000 (08:31 +0000)] 
Applied patch [ 608876 ] Improvements to installation docs

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

21 years agodon't override INSTALL as install path is made absolute in configure
Gilles Depeyrot [Sat, 14 Sep 2002 05:56:49 +0000 (05:56 +0000)] 
don't override INSTALL as install path is made absolute in configure

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

21 years agonew module def file for .dll build
David Webster [Sat, 14 Sep 2002 02:11:14 +0000 (02:11 +0000)] 
new module def file for .dll build

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

21 years agoOS/2 update
David Webster [Sat, 14 Sep 2002 02:10:24 +0000 (02:10 +0000)] 
OS/2 update

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

21 years agoTRUE not true; FALSE not false
David Webster [Sat, 14 Sep 2002 02:09:52 +0000 (02:09 +0000)] 
TRUE not true; FALSE not false

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

21 years agodefine the undefined wxThePrintSetup global.
Ron Lee [Sat, 14 Sep 2002 00:15:30 +0000 (00:15 +0000)] 
define the undefined wxThePrintSetup global.

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

21 years agoanother fix for wxSnprintf_
Václav Slavík [Fri, 13 Sep 2002 23:22:30 +0000 (23:22 +0000)] 
another fix for wxSnprintf_

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

21 years ago Backward comp. fix.
Robert Roebling [Fri, 13 Sep 2002 22:02:14 +0000 (22:02 +0000)] 
  Backward comp. fix.

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

21 years ago Further backward comp. changes for printing.
Robert Roebling [Fri, 13 Sep 2002 22:00:45 +0000 (22:00 +0000)] 
  Further backward comp. changes for printing.

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

21 years agoWeekly catch-up
David Webster [Fri, 13 Sep 2002 20:57:37 +0000 (20:57 +0000)] 
Weekly catch-up

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

21 years agoFixed MinGW/configure/Unicode compilation: MinGW/MSVCRT vswprintf does not
Mattia Barbon [Fri, 13 Sep 2002 20:23:36 +0000 (20:23 +0000)] 
Fixed MinGW/configure/Unicode compilation: MinGW/MSVCRT vswprintf does not
behave like other vswprintf; under Win32 you really want _vsnwprintf.

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

21 years agoadded some missing styles to XRC
Václav Slavík [Fri, 13 Sep 2002 17:22:34 +0000 (17:22 +0000)] 
added some missing styles to XRC

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