]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agounset the button as temporary default item when it's destroyed (closes bug 1354875)
Vadim Zeitlin [Sun, 16 Jul 2006 19:50:48 +0000 (19:50 +0000)] 
unset the button as temporary default item when it's destroyed (closes bug 1354875)

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

18 years agoremove the search for parent with wxTAB_TRAVERSAL style in SetDefaultStyle(): it...
Vadim Zeitlin [Sun, 16 Jul 2006 19:23:03 +0000 (19:23 +0000)] 
remove the search for parent with wxTAB_TRAVERSAL style in SetDefaultStyle(): it's useless as DM_SETDEFID can be only sent to the immediate parent anyhow, apparently

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

18 years agoadded a DiscardEdits() test
Vadim Zeitlin [Sun, 16 Jul 2006 19:03:51 +0000 (19:03 +0000)] 
added a DiscardEdits() test

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

18 years agodon't crash if m_widget == NULL in OnInternalIdle()
Vadim Zeitlin [Sun, 16 Jul 2006 18:44:51 +0000 (18:44 +0000)] 
don't crash if m_widget == NULL in OnInternalIdle()

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

18 years agowxRadioBoxButtonsInfoList should be exported (should fix cygwin build link)
Vadim Zeitlin [Sun, 16 Jul 2006 18:38:11 +0000 (18:38 +0000)] 
wxRadioBoxButtonsInfoList should be exported (should fix cygwin build link)

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

18 years agomin size of an empty sizer should be (0, 0) and not (10, 10)
Vadim Zeitlin [Sun, 16 Jul 2006 18:29:43 +0000 (18:29 +0000)] 
min size of an empty sizer should be (0, 0) and not (10, 10)

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

18 years agodon't add 7 and 14 pixel horz/vertical padding in DoGetBestSize() when the best size...
Vadim Zeitlin [Sun, 16 Jul 2006 18:28:41 +0000 (18:28 +0000)] 
don't add 7 and 14 pixel horz/vertical padding in DoGetBestSize() when the best size is computed from the existing children

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

18 years agoUse xpm for PM port on OS/2 as well.
Stefan Neis [Sun, 16 Jul 2006 16:13:51 +0000 (16:13 +0000)] 
Use xpm for PM port on OS/2 as well.

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

18 years agoWith fix from treebase.cpp,v 1.28, (generic) treectrl now also works on OS/2.
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

18 years agoFixed apparent typo.
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

18 years agoAvoid using invalid parameters for GpiSetAttrs.
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

18 years agoprevent some obscure wxAUI crashes after DetachPane() is used (crashes only happen...
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

18 years agoadded another AddPane() call which allows the caller to add a new window at a certain...
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

18 years agoAdded wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
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

18 years agoPut the reentrance check inside #ifdef __DEBUG__
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

18 years agoupdate (mostly corrections but some new translations as well) from
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

18 years agofix the bug with the current path being restored if it was under the group being...
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

18 years agoHandle reentrance in the first part of wxClassInfo::Register()
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

18 years agodon't require <value> node in wxColourPickerCtrl's XRC handler, use black as default...
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

18 years agoadded default value argument to wxXmlResourceHandler::GetColour()
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

18 years agouse <value> instead of <default-*> for initial value of picker controls in XRC, for...
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

18 years agofixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple...
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

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