wxWidgets.git
12 years agoUpdate configure to only define wxUSE_WEBVIEW_WEBKIT if all the required components...
Steve Lamerton [Wed, 14 Sep 2011 14:03:34 +0000 (14:03 +0000)] 
Update configure to only define wxUSE_WEBVIEW_WEBKIT if all the required components are available.

Fixes #13474

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

12 years agoCause a compile time error in the wxWebView sample if no backend exists.
Steve Lamerton [Wed, 14 Sep 2011 12:39:30 +0000 (12:39 +0000)] 
Cause a compile time error in the wxWebView sample if no backend exists.

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

12 years agoMake wxBookCtrlBase::GetSelection virtual, as per the documentation.
Steve Lamerton [Wed, 14 Sep 2011 08:24:06 +0000 (08:24 +0000)] 
Make wxBookCtrlBase::GetSelection virtual, as per the documentation.

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

12 years agoOnly build the wxWebView tests if there is an available backend.
Steve Lamerton [Wed, 14 Sep 2011 07:39:28 +0000 (07:39 +0000)] 
Only build the wxWebView tests if there is an available backend.

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

12 years agoCorrectly disable webkit backend if the appropriate headers cannot be found.
Steve Lamerton [Tue, 13 Sep 2011 21:26:41 +0000 (21:26 +0000)] 
Correctly disable webkit backend if the appropriate headers cannot be found.

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

12 years agoCorrect a typo in the wxWebView tests.
Steve Lamerton [Tue, 13 Sep 2011 19:39:38 +0000 (19:39 +0000)] 
Correct a typo in the wxWebView tests.

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

12 years agoDisable webkit backend if the appropriate headers cannot be found.
Steve Lamerton [Tue, 13 Sep 2011 12:06:06 +0000 (12:06 +0000)] 
Disable webkit backend if the appropriate headers cannot be found.

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

12 years agoUpdate wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.
Steve Lamerton [Mon, 12 Sep 2011 18:35:39 +0000 (18:35 +0000)] 
Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.

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

12 years agoEnsure that we have an available backend for wxWebView compilation.
Steve Lamerton [Mon, 12 Sep 2011 13:42:30 +0000 (13:42 +0000)] 
Ensure that we have an available backend for wxWebView compilation.

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

12 years agoUpdate setup for OpenVMS
Jouk Jansen [Mon, 12 Sep 2011 11:13:05 +0000 (11:13 +0000)] 
Update setup for OpenVMS

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

12 years agoadd compile support for thread sample on OpenVMS
Jouk Jansen [Mon, 12 Sep 2011 10:57:44 +0000 (10:57 +0000)] 
add compile support for thread sample on OpenVMS

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

12 years agoFix appending of non-leaf node to wxGTK's wxDataViewCtrl.
Václav Slavík [Mon, 12 Sep 2011 09:23:59 +0000 (09:23 +0000)] 
Fix appending of non-leaf node to wxGTK's wxDataViewCtrl.

This was accidentally broken in r68965: appending a branch node after
all others node resulted in corruption of m_nodes, as the node was never
added to the list.

Fixes #13467.

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

12 years agosupporting spaces
Stefan Csomor [Mon, 12 Sep 2011 07:12:27 +0000 (07:12 +0000)] 
supporting spaces

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

12 years agoFix best size computation for wxTextCtrl without borders in wxMSW.
Vadim Zeitlin [Sun, 11 Sep 2011 21:55:47 +0000 (21:55 +0000)] 
Fix best size computation for wxTextCtrl without borders in wxMSW.

wxTextCtrl with wxBORDER_NONE (and possibly wxTE_READONLY) style is often used
instead of a wxStaticText to allow copying the text, so make the size of such
control the same as size of the label. This ensures that it aligns correctly
with the label vertically while before the baselines were not aligned because
a border-less text control was rendered by MSW as a label but had a too big
size.

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

12 years agoEnsure that we have an available backend for wxWebView compilation.
Steve Lamerton [Sun, 11 Sep 2011 13:26:24 +0000 (13:26 +0000)] 
Ensure that we have an available backend for wxWebView compilation.

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

12 years agoStill resize wxSplitterWindow children even when sash position doesn't change.
Vadim Zeitlin [Sun, 11 Sep 2011 11:27:17 +0000 (11:27 +0000)] 
Still resize wxSplitterWindow children even when sash position doesn't change.

