wxWidgets.git
20 years agoupdated CodeWarrior 5.3 project with latest file changes
Gilles Depeyrot [Thu, 11 Dec 2003 21:28:17 +0000 (21:28 +0000)] 
updated CodeWarrior 5.3 project with latest file changes

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

20 years agoreSWIGged
Robin Dunn [Thu, 11 Dec 2003 21:12:51 +0000 (21:12 +0000)] 
reSWIGged

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

20 years agoCommented out WM_MOUSELEAVE until it can be fixed
Julian Smart [Thu, 11 Dec 2003 20:17:44 +0000 (20:17 +0000)] 
Commented out WM_MOUSELEAVE until it can be fixed

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

20 years agoreSWIGged
Robin Dunn [Thu, 11 Dec 2003 20:14:28 +0000 (20:14 +0000)] 
reSWIGged

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

20 years agoLittle changes to match recent changes in wxWindows
Robin Dunn [Thu, 11 Dec 2003 20:07:50 +0000 (20:07 +0000)] 
Little changes to match recent changes in wxWindows

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

20 years agoRegenerated the renamers with the new build_renamers.py
Robin Dunn [Thu, 11 Dec 2003 20:06:35 +0000 (20:06 +0000)] 
Regenerated the renamers with the new build_renamers.py

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

20 years agoMoved simple from demo to samples
Robin Dunn [Thu, 11 Dec 2003 20:04:46 +0000 (20:04 +0000)] 
Moved simple from demo to samples

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

20 years agoRun swig from the main setup.py when building the renamer's XML
Robin Dunn [Thu, 11 Dec 2003 20:03:42 +0000 (20:03 +0000)] 
Run swig from the main setup.py when building the renamer's XML
instead of from build_renamers.py.  This makes it easy to ensure that
the same flags are used.  Also, use the new swig flag to generate the
XML after the python language module has run, rather than instead of.
This gives us more info in the xml output.

Updated build_renamers.py to expect the xml file to already be
generated, and also allow it to run with a xml doc tree from libxml2
rather than the xml.sax module.  This makes the extraction of info
much cleaner and logical since we usually need info from child or
grandchild nodes.

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

20 years agoGet rid of this old never finished file
Robin Dunn [Thu, 11 Dec 2003 19:56:44 +0000 (19:56 +0000)] 
Get rid of this old never finished file

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

20 years agoKevin O's demo modules fixup patch
Robin Dunn [Thu, 11 Dec 2003 19:55:48 +0000 (19:55 +0000)] 
Kevin O's demo modules fixup patch

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

20 years agoAnother try at fixing this patch so it applies cleanly
Robin Dunn [Thu, 11 Dec 2003 19:46:13 +0000 (19:46 +0000)] 
Another try at fixing this patch so it applies cleanly

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

20 years agoCleaned up a bogus newline
Robin Dunn [Thu, 11 Dec 2003 19:31:06 +0000 (19:31 +0000)] 
Cleaned up a bogus newline

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

20 years agoA little tweak to the usage text
Robin Dunn [Thu, 11 Dec 2003 19:25:33 +0000 (19:25 +0000)] 
A little tweak to the usage text

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

20 years agoUpdated the docstring patch to match current SWIG CVS line numbers and
Robin Dunn [Thu, 11 Dec 2003 19:07:00 +0000 (19:07 +0000)] 
Updated the docstring patch to match current SWIG CVS line numbers and
such.

Added swig.xmlout.patch, which fixes a couple problems in the XML
output of SWIG: an extra "/>" was removed and newlines in attribute
values were changed to the #10; entity reference so they will be
preserved by parsers. Also, added options for dumping or writing to a
file the XML of the parse tree *after* other language modules have
been run (previously you could only do the XML output *instead of* a
regular language module.)

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

20 years agoUpdated the description of wx.PopupTransientWindow
Robin Dunn [Thu, 11 Dec 2003 17:43:05 +0000 (17:43 +0000)] 
Updated the description of wx.PopupTransientWindow

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

20 years agoremove files for win 3.1
Chris Elliott [Thu, 11 Dec 2003 13:27:59 +0000 (13:27 +0000)] 
remove files for win 3.1

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

20 years agoApplied patch [ 847127 ] HELP button displayed by wxMessageDialog with wxSTAY_ON_TOP.
Julian Smart [Thu, 11 Dec 2003 12:37:41 +0000 (12:37 +0000)] 
Applied patch [ 847127 ] HELP button displayed by wxMessageDialog with wxSTAY_ON_TOP.

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

20 years agoApplied patch [ 840721 ] convenience function wxRect::GetBottomRight
Julian Smart [Thu, 11 Dec 2003 12:33:11 +0000 (12:33 +0000)] 
Applied patch [ 840721 ] convenience function wxRect::GetBottomRight

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

