wxWidgets.git
21 years agoSourceForge patch #654210 to fix naming/numbering shared libs under OS X
Gilles Depeyrot [Mon, 30 Dec 2002 21:20:59 +0000 (21:20 +0000)] 
SourceForge patch #654210 to fix naming/numbering shared libs under OS X

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

21 years agoCorrected accidental pointer arithmetic in ClientToScreen and vice versa
Julian Smart [Mon, 30 Dec 2002 20:10:03 +0000 (20:10 +0000)] 
Corrected accidental pointer arithmetic in ClientToScreen and vice versa

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

21 years agofixed encoding handling in ANSI mode
Václav Slavík [Mon, 30 Dec 2002 18:55:33 +0000 (18:55 +0000)] 
fixed encoding handling in ANSI mode

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

21 years agoOk, so we don't need the extra bool at all, we can just zero the sizer
Ron Lee [Mon, 30 Dec 2002 15:26:47 +0000 (15:26 +0000)] 
Ok, so we don't need the extra bool at all, we can just zero the sizer
pointer in wxSizerItem.  :-)

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

21 years agoAdd wxSizer::Detach so we can detach child sizers without deletion.
Ron Lee [Mon, 30 Dec 2002 13:02:15 +0000 (13:02 +0000)] 
Add wxSizer::Detach so we can detach child sizers without deletion.
Updated wxSizer docs for this and a couple of other missing/outdated
things.

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

21 years agofixed buffer overrun when reading CCITT group 4 compressed TIFF files (patch 646603)
Vadim Zeitlin [Mon, 30 Dec 2002 01:09:16 +0000 (01:09 +0000)] 
fixed buffer overrun when reading CCITT group 4 compressed TIFF files (patch 646603)

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

21 years agocompilation warning fixes (patch 651719)
Vadim Zeitlin [Mon, 30 Dec 2002 01:00:49 +0000 (01:00 +0000)] 
compilation warning fixes (patch 651719)

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

21 years ago Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1"
Mattia Barbon [Sun, 29 Dec 2002 19:37:10 +0000 (19:37 +0000)] 
  Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1"
without requiring setup.h modifications.

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

21 years ago Small updates:
Mattia Barbon [Sun, 29 Dec 2002 19:32:06 +0000 (19:32 +0000)] 
  Small updates:
corrected some URLS, used correct/current capitalisation for MinGW and
Cygwin, plus some minor clarifications.

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

21 years agoTweaked the wording slightly for VC++ 5 compilation
Julian Smart [Sun, 29 Dec 2002 18:46:16 +0000 (18:46 +0000)] 
Tweaked the wording slightly for VC++ 5 compilation

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

21 years agoOops, don't cut and paste between ports, and do test compile both states
Ron Lee [Sun, 29 Dec 2002 15:45:35 +0000 (15:45 +0000)] 
Oops, don't cut and paste between ports, and do test compile both states
of a macro guard...

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

21 years ago LessTif 0.93 does not hang in wxWindow::ChangeFont as 0.87 did:
Mattia Barbon [Sun, 29 Dec 2002 07:59:02 +0000 (07:59 +0000)] 
  LessTif 0.93 does not hang in wxWindow::ChangeFont as 0.87 did:
enable chainging window font again.
  Set/reset MappedWhenManaged flag when showing/hiding a window, otherwise,
since some common operations (moving, adding items to a listbox, ...) do
a Unmanage-Manage pair, calling Hide and then (for example) SetSize would
show the window again.

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

21 years ago Small correction: add WINDOWSLDLIBS when linking an executable.
Mattia Barbon [Sun, 29 Dec 2002 07:54:16 +0000 (07:54 +0000)] 
  Small correction: add WINDOWSLDLIBS when linking an executable.

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

21 years agoAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
Ron Lee [Sun, 29 Dec 2002 07:48:21 +0000 (07:48 +0000)] 
Added wxTreeCtrl::GetItemParent to deprecate GetParent.

Moved GetParent into WX_COMPAT_2_2 and exposed base GetParent in
that case too.

Replaced all lib/sample uses of wxTC::GetParent with GetItemParent.