Since the changes if r68876, the splitter windows were not resized correctly
if the splitter size in the direction orthogonal to its own didn't change.
This was an unintended side effect of the changes in that commit as it only
wanted to avoid calling SetSashPositionAndNotify() in this case, but
SizeWindows() should still be called.

Ensure that we do call it always from wxSplitterWindow::OnSize() to fix this.

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

12 years agoRegenerate configure after webview branch merge.
Vadim Zeitlin [Sun, 11 Sep 2011 10:55:03 +0000 (10:55 +0000)] 
Regenerate configure after webview branch merge.

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

12 years agoUpdate setup files
Steve Lamerton [Sun, 11 Sep 2011 10:15:28 +0000 (10:15 +0000)] 
Update setup files

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

12 years agoRebake trunk after wxWebView merge and add missing project files for the wxWebView...
Steve Lamerton [Sun, 11 Sep 2011 10:12:19 +0000 (10:12 +0000)] 
Rebake trunk after wxWebView merge and add missing project files for the wxWebView library.

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

12 years agoFix missing and broken interface items for Phoenix
Robin Dunn [Sun, 11 Sep 2011 00:35:32 +0000 (00:35 +0000)] 
Fix missing and broken interface items for Phoenix

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

12 years agoMerge the new wxWebView classes from the SOC2011_WEBVIEW branch.
Steve Lamerton [Sat, 10 Sep 2011 18:09:12 +0000 (18:09 +0000)] 
Merge the new wxWebView classes from the SOC2011_WEBVIEW branch.

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

12 years agoupdate WarpPointer for GTK3
Paul Cornett [Sat, 10 Sep 2011 16:02:59 +0000 (16:02 +0000)] 
update WarpPointer for GTK3

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

12 years agoMerge in from trunk r68684 - r69046
Steve Lamerton [Sat, 10 Sep 2011 15:09:22 +0000 (15:09 +0000)] 
Merge in from trunk r68684 - r69046

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

12 years agoEnable the HWND of the task dialog to be fetched with GetHandle if it is being used.
Robin Dunn [Sat, 10 Sep 2011 03:26:37 +0000 (03:26 +0000)] 
Enable the HWND of the task dialog to be fetched with GetHandle if it is being used.

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

12 years agoAllow setting colours and font of wxTreeListCtrl.
Vadim Zeitlin [Thu, 8 Sep 2011 21:15:24 +0000 (21:15 +0000)] 
Allow setting colours and font of wxTreeListCtrl.

Use wxCompositeWindow<> to propagate changes of colours and font to
wxDataViewCtrl that wxTreeListCtrl uses internally.

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

12 years agonon-pch build fix
Paul Cornett [Wed, 7 Sep 2011 16:57:42 +0000 (16:57 +0000)] 
non-pch build fix

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

12 years agoremove unnecessary GTK declarations from defs.h, move things only used once to the...
Paul Cornett [Wed, 7 Sep 2011 16:56:50 +0000 (16:56 +0000)] 
remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them

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

12 years agomove addition of -lX11 to better place
Paul Cornett [Tue, 6 Sep 2011 16:35:53 +0000 (16:35 +0000)] 
move addition of -lX11 to better place

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

12 years agodon't disable cast checks in debug builds
Paul Cornett [Tue, 6 Sep 2011 16:24:49 +0000 (16:24 +0000)] 
don't disable cast checks in debug builds

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

12 years agoremove unused __WXGTK12__ symbol
Paul Cornett [Tue, 6 Sep 2011 16:09:51 +0000 (16:09 +0000)] 
remove unused __WXGTK12__ symbol

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

12 years agoremove (very) obsolete GTK version check
Paul Cornett [Tue, 6 Sep 2011 15:54:12 +0000 (15:54 +0000)] 
remove (very) obsolete GTK version check

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

12 years agofix for non-pch builds
Robin Dunn [Tue, 6 Sep 2011 04:17:44 +0000 (04:17 +0000)] 
fix for non-pch builds

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

