wxWidgets.git
13 years agoreplace usage of objective-c keyword 'id'
Stefan Csomor [Wed, 16 Mar 2011 07:16:10 +0000 (07:16 +0000)] 
replace usage of objective-c keyword 'id'

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

13 years agoreplace usage of objective-c keyword 'id'
Stefan Csomor [Wed, 16 Mar 2011 07:06:43 +0000 (07:06 +0000)] 
replace usage of objective-c keyword 'id'

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

13 years agoreplace usage of objective-c keyword 'id'
Stefan Csomor [Wed, 16 Mar 2011 07:00:59 +0000 (07:00 +0000)] 
replace usage of objective-c keyword 'id'

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

13 years agomaking conversion explicit silences deprecation warning
Stefan Csomor [Wed, 16 Mar 2011 06:57:03 +0000 (06:57 +0000)] 
making conversion explicit silences deprecation warning

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

13 years agosigned/unsigned warning fix
Stefan Csomor [Wed, 16 Mar 2011 06:49:51 +0000 (06:49 +0000)] 
signed/unsigned warning fix

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

13 years agosigned/unsigned warning fix
Stefan Csomor [Wed, 16 Mar 2011 06:40:07 +0000 (06:40 +0000)] 
signed/unsigned warning fix

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

13 years agoreplace usage of objective-c keyword 'id'
Stefan Csomor [Wed, 16 Mar 2011 06:36:43 +0000 (06:36 +0000)] 
replace usage of objective-c keyword 'id'

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

13 years agosilence incorrect warning about missing return value
Stefan Csomor [Wed, 16 Mar 2011 06:34:20 +0000 (06:34 +0000)] 
silence incorrect warning about missing return value

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

13 years agofixing iphone build
Stefan Csomor [Tue, 15 Mar 2011 20:21:39 +0000 (20:21 +0000)] 
fixing iphone build

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

13 years agoChanged behaviour of wxImageResizeQuality parameter in wxImage.Scale and wxImage...
Dimitri Schoolwerth [Tue, 15 Mar 2011 16:42:34 +0000 (16:42 +0000)] 
Changed behaviour of wxImageResizeQuality parameter in wxImage.Scale and wxImage.Rescale.

Made the following changes:

* Formerly specifying to resize using wxIMAGE_QUALITY_BICUBIC or wxIMAGE_QUALITY_BILINEAR could result in the ResampleBox method being used. Now always resize with the method that the user actually specified.

* Added wxIMAGE_QUALITY_BOX_AVERAGE to explicitly allow resizing with the ResampleBox method.

* Previously wxIMAGE_QUALITY_HIGH was equal to wxIMAGE_QUALITY_BICUBIC. It has been changed to use wxIMAGE_QUALITY_BOX_AVERAGE when reducing the size of an image and wxIMAGE_QUALITY_BICUBIC in all other cases.

Closes #12845.

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

13 years agoChanged wxImage.ResampleBox to always use a box size of at least 2 by 2 pixels.
Dimitri Schoolwerth [Tue, 15 Mar 2011 16:37:04 +0000 (16:37 +0000)] 
Changed wxImage.ResampleBox to always use a box size of at least 2 by 2 pixels.

Previously when resizing by more than 50% (for example resizing from 100x100 to 51x51 or 140x140) a box size of 1x1 would be used which effectively would give the same result as using nearest neighbour. Make sure that at least a box size of 2x2 pixels is always used.

Patch by scottb, see also #12845.

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

13 years agoAlways use icons with wxToolbook in the notebook sample.
Vadim Zeitlin [Tue, 15 Mar 2011 11:10:46 +0000 (11:10 +0000)] 
Always use icons with wxToolbook in the notebook sample.

wxToolbook asserts and doesn't work if it has no images so always use them
with it in the sample to avoid it.

Closes #11656.

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

13 years agoUse consistent sizes for all icons used in the button page of widgets sample.
Vadim Zeitlin [Tue, 15 Mar 2011 11:10:42 +0000 (11:10 +0000)] 
Use consistent sizes for all icons used in the button page of widgets sample.

Explicitly pass wxART_BUTTON to wxArtProvider to ensure that all the icons are
returned in the same size, otherwise they didn't look well and could result in
an assert too, see #12909.

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

