]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoreformatted to fit on standard terminal
Václav Slavík [Sat, 15 Jul 2006 12:25:48 +0000 (12:25 +0000)] 
reformatted to fit on standard terminal

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

18 years agofixed typos in *picker.cpp files' headers
Václav Slavík [Sat, 15 Jul 2006 09:56:16 +0000 (09:56 +0000)] 
fixed typos in *picker.cpp files' headers

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

18 years agotest for the bug in HasEntry() which could create non-existing group as a side effect
Vadim Zeitlin [Fri, 14 Jul 2006 22:48:00 +0000 (22:48 +0000)] 
test for the bug in HasEntry() which could create non-existing group as a side effect

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

18 years agodon't create non-existing groups in HasEntry()
Vadim Zeitlin [Fri, 14 Jul 2006 22:46:31 +0000 (22:46 +0000)] 
don't create non-existing groups in HasEntry()

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

18 years agofix the bug with the current path being restored if it was under the group being...
Vadim Zeitlin [Fri, 14 Jul 2006 22:08:43 +0000 (22:08 +0000)] 
fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs

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

18 years agoDon't let SWIG see the wxTreeCtrl name anywhere so it will use the
Robin Dunn [Fri, 14 Jul 2006 19:57:20 +0000 (19:57 +0000)] 
Don't let SWIG see the wxTreeCtrl name anywhere so it will use the
type_info for our wxPyTreeCtrl instead.

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

18 years agoPCH and wxUSE_* fix.
Włodzimierz Skiba [Fri, 14 Jul 2006 19:03:10 +0000 (19:03 +0000)] 
PCH and wxUSE_* fix.

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

18 years agohint window pane should always be shown so that hints will be drawn for even currentl...
Benjamin Williams [Fri, 14 Jul 2006 13:56:22 +0000 (13:56 +0000)] 
hint window pane should always be shown so that hints will be drawn for even currently hidden panes being dragged around

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

18 years agoReturn false from PositionToXY if passed in position is larger than the buffer. This...
Mart Raudsepp [Fri, 14 Jul 2006 04:22:38 +0000 (04:22 +0000)] 
Return false from PositionToXY if passed in position is larger than the buffer. This should restore the
functionality of the boolean return value, while not returning false for valid input from end of buffer.

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

18 years agogtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail...
Mart Raudsepp [Fri, 14 Jul 2006 03:46:40 +0000 (03:46 +0000)] 
gtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail if we are at the end of buffer.
Fixes one part of bug #1516281, the other part is controversial and probably not reasonable to change.
Also deal with NULL being passed as the x or y pointer, as is done also on wxMSW (this was done on 2.6 branch as
well, but not noted).

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

18 years agoGet/SetManagedWindow
Robin Dunn [Fri, 14 Jul 2006 01:26:04 +0000 (01:26 +0000)] 
Get/SetManagedWindow

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

18 years agoUpdated Scintilla to version 1.70
Robin Dunn [Fri, 14 Jul 2006 01:20:18 +0000 (01:20 +0000)] 
Updated Scintilla to version 1.70

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

18 years agoApply patch 1520776, partial completion on wxOwnerDrawnComboBox
Alex Bligh [Thu, 13 Jul 2006 22:06:32 +0000 (22:06 +0000)] 
Apply patch 1520776, partial completion on wxOwnerDrawnComboBox

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

18 years agoVirtualize ProcessDockResult so people can override it to prevent docking
Alex Bligh [Thu, 13 Jul 2006 22:03:54 +0000 (22:03 +0000)] 
Virtualize ProcessDockResult so people can override it to prevent docking

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

18 years agoreSWIGged
Robin Dunn [Thu, 13 Jul 2006 02:49:13 +0000 (02:49 +0000)] 
reSWIGged

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

18 years agoenable building just the unicode version, or both unicode and ansi
Robin Dunn [Thu, 13 Jul 2006 02:40:46 +0000 (02:40 +0000)] 
enable building just the unicode version, or both unicode and ansi

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

18 years agoAdd items for the _aui and _richtext .pyd's
Robin Dunn [Thu, 13 Jul 2006 02:37:05 +0000 (02:37 +0000)] 
Add items for the _aui and _richtext .pyd's

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

18 years agoDon't set background of wxMemoryDC before selecting bitmap into it.
Jamie Gadd [Thu, 13 Jul 2006 00:41:55 +0000 (00:41 +0000)] 
Don't set background of wxMemoryDC before selecting bitmap into it.

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

