wxWidgets.git
21 years agoReplaced wcslen with wxWcslen
Julian Smart [Wed, 11 Sep 2002 11:28:51 +0000 (11:28 +0000)] 
Replaced wcslen with wxWcslen

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

21 years agoFixed bug in Grow function (possibly not allocating enough memory if starting
Stefan Neis [Wed, 11 Sep 2002 10:29:28 +0000 (10:29 +0000)] 
Fixed bug in Grow function (possibly not allocating enough memory if starting
        with empty array).

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

21 years agoSWIGged updates for wxGTK
Robin Dunn [Wed, 11 Sep 2002 01:14:18 +0000 (01:14 +0000)] 
SWIGged updates for wxGTK

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

21 years agoChange needed for when the COMPATIBILITY flags are off.
Robin Dunn [Wed, 11 Sep 2002 01:08:02 +0000 (01:08 +0000)] 
Change needed for when the COMPATIBILITY flags are off.

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

21 years agoPyCrust tweak to allow it to work with older Scintilla's
Robin Dunn [Wed, 11 Sep 2002 01:00:43 +0000 (01:00 +0000)] 
PyCrust tweak to allow it to work with older Scintilla's

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

21 years agoUpdate to Scintilla 1.48
Robin Dunn [Wed, 11 Sep 2002 01:00:07 +0000 (01:00 +0000)] 
Update to Scintilla 1.48

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

21 years agoWindows and Unicode compilation fixes
Vadim Zeitlin [Tue, 10 Sep 2002 23:27:24 +0000 (23:27 +0000)] 
Windows and Unicode compilation fixes

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

21 years agoadded Turkish translation
Václav Slavík [Tue, 10 Sep 2002 22:31:19 +0000 (22:31 +0000)] 
added Turkish translation

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

21 years agoNow cleared array elements of arrays before calling Empty(),
Julian Smart [Tue, 10 Sep 2002 20:31:02 +0000 (20:31 +0000)] 
Now cleared array elements of arrays before calling Empty(),
after suggestion by John Labenski.
I don't know why this should cure the memory problem,
but it seems to.

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

21 years agodeclare wxEntry() as taking char **Argv, not char *argv[]
Vadim Zeitlin [Tue, 10 Sep 2002 17:35:07 +0000 (17:35 +0000)] 
declare wxEntry() as taking char **Argv, not char *argv[]

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

21 years agoApplied patch [ 606713 ] Removes a warning from cygwin build
Julian Smart [Tue, 10 Sep 2002 13:54:35 +0000 (13:54 +0000)] 
Applied patch [ 606713 ] Removes a warning from cygwin build

When building using Cygwin+gcc3.1.1 I get the following
warning:

"src/msw/app.cpp:122:25: warning: shlwapi.h: No such
file or directory"

(It seems strange to me that it's a warning instead of an
error?)

The attached patch adds a conditional case for
__CYGWIN__ when including shlwapi.h. (I hope I did it
the proper way, the #if's regarding build system setup
get a bit lengthy at times, I didn't see a shortcut for this
however)

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

21 years agoApplied patch [ 607261 ] Fix: wxGrid: row and cell selection
Julian Smart [Tue, 10 Sep 2002 13:50:52 +0000 (13:50 +0000)] 
Applied patch [ 607261 ] Fix: wxGrid: row and cell selection

This is a patch against version 1.222 of
src/generic/grid.cpp.

1. The patch contains a fix for the row selection as
mentioned by me on the wx-dev mailing list. After
selecting one row and deselecting it no new row
could be selected.
2. Another change has been made to the function
CoordToRowOrCol() and addresses an error mailed
to wx-dev by John Labensky. The error was that no
cell could be selected until a horizontal and vertical
resize of at least one cell has been made. The error
was that the function could not handle grids with
default row or columns sizes.

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

21 years agouncomment SetMargins() call which works now (the person who commented it out probably...
Vadim Zeitlin [Tue, 10 Sep 2002 13:40:55 +0000 (13:40 +0000)] 
uncomment SetMargins() call which works now (the person who commented it out probably did know about the bug, but chose to change the sample instead of fixing the code...)

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

21 years agoadded a possibility to pull in printf() code for testing opurposes even if we don...
Vadim Zeitlin [Tue, 10 Sep 2002 13:39:16 +0000 (13:39 +0000)] 
added a possibility to pull in printf() code for testing opurposes even if we don't really need it by defining wxTEST_PRINTF; fixed unknown format handling in wxVsnprintf(); do NUL-terminate the strings in wxVsnprintf()

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

21 years agoclarification of Set/GetTitle() with respect to popup menus
Vadim Zeitlin [Tue, 10 Sep 2002 13:37:08 +0000 (13:37 +0000)] 
clarification of Set/GetTitle() with respect to popup menus

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

21 years agoadded printf() test suite
Vadim Zeitlin [Tue, 10 Sep 2002 13:36:40 +0000 (13:36 +0000)] 
added printf() test suite

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

21 years agofixed ATTRIBUTE_PRINTFs
Vadim Zeitlin [Tue, 10 Sep 2002 12:55:25 +0000 (12:55 +0000)] 
fixed ATTRIBUTE_PRINTFs

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

21 years agocompilation fix for cygwin
Vadim Zeitlin [Tue, 10 Sep 2002 11:54:47 +0000 (11:54 +0000)] 
compilation fix for cygwin

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

21 years agofixed stream code breakage caused by the previous check in
Vadim Zeitlin [Tue, 10 Sep 2002 11:45:10 +0000 (11:45 +0000)] 
fixed stream code breakage caused by the previous check in

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

21 years agoBmpbuttons
David Webster [Tue, 10 Sep 2002 03:46:22 +0000 (03:46 +0000)] 
Bmpbuttons

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

21 years agoapplied patch #606835, bugfix to wxHtmlHelpFrame::OnActivate
Václav Slavík [Mon, 9 Sep 2002 22:32:19 +0000 (22:32 +0000)] 
applied patch #606835, bugfix to wxHtmlHelpFrame::OnActivate

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

21 years agouse RemoveAt instead of Remove
Gilles Depeyrot [Mon, 9 Sep 2002 20:27:54 +0000 (20:27 +0000)] 
use RemoveAt instead of Remove

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

21 years agoFixed MinGW/ANSI (and probably any other C++ compiler, excluding, of course,
Mattia Barbon [Mon, 9 Sep 2002 17:35:10 +0000 (17:35 +0000)] 
Fixed MinGW/ANSI (and probably any other C++ compiler, excluding, of course,
MSVC 5, with which I tested my changes) breakage.

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

21 years agoAdded widgets sample
Julian Smart [Mon, 9 Sep 2002 15:37:58 +0000 (15:37 +0000)] 
Added widgets sample

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

21 years agoremoved C++ comment
Vadim Zeitlin [Mon, 9 Sep 2002 13:36:57 +0000 (13:36 +0000)] 
removed C++ comment

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

21 years agoremoved a trailing comma from enum (this is an error for some compilers)
Vadim Zeitlin [Mon, 9 Sep 2002 13:27:07 +0000 (13:27 +0000)] 
removed a trailing comma from enum (this is an error for some compilers)

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

21 years agowxDialog doesn't derive from wxPanel nor accepts wxDIALOG_MODAL/MODELESS styles;...
Vadim Zeitlin [Mon, 9 Sep 2002 13:20:38 +0000 (13:20 +0000)] 
wxDialog doesn't derive from wxPanel nor accepts wxDIALOG_MODAL/MODELESS styles; also mentioned that modal dialogs can be created on the stack

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

21 years agoFile for notes about publicity, incl. newsgroups for announcements.
Julian Smart [Mon, 9 Sep 2002 12:06:20 +0000 (12:06 +0000)] 
File for notes about publicity, incl. newsgroups for announcements.

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

21 years agoTweaks to the announcement
Julian Smart [Mon, 9 Sep 2002 11:49:13 +0000 (11:49 +0000)] 
Tweaks to the announcement

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

21 years agoScript updates
Julian Smart [Mon, 9 Sep 2002 11:25:22 +0000 (11:25 +0000)] 
Script updates

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

21 years ago-D_INCLUDE_LONGLONG for HPUX long long definitions in system headers
Gilles Depeyrot [Mon, 9 Sep 2002 09:33:52 +0000 (09:33 +0000)] 
-D_INCLUDE_LONGLONG for HPUX long long definitions in system headers

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

21 years agoAdded distribution scripts
Julian Smart [Mon, 9 Sep 2002 09:28:25 +0000 (09:28 +0000)] 
Added distribution scripts

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

21 years agoBitmap button updates
David Webster [Mon, 9 Sep 2002 03:08:12 +0000 (03:08 +0000)] 
Bitmap button updates

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

21 years agofixed bug in parsing formats in which fields don't have any non-numeric delimiters
Vadim Zeitlin [Sun, 8 Sep 2002 23:12:19 +0000 (23:12 +0000)] 
fixed bug in parsing formats in which fields don't have any non-numeric delimiters

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

21 years agovariosu fixes to the tests
Vadim Zeitlin [Sun, 8 Sep 2002 23:11:18 +0000 (23:11 +0000)] 
variosu fixes to the tests

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

21 years agoFix wxSnvprintf (and hence wxString::Format) for Unicode, when using
Mattia Barbon [Sun, 8 Sep 2002 22:52:59 +0000 (22:52 +0000)] 
Fix wxSnvprintf (and hence wxString::Format) for Unicode, when using
the wxSnvprintf in wxchar.cpp.

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

21 years agocompilation fixc
Václav Slavík [Sun, 8 Sep 2002 22:12:09 +0000 (22:12 +0000)] 
compilation fixc

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

21 years agoanother false statement corrected
Václav Slavík [Sun, 8 Sep 2002 22:11:54 +0000 (22:11 +0000)] 
another false statement corrected

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

21 years agofixed Printf() format spec warnings
Vadim Zeitlin [Sun, 8 Sep 2002 18:11:02 +0000 (18:11 +0000)] 
fixed Printf() format spec warnings

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

21 years agofixed Printf() format spec warnings
Vadim Zeitlin [Sun, 8 Sep 2002 18:00:48 +0000 (18:00 +0000)] 
fixed Printf() format spec warnings

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

21 years agoAdded a note about bug in Mingw32 headers.
Julian Smart [Sun, 8 Sep 2002 14:46:17 +0000 (14:46 +0000)] 
Added a note about bug in Mingw32 headers.
Other Mingw32-related fixes.

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

21 years agoRenamed duplicate style variable
Julian Smart [Sun, 8 Sep 2002 14:10:22 +0000 (14:10 +0000)] 
Renamed duplicate style variable

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

21 years agodefine HAVE_EXPLICIT for BC++ >= 0x520
Vadim Zeitlin [Sun, 8 Sep 2002 12:55:37 +0000 (12:55 +0000)] 
define HAVE_EXPLICIT for BC++ >= 0x520

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

21 years agoAdded yet another couple of missing includes (leading to linker errors).
Stefan Neis [Sun, 8 Sep 2002 12:50:07 +0000 (12:50 +0000)] 
Added yet another couple of missing includes (leading to linker errors).

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

21 years agoAdded a directory for sharing publicity resources
Julian Smart [Sun, 8 Sep 2002 12:35:21 +0000 (12:35 +0000)] 
Added a directory for sharing publicity resources

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

21 years agoAdded missing includes for non-precompiled headers.
Stefan Neis [Sun, 8 Sep 2002 10:51:49 +0000 (10:51 +0000)] 
Added missing includes for non-precompiled headers.

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

21 years agoChanged syntax of test for -fvtable-thunks so it works.
Julian Smart [Sun, 8 Sep 2002 10:48:46 +0000 (10:48 +0000)] 
Changed syntax of test for -fvtable-thunks so it works.

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

21 years agoAdded LV_ITEMA and used a #define for LV_ITEM to
Julian Smart [Sun, 8 Sep 2002 10:28:15 +0000 (10:28 +0000)] 
Added LV_ITEMA and used a #define for LV_ITEM to
avoid mysterious compilo under Mingw32 2.95.2
Added #defines for SHGetFileInfo for Mingw32 2.95.2
in volume.cpp

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

21 years agopath correction for wxMac using Apple Developer Tools
Gilles Depeyrot [Sun, 8 Sep 2002 10:07:02 +0000 (10:07 +0000)] 
path correction for wxMac using Apple Developer Tools

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

21 years agoA refinement of my patch from Neil Hodgson
Robin Dunn [Sun, 8 Sep 2002 01:07:16 +0000 (01:07 +0000)] 
A refinement of my patch from Neil Hodgson

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

21 years agoadded shell32.lib to wxBase link options
Vadim Zeitlin [Sun, 8 Sep 2002 00:53:07 +0000 (00:53 +0000)] 
added shell32.lib to wxBase link options

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

21 years agochar -> wxChar
Vadim Zeitlin [Sun, 8 Sep 2002 00:49:48 +0000 (00:49 +0000)] 
char -> wxChar

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

21 years agofixed (yet another?) crash in wxStrtok
Vadim Zeitlin [Sun, 8 Sep 2002 00:49:26 +0000 (00:49 +0000)] 
fixed (yet another?) crash in wxStrtok

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

21 years agodon't #define wxStrtok() which takes 3 arguments as wcstok() which takes only 2,...
Vadim Zeitlin [Sun, 8 Sep 2002 00:47:56 +0000 (00:47 +0000)] 
don't #define wxStrtok() which takes 3 arguments as wcstok() which takes only 2, this can't compile in Unicode

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

21 years agocorrected wxExecute() tests
Vadim Zeitlin [Sun, 8 Sep 2002 00:46:38 +0000 (00:46 +0000)] 
corrected wxExecute() tests

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

21 years agocorrected wxShell() ret code
Vadim Zeitlin [Sun, 8 Sep 2002 00:41:16 +0000 (00:41 +0000)] 
corrected wxShell() ret code

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

21 years agofixed wxExecute() for console programs (process messagse for the hidden window, don...
Vadim Zeitlin [Sun, 8 Sep 2002 00:40:57 +0000 (00:40 +0000)] 
fixed wxExecute() for console programs (process messagse for the hidden window, don't hang)

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

21 years agoSWIGged updates for wxGTK
Robin Dunn [Sun, 8 Sep 2002 00:38:34 +0000 (00:38 +0000)] 
SWIGged updates for wxGTK

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

21 years agocorrect compilation fix for the previous commit
Vadim Zeitlin [Sun, 8 Sep 2002 00:29:08 +0000 (00:29 +0000)] 
correct compilation fix for the previous commit

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

21 years agothe sample now builds in Unicode mode
Vadim Zeitlin [Sun, 8 Sep 2002 00:27:40 +0000 (00:27 +0000)] 
the sample now builds in Unicode mode

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

21 years agoGetLanguageInfo
Robin Dunn [Sun, 8 Sep 2002 00:11:00 +0000 (00:11 +0000)] 
GetLanguageInfo

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

21 years agoCompilation fix
Robin Dunn [Sat, 7 Sep 2002 23:34:28 +0000 (23:34 +0000)] 
Compilation fix

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

21 years agoSome last minute little tweaks
Robin Dunn [Sat, 7 Sep 2002 23:17:14 +0000 (23:17 +0000)] 
Some last minute little tweaks

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

21 years agoadded wxLocale::GetLanguageInfo()
Vadim Zeitlin [Sat, 7 Sep 2002 22:53:04 +0000 (22:53 +0000)] 
added wxLocale::GetLanguageInfo()

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

21 years agoBetter placement of the AutoComplete listbox
Robin Dunn [Sat, 7 Sep 2002 21:56:28 +0000 (21:56 +0000)] 
Better placement of the AutoComplete listbox

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

21 years agodon't give empty message box if Parse(FALSE) was called and there was --help on the...
Vadim Zeitlin [Sat, 7 Sep 2002 20:26:42 +0000 (20:26 +0000)] 
don't give empty message box if Parse(FALSE) was called and there was --help on the cmd line

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

21 years agodon't overwrite the app name with argv[0] if it had been already set
Vadim Zeitlin [Sat, 7 Sep 2002 20:26:07 +0000 (20:26 +0000)] 
don't overwrite the app name with argv[0] if it had been already set

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

21 years agoshow the app name in the title of wxMsgOut message boxes
Vadim Zeitlin [Sat, 7 Sep 2002 20:25:43 +0000 (20:25 +0000)] 
show the app name in the title of wxMsgOut message boxes

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

21 years agoAdded check for Refresh function.
Stefan Neis [Sat, 7 Sep 2002 20:16:02 +0000 (20:16 +0000)] 
Added check for Refresh function.

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

21 years agoChanged second parameter of Refresh to "const wxRect*".
Stefan Neis [Sat, 7 Sep 2002 20:09:55 +0000 (20:09 +0000)] 
Changed second parameter of Refresh to "const wxRect*".

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

21 years agoFixed Refresh to use a "const wxRect *" parameter.
Stefan Neis [Sat, 7 Sep 2002 20:07:22 +0000 (20:07 +0000)] 
Fixed Refresh to use a "const wxRect *" parameter.
Optimized Refresh rectangles for subwindows in Refresh.
Replaced DisableCellEditControl by HideCellEditControl in two places,
        where I explicitly didn't intent to store the editor's value.

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

21 years agowxHtmlWindow now grabs the focus when clicked on. (Didn't all windows
Robin Dunn [Sat, 7 Sep 2002 19:25:34 +0000 (19:25 +0000)] 
wxHtmlWindow now grabs the focus when clicked on.  (Didn't all windows
do this automatically in the past?)

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

21 years agomade SetDirectory() work, minor code cleanup (much is left to do)
Vadim Zeitlin [Sat, 7 Sep 2002 19:24:45 +0000 (19:24 +0000)] 
made SetDirectory() work, minor code cleanup (much is left to do)

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

21 years agoadded wxFileDialog::SetDirectory test
Vadim Zeitlin [Sat, 7 Sep 2002 19:24:17 +0000 (19:24 +0000)] 
added wxFileDialog::SetDirectory test

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

21 years agoFix off-by-one in vertical scrolling
Robin Dunn [Sat, 7 Sep 2002 19:01:32 +0000 (19:01 +0000)] 
Fix off-by-one in vertical scrolling

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

21 years agofix for handling TAB presses in readonly text controls
Vadim Zeitlin [Sat, 7 Sep 2002 18:38:25 +0000 (18:38 +0000)] 
fix for handling TAB presses in readonly text controls

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

21 years agoapplied the workaround for XUnionRectWithRegion() returning ampty result if the rect...
Vadim Zeitlin [Sat, 7 Sep 2002 17:21:26 +0000 (17:21 +0000)] 
applied the workaround for XUnionRectWithRegion() returning ampty result if the rect is empty to wxX11 and wxMotif as well

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

21 years agoTried to fix bug 603906 by modifying GetModelValues to disable editor.
Stefan Neis [Sat, 7 Sep 2002 16:22:56 +0000 (16:22 +0000)] 
Tried to fix bug 603906 by modifying GetModelValues to disable editor.
        Also save and disable editor in SetModelValues. However, I don't have
        a test case ...

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

21 years agodon't send clicked event for wxID_CANCEL button when Esc is pressed unless such butto...
Vadim Zeitlin [Sat, 7 Sep 2002 14:25:03 +0000 (14:25 +0000)] 
don't send clicked event for wxID_CANCEL button when Esc is pressed unless such button really exists (and then send it to the right window!)

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

21 years agoCommited John Labenski's patch giving access to the low level selection
Stefan Neis [Sat, 7 Sep 2002 13:58:25 +0000 (13:58 +0000)] 
Commited John Labenski's patch giving access to the low level selection
        representation (Patch 579754).

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

21 years agoApplied patch showing off John Labenski's
Stefan Neis [Sat, 7 Sep 2002 13:46:57 +0000 (13:46 +0000)] 
Applied patch showing off John Labenski's
        cell overflowing and multi-cell handling.

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

21 years agodisplay compilation warning under Mac OS X/Darwin for missing poll
Gilles Depeyrot [Sat, 7 Sep 2002 12:48:17 +0000 (12:48 +0000)] 
display compilation warning under Mac OS X/Darwin for missing poll

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

21 years agoFixed bug in CoordToRowOrCol.
Stefan Neis [Sat, 7 Sep 2002 12:46:39 +0000 (12:46 +0000)] 
Fixed bug in CoordToRowOrCol.

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

21 years agodisable use of #pragma interface under Mac OS X
Gilles Depeyrot [Sat, 7 Sep 2002 12:28:46 +0000 (12:28 +0000)] 
disable use of #pragma interface under Mac OS X
GNU compiler included with Mac OS X 10.2 (Jaguar) as well as August Developer
Tools update contain a bug concerning #pragma interface handling that can only
be worked around by not using them (and they are not necessary anyways)

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

21 years agoSome refresh optimizations.
Stefan Neis [Sat, 7 Sep 2002 12:28:03 +0000 (12:28 +0000)] 
Some refresh optimizations.
Untabified.

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

21 years agoFixed overlapping buttons in wizard on MacOS X
Julian Smart [Sat, 7 Sep 2002 10:38:23 +0000 (10:38 +0000)] 
Fixed overlapping buttons in wizard on MacOS X

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

21 years agoRemoved rundant files, updated readme.txt.
Julian Smart [Sat, 7 Sep 2002 10:16:03 +0000 (10:16 +0000)] 
Removed rundant files, updated readme.txt.

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

21 years agoyet another code for wxMac properly resetting the cursor
Stefan Csomor [Sat, 7 Sep 2002 08:26:16 +0000 (08:26 +0000)] 
yet another code for wxMac properly resetting the cursor

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

21 years agoadded code for wxMac properly resetting the cursor
Stefan Csomor [Sat, 7 Sep 2002 06:36:59 +0000 (06:36 +0000)] 
added code for wxMac properly resetting the cursor

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

21 years agoAdded missing rejigged IPC Latex files
Julian Smart [Fri, 6 Sep 2002 22:38:25 +0000 (22:38 +0000)] 
Added missing rejigged IPC Latex files

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

21 years agoAdjusted filelist.txt and wxUniv.dsp to use generic
Julian Smart [Fri, 6 Sep 2002 22:24:37 +0000 (22:24 +0000)] 
Adjusted filelist.txt and wxUniv.dsp to use generic
version of wxImageList.

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

21 years agoLatest PyCrust
Robin Dunn [Fri, 6 Sep 2002 21:24:51 +0000 (21:24 +0000)] 
Latest PyCrust

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

21 years agoThe standalone PyShell and PyCrust apps need to set the focus to the
Robin Dunn [Fri, 6 Sep 2002 20:03:03 +0000 (20:03 +0000)] 
The standalone PyShell and PyCrust apps need to set the focus to the
shell windows.

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

21 years agoApplied patch [ 549256 ] fix minor bug in widgets sample
Julian Smart [Fri, 6 Sep 2002 19:45:26 +0000 (19:45 +0000)] 
Applied patch [ 549256 ] fix minor bug in widgets sample

Arnout Engelen

The EVT_TEXT_ENTER event will not be caught in the 'widgets' sample since the wxTE_PROCESS_ENTER wasn't set for the wxTextCtrls. For some reason this does work correctly in wxMSW without this flag set, which could be considered a bug or documentation bug.

This patch adds the wxTE_PROCESS_ENTER flag and thus fixes this minor bug.

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

21 years agodocumented need to install ZIP handler
Václav Slavík [Fri, 6 Sep 2002 19:03:36 +0000 (19:03 +0000)] 
documented need to install ZIP handler
(Julian's claim in previous commit was incorrect, mine is not)

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

21 years agoUpdated html version of stc.h
Robin Dunn [Fri, 6 Sep 2002 19:03:30 +0000 (19:03 +0000)] 
Updated html version of stc.h

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

21 years agofix for creating radio items in a toolbar with non zero margin
Vadim Zeitlin [Fri, 6 Sep 2002 18:28:58 +0000 (18:28 +0000)] 
fix for creating radio items in a toolbar with non zero margin

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

21 years agofix for radio items creation
Vadim Zeitlin [Fri, 6 Sep 2002 18:23:09 +0000 (18:23 +0000)] 
fix for radio items creation

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

21 years agoIncremented preview number, reswigged a couple things
Robin Dunn [Fri, 6 Sep 2002 18:01:04 +0000 (18:01 +0000)] 
Incremented preview number, reswigged a couple things

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

21 years agofixes for reading bitmapswith BI_BITFIELDS (patch 597906)
Vadim Zeitlin [Fri, 6 Sep 2002 18:00:32 +0000 (18:00 +0000)] 
fixes for reading bitmapswith BI_BITFIELDS (patch 597906)

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