Updated docs to suit.

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

21 years agofixed wxALL_FILES definition in Unicode build
Vadim Zeitlin [Sun, 29 Dec 2002 01:38:49 +0000 (01:38 +0000)] 
fixed wxALL_FILES definition in Unicode build

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

21 years agoUse path separator, not "/"
Julian Smart [Sat, 28 Dec 2002 22:58:12 +0000 (22:58 +0000)] 
Use path separator, not "/"

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

21 years ago Allow using tmake from places other than the current directory.
Mattia Barbon [Sat, 28 Dec 2002 20:49:49 +0000 (20:49 +0000)] 
  Allow using tmake from places other than the current directory.

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

21 years ago Allow building Win32 DLL with wxGlCanvas using MinGW + configure.
Mattia Barbon [Sat, 28 Dec 2002 20:46:30 +0000 (20:46 +0000)] 
  Allow building Win32 DLL with wxGlCanvas using MinGW + configure.

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

21 years agoUpdated some scripts
Julian Smart [Sat, 28 Dec 2002 18:42:23 +0000 (18:42 +0000)] 
Updated some scripts
Small corrections to wxScrolledWindow doc

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

21 years agoFixed compilation by removing stream inclusion
Julian Smart [Sat, 28 Dec 2002 18:36:25 +0000 (18:36 +0000)] 
Fixed compilation by removing stream inclusion

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

21 years ago Updated Svedish translation from Jonas Rydberg.
Mattia Barbon [Fri, 27 Dec 2002 22:24:23 +0000 (22:24 +0000)] 
  Updated Svedish translation from Jonas Rydberg.

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

21 years ago Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.
Mattia Barbon [Fri, 27 Dec 2002 22:07:46 +0000 (22:07 +0000)] 
  Fix Cygwin + makefile.g95 + wxUSE_PROLOGIO=0.

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

21 years ago Applied patch [ 652491 ] Update makefiles for mingw
Mattia Barbon [Fri, 27 Dec 2002 21:58:36 +0000 (21:58 +0000)] 
  Applied patch [ 652491 ] Update makefiles for mingw
from Greg Chicares, with some small modifications.

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

21 years ago Use wxWcslen instead of wcslen.
Mattia Barbon [Fri, 27 Dec 2002 21:39:58 +0000 (21:39 +0000)] 
  Use wxWcslen instead of wcslen.
  Work around a compiler bug: with (at least) GCC 2.95.3-5 under Cygwin,
the destructor for the global s_fileInfo is called twice (!). This does
hot happen if a function returning a reference to a static variable is
used.

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

21 years agoFix for potential divide by zero error
Robin Dunn [Fri, 27 Dec 2002 21:16:16 +0000 (21:16 +0000)] 
Fix for potential divide by zero error

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

21 years ago wxPerl notes for DocView.
Mattia Barbon [Fri, 27 Dec 2002 18:30:48 +0000 (18:30 +0000)] 
  wxPerl notes for DocView.

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

21 years agoApplied patch [ 657501 ] SpinButton wraps 1 too much
Julian Smart [Fri, 27 Dec 2002 15:21:34 +0000 (15:21 +0000)] 
Applied patch [ 657501 ] SpinButton wraps 1 too much

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

21 years agoApplied patch [ 658174 ] Adds wxT() and char->wxChar conversion
Julian Smart [Fri, 27 Dec 2002 15:15:29 +0000 (15:15 +0000)] 
Applied patch [ 658174 ] Adds wxT() and char->wxChar conversion

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

21 years agoApplied patch [ 658505 ] Updates documentation for wxTimeSpan
Julian Smart [Fri, 27 Dec 2002 15:12:38 +0000 (15:12 +0000)] 
Applied patch [ 658505 ] Updates documentation for wxTimeSpan

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

21 years agoApplied patch [ 657515 ] Widgets sample notebook out of range
Julian Smart [Fri, 27 Dec 2002 15:02:48 +0000 (15:02 +0000)] 
Applied patch [ 657515 ] Widgets sample notebook out of range

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

