wxWidgets.git
20 years agouse tl_PH locale instead of tl
Václav Slavík [Tue, 9 Dec 2003 15:29:48 +0000 (15:29 +0000)] 
use tl_PH locale instead of tl

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

20 years agocompilation fix
Václav Slavík [Tue, 9 Dec 2003 14:01:41 +0000 (14:01 +0000)] 
compilation fix

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

20 years agoAdd support for wxMask creation from RGBx data (x=unused)
David Elliott [Tue, 9 Dec 2003 03:21:38 +0000 (03:21 +0000)] 
Add support for wxMask creation from RGBx data (x=unused)

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

20 years agoSome wx.* fixes
Robin Dunn [Tue, 9 Dec 2003 02:27:08 +0000 (02:27 +0000)] 
Some wx.* fixes

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

20 years agonewevent module now returns a PyEventBinder instead of a function
Robin Dunn [Tue, 9 Dec 2003 02:25:58 +0000 (02:25 +0000)] 
newevent module now returns a PyEventBinder instead of a function

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

20 years agoDemo updates for new wx namespace, from Jeff Grimmett
Robin Dunn [Tue, 9 Dec 2003 01:23:28 +0000 (01:23 +0000)] 
Demo updates for new wx namespace, from Jeff Grimmett

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

20 years agofixed wrong #ifdefs
Václav Slavík [Mon, 8 Dec 2003 22:35:42 +0000 (22:35 +0000)] 
fixed wrong #ifdefs

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

20 years agoAdded 'Back' to accelerator possibilities
Julian Smart [Mon, 8 Dec 2003 16:38:28 +0000 (16:38 +0000)] 
Added 'Back' to accelerator possibilities

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

20 years agoCompilation fix
David Elliott [Mon, 8 Dec 2003 15:07:25 +0000 (15:07 +0000)] 
Compilation fix

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

20 years agoImplement wxMask given a wxBitmap and a mask wxColour.
David Elliott [Mon, 8 Dec 2003 15:01:39 +0000 (15:01 +0000)] 
Implement wxMask given a wxBitmap and a mask wxColour.
TODO: Masks from other sources.

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

20 years agoapplied SourceForge patch # 854330 for Filedialog Unicode fixes
Gilles Depeyrot [Sun, 7 Dec 2003 21:20:35 +0000 (21:20 +0000)] 
applied SourceForge patch # 854330 for Filedialog Unicode fixes

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

20 years agocorrected Unicode conversion when replacing shared library extension with ".rsrc"
Gilles Depeyrot [Sun, 7 Dec 2003 21:11:49 +0000 (21:11 +0000)] 
corrected Unicode conversion when replacing shared library extension with ".rsrc"

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

20 years agoAdded simple implementation of (Get|Unget)RawData.
David Elliott [Sat, 6 Dec 2003 23:27:08 +0000 (23:27 +0000)] 
Added simple implementation of (Get|Unget)RawData.
Premultipied alpha is not handled at this point.

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

20 years agowxCocoa: Added wxNativePixelFormat and defined wxPIXEL_FORMAT_ALPHA
David Elliott [Sat, 6 Dec 2003 23:20:46 +0000 (23:20 +0000)] 
wxCocoa: Added wxNativePixelFormat and defined wxPIXEL_FORMAT_ALPHA

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

20 years agoFixed the double traceback when an exception happens in OnInit
Robin Dunn [Fri, 5 Dec 2003 00:40:29 +0000 (00:40 +0000)] 
Fixed the double traceback when an exception happens in OnInit

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

20 years agoAdded wxWinCE project files and project file cleaner,
Julian Smart [Thu, 4 Dec 2003 08:59:16 +0000 (08:59 +0000)] 
Added wxWinCE project files and project file cleaner,
from "Viktor Voroshylo" <viktor@voroshylo.com>

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

20 years agoAdded reverse renamers for the *Ptr classes
Robin Dunn [Thu, 4 Dec 2003 01:17:02 +0000 (01:17 +0000)] 
Added reverse renamers for the *Ptr classes

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