12 years agoAvoid infinite recursion on Mac in comboctrl, and fix an uninitialized pointer in...
Robin Dunn [Mon, 5 Sep 2011 20:08:04 +0000 (20:08 +0000)] 
Avoid infinite recursion on Mac in comboctrl, and fix an uninitialized pointer in propgrid

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

12 years agoFix crash in wxDataViewCtrl::UpdateColWidths().
Václav Slavík [Mon, 5 Sep 2011 15:40:56 +0000 (15:40 +0000)] 
Fix crash in wxDataViewCtrl::UpdateColWidths().

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

12 years agowxDataViewCtrl: enable F2 editing with multiple selection too.
Václav Slavík [Mon, 5 Sep 2011 14:25:31 +0000 (14:25 +0000)] 
wxDataViewCtrl: enable F2 editing with multiple selection too.

This matches the native (and thus expected) behavior of Windows
Explorer: edit the first item in selection. It's also better than
ignoring user's key presses.

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

12 years agoAdd persistence support for wxSplitterWindow.
Vadim Zeitlin [Sun, 4 Sep 2011 23:01:45 +0000 (23:01 +0000)] 
Add persistence support for wxSplitterWindow.

New wxPersistentSplitter class allows to easily save and restore the splitter
position in config.

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

12 years agosetting the image position after the label is set, otherwise image_only will have...
Stefan Csomor [Sat, 3 Sep 2011 16:19:28 +0000 (16:19 +0000)] 
setting the image position after the label is set, otherwise image_only will have the potential label over the image

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

12 years agoUse ProcessWindowEvent() in generic wxDataViewCtrl code.
Václav Slavík [Sat, 3 Sep 2011 13:14:31 +0000 (13:14 +0000)] 
Use ProcessWindowEvent() in generic wxDataViewCtrl code.

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

12 years agoExtracted wxDataViewMainWindow left/right keys handling into separate methods.
Václav Slavík [Sat, 3 Sep 2011 13:14:28 +0000 (13:14 +0000)] 
Extracted wxDataViewMainWindow left/right keys handling into separate methods.

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

12 years agoRename wxDataViewMainWindow::OnArrowChar to OnVerticalNavigation.
Václav Slavík [Sat, 3 Sep 2011 13:14:25 +0000 (13:14 +0000)] 
Rename wxDataViewMainWindow::OnArrowChar to OnVerticalNavigation.

The method handled much more than just arrow characters and it didn't
handle all arrow characters.

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

12 years agoSlightly more efficient wxDataViewCtrl::StartEditor().
Václav Slavík [Sat, 3 Sep 2011 13:14:23 +0000 (13:14 +0000)] 
Slightly more efficient wxDataViewCtrl::StartEditor().

Don't compute item rect until we know for sure that the item actually is
editable.

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

12 years agoFix generic wxDataViewCtrl Enter handling to conform to Windows UI.
Václav Slavík [Sat, 3 Sep 2011 13:14:20 +0000 (13:14 +0000)] 
Fix generic wxDataViewCtrl Enter handling to conform to Windows UI.

Spacebar is used to activate columns (e.g. toggle a checkbox).  Enter
activates the item, i.e. sends wxEVT_COMMAND_ITEM_ACTIVATED. If that
event isn't handled, Enter acts the same as Space.

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

12 years agoFix some broken or add some missing interface declarations for Phoenix
Robin Dunn [Sat, 3 Sep 2011 01:39:02 +0000 (01:39 +0000)] 
Fix some broken or add some missing interface declarations for Phoenix

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

12 years agoDon't warn about wxMetaFile in configure by default.
Vadim Zeitlin [Thu, 1 Sep 2011 18:43:07 +0000 (18:43 +0000)] 
Don't warn about wxMetaFile in configure by default.

Only warn if an explicit --enable-metafile was given, otherwise just turn it
on only for the platforms that do support it, similarly to what was done for
--enable-hotkey in the previous commit.

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

12 years agoAdd wxUSE_HOTKEY support to configure.
Vadim Zeitlin [Thu, 1 Sep 2011 18:43:03 +0000 (18:43 +0000)] 
Add wxUSE_HOTKEY support to configure.

Add --enable-hotkey switch to allow enabling hot keys support and enable it by
default under MSW and OS X that do support them but disable it elsewhere to
avoid unnecessary warnings about them being unsupported.

See #12354.

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

