wxWidgets.git
20 years agoupdated DMC instructions for 8.38
Vadim Zeitlin [Sun, 30 Nov 2003 20:46:20 +0000 (20:46 +0000)] 
updated DMC instructions for 8.38

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

20 years agoremoved wxLogTrace() without mask to fix DMC compilation
Vadim Zeitlin [Sun, 30 Nov 2003 20:44:22 +0000 (20:44 +0000)] 
removed wxLogTrace() without mask to fix DMC compilation

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

20 years agoremoved old copy (?) of the file which is now in build/msw
Vadim Zeitlin [Sun, 30 Nov 2003 14:05:04 +0000 (14:05 +0000)] 
removed old copy (?) of the file which is now in build/msw

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

20 years agoadded wxRegConfig read test
Vadim Zeitlin [Sun, 30 Nov 2003 13:53:04 +0000 (13:53 +0000)] 
added wxRegConfig read test

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

20 years agoskip event after loggig
Vadim Zeitlin [Sun, 30 Nov 2003 13:49:17 +0000 (13:49 +0000)] 
skip event after loggig

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

20 years agomarked FindColour() as deprecated; removed AddColour() which was only used internally
Vadim Zeitlin [Sun, 30 Nov 2003 13:41:12 +0000 (13:41 +0000)] 
marked FindColour() as deprecated; removed AddColour() which was only used internally

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

20 years agoadded NULL here too (forgot to commit when added to tex2rtf.ini)
Vadim Zeitlin [Sun, 30 Nov 2003 13:39:31 +0000 (13:39 +0000)] 
added NULL here too (forgot to commit when added to tex2rtf.ini)

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

20 years agoFixed possible usage of uninitialized variable.
Dimitri Schoolwerth [Fri, 28 Nov 2003 22:46:27 +0000 (22:46 +0000)] 
Fixed possible usage of uninitialized variable.

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

20 years agoreSWIGged
Robin Dunn [Fri, 28 Nov 2003 18:45:05 +0000 (18:45 +0000)] 
reSWIGged

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

20 years agoChanged the itemid parameter names back to id
Robin Dunn [Fri, 28 Nov 2003 18:43:48 +0000 (18:43 +0000)] 
Changed the itemid parameter names back to id

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

20 years agoExpose SetClippingRegion(point, size)
Robin Dunn [Fri, 28 Nov 2003 18:42:44 +0000 (18:42 +0000)] 
Expose SetClippingRegion(point, size)

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

20 years agoEnsure that __version__ is visible from wxPython/__init__.py
Robin Dunn [Fri, 28 Nov 2003 18:40:47 +0000 (18:40 +0000)] 
Ensure that __version__ is visible from wxPython/__init__.py

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

20 years agoAdded some aliases
Robin Dunn [Fri, 28 Nov 2003 18:39:57 +0000 (18:39 +0000)] 
Added some aliases

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

20 years agoWinCE patches from "Viktor Voroshylo" <viktor@voroshylo.com>
Julian Smart [Fri, 28 Nov 2003 09:19:18 +0000 (09:19 +0000)] 
WinCE patches from "Viktor Voroshylo" <viktor@voroshylo.com>

1) to take care of ShowFullScreen.
2) will make WinCE context menu in listctrl to generate the same event as right click. WinCE does not have right click so I think it is reasonable solution for it.

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

20 years agoAttempt to fix Borland compilo
Julian Smart [Thu, 27 Nov 2003 12:13:20 +0000 (12:13 +0000)] 
Attempt to fix Borland compilo

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

20 years agoFixed signed/unsigned warning (GetCount() returns size_t, not int); Slight cosmetic...
Dimitri Schoolwerth [Thu, 27 Nov 2003 12:09:08 +0000 (12:09 +0000)] 
Fixed signed/unsigned warning (GetCount() returns size_t, not int); Slight cosmetic cleanup.

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