18 years agoReverted part of rev 1.92. It causes probelms on Windows when
Robin Dunn [Thu, 13 Jul 2006 00:18:04 +0000 (00:18 +0000)] 
Reverted part of rev 1.92.  It causes probelms on Windows when
scrolling with the scrollbars since the mouse can be captured nativly
momentarily.

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

18 years agoDon't use a saved label size incase the size changes. Patch from Hong Yuan.
Robin Dunn [Wed, 12 Jul 2006 21:48:47 +0000 (21:48 +0000)] 
Don't use a saved label size incase the size changes.  Patch from Hong Yuan.

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

18 years agocall SetHorizontalExtent() from SetString(); also simplified/cleaned up the former...
Vadim Zeitlin [Wed, 12 Jul 2006 21:44:34 +0000 (21:44 +0000)] 
call SetHorizontalExtent() from SetString(); also simplified/cleaned up the former function and call InvalidateBestSize() from it automatically now

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

18 years agowxPyDataObjectSimple::SetData should not be const
Robin Dunn [Wed, 12 Jul 2006 21:19:20 +0000 (21:19 +0000)] 
wxPyDataObjectSimple::SetData should not be const

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

18 years agoAdded support for MirOS, an OpenBSD variant (patch #1520208).
Stefan Neis [Wed, 12 Jul 2006 08:59:53 +0000 (08:59 +0000)] 
Added support for MirOS, an OpenBSD variant (patch #1520208).

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

18 years agorenamed wxFrameManager::GetFrame() and SetFrame() to GetManagedWindow() and SetManage...
Benjamin Williams [Wed, 12 Jul 2006 07:18:19 +0000 (07:18 +0000)] 
renamed wxFrameManager::GetFrame() and SetFrame() to GetManagedWindow() and SetManagedWindow()

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

18 years agoreSWIGged
Robin Dunn [Wed, 12 Jul 2006 00:19:25 +0000 (00:19 +0000)] 
reSWIGged

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

18 years agoreSWIGged
Robin Dunn [Tue, 11 Jul 2006 21:17:27 +0000 (21:17 +0000)] 
reSWIGged

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

18 years agowxFrameManager::Render() now fires a new event, called wxEVT_AUI_RENDER, which allows...
Benjamin Williams [Tue, 11 Jul 2006 15:24:25 +0000 (15:24 +0000)] 
wxFrameManager::Render() now fires a new event, called wxEVT_AUI_RENDER, which allows all main window drawing operations to be overridden to provide custom drawing behavior

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

18 years agodocstring fixes
Robin Dunn [Tue, 11 Jul 2006 15:21:05 +0000 (15:21 +0000)] 
docstring fixes

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

18 years agowxAUI's wxFrameManager::SetFrame() now takes a wxWindow ptr instead of a wxFrame...
Benjamin Williams [Tue, 11 Jul 2006 13:50:49 +0000 (13:50 +0000)] 
wxAUI's wxFrameManager::SetFrame() now takes a wxWindow ptr instead of a wxFrame ptr, in preparation for future work

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

18 years agoFixed crash in book pages.
Włodzimierz Skiba [Tue, 11 Jul 2006 12:40:38 +0000 (12:40 +0000)] 
Fixed crash in book pages.

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

18 years agoFixed conflict between wxFilePicker and wxButton.
Włodzimierz Skiba [Tue, 11 Jul 2006 07:53:25 +0000 (07:53 +0000)] 
Fixed conflict between wxFilePicker and wxButton.

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

18 years agorefresh tree item after changing its icon so that the change is visible
Václav Slavík [Mon, 10 Jul 2006 22:28:19 +0000 (22:28 +0000)] 
refresh tree item after changing its icon so that the change is visible

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

18 years agotest changing of selected item's icon in DoToggleIcon as well
Václav Slavík [Mon, 10 Jul 2006 22:27:36 +0000 (22:27 +0000)] 
test changing of selected item's icon in DoToggleIcon as well

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

18 years agoAdjust control size after Play
Robin Dunn [Mon, 10 Jul 2006 17:02:25 +0000 (17:02 +0000)] 
Adjust control size after Play

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

18 years agoOverview string tweaks
Robin Dunn [Mon, 10 Jul 2006 17:00:43 +0000 (17:00 +0000)] 
Overview string tweaks

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

18 years agoallow transparency flags on mac too
Robin Dunn [Mon, 10 Jul 2006 17:00:06 +0000 (17:00 +0000)] 
allow transparency flags on mac too

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

18 years agoremove WXDLLEXPORT modifiers since this isn't in the wx DLL
Robin Dunn [Mon, 10 Jul 2006 16:58:21 +0000 (16:58 +0000)] 
remove WXDLLEXPORT modifiers since this isn't in the wx DLL

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

18 years agoreSWIGged
Robin Dunn [Mon, 10 Jul 2006 16:45:25 +0000 (16:45 +0000)] 
reSWIGged

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

18 years agopywrap should be treated as a gui script
Robin Dunn [Mon, 10 Jul 2006 16:04:31 +0000 (16:04 +0000)] 
pywrap should be treated as a gui script

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

18 years agoAdded the PseudoDC class from Paul Lanier. It provides a way to
Robin Dunn [Mon, 10 Jul 2006 16:03:51 +0000 (16:03 +0000)] 
Added the PseudoDC class from Paul Lanier.  It provides a way to
record operations on a DC and then play them back later.

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

18 years agoDoh! I changed the AddPane parameter names but didn't change their usage.
Robin Dunn [Mon, 10 Jul 2006 16:02:19 +0000 (16:02 +0000)] 
Doh!  I changed the AddPane parameter names but didn't change their usage.

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

18 years agoAdded the PseudoDC class from Paul Lanier. It provides a way to
Robin Dunn [Mon, 10 Jul 2006 15:06:31 +0000 (15:06 +0000)] 
Added the PseudoDC class from Paul Lanier.  It provides a way to
record operations on a DC and then play them back later.

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

18 years agoAdded implementation for wxGetKeyState and wxGetMouseState.
Stefan Neis [Sun, 9 Jul 2006 17:44:08 +0000 (17:44 +0000)] 
Added implementation for wxGetKeyState and wxGetMouseState.

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

18 years agoUse PangoFontMetrics to get wxDC::GetCharHeight, because that's the proper and clean...
Mart Raudsepp [Sun, 9 Jul 2006 03:46:01 +0000 (03:46 +0000)] 
Use PangoFontMetrics to get wxDC::GetCharHeight, because that's the proper and clean way to get the body size of a
particular font, and it doesn't go through all the layoutting code (hence, 20-35% quicker than measuring H for
logical extents).

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

18 years agoreverted an earlier patch that was causing problems
Benjamin Williams [Sat, 8 Jul 2006 18:50:18 +0000 (18:50 +0000)] 
reverted an earlier patch that was causing problems

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

18 years agoGive MSVS project files DOS line endings.
Kevin Ollivier [Sat, 8 Jul 2006 05:43:51 +0000 (05:43 +0000)] 
Give MSVS project files DOS line endings.

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

18 years agoAdd wxRTTI info for the event class
Robin Dunn [Sat, 8 Jul 2006 02:19:03 +0000 (02:19 +0000)] 
Add wxRTTI info for the event class

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

18 years agoAdded wrappers for wxAUI
Robin Dunn [Sat, 8 Jul 2006 02:13:59 +0000 (02:13 +0000)] 
Added wrappers for wxAUI

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

18 years agoChanges needed for scanning the aui header files with SWIG for
Robin Dunn [Fri, 7 Jul 2006 17:53:17 +0000 (17:53 +0000)] 
Changes needed for scanning the aui header files with SWIG for
wxPython.  Also fix some DLL exports.

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

18 years agoBuild fix.
Włodzimierz Skiba [Fri, 7 Jul 2006 10:57:02 +0000 (10:57 +0000)] 
Build fix.

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

18 years agoAdded style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox
Alex Bligh [Fri, 7 Jul 2006 10:00:53 +0000 (10:00 +0000)] 
Added style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox

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

18 years agoNeed to skipp the first half of ShowHint if the platform doesn't
Robin Dunn [Fri, 7 Jul 2006 05:58:48 +0000 (05:58 +0000)] 
Need to skipp the first half of ShowHint if the platform doesn't
have transparency support yet.

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

18 years agoMake sure it creates the directory where tarballs are stored if it doesn't exist.
Kevin Ollivier [Thu, 6 Jul 2006 23:31:22 +0000 (23:31 +0000)] 
Make sure it creates the directory where tarballs are stored if it doesn't exist.

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

18 years agogcc -Wundef warning fix
Vadim Zeitlin [Thu, 6 Jul 2006 23:01:29 +0000 (23:01 +0000)] 
gcc -Wundef warning fix

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

18 years agoUndeprecate wxGetNumberFromUser, add wxNumberEntryDialog
Robin Dunn [Thu, 6 Jul 2006 22:15:24 +0000 (22:15 +0000)] 
Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog

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

18 years agoproperly offset the mouse position for the label window clicks
Robin Dunn [Thu, 6 Jul 2006 22:13:24 +0000 (22:13 +0000)] 
properly offset the mouse position for the label window clicks

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

18 years agowxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called...
Alex Bligh [Thu, 6 Jul 2006 19:19:04 +0000 (19:19 +0000)] 
wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.

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

18 years agoAdded GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup
Alex Bligh [Thu, 6 Jul 2006 17:42:39 +0000 (17:42 +0000)] 
Added GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup
and wxOwnerDrawnComboBox as per Jaakko Salli

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

18 years agoDummy stub for wxGetMouseState() (tinderbox build fix)
Włodzimierz Skiba [Thu, 6 Jul 2006 12:24:23 +0000 (12:24 +0000)] 
Dummy stub for wxGetMouseState() (tinderbox build fix)

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

18 years agoTinderbox warning fix.
Włodzimierz Skiba [Thu, 6 Jul 2006 10:47:29 +0000 (10:47 +0000)] 
Tinderbox warning fix.

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

18 years agowxRound() workaround to avoid unexpected compile and link errors on incomplete enviro...
Włodzimierz Skiba [Thu, 6 Jul 2006 09:09:09 +0000 (09:09 +0000)] 
wxRound() workaround to avoid unexpected compile and link errors on incomplete environments (Tinderbox build fix).

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

18 years agoTemporarily disable colour picker to keep build working and bofore finding nice repla...
Włodzimierz Skiba [Thu, 6 Jul 2006 07:07:52 +0000 (07:07 +0000)] 
Temporarily disable colour picker to keep build working and bofore finding nice replacement for smartphone build.

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

18 years agoMissing include for wxCocoa build at Tinderbox.
Włodzimierz Skiba [Thu, 6 Jul 2006 06:47:13 +0000 (06:47 +0000)] 
Missing include for wxCocoa build at Tinderbox.

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

18 years agowxMenu::AppendRadioItem() now implemented under all platforms but wxMotif
Vadim Zeitlin [Thu, 6 Jul 2006 00:17:50 +0000 (00:17 +0000)] 
wxMenu::AppendRadioItem() now implemented under all platforms but wxMotif

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

18 years agouse ZIP entry modification time, not the (inexistent) file modification time
Vadim Zeitlin [Thu, 6 Jul 2006 00:14:26 +0000 (00:14 +0000)] 
use ZIP entry modification time, not the (inexistent) file modification time

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

18 years agoOops, I misremembered the name of wxUnusedVar
Robin Dunn [Thu, 6 Jul 2006 00:01:29 +0000 (00:01 +0000)] 
Oops, I misremembered the name of wxUnusedVar

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

18 years agoEnable transparent hints and dragging on wxMac
Robin Dunn [Wed, 5 Jul 2006 23:48:19 +0000 (23:48 +0000)] 
Enable transparent hints and dragging on wxMac

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

18 years agowxAUI: maintain minimum size of panes across dock/undock.
Alex Bligh [Wed, 5 Jul 2006 23:09:33 +0000 (23:09 +0000)] 
wxAUI: maintain minimum size of panes across dock/undock.

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 18:54:51 +0000 (18:54 +0000)] 
reSWIGged

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