13 years agoFix setting tooltips for generic wxSpinCtrl.
Vadim Zeitlin [Tue, 15 Mar 2011 11:10:38 +0000 (11:10 +0000)] 
Fix setting tooltips for generic wxSpinCtrl.

Forward the tooltip set for the control to its subcontrols.

Closes #9817.

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

13 years agoDocument wxEVT_COMMAND_SLIDER_UPDATED in wxSlider documentation too.
Vadim Zeitlin [Tue, 15 Mar 2011 11:10:34 +0000 (11:10 +0000)] 
Document wxEVT_COMMAND_SLIDER_UPDATED in wxSlider documentation too.

This even was only documented in wxCommandEvent documentation but not in
wxSlider, mention it there too.

Closes #12292.

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

13 years agoNo changes, just clean up wxSVGFileDC code a little.
Vadim Zeitlin [Mon, 14 Mar 2011 23:25:58 +0000 (23:25 +0000)] 
No changes, just clean up wxSVGFileDC code a little.

Use literal strings instead of macros such as "newline", "space" and
"semicolon" and also use wxColour::GetAsString() instead of reimplementing it.

Closes #13037.

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

13 years agoShow wx{Note,Tool}book-specific styles in the notebook sample too.
Vadim Zeitlin [Mon, 14 Mar 2011 11:55:05 +0000 (11:55 +0000)] 
Show wx{Note,Tool}book-specific styles in the notebook sample too.

Demonstrate the use of styles such as wxNB_FIXEDWIDTH or wxTBK_HORZ_LAYOUT
specific to particular controls and not only the ones common to all of them.

Closes #13036.

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

13 years agoDon't generate wxEVT_CHAR_HOOK events while the mouse is captured.
Vadim Zeitlin [Mon, 14 Mar 2011 11:55:01 +0000 (11:55 +0000)] 
Don't generate wxEVT_CHAR_HOOK events while the mouse is captured.

This prevents the parent TLW from interfering with the keyboard handling of
the window that captured the mouse which very often needs Escape for itself to
cancel the capture.

In particular, this fixes the problems with Escape closing the entire dialog
containing the controls instead of closing just the combobox drop down or a
popup menu in wxMSW.

Also modify wxGTK for consistency and update the documentation.

Closes #12952.

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

13 years agoDocument EVT_CHAR_HOOK.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:55 +0000 (11:54 +0000)] 
Document EVT_CHAR_HOOK.

Explain that it is sent to the active TLW and not the focus window and that
handling it suppresses all the normal keyboard events.

Mention that it is not generated by wxOSX/Cocoa currently, see #12431.

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

13 years agoDon't intercept Escape key while IME is active.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:51 +0000 (11:54 +0000)] 
Don't intercept Escape key while IME is active.

Escape is used by IME and intercepting it at wxWidgets level to generate
EVT_CHAR_HOOK breaks the IME UI and may result in unexpected loss of data
entered by user.

To work around this, don't generate EVT_CHAR_HOOK for Escape while IME is
active by checking for the special semaphore variable (which could be also
used for other things in the future, see #9102) value.

Closes #11386.

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

13 years agoProduce correct SVG files in all locales.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:43 +0000 (11:54 +0000)] 
Produce correct SVG files in all locales.

Using wxSVGFileDC in locales using comma as decimal separator resulted in
invalid SVG files being created as a decimal period should always be used in
them.

Fix this by replacing "%g" format specification with wxString::FromCDouble()
call (wrapped in a convenient NumStr() helper function).

Closes #12008.

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

13 years agoFix changing the size of the bitmaps in wxMSW wxButton.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:39 +0000 (11:54 +0000)] 
Fix changing the size of the bitmaps in wxMSW wxButton.

The size of the wxImageList used to store the bitmaps wasn't updated before
and so the old bitmap size continued to be used even after changing the actual
bitmaps.

Recreate wxXPButtonImageData to ensure that the image list size does change.

Closes #12909.

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

13 years agoPrint everything by default in non-interactive mode.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:35 +0000 (11:54 +0000)] 
Print everything by default in non-interactive mode.

IF we don't show the dialog allowing the user to select the pages range, we
should print everything by default instead of printing nothing at all as we
used to do.

Closes #12998.

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