12 years agofixes #13443, thanks :-)
Stefan Csomor [Thu, 1 Sep 2011 16:20:24 +0000 (16:20 +0000)] 
fixes #13443, thanks :-)

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

12 years agoFix deleting and clearing wxTreeListCtrl columns.
Vadim Zeitlin [Wed, 31 Aug 2011 17:22:11 +0000 (17:22 +0000)] 
Fix deleting and clearing wxTreeListCtrl columns.

The model columns were not updated before, resulting in a mismatch between
view and model columns if ClearColumns() followed by AppendColumn() was
called.

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

12 years agoAdd items to correct position in wxDataViewCtrl:ItemAdded.
Václav Slavík [Wed, 31 Aug 2011 09:36:27 +0000 (09:36 +0000)] 
Add items to correct position in wxDataViewCtrl:ItemAdded.

In both the generic and GTK+ versions, ItemAdded() always appended the
new item, regardless of its position among its siblings  in the model.

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

12 years agoGeneric wxDataViewCtrl: resize autosized columns at idle time.
Václav Slavík [Wed, 31 Aug 2011 09:04:41 +0000 (09:04 +0000)] 
Generic wxDataViewCtrl: resize autosized columns at idle time.

This is much more efficient than doing it immediately when adding large
number of items into a control with lots of them.

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

12 years agoFixed dlmsw.cpp compilation with older SDKs and at run-time for systems prior to...
Dimitri Schoolwerth [Tue, 30 Aug 2011 15:20:05 +0000 (15:20 +0000)] 
Fixed dlmsw.cpp compilation with older SDKs and at run-time for systems prior to XP SP1.

Kernel32's SetDllDirectory is only available since XP SP1 and as such also not available in the SDK that comes by default with for example VS6. Attempt to retrieve the function from the DLL at run-time instead. Regression since r68935.

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

12 years agoBetter support for flat lists in wxTreeListCtrl.
Vadim Zeitlin [Tue, 30 Aug 2011 13:40:44 +0000 (13:40 +0000)] 
Better support for flat lists in wxTreeListCtrl.

Override wxDataViewModel::IsListModel() to return true if wxTreeListCtrl
doesn't have any depth. This results in better display when using the generic
implementation of wxDataViewCtrl as no space is reserved for the (unnecessary)
expanders in this case.

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

12 years agoFix computation of the item offset in generic wxDataViewCtrl code.
Vadim Zeitlin [Tue, 30 Aug 2011 13:40:40 +0000 (13:40 +0000)] 
Fix computation of the item offset in generic wxDataViewCtrl code.

We need to account for the expander even for the items that don't have
children when computing their offset as their parent still does have it,
contributing to the total offset.

This corrects the fixes of r68836 to also work for the leaf items.

Also rename expanderOffset variable to more clear itemOffset.

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

12 years agoUpdate makefiles for OpenVMS
Jouk Jansen [Tue, 30 Aug 2011 09:51:21 +0000 (09:51 +0000)] 
Update makefiles for OpenVMS

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

12 years agofixes #13438 (building OSX min >= 10.6), thanks :-)
Stefan Csomor [Tue, 30 Aug 2011 09:02:11 +0000 (09:02 +0000)] 
fixes #13438 (building OSX min >= 10.6), thanks :-)

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

12 years agoadding command - comma as shortcut of stockitem wxID_PRERENCES on OSX - and make...
Stefan Csomor [Tue, 30 Aug 2011 07:01:25 +0000 (07:01 +0000)] 
adding command - comma as shortcut of stockitem wxID_PRERENCES on OSX - and make sure it's working by adapting ToString()

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

12 years agoRegenerated Xcode projects.
Dimitri Schoolwerth [Mon, 29 Aug 2011 19:09:16 +0000 (19:09 +0000)] 
Regenerated Xcode projects.

Updated the Xcode projects to include latest source additions and newer settings from template *_in.xcodeproj project files.

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

12 years agoSend wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED if WXOnActivate() returned false too.
Václav Slavík [Mon, 29 Aug 2011 17:25:38 +0000 (17:25 +0000)] 
Send wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED if WXOnActivate() returned false too.

This is consistent with wxGTK implementation and generally makes sense:
when the renderer cannot handle activation, whole-item activation should
be tried next.

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