18 years agoreorg
Robin Dunn [Wed, 5 Jul 2006 18:52:36 +0000 (18:52 +0000)] 
reorg

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

18 years agoAdd wxBK_HITTEST flags
Robin Dunn [Wed, 5 Jul 2006 18:44:44 +0000 (18:44 +0000)] 
Add wxBK_HITTEST flags

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

18 years agoRemove call to gtk_pizza_set_clear, which doesn't exist any more.
Robin Dunn [Wed, 5 Jul 2006 18:39:42 +0000 (18:39 +0000)] 
Remove call to gtk_pizza_set_clear, which doesn't exist any more.

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

18 years agocleanup and minor tweak for wxPython build
Robin Dunn [Wed, 5 Jul 2006 18:39:03 +0000 (18:39 +0000)] 
cleanup and minor tweak for wxPython build

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

18 years agoRemove bogus include
Alex Bligh [Wed, 5 Jul 2006 17:10:15 +0000 (17:10 +0000)] 
Remove bogus include

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

18 years agofixed wrong comment
Benjamin Williams [Wed, 5 Jul 2006 16:39:04 +0000 (16:39 +0000)] 
fixed wrong comment

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

18 years agoadded EVT_AUI_PANECLOSE and updated sample accordingly
Benjamin Williams [Wed, 5 Jul 2006 16:38:02 +0000 (16:38 +0000)] 
added EVT_AUI_PANECLOSE and updated sample accordingly

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