20 years agoApplied patch [ 845171 ] Use transparancy mask in wxBitmapShape
Julian Smart [Thu, 11 Dec 2003 11:37:37 +0000 (11:37 +0000)] 
Applied patch [ 845171 ] Use transparancy mask in wxBitmapShape

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

20 years agoApplied [ 857819 ] STC CopyToClipboard uses LF on win32
Julian Smart [Thu, 11 Dec 2003 11:32:44 +0000 (11:32 +0000)] 
Applied [ 857819 ] STC CopyToClipboard uses LF on win32

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

20 years agoApplied [ 856726 ] Tests for gzip streams
Julian Smart [Thu, 11 Dec 2003 11:29:52 +0000 (11:29 +0000)] 
Applied [ 856726 ] Tests for gzip streams

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

20 years agoApplied patch [ 843965 ] RC/WXRC/XML related contribs and utils cleaning
Julian Smart [Thu, 11 Dec 2003 11:27:56 +0000 (11:27 +0000)] 
Applied patch [ 843965 ] RC/WXRC/XML related contribs and utils cleaning

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

20 years agoApplied patch [ 846809 ] Cleaning of 11 samples
Julian Smart [Thu, 11 Dec 2003 11:25:46 +0000 (11:25 +0000)] 
Applied patch [ 846809 ] Cleaning of 11 samples

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

20 years agoApplied patch [ 843287 ] wxNotebook remove page problems
Julian Smart [Thu, 11 Dec 2003 11:18:42 +0000 (11:18 +0000)] 
Applied patch [ 843287 ] wxNotebook remove page problems

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

20 years agoApplied patch [ 850594 ] wxFileName(_T("/fred")).GetFullPath() asserts
Julian Smart [Thu, 11 Dec 2003 11:10:15 +0000 (11:10 +0000)] 
Applied patch [ 850594 ] wxFileName(_T("/fred")).GetFullPath() asserts

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

20 years agoApplied patch [ 856318 ] A few Wine fixes
Julian Smart [Thu, 11 Dec 2003 11:06:56 +0000 (11:06 +0000)] 
Applied patch [ 856318 ] A few Wine fixes

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

20 years agoApplied [ 841609 ] wxFile::m_error not initialised
Julian Smart [Thu, 11 Dec 2003 10:59:05 +0000 (10:59 +0000)] 
Applied [ 841609 ] wxFile::m_error not initialised

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

20 years agoApplied patch [ 857446 ] wxStaticCast evaluates argument twice
Julian Smart [Thu, 11 Dec 2003 10:54:38 +0000 (10:54 +0000)] 
Applied patch [ 857446 ] wxStaticCast evaluates argument twice

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

20 years agoApplied patch [ 829367 ] Correctly handle mouse wheel for X Windows GTK 2
Julian Smart [Thu, 11 Dec 2003 10:35:17 +0000 (10:35 +0000)] 
Applied patch [ 829367 ] Correctly handle mouse wheel for X Windows GTK 2

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

20 years agoApplied patch [ 829144 ] Compilation error fixes for samples
Julian Smart [Thu, 11 Dec 2003 10:32:15 +0000 (10:32 +0000)] 
Applied patch [ 829144 ] Compilation error fixes for samples

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

20 years agoApplied patch [ 829072 ] Splitter rendering fix
Julian Smart [Thu, 11 Dec 2003 10:24:02 +0000 (10:24 +0000)] 
Applied patch [ 829072 ] Splitter rendering fix

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

20 years agoApplied [ 828322 ] Use gdk_draw_polygon for the outline in DoDrawPolygon
Julian Smart [Thu, 11 Dec 2003 10:14:38 +0000 (10:14 +0000)] 
Applied [ 828322 ] Use gdk_draw_polygon for the outline in DoDrawPolygon

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

20 years agoApplied patch [ 828303 ] Slight wxColour cleanup
Julian Smart [Thu, 11 Dec 2003 10:10:40 +0000 (10:10 +0000)] 
Applied patch [ 828303 ] Slight wxColour cleanup

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

20 years agoApplied [ 827604 ] missing method for wxCalendarEvent
Julian Smart [Thu, 11 Dec 2003 09:56:02 +0000 (09:56 +0000)] 
Applied [ 827604 ] missing method for wxCalendarEvent

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

20 years agoApplied [ 827600 ] wxCalendarCtrl missing public
Julian Smart [Thu, 11 Dec 2003 09:52:02 +0000 (09:52 +0000)] 
Applied [ 827600 ] wxCalendarCtrl missing public

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