12 years agoMake generic wxDataViewToggleRenderer react to activation.
Václav Slavík [Mon, 29 Aug 2011 17:25:33 +0000 (17:25 +0000)] 
Make generic wxDataViewToggleRenderer react to activation.

Previously it only responded to single-clicks, which was to avoid the
need to double-click checkboxes. Fixed to react to activation via
double-click or keyboard too.

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

12 years agoActivate cells from keyboard too in generic wxDataViewCtrl.
Václav Slavík [Mon, 29 Aug 2011 17:25:25 +0000 (17:25 +0000)] 
Activate cells from keyboard too in generic wxDataViewCtrl.

wxDataViewCtrl only called WXOnActivate() in reaction to double-click.
When Enter/Spacebar was pressed, only
wxEVT_COMMAND_DATAVIEW_ITEM_ACTIVATED was sent, without calling
OnActivate() even if it was possible.

Fixed to handle both kinds of input identically.

Because there's currently no way to change current focus to a particular
column (as GtkTreeView can do), call WXOnActivate() on the first
activatable column.

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

12 years agoFixed drawing a check box in the undetermined state for non-themed MSW apps.
Dimitri Schoolwerth [Mon, 29 Aug 2011 16:06:32 +0000 (16:06 +0000)] 
Fixed drawing a check box in the undetermined state for non-themed MSW apps.

wxRendererMSW::DoDrawFrameControl (used for systems prior to XP or when theming is disabled) didn't check for the wxCONTROL_UNDETERMINED flag yet. Set the appropriate styles when the flag is used to fix drawing check boxes in their third state (as used in for example the treelist sample).

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

12 years agoMake it possible to TAB to wxTreeListCtrl contents.
Vadim Zeitlin [Mon, 29 Aug 2011 14:46:56 +0000 (14:46 +0000)] 
Make it possible to TAB to wxTreeListCtrl contents.

Even though wxTreeListCtrl contains just one child window it still needs to
derive from wxNavigationEnabled<> to allow focus getting to its sole child.

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

12 years agoFix spelling error in an error message in wxObjectXmlReader.
Vadim Zeitlin [Mon, 29 Aug 2011 12:33:40 +0000 (12:33 +0000)] 
Fix spelling error in an error message in wxObjectXmlReader.

No other changes.

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

12 years agoAdded alpha saving support to TIFF image handler.
Dimitri Schoolwerth [Mon, 29 Aug 2011 01:13:06 +0000 (01:13 +0000)] 
Added alpha saving support to TIFF image handler.

Added support for saving alpha with RGB, greyscale, and black and white images.

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

12 years agoFixed loading greyscale with alpha TIFF images.
Dimitri Schoolwerth [Sun, 28 Aug 2011 23:45:17 +0000 (23:45 +0000)] 
Fixed loading greyscale with alpha TIFF images.

The alpha channel was not detected because of wrong hasAlpha determination. Also TIFFReadRGBAImage[Oriented] doesn't appear to decode an alpha channel for images that are greyscale so decode greyscale with alpha images using TIFFReadScanline.

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

12 years agoFixed copying only 1/3 of scanline when saving TIFF image in rare cases.
Dimitri Schoolwerth [Sun, 28 Aug 2011 22:44:04 +0000 (22:44 +0000)] 
Fixed copying only 1/3 of scanline when saving TIFF image in rare cases.

If our calculated image pitch is not equal to what TIFFScanlineSize returns a scanline buffer would be used. In that case the number of bytes being copied was equal to the image's width instead of pitch (width times 3).

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

12 years agoAdded support for loading black and white TIFF images with alpha.
Dimitri Schoolwerth [Sun, 28 Aug 2011 22:17:04 +0000 (22:17 +0000)] 
Added support for loading black and white TIFF images with alpha.

As TIFFReadRGBAImage[Oriented] can't deal with all images make use of TIFFReadScanline to decode per scanline. Currently only the case of a black and white image with alpha (for a total of 2 bits per pixel) is handled.

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

12 years agoUpdated manual regarding image alpha support for TGA handler.
Dimitri Schoolwerth [Sun, 28 Aug 2011 22:06:46 +0000 (22:06 +0000)] 
Updated manual regarding image alpha support for TGA handler.

