]>
git.saurik.com Git - wxWidgets.git/log
Stefan Neis [Sun, 16 Jul 2006 16:06:27 +0000 (16:06 +0000)]
With fix from treebase.cpp,v 1.28, (generic) treectrl now also works on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 16 Jul 2006 16:01:56 +0000 (16:01 +0000)]
Fixed apparent typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40125
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sun, 16 Jul 2006 15:46:35 +0000 (15:46 +0000)]
Avoid using invalid parameters for GpiSetAttrs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Sun, 16 Jul 2006 12:32:51 +0000 (12:32 +0000)]
prevent some obscure wxAUI crashes after DetachPane() is used (crashes only happen in rare cases)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40121
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Benjamin Williams [Sun, 16 Jul 2006 10:59:16 +0000 (10:59 +0000)]
added another AddPane() call which allows the caller to add a new window at a certain point; Hint functions are now public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40116
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 16 Jul 2006 03:28:23 +0000 (03:28 +0000)]
Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
implementations (so far) for wxMSW and wxMac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40112
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 15 Jul 2006 22:21:44 +0000 (22:21 +0000)]
Put the reentrance check inside #ifdef __DEBUG__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40111
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Jul 2006 22:17:07 +0000 (22:17 +0000)]
update (mostly corrections but some new translations as well) from
Morten Råbjerg Ulrich
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40110
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 15 Jul 2006 22:07:00 +0000 (22:07 +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@40109
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 15 Jul 2006 20:54:07 +0000 (20:54 +0000)]
Handle reentrance in the first part of wxClassInfo::Register()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40108
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 15 Jul 2006 15:34:34 +0000 (15:34 +0000)]
don't require <value> node in wxColourPickerCtrl's XRC handler, use black as default (i.e. do the same that C++ code does)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40103
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 15 Jul 2006 15:32:57 +0000 (15:32 +0000)]
added default value argument to wxXmlResourceHandler::GetColour()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40102
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 15 Jul 2006 15:21:25 +0000 (15:21 +0000)]
use <value> instead of <default-*> for initial value of picker controls in XRC, for consistency with other controls' handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40101
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 15 Jul 2006 15:13:04 +0000 (15:13 +0000)]
fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple inheritance hierarchy and incorrect casting to wxFilePickerWidget in wxFileDirPickerCtrlBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40100
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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