20 years agoreSWIGged
Robin Dunn [Thu, 27 Nov 2003 01:17:54 +0000 (01:17 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Thu, 27 Nov 2003 01:06:51 +0000 (01:06 +0000)] 
reSWIGged

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

20 years agoUpdated docstring patch so that it senses multi-line docstrings and
Robin Dunn [Thu, 27 Nov 2003 00:53:46 +0000 (00:53 +0000)] 
Updated docstring patch so that it senses multi-line docstrings and
does a proper indentation if so.

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

20 years agoset m_language even when wxstd.mo wasn't loaded
Václav Slavík [Wed, 26 Nov 2003 20:03:17 +0000 (20:03 +0000)] 
set m_language even when wxstd.mo wasn't loaded

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

20 years agoresolved conflict (because I forgot to commit before)
Vadim Zeitlin [Wed, 26 Nov 2003 20:01:54 +0000 (20:01 +0000)] 
resolved conflict (because I forgot to commit before)

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

20 years agoDeclaration of CopySelection is bool instead of void.
Dimitri Schoolwerth [Wed, 26 Nov 2003 19:57:34 +0000 (19:57 +0000)] 
Declaration of CopySelection is bool instead of void.

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

20 years agoassert if wxLocale::Init called twice
Václav Slavík [Wed, 26 Nov 2003 19:33:35 +0000 (19:33 +0000)] 
assert if wxLocale::Init called twice

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

20 years agocleanup: don't pass builtin libs includes to CPPFLAGS, it's already taken care of...
Václav Slavík [Wed, 26 Nov 2003 11:06:17 +0000 (11:06 +0000)] 
cleanup: don't pass builtin libs includes to CPPFLAGS, it's already taken care of by the {b,m}makefile

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

20 years agofixed order of includes
Václav Slavík [Wed, 26 Nov 2003 11:03:41 +0000 (11:03 +0000)] 
fixed order of includes

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

20 years agowx namespace
Robin Dunn [Wed, 26 Nov 2003 06:11:01 +0000 (06:11 +0000)] 
wx namespace

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

20 years agoMore docstrings and rearrainged a couple things.
Robin Dunn [Wed, 26 Nov 2003 06:09:56 +0000 (06:09 +0000)] 
More docstrings and rearrainged a couple things.

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

20 years agodon't test whether m_selection is NULL both before calling CopySelection() and inside...
Vadim Zeitlin [Tue, 25 Nov 2003 23:52:48 +0000 (23:52 +0000)] 
don't test whether m_selection is NULL both before calling CopySelection() and inside it; one time is enough

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

20 years agofixed memory leak (m_selection wasn't deleted)
Vadim Zeitlin [Tue, 25 Nov 2003 23:50:10 +0000 (23:50 +0000)] 
fixed memory leak (m_selection wasn't deleted)

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

20 years agoDon't put the introspected argstr in the docstring if the firstline
Robin Dunn [Tue, 25 Nov 2003 21:50:05 +0000 (21:50 +0000)] 
Don't put the introspected argstr in the docstring if the firstline
appears to have one already.

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

20 years agoApplied patch #809919 (Allows wxMac threads to run at fullspeed).
Dimitri Schoolwerth [Mon, 24 Nov 2003 20:53:35 +0000 (20:53 +0000)] 
Applied patch #809919 (Allows wxMac threads to run at fullspeed).

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

20 years agoscript to make the raw preview tarball
Robin Dunn [Mon, 24 Nov 2003 19:22:26 +0000 (19:22 +0000)] 
script to make the raw preview tarball

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

20 years agoreSWIGged
Robin Dunn [Mon, 24 Nov 2003 19:20:14 +0000 (19:20 +0000)] 
reSWIGged

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

20 years agoMore Unicode fixes
Robin Dunn [Mon, 24 Nov 2003 19:10:45 +0000 (19:10 +0000)] 
More Unicode fixes

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

20 years agomention wxTheApp
Vadim Zeitlin [Mon, 24 Nov 2003 18:37:32 +0000 (18:37 +0000)] 
mention wxTheApp

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

20 years agoFixed how the list of files is converted
Robin Dunn [Mon, 24 Nov 2003 17:33:33 +0000 (17:33 +0000)] 
Fixed how the list of files is converted

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

20 years agoFixed parameter type
Robin Dunn [Mon, 24 Nov 2003 17:27:01 +0000 (17:27 +0000)] 
Fixed parameter type

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

20 years agoFixed "" default value
Robin Dunn [Mon, 24 Nov 2003 17:26:10 +0000 (17:26 +0000)] 
Fixed "" default value

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

20 years agocorrect typemap type
Roman Rolinsky [Mon, 24 Nov 2003 14:48:43 +0000 (14:48 +0000)] 
correct typemap type

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

20 years agoApplied patch #809019 (Adds embedded/plugin capabilities to wxMac).
Dimitri Schoolwerth [Mon, 24 Nov 2003 14:25:05 +0000 (14:25 +0000)] 
Applied patch #809019 (Adds embedded/plugin capabilities to wxMac).

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

20 years agoEnabled handling of drive letters on OS/2.
Stefan Neis [Sun, 23 Nov 2003 22:49:37 +0000 (22:49 +0000)] 
Enabled handling of drive letters on OS/2.

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

20 years agoFixed drive handling on OS/2.
Stefan Neis [Sun, 23 Nov 2003 22:38:30 +0000 (22:38 +0000)] 
Fixed drive handling on OS/2.

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

20 years agoFixed & improved file handling on OS/2.
Stefan Neis [Sun, 23 Nov 2003 22:29:46 +0000 (22:29 +0000)] 
Fixed & improved file handling on OS/2.

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

20 years agoTry to insure usability of this file in non-PM ports.
Stefan Neis [Sun, 23 Nov 2003 22:10:57 +0000 (22:10 +0000)] 
Try to insure usability of this file in non-PM ports.
Hack to try to reduce flicker by creating controls without WS_VISIBLE
        (define WS_VISIBLE to 0).

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

20 years agoInsure suitable choices of path/drive separator on OS/2.
Stefan Neis [Sun, 23 Nov 2003 22:09:14 +0000 (22:09 +0000)] 
Insure suitable choices of path/drive separator on OS/2.

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

20 years agoUnified OS/2 and Unix code.
Stefan Neis [Sun, 23 Nov 2003 18:45:21 +0000 (18:45 +0000)] 
Unified OS/2 and Unix code.

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

20 years agoapplied SF patch #846738 mousewheel support
Gilles Depeyrot [Sun, 23 Nov 2003 12:06:18 +0000 (12:06 +0000)] 
applied SF patch #846738 mousewheel support

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

20 years ago Avoid double free in wxComboBox::SetClientObject.
Mattia Barbon [Sun, 23 Nov 2003 08:17:57 +0000 (08:17 +0000)] 
  Avoid double free in wxComboBox::SetClientObject.

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

20 years ago Compilation fixes for wxUSE_STL == 1 and for wxUSE_UNICODE == 1.
Mattia Barbon [Sun, 23 Nov 2003 08:16:36 +0000 (08:16 +0000)] 
  Compilation fixes for wxUSE_STL == 1 and for wxUSE_UNICODE == 1.

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

20 years ago New wxHashTable implementation when wxUSE_STL == 1. Replaces
Mattia Barbon [Sun, 23 Nov 2003 08:12:34 +0000 (08:12 +0000)] 
  New wxHashTable implementation when wxUSE_STL == 1. Replaces
the old implementation based upon wxHashMap. Removed support
for wxHashTable in wxHashMap.
  Rationale: using wxHashMap for wxHashTable implementation required
special support in wxHashMap. This precluded using STL-provided
hash_map to implement wxHashMap. This new implementation does not
use keyed wxList interface and should be almost totally compatible
with the old non-STL wxHashTable.

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

20 years ago Compilation fix.
Mattia Barbon [Sun, 23 Nov 2003 08:04:10 +0000 (08:04 +0000)] 
  Compilation fix.

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

20 years agoreSWIGged
Robin Dunn [Sun, 23 Nov 2003 01:34:16 +0000 (01:34 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Sat, 22 Nov 2003 23:26:43 +0000 (23:26 +0000)] 
reSWIGged

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

20 years agoLots of little bug fixes, API updates, etc.
Robin Dunn [Sat, 22 Nov 2003 22:57:49 +0000 (22:57 +0000)] 
Lots of little bug fixes, API updates, etc.

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

20 years agoVersion number
Robin Dunn [Sat, 22 Nov 2003 22:55:43 +0000 (22:55 +0000)] 
Version number

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

20 years agofixed HAVE_STD_WSTRING test
Vadim Zeitlin [Sat, 22 Nov 2003 22:45:36 +0000 (22:45 +0000)] 
fixed HAVE_STD_WSTRING test

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

20 years agoUses wxSystemSettings for colour when there is no window
Robin Dunn [Sat, 22 Nov 2003 22:15:35 +0000 (22:15 +0000)] 
Uses wxSystemSettings for colour when there is no window

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

20 years agoForgot to remove the debug prints
Robin Dunn [Sat, 22 Nov 2003 21:16:46 +0000 (21:16 +0000)] 
Forgot to remove the debug prints

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

20 years agoFix problems with the wxHtmpTagHandler wrappers and related
Robin Dunn [Sat, 22 Nov 2003 21:08:20 +0000 (21:08 +0000)] 
Fix problems with the wxHtmpTagHandler wrappers and related

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

20 years ago Compilation fix.
Mattia Barbon [Fri, 21 Nov 2003 22:49:12 +0000 (22:49 +0000)] 
  Compilation fix.

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

20 years agoapplied SF patch #846732 file dialog long filename support
Gilles Depeyrot [Fri, 21 Nov 2003 21:01:03 +0000 (21:01 +0000)] 
applied SF patch #846732 file dialog long filename support

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

20 years agoreSWIGged
Robin Dunn [Fri, 21 Nov 2003 20:58:50 +0000 (20:58 +0000)] 
reSWIGged

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

20 years agoBecause of some differences in class heirarchy there are a few
Robin Dunn [Fri, 21 Nov 2003 20:50:36 +0000 (20:50 +0000)] 
Because of some differences in class heirarchy there are a few
differences in generated code for the ogl and gizmos extensions, so
use separate dirs for them like the core does.

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

20 years agoUpdated the devel doc as the wxPy_newswig branch is not needed any more.
Robin Dunn [Fri, 21 Nov 2003 20:37:51 +0000 (20:37 +0000)] 
Updated the devel doc as the wxPy_newswig branch is not needed any more.

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

20 years agoAdded HTML_FONT_SIZE values
Robin Dunn [Fri, 21 Nov 2003 20:31:01 +0000 (20:31 +0000)] 
Added HTML_FONT_SIZE values

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

20 years agoUpdates for the autodoc/docstring patch, fixes overloaded functions
Robin Dunn [Fri, 21 Nov 2003 17:05:30 +0000 (17:05 +0000)] 
Updates for the autodoc/docstring patch, fixes overloaded functions
where one or more of them have a specific autodoc (not "0" or "1")

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

20 years agoLots of bup fixes, API updates, etc
Robin Dunn [Fri, 21 Nov 2003 07:39:05 +0000 (07:39 +0000)] 
Lots of bup fixes, API updates, etc

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

20 years agoLots of demo tweaks for API updates, bug fixes and new images for the
Robin Dunn [Fri, 21 Nov 2003 07:36:53 +0000 (07:36 +0000)] 
Lots of demo tweaks for API updates, bug fixes and new images for the
wxListbook demo

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

20 years agoCosmetic cleanup (-1 -> wxID_ANY, TRUE->true).
Dimitri Schoolwerth [Fri, 21 Nov 2003 02:32:48 +0000 (02:32 +0000)] 
Cosmetic cleanup (-1 -> wxID_ANY, TRUE->true).

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

20 years agoApplied patch #845888 (Fixes compilation of regtest sample in Unicode/ANSI, debug...
Dimitri Schoolwerth [Fri, 21 Nov 2003 01:54:43 +0000 (01:54 +0000)] 
Applied patch #845888 (Fixes compilation of regtest sample in Unicode/ANSI, debug/release, MSW/Univ builds of with OpenWatcom, Borland and MinGW); Cosmetic cleanup.

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

20 years agoApplied patch #845884 (Fixes Unicode compilation of stc sample with Watcom).
Dimitri Schoolwerth [Thu, 20 Nov 2003 23:49:18 +0000 (23:49 +0000)] 
Applied patch #845884 (Fixes Unicode compilation of stc sample with Watcom).

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

20 years agoWhen used from wxHtmlListBox it's possible for GetWindow to return NULL.
Robin Dunn [Thu, 20 Nov 2003 23:12:50 +0000 (23:12 +0000)] 
When used from wxHtmlListBox it's possible for GetWindow to return NULL.

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

20 years agoMore docstring updates for OUTPUT parameters
Robin Dunn [Thu, 20 Nov 2003 20:41:31 +0000 (20:41 +0000)] 
More docstring updates for OUTPUT parameters

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

20 years agoFixed gcc compiler warning (size_t was assumed to equal an unsigned int).
Dimitri Schoolwerth [Thu, 20 Nov 2003 18:18:58 +0000 (18:18 +0000)] 
Fixed gcc compiler warning (size_t was assumed to equal an unsigned int).

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

20 years agoApplied patch #845402 ("RichEdit sample fixing and cleaning"); In addition made compi...
Dimitri Schoolwerth [Thu, 20 Nov 2003 17:43:57 +0000 (17:43 +0000)] 
Applied patch #845402 ("RichEdit sample fixing and cleaning"); In addition made compilation with MSVC (nearly) warning free+some more cleaning up.

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

20 years agoMore docstrings.
Robin Dunn [Thu, 20 Nov 2003 01:19:37 +0000 (01:19 +0000)] 
More docstrings.

Fixed wxWave compilation on Linux.

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

20 years agoDon't run SWIG when we're doing a clean
Robin Dunn [Thu, 20 Nov 2003 01:10:20 +0000 (01:10 +0000)] 
Don't run SWIG when we're doing a clean

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

20 years agoFixed repainting problems when resizing window, now using wxFULL_REPAINT_RESIZE flag...
Dimitri Schoolwerth [Wed, 19 Nov 2003 22:39:52 +0000 (22:39 +0000)] 
Fixed repainting problems when resizing window, now using wxFULL_REPAINT_RESIZE flag (At least wxMSW and wxMac had this problem).

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

20 years agoFixed WinCE compilo
Julian Smart [Wed, 19 Nov 2003 22:25:03 +0000 (22:25 +0000)] 
Fixed WinCE compilo

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

20 years agodon't define ngettext, causes problems
Václav Slavík [Wed, 19 Nov 2003 20:51:05 +0000 (20:51 +0000)] 
don't define ngettext, causes problems

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

20 years agoA few minor corrections.
Dimitri Schoolwerth [Wed, 19 Nov 2003 20:11:26 +0000 (20:11 +0000)] 
A few minor corrections.

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

20 years agoImplemented missing pure virt functions (stub functions for now).
Dimitri Schoolwerth [Wed, 19 Nov 2003 19:29:20 +0000 (19:29 +0000)] 
Implemented missing pure virt functions (stub functions for now).

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

20 years agoreSWIGged
Robin Dunn [Wed, 19 Nov 2003 18:38:16 +0000 (18:38 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Wed, 19 Nov 2003 18:17:15 +0000 (18:17 +0000)] 
reSWIGged

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

20 years agoUpdated docstring patch for new SWIG CVS
Robin Dunn [Wed, 19 Nov 2003 17:35:50 +0000 (17:35 +0000)] 
Updated docstring patch for new SWIG CVS

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

20 years agoSWIG Runtime update
Robin Dunn [Wed, 19 Nov 2003 17:32:06 +0000 (17:32 +0000)] 
SWIG Runtime update

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

20 years agoXTI support for checklist
Stefan Csomor [Wed, 19 Nov 2003 16:30:04 +0000 (16:30 +0000)] 
XTI support for checklist

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

20 years agoAdded a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
George Tasker [Wed, 19 Nov 2003 14:50:09 +0000 (14:50 +0000)] 
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable
fixed issues with wxDb::DBMS() that were not correctly detecting MySQL databases using MySQL v4.  also removed erroneous/duplicated code in this function that looked like a result of a bad merge at some point

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

20 years agoAdded a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
George Tasker [Wed, 19 Nov 2003 14:44:50 +0000 (14:44 +0000)] 
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE keeping current functional behavior intact)), that will allow the user to override whether a call to getDbInfo() should fail immediately if a data type request reports back that it is unsupported/unavailable

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

20 years agoAdded accessors for m_rowHeights, m_colWidths
Robin Dunn [Wed, 19 Nov 2003 06:42:23 +0000 (06:42 +0000)] 
Added accessors for m_rowHeights, m_colWidths

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

20 years agoTests for FindItemAtPoint
Robin Dunn [Wed, 19 Nov 2003 06:41:33 +0000 (06:41 +0000)] 
Tests for FindItemAtPoint

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

20 years agoShow using GetAtter in wxPyGridTbaleBase
Robin Dunn [Wed, 19 Nov 2003 06:41:12 +0000 (06:41 +0000)] 
Show using GetAtter in wxPyGridTbaleBase

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

20 years agoFix compilation error in gizmos
Robin Dunn [Wed, 19 Nov 2003 06:39:29 +0000 (06:39 +0000)] 
Fix compilation error in gizmos

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

20 years agoreSWIGged
Robin Dunn [Wed, 19 Nov 2003 06:36:16 +0000 (06:36 +0000)] 
reSWIGged

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

20 years agoChanged all TRUE/true --> True and all FALSE/false --> False so the
Robin Dunn [Wed, 19 Nov 2003 06:31:30 +0000 (06:31 +0000)] 
Changed all TRUE/true --> True and all FALSE/false --> False so the
Python docstrings will have the correct case.

Started adding extra docstrings where needed.

Some other little tweaks and fixes.

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

20 years agoCorrect a compile warning
Robin Dunn [Wed, 19 Nov 2003 06:28:39 +0000 (06:28 +0000)] 
Correct a compile warning

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

20 years agoSWIG patch for "autodoc" and "docstring" %features
Robin Dunn [Wed, 19 Nov 2003 06:27:42 +0000 (06:27 +0000)] 
SWIG patch for "autodoc" and "docstring" %features

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

20 years agoWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo.com>
Julian Smart [Tue, 18 Nov 2003 21:25:44 +0000 (21:25 +0000)] 
WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo.com>

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

20 years agoFixed a tex2rtf warning
Robin Dunn [Tue, 18 Nov 2003 21:21:05 +0000 (21:21 +0000)] 
Fixed a tex2rtf warning

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

20 years agoAdded FindItemAtPoint
Robin Dunn [Tue, 18 Nov 2003 21:20:09 +0000 (21:20 +0000)] 
Added FindItemAtPoint

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