TGA was not mentioned in the list of formats supporting loading of alpha, but alpha loading support has been available since r42644.

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

12 years agoRead TIFF images from top to bottom instead of bottom to top.
Dimitri Schoolwerth [Sun, 28 Aug 2011 21:59:36 +0000 (21:59 +0000)] 
Read TIFF images from top to bottom instead of bottom to top.

Use TIFFReadRGBAImageOriented with a parameter of ORIENTATION_TOPLEFT instead of using TIFFReadRGBAImage (which uses ORIENTATION_BOTTOMLEFT) to read images in a more logical order and simplify code.

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

12 years agoFixed accessing out-of-bounds image coordinates while writing a black and white TIFF...
Dimitri Schoolwerth [Sun, 28 Aug 2011 21:49:28 +0000 (21:49 +0000)] 
Fixed accessing out-of-bounds image coordinates while writing a black and white TIFF image.

The code assumed that the image's width is a multiple of 8, and attempted to always write per 8 pixels instead of sometimes having to write fewer pixels for the last column.

Also fixed compilo from previous commit due to not removing old code.

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

12 years agoFixed calculated image pitch being off-by-one in some cases.
Dimitri Schoolwerth [Sun, 28 Aug 2011 21:38:22 +0000 (21:38 +0000)] 
Fixed calculated image pitch being off-by-one in some cases.

The variable linebytes sometimes counted one extra byte, which is OK for allocating but not when accessing the image later on. Calculate the value in a slightly different way and made the variable const.

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

12 years agoRemoved double TIFFSetField call for setting TIFFTAG_ORIENTATION.
Dimitri Schoolwerth [Sun, 28 Aug 2011 21:31:59 +0000 (21:31 +0000)] 
Removed double TIFFSetField call for setting TIFFTAG_ORIENTATION.

Setting the same TIFF tag with the same value once is enough.

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

12 years agoCall GetAlpha() to get a pointer instead of checking for alpha first.
Dimitri Schoolwerth [Sun, 28 Aug 2011 21:27:34 +0000 (21:27 +0000)] 
Call GetAlpha() to get a pointer instead of checking for alpha first.

It's safe to call GetAlpha() even if there's no alpha because in that case NULL will be returned.

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

12 years agomake sure svn info for an already existing .xcodeproj folder is not deleted, replace...
Stefan Csomor [Sun, 28 Aug 2011 13:00:38 +0000 (13:00 +0000)] 
make sure svn info for an already existing .xcodeproj folder is not deleted, replace project file itself in place

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

12 years agoadding missing doc string for BACKSPACE
Stefan Csomor [Sun, 28 Aug 2011 07:11:44 +0000 (07:11 +0000)] 
adding missing doc string for BACKSPACE

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

12 years agorouting keys like ESC etc, fixes #13429
Stefan Csomor [Sun, 28 Aug 2011 06:54:18 +0000 (06:54 +0000)] 
routing keys like ESC etc, fixes #13429

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

12 years ago* Implement dynamic loading of the Cairo DLL on Windows similar to how it was
Robin Dunn [Sat, 27 Aug 2011 23:26:53 +0000 (23:26 +0000)] 
* Implement dynamic loading of the Cairo DLL on Windows similar to how it was
  done for GDI+.

* Enable the use of the wxCairoContext on MSW.

* Enable creating a wxGCDC from an exisiting wxGraphicsContext.

* Since it's possible for a DLL that is using wx to not be on the PATH nor in
  the same location as the .exe, change the wxDynamicLibrary::RawLoad method to
  explicitly look first in the same place as the main wx-using binary.  This way
  it will find DLLs that are in the same folder as the wx-using binary even if
  that would not be in the normal DLL search path.

* Change wxDCImpl and wxDC::GetLogicalScale to be const methods.

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

12 years agoMore understandable symbolic constants in generic wxDVC's DoJob class.
Václav Slavík [Sat, 27 Aug 2011 16:44:47 +0000 (16:44 +0000)] 
More understandable symbolic constants in generic wxDVC's DoJob class.

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

12 years agoUse spacebar to activate items in generic wxDataViewCtrl too.
Václav Slavík [Sat, 27 Aug 2011 16:44:45 +0000 (16:44 +0000)] 
Use spacebar to activate items in generic wxDataViewCtrl too.