18 years agoint warning
Stefan Csomor [Wed, 5 Jul 2006 13:11:20 +0000 (13:11 +0000)] 
int warning

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

18 years agomaking cocoa build again
Stefan Csomor [Wed, 5 Jul 2006 13:10:46 +0000 (13:10 +0000)] 
making cocoa build again

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

18 years agowxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
Włodzimierz Skiba [Wed, 5 Jul 2006 12:21:13 +0000 (12:21 +0000)] 
wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.

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

18 years agoReturn OS description for WinCE too.
Włodzimierz Skiba [Wed, 5 Jul 2006 12:04:53 +0000 (12:04 +0000)] 
Return OS description for WinCE too.

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

18 years agorenamed setup.py to tr_setup.py because build-all does an import of
Robin Dunn [Wed, 5 Jul 2006 05:25:25 +0000 (05:25 +0000)] 
renamed setup.py to tr_setup.py because build-all does an import of
setup, (to get the version number) expecting to get the one in the
root wxPython dir.

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

18 years agoBuild and distrib tweaks ported over from the 2.6 branch
Robin Dunn [Wed, 5 Jul 2006 05:23:28 +0000 (05:23 +0000)] 
Build and distrib tweaks ported over from the 2.6 branch

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

18 years agoNow we can build all tarballs on one (Unix shell) box using pre-flight.sh.
Kevin Ollivier [Wed, 5 Jul 2006 04:37:42 +0000 (04:37 +0000)] 
Now we can build all tarballs on one (Unix shell) box using pre-flight.sh.

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