21 years agoApplied patch [ 658786 ] Removes unresolved symbols from strconv (wxUniv/MSW)
Julian Smart [Fri, 27 Dec 2002 14:59:35 +0000 (14:59 +0000)] 
Applied patch [ 658786 ] Removes unresolved symbols from strconv (wxUniv/MSW)

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

21 years agoApplied patch [ 657969 ] Removes #if wxUSE_VALIDATORS code
Julian Smart [Fri, 27 Dec 2002 14:52:14 +0000 (14:52 +0000)] 
Applied patch [ 657969 ] Removes #if wxUSE_VALIDATORS code
for wxOS2

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

21 years agoAdded a necessary pixel to height if wxTB_NODIVIDER is specified
Julian Smart [Fri, 27 Dec 2002 14:40:52 +0000 (14:40 +0000)] 
Added a necessary pixel to height if wxTB_NODIVIDER is specified

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

21 years agoFixed bug [ 657949 ] Segmentation fault in ~wxFileHistory
Julian Smart [Fri, 27 Dec 2002 14:25:59 +0000 (14:25 +0000)] 
Fixed bug [ 657949 ] Segmentation fault in ~wxFileHistory

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

21 years agoImproved SetScrollbars fix using client size and max of window and virtual
Julian Smart [Fri, 27 Dec 2002 14:17:55 +0000 (14:17 +0000)] 
Improved SetScrollbars fix using client size and max of window and virtual
sizes

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

21 years agofixed XRCID() lookup of numeric control IDs
Václav Slavík [Thu, 26 Dec 2002 23:36:34 +0000 (23:36 +0000)] 
fixed XRCID() lookup of numeric control IDs

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

21 years agoUse WXDLLEXPORT_DATA for wx*NameStr's
Robin Dunn [Thu, 26 Dec 2002 19:16:49 +0000 (19:16 +0000)] 
Use WXDLLEXPORT_DATA for wx*NameStr's

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

21 years ago1) fixed compilation of wxBitmap, wxIcon toplevel nodes
Václav Slavík [Wed, 25 Dec 2002 15:23:44 +0000 (15:23 +0000)] 
1) fixed compilation of wxBitmap, wxIcon toplevel nodes
 (to be backported into 2.4.1)
2) fixed wxrc when using -o dirname/filename

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

21 years ago Use wxClientDataDictionary for client data.
Mattia Barbon [Tue, 24 Dec 2002 18:41:42 +0000 (18:41 +0000)] 
  Use wxClientDataDictionary for client data.
  Factored out common code into wxSizeKeeper.

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

21 years ago Use wxXmString instead of XmString.
Mattia Barbon [Tue, 24 Dec 2002 18:37:10 +0000 (18:37 +0000)] 
  Use wxXmString instead of XmString.

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

21 years agoReverted cross-compile patch.
Julian Smart [Tue, 24 Dec 2002 09:51:45 +0000 (09:51 +0000)] 
Reverted cross-compile patch.

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

21 years agoDon't pass zero width or height to SetVirtualSize or layout is
Julian Smart [Mon, 23 Dec 2002 23:42:13 +0000 (23:42 +0000)] 
Don't pass zero width or height to SetVirtualSize or layout is
messed up.

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

21 years agominifram.cpp is a low level file under MSW
Vadim Zeitlin [Mon, 23 Dec 2002 21:29:44 +0000 (21:29 +0000)] 
minifram.cpp is a low level file under MSW

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

21 years agoTypo fix (as reported to Debian bts).
Ron Lee [Mon, 23 Dec 2002 21:20:54 +0000 (21:20 +0000)] 
Typo fix (as reported to Debian bts).

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

21 years agoDon't send explicit update event if single line
Julian Smart [Mon, 23 Dec 2002 13:18:28 +0000 (13:18 +0000)] 
Don't send explicit update event if single line

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

21 years agoApplied cross-compile patch from Stephen Crowley
Julian Smart [Mon, 23 Dec 2002 13:00:17 +0000 (13:00 +0000)] 
Applied cross-compile patch from Stephen Crowley

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

21 years agoAdded *.ani to image sample
Julian Smart [Mon, 23 Dec 2002 11:17:28 +0000 (11:17 +0000)] 
Added *.ani to image sample

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