20 years agoTypo fixed
Robin Dunn [Thu, 4 Dec 2003 01:16:03 +0000 (01:16 +0000)] 
Typo fixed

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

20 years agoMention wxPyTypeCast
Robin Dunn [Thu, 4 Dec 2003 01:15:11 +0000 (01:15 +0000)] 
Mention wxPyTypeCast

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

20 years ago* Use sudo instead of su and enabling the root account
David Elliott [Wed, 3 Dec 2003 22:35:38 +0000 (22:35 +0000)] 
* Use sudo instead of su and enabling the root account
* Warn against installing anything into the system dirs in the first place

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

20 years agounknown controls container can't be subclassed, assert if somebody tries it (as does...
Václav Slavík [Wed, 3 Dec 2003 14:32:51 +0000 (14:32 +0000)] 
unknown controls container can't be subclassed, assert if somebody tries it (as does DialogsBlock)

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

20 years agoreSWIGged
Robin Dunn [Wed, 3 Dec 2003 04:20:49 +0000 (04:20 +0000)] 
reSWIGged

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

20 years agoregenned tools batch files
Robin Dunn [Wed, 3 Dec 2003 04:10:28 +0000 (04:10 +0000)] 
regenned tools batch files

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

20 years agoreSWIGged
Robin Dunn [Wed, 3 Dec 2003 04:07:37 +0000 (04:07 +0000)] 
reSWIGged

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

20 years agoreSWIGed
Robin Dunn [Wed, 3 Dec 2003 03:26:44 +0000 (03:26 +0000)] 
reSWIGed

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

20 years agoSome little tweaks for debugging
Robin Dunn [Wed, 3 Dec 2003 03:26:20 +0000 (03:26 +0000)] 
Some little tweaks for debugging

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

20 years agoUse InheritAttributes for wxGTK widgets so they will check
Robin Dunn [Wed, 3 Dec 2003 03:24:47 +0000 (03:24 +0000)] 
Use InheritAttributes for wxGTK widgets so they will check
ShouldInheritColours.  Set wxButton to not inherit colours.

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

20 years agoreSWIGed
Robin Dunn [Wed, 3 Dec 2003 01:40:34 +0000 (01:40 +0000)] 
reSWIGed

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

20 years agoMention that NO_FULL_REPAINT_ON_RESIZE is now the default
Robin Dunn [Wed, 3 Dec 2003 01:38:53 +0000 (01:38 +0000)] 
Mention that NO_FULL_REPAINT_ON_RESIZE is now the default

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

20 years agoAdd missing wxFULL_REPAINT_ON_RESIZE
Robin Dunn [Wed, 3 Dec 2003 01:38:13 +0000 (01:38 +0000)] 
Add missing wxFULL_REPAINT_ON_RESIZE

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

20 years agoGive wxTimer a GetId accessor
Robin Dunn [Wed, 3 Dec 2003 01:37:30 +0000 (01:37 +0000)] 
Give wxTimer a GetId accessor

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

20 years agoNew SWIG runtime and commandline param
Robin Dunn [Wed, 3 Dec 2003 00:49:02 +0000 (00:49 +0000)] 
New SWIG runtime and commandline param

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

20 years agowxLogTrace API change
Robin Dunn [Wed, 3 Dec 2003 00:44:40 +0000 (00:44 +0000)] 
wxLogTrace API change

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

20 years agoOut typemap for wxString&
Robin Dunn [Wed, 3 Dec 2003 00:43:44 +0000 (00:43 +0000)] 
Out typemap for wxString&

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

20 years agoPatches from "Viktor Voroshylo" <viktor@voroshylo.com>
Julian Smart [Tue, 2 Dec 2003 08:56:47 +0000 (08:56 +0000)] 
Patches from "Viktor Voroshylo" <viktor@voroshylo.com>
isses with context menu on real PocketPC device
static text not showing full message under WinCE

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

20 years agoadded obsolescence note
Vadim Zeitlin [Sun, 30 Nov 2003 22:36:12 +0000 (22:36 +0000)] 
added obsolescence note

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

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