13 years agoAllow wxThread::Wait() and Delete() to block, even under wxMSW.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:32 +0000 (11:54 +0000)] 
Allow wxThread::Wait() and Delete() to block, even under wxMSW.

Add "wait mode" parameter to these methods which can be used to make them
block even under wxMSW where they currently dispatch messages when called
which can be totally unexpected.

Do keep the old behaviour for compatibility however, although it will change i
3.2.

Closes #12998.

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

13 years agoRespect alignment flags for owner-drawn buttons in wxMSW.
Vadim Zeitlin [Mon, 14 Mar 2011 11:54:26 +0000 (11:54 +0000)] 
Respect alignment flags for owner-drawn buttons in wxMSW.

Honour wxBU_{LEFT,RIGHT,TOP,BOTTOM} flags for owner drawn buttons too, this
ensures that you can both change the colour and align the text differently for
buttons under XP and later.

Closes #12995.

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

13 years agoAdded initialisation and checks
Julian Smart [Mon, 14 Mar 2011 10:27:01 +0000 (10:27 +0000)] 
Added initialisation and checks

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

13 years agoAdded precision parameter to wxString::From[C]Double().
Vadim Zeitlin [Sun, 13 Mar 2011 13:53:54 +0000 (13:53 +0000)] 
Added precision parameter to wxString::From[C]Double().

Optionally support fixed precision in wxString::FromDouble() and FromCDouble()
methods. This is mostly useful for the latter to be able to format numbers in
portable way (using dot as decimal separator) without loss of precision but
also do it for the former for consistency.

Closes #12973.

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

13 years agoNo changes, just correct a wrong trailing comment in #else.
Vadim Zeitlin [Sun, 13 Mar 2011 13:53:51 +0000 (13:53 +0000)] 
No changes, just correct a wrong trailing comment in #else.

The test meaning was inverted.

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

13 years agoDocument wxTE_MULTILINE support in wxTextEntryDialog.
Vadim Zeitlin [Sun, 13 Mar 2011 13:33:12 +0000 (13:33 +0000)] 
Document wxTE_MULTILINE support in wxTextEntryDialog.

It wasn't immediately obvious that this dialog could be used for multiline
text entry too so mention it explicitly in the documentation.

Also show this in action in the dialogs sample.

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

13 years agoadd external utf16 text type explicitely, as it otherwise gets treated like plain...
Stefan Csomor [Sat, 12 Mar 2011 15:57:37 +0000 (15:57 +0000)] 
add external utf16 text type explicitely, as it otherwise gets treated like plain-text

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

13 years agosupporting 24 and 64 sizes via scaling up
Stefan Csomor [Fri, 11 Mar 2011 19:54:44 +0000 (19:54 +0000)] 
supporting 24 and 64 sizes via scaling up

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

13 years agounder cocoa a too-small static box leads to erroneous layout information, therefore...
Stefan Csomor [Thu, 10 Mar 2011 18:56:58 +0000 (18:56 +0000)] 
under cocoa a too-small static box leads to erroneous layout information, therefore use fixed code layout info, fixes #13006

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

13 years agosafeguard against not-yet-shown view which leads to crashes under OSX
Stefan Csomor [Thu, 10 Mar 2011 18:55:55 +0000 (18:55 +0000)] 
safeguard against not-yet-shown view which leads to crashes under OSX

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

13 years agoadd wxEVT_MAXIMIZE support to wxGTK
Paul Cornett [Wed, 9 Mar 2011 17:22:43 +0000 (17:22 +0000)] 
add wxEVT_MAXIMIZE support to wxGTK

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

13 years agoMake brush hatches in wxGTK consistent with wxMSW.
Vadim Zeitlin [Wed, 9 Mar 2011 16:35:56 +0000 (16:35 +0000)] 
Make brush hatches in wxGTK consistent with wxMSW.