21 years ago Unicode compilation fixes.
Mattia Barbon [Sun, 22 Dec 2002 20:14:18 +0000 (20:14 +0000)] 
  Unicode compilation fixes.

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

21 years ago Unicode compilation fixes.
Mattia Barbon [Sun, 22 Dec 2002 19:57:17 +0000 (19:57 +0000)] 
  Unicode compilation fixes.
  wxpoem now compiles with default settings (making it compilable with
Unicode is a lost cause).

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

21 years agoFL event fix from Hans
Julian Smart [Sun, 22 Dec 2002 12:17:57 +0000 (12:17 +0000)] 
FL event fix from Hans

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

21 years agoApplied patch [ 657445 ] Contrib FL lib doesn't build with wxUniv
Julian Smart [Sun, 22 Dec 2002 11:03:31 +0000 (11:03 +0000)] 
Applied patch [ 657445 ] Contrib FL lib doesn't build with wxUniv

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

21 years agohandle accel keys for owner drawn menu items (based on the patch 657105)
Vadim Zeitlin [Sat, 21 Dec 2002 15:01:21 +0000 (15:01 +0000)] 
handle accel keys for owner drawn menu items (based on the patch 657105)

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

21 years agouse SS_CENTERIMAGE to prevent wxStaticBitmap from stretching its bitmap; also a face...
Vadim Zeitlin [Sat, 21 Dec 2002 14:35:18 +0000 (14:35 +0000)] 
use SS_CENTERIMAGE to prevent wxStaticBitmap from stretching its bitmap; also a face lift for control creation code

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

21 years agofixed memory leak (patch 655899)
Vadim Zeitlin [Sat, 21 Dec 2002 14:32:55 +0000 (14:32 +0000)] 
fixed memory leak (patch 655899)

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

21 years agofixed a typo in cygwin make install
Vadim Zeitlin [Sat, 21 Dec 2002 13:41:02 +0000 (13:41 +0000)] 
fixed a typo in cygwin make install

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

21 years agofixed 2 encoding handling bugs in XRC/wxrcedit
Václav Slavík [Sat, 21 Dec 2002 13:35:13 +0000 (13:35 +0000)] 
fixed 2 encoding handling bugs in XRC/wxrcedit

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

21 years agoWX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe
Václav Slavík [Sat, 21 Dec 2002 00:21:23 +0000 (00:21 +0000)] 
WX_XMLRES_CURRENT_VERSION_STRING wasn't Unicode safe

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