20 years agoApplied some of [ 810965 ] Implement wxEVT_LEAVE_WINDOW with TrackMouseEvent
Julian Smart [Thu, 11 Dec 2003 09:46:41 +0000 (09:46 +0000)] 
Applied some of [ 810965 ] Implement wxEVT_LEAVE_WINDOW with TrackMouseEvent

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

20 years agoApplied patch [ 816023 ] wxDialog overrides font setting
Julian Smart [Thu, 11 Dec 2003 09:10:03 +0000 (09:10 +0000)] 
Applied patch [ 816023 ] wxDialog overrides font setting

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

20 years agoAplied patch [ 816113 ] Inconsistent GetCharWidth over platforms
Julian Smart [Thu, 11 Dec 2003 09:05:48 +0000 (09:05 +0000)] 
Aplied patch [ 816113 ] Inconsistent GetCharWidth over platforms

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

20 years agoApplied patch [ 817317 ] fixes for errors and warnings reported by MinGW for utils
Julian Smart [Thu, 11 Dec 2003 09:01:25 +0000 (09:01 +0000)] 
Applied patch [ 817317 ] fixes for errors and warnings reported by MinGW for utils

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

20 years agoApplied patch [ 817665 ] make file: URL return 0 on GetInputStream() for missing...
Julian Smart [Thu, 11 Dec 2003 08:51:17 +0000 (08:51 +0000)] 
Applied patch [ 817665 ] make file: URL return 0 on GetInputStream() for missing file

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

20 years agoApplied patch [ 817734 ] fix for cvs head with wxUSE_STD_IOSTREAM=1
Julian Smart [Thu, 11 Dec 2003 08:48:01 +0000 (08:48 +0000)] 
Applied patch [ 817734 ] fix for cvs head with wxUSE_STD_IOSTREAM=1

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

20 years agoApplied patch [ 818336 ] Add timestamp to gzip out stream
Julian Smart [Thu, 11 Dec 2003 08:43:28 +0000 (08:43 +0000)] 
Applied patch [ 818336 ] Add timestamp to gzip out stream

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

20 years agoApplied patch [ 816021 ] SetFont without m_widget
Julian Smart [Thu, 11 Dec 2003 08:06:08 +0000 (08:06 +0000)] 
Applied patch [ 816021 ] SetFont without m_widget

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

20 years agoApplied patch [ 818941 ] Initialize vars and clear wxImageList
Julian Smart [Thu, 11 Dec 2003 08:01:04 +0000 (08:01 +0000)] 
Applied patch [ 818941 ] Initialize vars and clear wxImageList
Also small speedup in wxFileIconsTable

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

20 years agoApplied patch [ 819171 ] wxEventLoop::Run silently eats all exceptions...
Julian Smart [Thu, 11 Dec 2003 07:55:06 +0000 (07:55 +0000)] 
Applied patch [ 819171 ] wxEventLoop::Run silently eats all exceptions...

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

20 years agoApplied patch [ 819044 ] Adds MSW wxPen::GetDashCount
Julian Smart [Thu, 11 Dec 2003 07:44:53 +0000 (07:44 +0000)] 
Applied patch [ 819044 ] Adds MSW wxPen::GetDashCount

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

20 years agoApplied [ 821234 ] Fix: erroneous assertion failed wxListBox::SetSelection
Julian Smart [Thu, 11 Dec 2003 07:40:44 +0000 (07:40 +0000)] 
Applied [ 821234 ] Fix: erroneous assertion failed wxListBox::SetSelection

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

20 years agoApplied patch [ 824244 ] wxMSW event loop fix
Julian Smart [Thu, 11 Dec 2003 07:35:24 +0000 (07:35 +0000)] 
Applied patch [ 824244 ] wxMSW event loop fix

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

20 years agoApplied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
Julian Smart [Thu, 11 Dec 2003 07:30:20 +0000 (07:30 +0000)] 
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl

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

20 years agoApplied patch [ 810585 ] wxTextCtrl::GetTextLine returns empty String
Julian Smart [Thu, 11 Dec 2003 07:12:27 +0000 (07:12 +0000)] 
Applied patch [ 810585 ] wxTextCtrl::GetTextLine returns empty String

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

20 years agoApplied [ 799292 ] wxWizard and Validator Bug and Fix
Julian Smart [Thu, 11 Dec 2003 06:57:03 +0000 (06:57 +0000)] 
Applied [ 799292 ] wxWizard and Validator Bug and Fix

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

20 years agoApplied part of patch [ 774826 ] Background colour and cursor handling
Julian Smart [Thu, 11 Dec 2003 06:30:50 +0000 (06:30 +0000)] 
Applied part of patch [ 774826 ] Background colour and cursor handling
Set correct background for hollow line ends

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

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