Pressing Spacebar now behaves the same as Enter in the generic control,
for consistency with the GTK+ control and native Windows list controls.

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

12 years agoRemove DestroyTreeHelper(), make GetChildNodes() const, add RemoveChild().
Václav Slavík [Sat, 27 Aug 2011 16:44:42 +0000 (16:44 +0000)] 
Remove DestroyTreeHelper(), make GetChildNodes() const, add RemoveChild().

There's no reason for DestroyTreeHelper() code, that's what destructors
are for.  On a related note, make removal of children from a node more
explicit too.

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

12 years agoAdd wxDataViewMainWindow::GetModel() helper.
Václav Slavík [Sat, 27 Aug 2011 16:44:39 +0000 (16:44 +0000)] 
Add wxDataViewMainWindow::GetModel() helper.

It's slightly less verbose than GetOwner()->GetModel() used all
over the place.

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

12 years agoBetter names in wxDataViewTreeNode.
Václav Slavík [Sat, 27 Aug 2011 16:44:36 +0000 (16:44 +0000)] 
Better names in wxDataViewTreeNode.

GetChildNodes() instead of GetNodes(), AddChild() instead of AddNode().

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

12 years agoUse wxTE_PROCESS_ENTER with wxDataViewCtrl text controls.
Václav Slavík [Sat, 27 Aug 2011 15:23:43 +0000 (15:23 +0000)] 
Use wxTE_PROCESS_ENTER with wxDataViewCtrl text controls.

wxDVC code depends on wxEVT_COMMAND_TEXT_ENTER to hide the
inline editing controls.

Fixes #13412.

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

12 years agoNo real changes, minor corrections to the docs.
Vadim Zeitlin [Sat, 27 Aug 2011 14:58:43 +0000 (14:58 +0000)] 
No real changes, minor corrections to the docs.

Don't leave a line break inside a @code block as it's preserved in the HTML
output, making it appear ugly.

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

12 years agoCopy generic images when building the documentation too.
Vadim Zeitlin [Sat, 27 Aug 2011 14:56:33 +0000 (14:56 +0000)] 
Copy generic images when building the documentation too.

The images used by @genericAppearance Doxygen macro were not copied to the
output directory.

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

12 years agoCompilation fix for wxTreeListCtrl when not using PCH.
Vadim Zeitlin [Sat, 27 Aug 2011 14:50:01 +0000 (14:50 +0000)] 
Compilation fix for wxTreeListCtrl when not using PCH.

Include wx/dc.h normally included from wx/wxprec.h.

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

12 years agoNo changes, just fix the file name in the header comment of wxDVC test.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:31 +0000 (14:11 +0000)] 
No changes, just fix the file name in the header comment of wxDVC test.

s/tree/dataview/

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

12 years agoMake wxBU_EXACTFIT fir the button text more exactly.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:28 +0000 (14:11 +0000)] 
Make wxBU_EXACTFIT fir the button text more exactly.

Too big margins were added for the buttons with wxBU_EXACTFIT style making
them larger than strictly necessary. Reduce the margins to make them really
as small as possible.

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

12 years agoAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File,Dir}PickerCtrl.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:25 +0000 (14:11 +0000)] 
Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File,Dir}PickerCtrl.

These styles allow to use a smaller browse button as the standard one takes
too much space, often leaving too little of it for the more important text
control part.

Notice that both styles are, in fact, equal to wxPB_SMALL but only file and
directory pickers currently use it as it doesn't make sense for the colour and
font pickers.

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

12 years agoAuto complete file names in the text controls of wx{File,Dir}PickerCtrl.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:20 +0000 (14:11 +0000)] 
Auto complete file names in the text controls of wx{File,Dir}PickerCtrl.

There doesn't seem to be any reason not to do this in the controls which we
know are meant for entering file or directory names into them.

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

12 years agoMake the file and dir picket controls expand in widgets sample.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:17 +0000 (14:11 +0000)] 
Make the file and dir picket controls expand in widgets sample.

The controls were too small to see long paths in them comfortably while there
was plenty of space in the page, use wxEXPAND flag for them.

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

12 years agoAdd wxTextEntry::AutoCompleteDirectories().
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:13 +0000 (14:11 +0000)] 
Add wxTextEntry::AutoCompleteDirectories().