21 years ago1) added wxFrame support to wxrcedit
Václav Slavík [Sat, 21 Dec 2002 00:20:35 +0000 (00:20 +0000)] 
1) added wxFrame support to wxrcedit
2) fixes to wxrcedit so that generated files are compatible with new XRC
(both in patch #648659)

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

21 years agoDo -> Redo
Julian Smart [Fri, 20 Dec 2002 11:15:05 +0000 (11:15 +0000)] 
Do -> Redo

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

21 years agoCleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
Julian Smart [Fri, 20 Dec 2002 10:15:06 +0000 (10:15 +0000)] 
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same time

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

21 years agoinstall the headers under wx/msw/gnuwin32
Vadim Zeitlin [Fri, 20 Dec 2002 00:23:16 +0000 (00:23 +0000)] 
install the headers under wx/msw/gnuwin32

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

21 years agofixed SetSelection() (and hence SetInsertionPoint()) behaviour when using richedit...
Vadim Zeitlin [Fri, 20 Dec 2002 00:18:35 +0000 (00:18 +0000)] 
fixed SetSelection() (and hence SetInsertionPoint()) behaviour when using richedit 3.0 with wxTE_RICH2 style and the control doesn't have focus

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

21 years agoFixed a problem with borders being set wrong sometimes on wxMSW, XP, VC++ 7
Julian Smart [Thu, 19 Dec 2002 23:13:53 +0000 (23:13 +0000)] 
Fixed a problem with borders being set wrong sometimes on wxMSW, XP, VC++ 7

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

21 years agowe don't really have to use variable instead of constant...
Václav Slavík [Thu, 19 Dec 2002 22:15:45 +0000 (22:15 +0000)] 
we don't really have to use variable instead of constant...

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

21 years agoDon't build IPC version of HelpView on Mac Classic
Julian Smart [Thu, 19 Dec 2002 20:02:27 +0000 (20:02 +0000)] 
Don't build IPC version of HelpView on Mac Classic

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

21 years agoAdded missing fldef.h to makefile
Julian Smart [Thu, 19 Dec 2002 12:21:25 +0000 (12:21 +0000)] 
Added missing fldef.h to makefile

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

21 years agoApply table border fix to all ports.
Julian Smart [Thu, 19 Dec 2002 10:24:05 +0000 (10:24 +0000)] 
Apply table border fix to all ports.

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

21 years ago Fix wxSingleChoiceDialog under wxMotif.
Mattia Barbon [Thu, 19 Dec 2002 09:56:03 +0000 (09:56 +0000)] 
  Fix wxSingleChoiceDialog under wxMotif.

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

21 years agoFix border for wxGTK too
Julian Smart [Thu, 19 Dec 2002 09:54:47 +0000 (09:54 +0000)] 
Fix border for wxGTK too

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

21 years agoUpdate packaging for 2.5
Ron Lee [Thu, 19 Dec 2002 09:16:10 +0000 (09:16 +0000)] 
Update packaging for 2.5

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

21 years agoReinstated the cell border fix (wxMSW)
Julian Smart [Thu, 19 Dec 2002 07:47:06 +0000 (07:47 +0000)] 
Reinstated the cell border fix (wxMSW)

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

21 years agosimpler fix for rendering bug fixed in previous revision
Václav Slavík [Wed, 18 Dec 2002 23:32:22 +0000 (23:32 +0000)] 
simpler fix for rendering bug fixed in previous revision

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

21 years agoApplied patch [ 649599 ] Fixes bug 610850: Inserting a menu
Julian Smart [Wed, 18 Dec 2002 21:23:25 +0000 (21:23 +0000)] 
Applied patch [ 649599 ] Fixes bug 610850: Inserting a menu

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

21 years agoremoved extra (non existing) Prepend() parameter
Vadim Zeitlin [Wed, 18 Dec 2002 19:09:18 +0000 (19:09 +0000)] 
removed extra (non existing) Prepend() parameter

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

21 years agoFixed cell visibility test that was causing refresh glitches
Julian Smart [Wed, 18 Dec 2002 18:17:40 +0000 (18:17 +0000)] 
Fixed cell visibility test that was causing refresh glitches
in tables (since these were large enough cells to break the
original test)

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

21 years agodisable version-script on Solaris, it doesn't work
Václav Slavík [Wed, 18 Dec 2002 13:54:10 +0000 (13:54 +0000)] 
disable version-script on Solaris, it doesn't work

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

21 years agoFixed cell paint background refresh bug
Julian Smart [Wed, 18 Dec 2002 12:53:49 +0000 (12:53 +0000)] 
Fixed cell paint background refresh bug

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

21 years agoAdded $(EXTRADLLFLAGS) to CFLAGS
Julian Smart [Wed, 18 Dec 2002 08:33:27 +0000 (08:33 +0000)] 
Added $(EXTRADLLFLAGS) to CFLAGS

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

21 years agoMore unicode fixes
Robin Dunn [Wed, 18 Dec 2002 06:24:15 +0000 (06:24 +0000)] 
More unicode fixes

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

21 years agoreset virtual root to NULL in DeleteAllItems()
Vadim Zeitlin [Tue, 17 Dec 2002 23:22:38 +0000 (23:22 +0000)] 
reset virtual root to NULL in DeleteAllItems()

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

21 years agoFixed [ 652512 ] wxPaintDC::FindInCache bug
Julian Smart [Tue, 17 Dec 2002 23:21:17 +0000 (23:21 +0000)] 
Fixed [ 652512 ] wxPaintDC::FindInCache bug

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

21 years agoApplied patch [ 654877 ] Missing == != methods in wxRect2DInt
Julian Smart [Tue, 17 Dec 2002 23:02:24 +0000 (23:02 +0000)] 
Applied patch [ 654877 ] Missing == != methods in wxRect2DInt

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

21 years agoPartially applied [ 632321 ] XRC object_ref fix
Julian Smart [Tue, 17 Dec 2002 22:52:48 +0000 (22:52 +0000)] 
Partially applied [ 632321 ] XRC object_ref fix

1. Fix object_ref so it at least works, with this I mean
XRC was not even handling the little sample in
tn0014.txt correct.

Hans Van Leemputten (hansvl)

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

21 years agoAdded wxUniv project file for dialogs
Julian Smart [Tue, 17 Dec 2002 22:28:42 +0000 (22:28 +0000)] 
Added wxUniv project file for dialogs

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

21 years agoDoc corrections
Julian Smart [Tue, 17 Dec 2002 22:22:19 +0000 (22:22 +0000)] 
Doc corrections
filelist.txt correction and filedlgg.cpp inclusion for wxUniv/MSW

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

21 years agoAdded missing #if wxUSE_WAVE
Robin Dunn [Tue, 17 Dec 2002 21:26:21 +0000 (21:26 +0000)] 
Added missing #if wxUSE_WAVE

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

21 years agoFixed possibility of releasing mouse if the window no longer had it captured
Robin Dunn [Tue, 17 Dec 2002 20:57:55 +0000 (20:57 +0000)] 
Fixed possibility of releasing mouse if the window no longer had it captured

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

21 years agofree argv in Unicode build
Vadim Zeitlin [Tue, 17 Dec 2002 19:52:06 +0000 (19:52 +0000)] 
free argv in Unicode build

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

21 years agounicode compilation fix for wxBase
Vadim Zeitlin [Tue, 17 Dec 2002 19:49:48 +0000 (19:49 +0000)] 
unicode compilation fix for wxBase

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

21 years agoCommitted Stefan's temporary fix for crashing in Mac Classic.
Julian Smart [Tue, 17 Dec 2002 17:25:33 +0000 (17:25 +0000)] 
Committed Stefan's temporary fix for crashing in Mac Classic.

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

21 years agoMissing semicolon
Julian Smart [Tue, 17 Dec 2002 11:51:29 +0000 (11:51 +0000)] 
Missing semicolon

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

21 years agoFurther improvements to MFC sample.
Julian Smart [Tue, 17 Dec 2002 11:18:09 +0000 (11:18 +0000)] 
Further improvements to MFC sample.

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

21 years agoMFC sample now works properly; WinMain not defined in wxMSW
Julian Smart [Tue, 17 Dec 2002 10:52:10 +0000 (10:52 +0000)] 
MFC sample now works properly; WinMain not defined in wxMSW
if wxUSE_MFC is defined.

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

21 years agoUnicode compilation fix
Robin Dunn [Tue, 17 Dec 2002 01:36:47 +0000 (01:36 +0000)] 
Unicode compilation fix

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

21 years agofixed copy/paste error
Robin Dunn [Mon, 16 Dec 2002 23:08:31 +0000 (23:08 +0000)] 
fixed copy/paste error

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

21 years agoMisc wxSTC fixes
Robin Dunn [Mon, 16 Dec 2002 22:35:12 +0000 (22:35 +0000)] 
Misc wxSTC fixes

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

21 years agoGive wxSafeYield an onlyIfNeeded parameter
Robin Dunn [Mon, 16 Dec 2002 21:58:36 +0000 (21:58 +0000)] 
Give wxSafeYield an onlyIfNeeded parameter

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

21 years ago Last samples/Unicode fixes.
Mattia Barbon [Mon, 16 Dec 2002 20:25:28 +0000 (20:25 +0000)] 
  Last samples/Unicode fixes.

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

21 years agoFixed missing checkbox alignment
Julian Smart [Mon, 16 Dec 2002 12:34:06 +0000 (12:34 +0000)] 
Fixed missing checkbox alignment

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

21 years agoUpdated change log
Julian Smart [Mon, 16 Dec 2002 11:11:01 +0000 (11:11 +0000)] 
Updated change log

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