18 years agoFactoring out redundant steps in the build process to their own function.
Kevin Ollivier [Wed, 5 Jul 2006 04:09:40 +0000 (04:09 +0000)] 
Factoring out redundant steps in the build process to their own function.

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

18 years agoMake note about the need for unix2dos on Mac.
Kevin Ollivier [Wed, 5 Jul 2006 04:07:30 +0000 (04:07 +0000)] 
Make note about the need for unix2dos on Mac.

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 03:23:50 +0000 (03:23 +0000)] 
reSWIGged

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

18 years agowxRichTextCtrl now takes a value parameter in the constructor
Robin Dunn [Wed, 5 Jul 2006 03:18:39 +0000 (03:18 +0000)] 
wxRichTextCtrl now takes a value parameter in the constructor

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 02:07:46 +0000 (02:07 +0000)] 
reSWIGged

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

18 years agoAvoid crash in SelectAll if there are no nodes besides the root
Robin Dunn [Wed, 5 Jul 2006 01:35:36 +0000 (01:35 +0000)] 
Avoid crash in SelectAll if there are no nodes besides the root

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 01:31:58 +0000 (01:31 +0000)] 
reSWIGged

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 00:59:54 +0000 (00:59 +0000)] 
reSWIGged

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

18 years agooops
Robin Dunn [Wed, 5 Jul 2006 00:53:20 +0000 (00:53 +0000)] 
oops

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

18 years agono need to %import gdi.i
Robin Dunn [Wed, 5 Jul 2006 00:47:56 +0000 (00:47 +0000)] 
no need to %import gdi.i

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

18 years agoDocstring fixed
Robin Dunn [Wed, 5 Jul 2006 00:46:05 +0000 (00:46 +0000)] 
Docstring fixed

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

18 years agoTypo fixed
Robin Dunn [Wed, 5 Jul 2006 00:45:38 +0000 (00:45 +0000)] 
Typo fixed

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

18 years agoreSWIGged
Robin Dunn [Wed, 5 Jul 2006 00:45:27 +0000 (00:45 +0000)] 
reSWIGged

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

18 years agoChanges needed for building with Python 2.5
Robin Dunn [Wed, 5 Jul 2006 00:43:02 +0000 (00:43 +0000)] 
Changes needed for building with Python 2.5

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

18 years agoChanges needed for building with Python 2.5
Robin Dunn [Wed, 5 Jul 2006 00:37:11 +0000 (00:37 +0000)] 
Changes needed for building with Python 2.5

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

18 years agoreSWIGged
Robin Dunn [Tue, 4 Jul 2006 22:29:24 +0000 (22:29 +0000)] 
reSWIGged

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

18 years agoreSWIGged
Robin Dunn [Tue, 4 Jul 2006 22:18:27 +0000 (22:18 +0000)] 
reSWIGged

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