As we already had MSW-specific AutoCompleteFileNames(), we can just as well
also add the also useful AutoCompleteDirectories() to be used with the text
controls used for path entry.

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

12 years agoNo changes, just fix a typo in wxBannerWindow documentation.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:09 +0000 (14:11 +0000)] 
No changes, just fix a typo in wxBannerWindow documentation.

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

12 years agoAdd new wxTreeListCtrl class.
Vadim Zeitlin [Sat, 27 Aug 2011 14:11:03 +0000 (14:11 +0000)] 
Add new wxTreeListCtrl class.

This is a facade for wxDataViewCtrl allowing to easily work with multi-column
trees, possibly with an optional checkbox in the first column. Its API is very
similar to wxTreeListCtrl and it provides a simple migration path from the
latter.

Add the class itself, documentation for it and minimal unit tests.

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

12 years agoNotify GtkTreeView if a node stops being a parent.
Václav Slavík [Sat, 27 Aug 2011 13:24:25 +0000 (13:24 +0000)] 
Notify GtkTreeView if a node stops being a parent.

GtkTreeView requires the row-has-child-toggled signal to be emitted in
this situation, so do it from ItemDeleted handler.

Curiously, it handles adding the first child automatically. That's good,
because detecting this situation when adding the first child wouldn't be
trivial and so not having to do it is a plus. (Emitting it on every node
addition doesn't sound like a terribly bright idea.)

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

12 years agoSave memory in wxDataViewTreeNode.
Václav Slavík [Sat, 27 Aug 2011 13:24:22 +0000 (13:24 +0000)] 
Save memory in wxDataViewTreeNode.

Put data that are meaningful only for non-leaf nodes into a separate
struct that is only allocated for branch nodes. This makes branch
nodes larger by sizeof(void*), but leaf nodes save >50% of memory.

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

12 years agoSimplified generic wxDataViewCtrl's tree structure.
Václav Slavík [Sat, 27 Aug 2011 13:24:19 +0000 (13:24 +0000)] 
Simplified generic wxDataViewCtrl's tree structure.

Use just one type, wxDataViewTreeNode, to represent any kind of node.
Previously a complicated structure that represented leaves and non-leaf
nodes differently was used. This make the code way too complicated and
caused some smaller bugs (see e.g. #13256).

As a side effect, this change makes the control react correctly to
changes in IsContainer() return values.

Also fixes #13256.

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

12 years agoNo real change, use more descriptive variable names in wxDataViewMainWindow::ItemDele...
Václav Slavík [Sat, 27 Aug 2011 13:24:07 +0000 (13:24 +0000)] 
No real change, use more descriptive variable names in wxDataViewMainWindow::ItemDeleted().

Call the node object corresponding to 'parent' 'parentNode' instead
of just the more vague 'node'. Also, 'nodes' instead of 'nds'.

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

12 years agoSet colours and fonts for all elements of the generic wxSearchCtrl.
Vadim Zeitlin [Sat, 27 Aug 2011 12:13:23 +0000 (12:13 +0000)] 
Set colours and fonts for all elements of the generic wxSearchCtrl.

Derive generic wxSearchCtrl from wxCompositeWindow<> to ensure that calls to
its Set{Fore,Back}groundColour() are propagated to all its children, otherwise
they applied only to the composite control itself but not e.g. its text part.

Also update the bitmaps when the background colour changes to ensure that it
appears as transparent.

Closes #13428.

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

12 years agoAllow returning NULL windows from GetCompositeWindowParts().
Vadim Zeitlin [Sat, 27 Aug 2011 12:13:18 +0000 (12:13 +0000)] 
Allow returning NULL windows from GetCompositeWindowParts().

wxCompositeWindow::GetCompositeWindowParts() becomes simpler to implement in
the derived classes with optionally shown elements if NULL windows are allowed
(and ignored) in the list returned by it.

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

12 years agoFixes to OpenGL samples to avoid asserts/crashes.
Vadim Zeitlin [Sat, 27 Aug 2011 12:13:13 +0000 (12:13 +0000)] 
Fixes to OpenGL samples to avoid asserts/crashes.

Don't call wxGLCanvas::SetCurrent() when the window is not shown.

Closes #13424.

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