The cross, vertically and horizontally hatched brushes used 4 pixels between
the hatches in wxGTK but 7 in wxMSW which was very noticeable. Use the same
pattern in wxGTK as MSW uses (as we can't change it there anyhow).

Closes #13029.

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

13 years agoCorrect the name of the header for GTK+ < 2.14.
Vadim Zeitlin [Wed, 9 Mar 2011 16:35:51 +0000 (16:35 +0000)] 
Correct the name of the header for GTK+ < 2.14.

Remove the extra ".h" suffix added during recent GTK+ 3-related changes.

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

13 years agoAdd tests of other hatched brushes to the drawing sample.
Vadim Zeitlin [Wed, 9 Mar 2011 16:35:46 +0000 (16:35 +0000)] 
Add tests of other hatched brushes to the drawing sample.

Test wxCROSS_HATCH, wxVERTICAL_HATCH and wxHORIZONTAL_HATCH brushes and not
only the wxCROSSDIAG_HATCH one.

See #13029.

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

13 years agoDon't pop up annoying message box in the drawing sample.
Vadim Zeitlin [Wed, 9 Mar 2011 16:35:43 +0000 (16:35 +0000)] 
Don't pop up annoying message box in the drawing sample.

The rubber banding selection message box was shown even after a simple click,
i.e. when nothing was actually selected which was quite annoying, so don't do
this.

Also remove unnecessary casts and use wxLogMessage() instead of
wxString::Printf() + wxMessageBox().

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

13 years agoCorrections to wxTextCtrl::HitTest() documentation.
Vadim Zeitlin [Wed, 9 Mar 2011 10:07:58 +0000 (10:07 +0000)] 
Corrections to wxTextCtrl::HitTest() documentation.

Fix the signature of the overload returning row and column which got corrupted
during transition to Doxygen and document the overload returning the position
as well. Also document all the parameters.

Closes #12954.

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

13 years agoSend wxEVT_COMMAND_DATAVIEW_CACHE_HINT to proper window.
Vadim Zeitlin [Wed, 9 Mar 2011 09:44:03 +0000 (09:44 +0000)] 
Send wxEVT_COMMAND_DATAVIEW_CACHE_HINT to proper window.

The event was sent to wxDataViewCtrl parent instead of the control itself for
some reason, fix this.

Closes #13020.

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

13 years agoMention that wxEVT_MAXIMIZE is only generated by a few ports.
Vadim Zeitlin [Wed, 9 Mar 2011 09:40:08 +0000 (09:40 +0000)] 
Mention that wxEVT_MAXIMIZE is only generated by a few ports.

Currently only wxMSW, wxOSX/Cocoa and wxOS2 generate this event. Notably wxGTK
does not.

See #13022.

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

13 years agoCorrect EVT_MAXIMIZE macro name in wxTLW documentation.
Vadim Zeitlin [Wed, 9 Mar 2011 09:40:04 +0000 (09:40 +0000)] 
Correct EVT_MAXIMIZE macro name in wxTLW documentation.

EVT_ACTIVATE was mistakenly used instead.

See #13022.

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

13 years agoFix search for item by text in wxMSW wxListCtrl.
Vadim Zeitlin [Wed, 9 Mar 2011 09:28:41 +0000 (09:28 +0000)] 
Fix search for item by text in wxMSW wxListCtrl.

LVN_ODFINDITEM handler could enter infinite loop if its selection was 0 and a
key not matching any of the items first letters was pressed.

Rewrite the loop in a simpler form to ensure that it is correct. Also clarify
some comments. Finally, fix the behaviour when no matching item was found (if
it didn't hang in infinite loop, it used to select the first item in the
control).

Closes #13026.

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

13 years agoDon't assert if starting search position in LVN_ODFINDITEM is invalid.
Vadim Zeitlin [Wed, 9 Mar 2011 09:28:34 +0000 (09:28 +0000)] 
Don't assert if starting search position in LVN_ODFINDITEM is invalid.

Just use wxLogDebug() if this happens, asserting here is not the right thing
to do as it doesn't indicate an error in the program but rather invalid
external input and, moreover, we can recover from it easily.

No changes in behaviour in normal case.

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

13 years agoAdd another missing #if wxUSE_MARKUP check.
Vadim Zeitlin [Tue, 8 Mar 2011 17:22:15 +0000 (17:22 +0000)] 
Add another missing #if wxUSE_MARKUP check.

The definition of DoSetLabelMarkup() should only be compiled when
wxUSE_MARKUP==1.

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

13 years agoCzech translation update from Zbynek Schwarz.
Vadim Zeitlin [Tue, 8 Mar 2011 17:22:08 +0000 (17:22 +0000)] 
Czech translation update from Zbynek Schwarz.

Fix some incorrect terms.

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

13 years agosupport app activated and deactivated events, also bring back float_on_parent windows...
Stefan Csomor [Mon, 7 Mar 2011 20:26:40 +0000 (20:26 +0000)] 
support app activated and deactivated events, also bring back float_on_parent windows to normal level on deactivate to avoid behaving like stay_on_top

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

13 years agowindow level support
Stefan Csomor [Mon, 7 Mar 2011 19:04:55 +0000 (19:04 +0000)] 
window level support

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

13 years agobracket unused function
Stefan Csomor [Mon, 7 Mar 2011 17:31:19 +0000 (17:31 +0000)] 
bracket unused function

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

13 years agoTo prevent wxPropertyGrid from stealing frocus from other controls, only let SetFocus...
Jaakko Salli [Mon, 7 Mar 2011 13:02:33 +0000 (13:02 +0000)] 
To prevent wxPropertyGrid from stealing frocus from other controls, only let SetFocusOnCanvas() move focus to the main grid 'canvas' if focus was already in on the grid's child controls

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

13 years agogtk/gtkunixprint.h only exists since GTK+ 2.14.
Václav Slavík [Mon, 7 Mar 2011 12:07:58 +0000 (12:07 +0000)] 
gtk/gtkunixprint.h only exists since GTK+ 2.14.

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

13 years agoDon't directly include GTK+ semi-public headers.
Václav Slavík [Sun, 6 Mar 2011 18:22:28 +0000 (18:22 +0000)] 
Don't directly include GTK+ semi-public headers.

Only the main headers (e.g. gtk/gtk.h) should be included and GTK+ 3 is strict about this. Enable compile-time checks for this that work with GTK+ 2.24.

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

13 years agoInclude gdk/gdkkeysyms-compat.h.
Václav Slavík [Sun, 6 Mar 2011 18:22:23 +0000 (18:22 +0000)] 
Include gdk/gdkkeysyms-compat.h.

GTK+ 2.22 changed GDK_* keysym constants to GDK_KEY_* and introduced a new header for the old names. This header must be explicitly included in GTK+ 3, so do it for now. In the long run, we should migrate to the new names.

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

13 years agouse FixedToFloat everywhere to make sure we don't round too early, preserve fractiona...
Stefan Csomor [Sun, 6 Mar 2011 15:27:44 +0000 (15:27 +0000)] 
use FixedToFloat everywhere to make sure we don't round too early, preserve fractional width with CoreText as well

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

13 years agoposition buttons to the right on OSX as well
Stefan Csomor [Sun, 6 Mar 2011 15:24:26 +0000 (15:24 +0000)] 
position buttons to the right on OSX as well

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

13 years agofix positioning bug with window disabler and hidden windows
Stefan Csomor [Sun, 6 Mar 2011 14:49:19 +0000 (14:49 +0000)] 
fix positioning bug with window disabler and hidden windows

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

13 years agoFixed #13017: wxRichTextCtrl CopyToClipboard regression
Julian Smart [Sun, 6 Mar 2011 09:09:42 +0000 (09:09 +0000)] 
Fixed #13017: wxRichTextCtrl CopyToClipboard regression

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

13 years agosupport wxWindowDisabler on osx_cocoa
Stefan Csomor [Sat, 5 Mar 2011 12:21:20 +0000 (12:21 +0000)] 
support wxWindowDisabler on osx_cocoa

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

13 years agoAdd a dependency of wxUSE_TASKBARICON on wxUSE_MENUS.
Vadim Zeitlin [Sat, 5 Mar 2011 11:16:55 +0000 (11:16 +0000)] 
Add a dependency of wxUSE_TASKBARICON on wxUSE_MENUS.

PopupMenu() method of wxTaskBarIcon doesn't make much sense without wxMenu.

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

13 years agoDon't initialize wxGBSpan with invalid values in wxGBSizerItem.
Vadim Zeitlin [Sat, 5 Mar 2011 11:16:51 +0000 (11:16 +0000)] 
Don't initialize wxGBSpan with invalid values in wxGBSizerItem.

Default wxGBSizerItem ctor initialized wxGBSpan with invalid values which
resulted in an assert when loading wxGBSizer from XRC since r66964.

Fix this by simply using the default wxGBSpan ctor instead.

Closes #13004.

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

13 years agofix Activate signature after r67099
Paul Cornett [Thu, 3 Mar 2011 17:51:52 +0000 (17:51 +0000)] 
fix Activate signature after r67099

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

13 years agoproper focus lost for multiline textfields and having all demanding a focusrect
Stefan Csomor [Wed, 2 Mar 2011 21:17:43 +0000 (21:17 +0000)] 
proper focus lost for multiline textfields and having all demanding a focusrect

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

13 years agothe wx part knows better whether it has the focus (may be the embedded NSView, not...
Stefan Csomor [Wed, 2 Mar 2011 21:16:30 +0000 (21:16 +0000)] 
the wx part knows better whether it has the focus (may be the embedded NSView, not the m_peer)

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

13 years agoFixed a problem with paste resetting the content paragraph style.
Julian Smart [Wed, 2 Mar 2011 20:55:39 +0000 (20:55 +0000)] 
Fixed a problem with paste resetting the content paragraph style.

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

13 years agomove accel handling in front of the normal keyDown handling, support non-command...
Stefan Csomor [Wed, 2 Mar 2011 16:23:57 +0000 (16:23 +0000)] 
move accel handling in front of the normal keyDown handling, support non-command menu accels

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

13 years agomove accel handling in front of the normal keyDown handling
Stefan Csomor [Wed, 2 Mar 2011 16:21:24 +0000 (16:21 +0000)] 
move accel handling in front of the normal keyDown handling

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

13 years agosupporting more key equivalents for display, fixing setHidden: method warning
Stefan Csomor [Wed, 2 Mar 2011 15:43:42 +0000 (15:43 +0000)] 
supporting more key equivalents for display, fixing setHidden: method warning

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

13 years agoremoving code that will not have to be updated
Stefan Csomor [Wed, 2 Mar 2011 15:42:45 +0000 (15:42 +0000)] 
removing code that will not have to be updated

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

13 years agoJapanese translations update from Suzumizaki-Kimitaka.
Vadim Zeitlin [Wed, 2 Mar 2011 10:28:25 +0000 (10:28 +0000)] 
Japanese translations update from Suzumizaki-Kimitaka.

Closes #11773.

Closes #13003.

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

13 years agoFix typo in wxStack<T> documentation.
Vadim Zeitlin [Wed, 2 Mar 2011 10:28:20 +0000 (10:28 +0000)] 
Fix typo in wxStack<T> documentation.

I somehow managed to misspell wxStack<T> as wxSort<>.

Closes #13002.

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

13 years agoAdd missing wxUSE_MARKUP checks in wxOSX code.
Vadim Zeitlin [Wed, 2 Mar 2011 10:15:35 +0000 (10:15 +0000)] 
Add missing wxUSE_MARKUP checks in wxOSX code.

Don't define wxWidgetImpl::SetLabelMarkup() when wxUSE_MARKUP is off and
definitely don't reimplement it in wxButtonCocoaImpl as this code doesn't
compile without markup support.

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

13 years agoImproved palette handling with saving PNG files.
Dimitri Schoolwerth [Tue, 1 Mar 2011 21:29:17 +0000 (21:29 +0000)] 
Improved palette handling with saving PNG files.

Instead of converting alpha to a mask an attempt is made to write a palettised PNG file with an ARGB palette using a maximum of 256 transparency values where formerly just up to one was supported. GIF images with 256 colours and transparency can now also be saved as a palettised PNG instead of true colour, making the image a lot smaller.

Applied (modified) patch by troelsk. Closes #12850.

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

13 years agoPass wxRect/wxPoint arguments to wxDataViewCustomRenderer by reference.
Václav Slavík [Tue, 1 Mar 2011 12:16:49 +0000 (12:16 +0000)] 
Pass wxRect/wxPoint arguments to wxDataViewCustomRenderer by reference.

Instead of passing them by value, use const reference. This change
is safe to do, because these methods' signatures were different in 2.8
anyhow.

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

13 years agoFixed typo.
Václav Slavík [Tue, 1 Mar 2011 12:16:45 +0000 (12:16 +0000)] 
Fixed typo.

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

13 years agoToggle checkboxes in generic wxDataViewCtrl with single click.
Václav Slavík [Mon, 28 Feb 2011 21:23:10 +0000 (21:23 +0000)] 
Toggle checkboxes in generic wxDataViewCtrl with single click.

Both GTK+ and OS X native controls use single click to toggle
checkboxes, instead of double-click activation used by the generic
version. So does wxCheckListBox on Windows, so make wxDVC
behave the same way.

See #11185.

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

13 years agoGet rid of WXGetAsCustom().
Václav Slavík [Mon, 28 Feb 2011 21:23:04 +0000 (21:23 +0000)] 
Get rid of WXGetAsCustom().

Instead, have WXOnActivate() and WXOnLeftClick() with same signatures as
their public API counterparts and just call Activate/LeftClick() from
them for wxDataViewCustomRenderer.

This accomplishes the same thing, but makes it easier to override
behaviour in wx's internal implementations of renderers.

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

13 years agowxDataViewCtrl: Fully prepare renderer for Activate() call.
Václav Slavík [Mon, 28 Feb 2011 21:23:00 +0000 (21:23 +0000)] 
wxDataViewCtrl: Fully prepare renderer for Activate() call.

Instead of just setting the value in the generic implementation, do full
preparation (incl. attributes etc.) as everywhere else.

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

13 years agoadding hour constant to carbon build
Stefan Csomor [Mon, 28 Feb 2011 19:46:29 +0000 (19:46 +0000)] 
adding hour constant to carbon build

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

13 years agofixing non-precomp headers
Stefan Csomor [Mon, 28 Feb 2011 19:29:15 +0000 (19:29 +0000)] 
fixing non-precomp headers

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

13 years agodisable cursorRects for global busy state
Stefan Csomor [Mon, 28 Feb 2011 14:47:32 +0000 (14:47 +0000)] 
disable cursorRects for global busy state

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

13 years agoavoid setting live cursor during busy state
Stefan Csomor [Mon, 28 Feb 2011 14:39:37 +0000 (14:39 +0000)] 
avoid setting live cursor during busy state

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

13 years agoadd watch cursor to osx_cocoa
Stefan Csomor [Mon, 28 Feb 2011 13:44:25 +0000 (13:44 +0000)] 
add watch cursor to osx_cocoa

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

13 years agodon't swallow command events that are not handled by accels, fixes #12373
Stefan Csomor [Mon, 28 Feb 2011 12:14:15 +0000 (12:14 +0000)] 
don't swallow command events that are not handled by accels, fixes #12373

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

13 years agoadding taskbar implementation for statusitem (menubar) and dock, fixes #12838
Stefan Csomor [Mon, 28 Feb 2011 10:12:06 +0000 (10:12 +0000)] 
adding taskbar implementation for statusitem (menubar) and dock, fixes #12838

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

13 years agomoving appdelegate declaration to header
Stefan Csomor [Mon, 28 Feb 2011 10:10:08 +0000 (10:10 +0000)] 
moving appdelegate declaration to header

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

13 years agomake sure the quit item is only shown where appropriate on osx
Stefan Csomor [Mon, 28 Feb 2011 10:07:00 +0000 (10:07 +0000)] 
make sure the quit item is only shown where appropriate on osx

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

13 years agoosx_cocoa supports both kind of taskbaricons in the menubar (standard) and as functio...
Stefan Csomor [Mon, 28 Feb 2011 09:26:55 +0000 (09:26 +0000)] 
osx_cocoa supports both kind of taskbaricons in the menubar (standard) and as function of the dock (type DOCK)

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

13 years agomake sure 10.4 command-key events are routed via the wx-accelerator route as well...
Stefan Csomor [Sun, 27 Feb 2011 20:38:40 +0000 (20:38 +0000)] 
make sure 10.4 command-key events are routed via the wx-accelerator route as well, fixes #12373

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

13 years agoUse single quotes in wxMarkupText unit test to work around VC6 bug.
Vadim Zeitlin [Sun, 27 Feb 2011 18:36:55 +0000 (18:36 +0000)] 
Use single quotes in wxMarkupText unit test to work around VC6 bug.

VC6 seems to have a strange bug with escaped quotes used in strings passed to
macros and failed to compile the original code with nonsensical error messages.

Use single quotes to try to work around this issue. They are also somewhat
more readable as they don't need to be escaped inside C strings.

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

13 years agoAdd a trivial virtual dtor to wxMarkupParserOutput.
Vadim Zeitlin [Sun, 27 Feb 2011 18:36:52 +0000 (18:36 +0000)] 
Add a trivial virtual dtor to wxMarkupParserOutput.

This class isn't really supposed to be used polymorphically but add a virtual
dtor just to suppress g++ warning about it.

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

13 years agoAnother fix for PCH-less build in markup code.
Vadim Zeitlin [Sun, 27 Feb 2011 18:36:48 +0000 (18:36 +0000)] 
Another fix for PCH-less build in markup code.

Include wx/control.h to use wxControl::RemoveMnemonics() and
FindAccelInIndex().

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

13 years agoFixed drawing glitch with vertical MSW toolbars.
Dimitri Schoolwerth [Sun, 27 Feb 2011 15:09:13 +0000 (15:09 +0000)] 
Fixed drawing glitch with vertical MSW toolbars.

In case of a certain amount of whitespace at the bottom of a vertical toolbar it would not be drawn correctly: the more whitespace the more painting would be clipped starting from the left (covering the whole height of the toolbar) until the toolbar would look completely empty.

This was reproducible using the toolbar sample, setting the toolbar on the left or right edge of the window and then increasing the height of the window sufficiently.

Regression since r62971.

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

13 years agoReplace template function with template class to placate VC6.
Vadim Zeitlin [Sun, 27 Feb 2011 14:01:36 +0000 (14:01 +0000)] 
Replace template function with template class to placate VC6.

VC6 has very poor support for template functions and in particular doesn't
understand explicitly choosing the type of the function to call so replace
template DoApplyToFont() function with FontModifier template class in
wxMarkupParserAttrOutput implementation.

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

13 years agoFix for PCH-less build in markup code.
Vadim Zeitlin [Sun, 27 Feb 2011 13:17:41 +0000 (13:17 +0000)] 
Fix for PCH-less build in markup code.

Include wx/log.h to use wxLogDebug().

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

13 years agoUpdate markup support documentation.
Vadim Zeitlin [Sun, 27 Feb 2011 12:48:54 +0000 (12:48 +0000)] 
Update markup support documentation.

Mention that wxButton and wxStaticText now support markup in all major ports
(using the generic version of the latter under MSW).

Also mention markup changes in the change log.

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

13 years agoAdd markup support to wxOSX/Cocoa wxStaticText and wxButton.
Vadim Zeitlin [Sun, 27 Feb 2011 12:48:46 +0000 (12:48 +0000)] 
Add markup support to wxOSX/Cocoa wxStaticText and wxButton.

Add wxMarkupToAttrString helper that converts wx markup to OS X attribute
strings and use it in wxStaticText and wxButton.

This required adding new SetLabelMarkup() method to wxWidgetCocoaImpl, it
seems to make sense to have it there as it could be implemented by more
controls in the future.

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

13 years agoNo real changes, just make wxColour::OSXGetNSColor() const.
Vadim Zeitlin [Sun, 27 Feb 2011 12:48:42 +0000 (12:48 +0000)] 
No real changes, just make wxColour::OSXGetNSColor() const.

There is no reason to not allow calling this method on const wxColour objects.

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

13 years agoAdd markup support to generic wxStaticText implementation.
Vadim Zeitlin [Sun, 27 Feb 2011 12:48:38 +0000 (12:48 +0000)] 
Add markup support to generic wxStaticText implementation.

wxMarkupText allows to easily support markup in the controls that we draw
ourselves so use it in wxGenericStaticText to have a possibility to use
markup on all platforms, even those where there is no native markup support in
wxStaticText itself.

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

13 years agoImplement support for markup labels for wxGTK wxButton.
Vadim Zeitlin [Sun, 27 Feb 2011 12:48:30 +0000 (12:48 +0000)] 
Implement support for markup labels for wxGTK wxButton.

Simply directly set the markup for the GtkLabel used by GtkButton internally.

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

13 years agoAdd markup support to wxMSW wxButton and show it in the sample.
Vadim Zeitlin [Sun, 27 Feb 2011 12:48:26 +0000 (12:48 +0000)] 
Add markup support to wxMSW wxButton and show it in the sample.

Use recently added wxMarkupText to implement support for markup in wxMSW
wxButton.

Update the button page of the widgets sample to show markup support.

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