wxWidgets.git
12 years agoremove virtual override that just calls base
Paul Cornett [Tue, 31 Jan 2012 17:44:32 +0000 (17:44 +0000)] 
remove virtual override that just calls base

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

12 years agoimplement wxGetMousePosition without using X-specific code
Paul Cornett [Tue, 31 Jan 2012 17:41:21 +0000 (17:41 +0000)] 
implement wxGetMousePosition without using X-specific code

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

12 years agoguarding Update() on OSX not to be issued faster than 1/30 later than the last redraw
Stefan Csomor [Tue, 31 Jan 2012 17:39:39 +0000 (17:39 +0000)] 
guarding Update() on OSX not to be issued faster than 1/30 later than the last redraw

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

12 years agorevert to using Update()
Stefan Csomor [Tue, 31 Jan 2012 17:37:31 +0000 (17:37 +0000)] 
revert to using Update()

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

12 years agoreenabling an Update where necessary
Stefan Csomor [Tue, 31 Jan 2012 15:00:03 +0000 (15:00 +0000)] 
reenabling an Update where necessary

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

12 years agoFix wxHTTP::SetPostBuffer() compilation in ANSI build.
Vadim Zeitlin [Tue, 31 Jan 2012 13:09:11 +0000 (13:09 +0000)] 
Fix wxHTTP::SetPostBuffer() compilation in ANSI build.

wxString::mb_str() returns a raw pointer and not wxScopedCharBuffer when
wxUSE_UNICODE==0 so fix the code to do it differently in this case.

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

12 years agoDon't document wxVector<>::reverse_iterator.
Vadim Zeitlin [Tue, 31 Jan 2012 13:09:07 +0000 (13:09 +0000)] 
Don't document wxVector<>::reverse_iterator.

Documenting just this class but not iterator (and const_iterator) is
inconsistent but documenting all of them is too much mostly useless work as
all iterators (of the same category) have the same interface anyhow. So just
remove the documentation of reverse_iterator for now.

See #2585.

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

12 years agoRemove dummy Lithuanian translations.
Vadim Zeitlin [Tue, 31 Jan 2012 13:09:04 +0000 (13:09 +0000)] 
Remove dummy Lithuanian translations.

All non-translated strings were "translated" as their English originals in
lt.po. This was just a artefact of the software used for translation and
wrong, so remove all these dummy translations.

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

12 years agohandle theme change which changes window border width
Paul Cornett [Tue, 31 Jan 2012 07:30:11 +0000 (07:30 +0000)] 
handle theme change which changes window border width

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

12 years agoattempt to isolate which Update() calls are necessary at all, as they cause performan...
Stefan Csomor [Mon, 30 Jan 2012 16:30:59 +0000 (16:30 +0000)] 
attempt to isolate which Update() calls are necessary at all, as they cause performance issues under OSX

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

12 years agoalways setting the event object to the menu, see #1595
Stefan Csomor [Mon, 30 Jan 2012 16:25:22 +0000 (16:25 +0000)] 
always setting the event object to the menu, see #1595

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

12 years agofixing the routing of UpdateUI to the window by just passing NULL as source
Stefan Csomor [Mon, 30 Jan 2012 16:05:03 +0000 (16:05 +0000)] 
fixing the routing of UpdateUI to the window by just passing NULL as source

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

12 years agomove SetPangoAttrsForFont to wxFont, should have been part of r70475
Paul Cornett [Sun, 29 Jan 2012 08:49:01 +0000 (08:49 +0000)] 
move SetPangoAttrsForFont to wxFont, should have been part of r70475

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

12 years agouse GTKSetPangoAttrs in wxCairoContext
Paul Cornett [Sun, 29 Jan 2012 08:35:45 +0000 (08:35 +0000)] 
use GTKSetPangoAttrs in wxCairoContext

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

12 years agomove Pango underline workaround into wxFont::GTKSetPangoAttrs
Paul Cornett [Sun, 29 Jan 2012 08:14:34 +0000 (08:14 +0000)] 
move Pango underline workaround into wxFont::GTKSetPangoAttrs

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

12 years agomove SetPangoAttrsForFont to wxFont
Paul Cornett [Sun, 29 Jan 2012 08:00:15 +0000 (08:00 +0000)] 
move SetPangoAttrsForFont to wxFont

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

12 years agouse translatable strings as format template for menu lines
Stefan Csomor [Sat, 28 Jan 2012 13:37:04 +0000 (13:37 +0000)] 
use translatable strings as format template for menu lines

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

12 years agoadding OSX to the platforms which do the ui update upon menu open
Stefan Csomor [Sat, 28 Jan 2012 13:31:16 +0000 (13:31 +0000)] 
adding OSX to the platforms which do the ui update upon menu open

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

12 years agoAdded further API for intercepting deletion and content insertion
Julian Smart [Wed, 25 Jan 2012 15:10:09 +0000 (15:10 +0000)] 
Added further API for intercepting deletion and content insertion
Added simple implementation of locked objects to sample

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

12 years agostructure code to Cocoa's possibilities, allows tool windows with just a caption...
Stefan Csomor [Wed, 25 Jan 2012 10:33:26 +0000 (10:33 +0000)] 
structure code to Cocoa's possibilities, allows tool windows with just a caption and no buttons

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

12 years agoAdded more conveniently placed 'List of All Members' link on all class doc pages...
Bryan Petty [Wed, 25 Jan 2012 06:39:53 +0000 (06:39 +0000)] 
Added more conveniently placed 'List of All Members' link on all class doc pages in the header summary (using JS).

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

12 years agoFix return value of wxMBConvUTF8::FromWChar().
Vadim Zeitlin [Wed, 25 Jan 2012 00:10:44 +0000 (00:10 +0000)] 
Fix return value of wxMBConvUTF8::FromWChar().

Apply the same fix as was done in r68694 for ToWChar() to FromWChar(): it also
returned an off by 1 value when not using MAP_INVALID_UTF8_NOT.

Closes #13400.

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

12 years agoUpdate wxCommandProcessor after saving wxDocument.
Vadim Zeitlin [Wed, 25 Jan 2012 00:05:15 +0000 (00:05 +0000)] 
Update wxCommandProcessor after saving wxDocument.

Surprisingly, wxCommandProcessor::MarkAsSaved() method was never called by
wxDocument so saving the document didn't update wxCommandProcessor dirty
status.

Do add a call to MarkAsSaved() now, this allows wxCommandProcessor to track
its status correctly (and actually more correctly than the dirty status of the
document which becomes "dirty" after doing and undoing an operation after
saving it, unlike wxCommandProcessor::IsDirty() which correctly returns false
in this case).

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

12 years agoFix wxCommandProcessor::IsDirty() result after undoing everything after save.
Vadim Zeitlin [Wed, 25 Jan 2012 00:05:12 +0000 (00:05 +0000)] 
Fix wxCommandProcessor::IsDirty() result after undoing everything after save.

IsDirty() returned false when all commands were undone after saving even
though it clearly should have returned true in this case.

Fix this and add comments explaining what happens in this method.

Closes #2862.

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

12 years agoDon't compare invalid iterators in wxCommandProcessor::IsDirty().
Vadim Zeitlin [Wed, 25 Jan 2012 00:05:09 +0000 (00:05 +0000)] 
Don't compare invalid iterators in wxCommandProcessor::IsDirty().

Check that m_lastSavedCommand is valid before comparing it with
m_currentCommand as comparing invalid iterators results in an assert in STL
build (and probably should also result in an assert in non-STL build too for
consistency).

Also move IsDirty() implementation out of line to make it easier to modify it
further in the future and because there is no real reason to keep it inline.

Closes #13465.

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

12 years agoForward declare wxFont in wx/gtk/private.h.
Vadim Zeitlin [Wed, 25 Jan 2012 00:05:06 +0000 (00:05 +0000)] 
Forward declare wxFont in wx/gtk/private.h.

This fixes compilation in STL build (for some strange reason it doesn't affect
the default build however).

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

12 years agoMinor fixes to wxDataViewCtrl::HitTest() in wxGTK.
Vadim Zeitlin [Wed, 25 Jan 2012 00:05:03 +0000 (00:05 +0000)] 
Minor fixes to wxDataViewCtrl::HitTest() in wxGTK.

Initialize the return parameters with invalid values and use const_cast<>.

See #12582.

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

12 years agoSet the initial size of the expanded ribbon panel correctly.
Vadim Zeitlin [Wed, 25 Jan 2012 00:04:59 +0000 (00:04 +0000)] 
Set the initial size of the expanded ribbon panel correctly.

We need to set the client size of the frame showing the panel to the panel
size and not the full frame size.

Closes #13850.

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

12 years agoFix setting frame icon when using non-standard icon sizes in wxMSW.
Vadim Zeitlin [Tue, 24 Jan 2012 22:17:47 +0000 (22:17 +0000)] 
Fix setting frame icon when using non-standard icon sizes in wxMSW.

Set the closest (and larger, if possible) icon if the icon of exactly the
system icon size is not available. This fixes setting the icons when using
custom DPI settings under MSW as the standard icon size may be different from
the standard 32*32 in this case.

This also improves wxIconBundle::GetIcon() to make its behaviour when the icon
with exactly the given size is not found more flexible as a side effect.

Closes #13891.

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

12 years agoAppend all items at once during wxChoice creation in wxMSW.
Vadim Zeitlin [Tue, 24 Jan 2012 21:50:34 +0000 (21:50 +0000)] 
Append all items at once during wxChoice creation in wxMSW.

Appending all items at once is more efficient than doing it one by one in the
loop 9probably because of CB_INITSTORAGE that we send in this case).

Closes #13899.

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

12 years agoadd strike-through font support to wxGraphicsContext on GTK
Paul Cornett [Tue, 24 Jan 2012 18:07:45 +0000 (18:07 +0000)] 
add strike-through font support to wxGraphicsContext on GTK

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

12 years agoadding missing stubs
Stefan Csomor [Mon, 23 Jan 2012 21:06:07 +0000 (21:06 +0000)] 
adding missing stubs

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

12 years agoAdd unit test verifying compilation of various wxFont ctors.
Vadim Zeitlin [Mon, 23 Jan 2012 14:42:56 +0000 (14:42 +0000)] 
Add unit test verifying compilation of various wxFont ctors.

Check that various invocations of wxFont ctor at least compile to avoid
problems like the ones fixed by r70450.

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

12 years agoFix wxButtonToolBar compilation after adding new wxFont ctor overload.
Vadim Zeitlin [Mon, 23 Jan 2012 14:42:53 +0000 (14:42 +0000)] 
Fix wxButtonToolBar compilation after adding new wxFont ctor overload.

The new wxFont ctor added in r70445 resulted in ambiguity when using
wxFont(int, wxFontFamily, wxFontStyle, int) ctor mixing the type-safe values
for the 2nd and 3rd arguments with "untyped" int for the 4th one. Fix this by
avoiding the use of this ctor as it seems impossible to do it in any other
way.

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

12 years agoAdd a property to configure file property dialog kind.
Vadim Zeitlin [Mon, 23 Jan 2012 13:59:52 +0000 (13:59 +0000)] 
Add a property to configure file property dialog kind.

Add wxPG_FILE_DIALOG_STYLE allowing to pass wxFileDialog style that should be
used by the given wxFileProperty. This notably allows to have file properties
accepting not yet existing files, as is needed when using them for the file
names to be saved, not opened.

Closes #13894.

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

12 years agoFix wxTextAttr::m_fontStrikethrough initialization.
Vadim Zeitlin [Mon, 23 Jan 2012 12:33:03 +0000 (12:33 +0000)] 
Fix wxTextAttr::m_fontStrikethrough initialization.

The code added in r70447 didn't initialize m_fontStrikethrough correctly.

This fixes unit test failures for wxRichTextCtrl that appeared since this
change.

See #9907.

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

12 years agoImplement support for stricken-through fonts in markup parser.
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:32 +0000 (11:28 +0000)] 
Implement support for stricken-through fonts in markup parser.

Now that we have strike-through support in wxFont, implement support for <s>
tag in the markup parser.

See #9907.

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

12 years agoAdd support for stricken-through fonts.
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:28 +0000 (11:28 +0000)] 
Add support for stricken-through fonts.

Support stricken-through fonts in wxMSW and wxGTK (including special support
in wxStaticText and wxTextCtrl).

Closes #9907.

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

12 years agoAdd wxFont ctor taking a single flags argument instead of style/weight/...
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:21 +0000 (11:28 +0000)] 
Add wxFont ctor taking a single flags argument instead of style/weight/...

Currently this ctor just does the same thing as the existing ctors in a
different way but it will be extended to support wxFONTFLAG_STRIKETHROUGH in
the next commits.

See #9907.

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

12 years agoFix wxAffineMatrix2D::Translate() to multiply on the left.
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:16 +0000 (11:28 +0000)] 
Fix wxAffineMatrix2D::Translate() to multiply on the left.

The affine transform was previously multiplied by the translation matrix on
the right but this was incompatible with both the MSW version of the same
method and all the other methods of the generic version.

So multiply the transform by the translation on the left, as everywhere else.

Closes #13875.

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

12 years agoFix incorrect scroll positions used in SetScrollbars().
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:12 +0000 (11:28 +0000)] 
Fix incorrect scroll positions used in SetScrollbars().

SetScrollbars() passed its input positions expressed in scroll units to
CalcUnscrolledPosition() which takes positions in pixels. This was definitely
wrong so don't do this and perform the conversion from scroll units to pixels
in SetScrollbars() itself for clarity instead.

It's not clear what concrete bugs, if any, does this fix as the calculated
positions are almost never used anyhow but the old code was obviously
incorrect and the new version has a chance of not being wrong so it's already
an improvement.

Closes #9988.

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

12 years agoAdd check for wxFileCtrl dependency on wxDateTime to wx/chkconf.h.
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:09 +0000 (11:28 +0000)] 
Add check for wxFileCtrl dependency on wxDateTime to wx/chkconf.h.

Enable wxDateTime if it's disabled but wxFileCtrl is enabled as the latter
needs the former, at least in the generic version.

Closes #12821.

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

12 years agoFix incorrect cast resulting in a warning in wxMSW wxMenu code.
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:05 +0000 (11:28 +0000)] 
Fix incorrect cast resulting in a warning in wxMSW wxMenu code.

Menu id is a 32 bit UINT value, even in 64 bit builds, so don't cast it to
UINT_PTR.

Closes #13815.

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

12 years agoAvoid warnings about mismatched format string in wxMSW wxClipboard code.
Vadim Zeitlin [Mon, 23 Jan 2012 11:28:01 +0000 (11:28 +0000)] 
Avoid warnings about mismatched format string in wxMSW wxClipboard code.

Cast the string offsets to "unsigned" explicitly, even though they can be 64
bit (whereas unsigned is 32 bits) under Win64, the strings we operate with
here shouldn't be more than 4GiB long.

See #13815.

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

12 years agoUpdate OS X toolkit names list in wxwin.m4.
Vadim Zeitlin [Mon, 23 Jan 2012 11:27:57 +0000 (11:27 +0000)] 
Update OS X toolkit names list in wxwin.m4.

There is no more "mac" toolkit in 2.9, we have "osx_carbon" and "osx_cocoa"
instead (and also "osx_iphone" but it's not used with configure so far).

Closes #13817.

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

12 years agousing existing member
Stefan Csomor [Mon, 23 Jan 2012 11:15:18 +0000 (11:15 +0000)] 
using existing member

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

12 years agoFixed typo in variable name, fixing #13872.
Stefan Neis [Sun, 22 Jan 2012 17:27:09 +0000 (17:27 +0000)] 
Fixed typo in variable name, fixing #13872.

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

12 years agoAdded a simple benchmark of wxLogDebug() and wxLogTrace().
Vadim Zeitlin [Sun, 22 Jan 2012 00:58:09 +0000 (00:58 +0000)] 
Added a simple benchmark of wxLogDebug() and wxLogTrace().

Measure time taken by these calls when the debug/trace messages are not
enabled.

See #11829.

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

12 years agoCreate wxStaticText with correct label directly in wxTextSizerWrapper.
Vadim Zeitlin [Sun, 22 Jan 2012 00:58:05 +0000 (00:58 +0000)] 
Create wxStaticText with correct label directly in wxTextSizerWrapper.

This is shorter and arguably more clear than doing it in two steps as we did
before and also works in wxUniv, unlike creating wxStaticText with empty label
and setting it later.

Closes #13858.

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

12 years agoFix reparenting generic wxSpinCtrl.
Vadim Zeitlin [Sat, 21 Jan 2012 17:03:52 +0000 (17:03 +0000)] 
Fix reparenting generic wxSpinCtrl.

The existing Reparent() implementation was wrong as it reparented spin control
subwindows under the new parent but left the main window itself under the old
one. Fix this by just not overriding Reparent() at all, the inherited version
works just fine for this control.

Closes #13849.

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

12 years agodeleted CodeWarrior project files
Dimitri Schoolwerth [Sat, 21 Jan 2012 00:53:21 +0000 (00:53 +0000)] 
deleted CodeWarrior project files

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

12 years agoFixed mismatch in amount of format specifiers in Japanese translation for i18n sample.
Dimitri Schoolwerth [Sat, 21 Jan 2012 00:01:00 +0000 (00:01 +0000)] 
Fixed mismatch in amount of format specifiers in Japanese translation for i18n sample.

The translation was missing a %s, copied the translation from the same string at samples/internat/ja/internat.po.

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

12 years agoUpdate the message catalog charset expected by the unit test.
Vadim Zeitlin [Fri, 20 Jan 2012 23:18:29 +0000 (23:18 +0000)] 
Update the message catalog charset expected by the unit test.

The charset of the message catalog files changed to UTF-8 in r70411 but the
unit test still expected ISO-8859-1. Update the unit test too to make it pass
again.

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

12 years agoFix time zone in wxDateTime::UNow().
Vadim Zeitlin [Fri, 20 Jan 2012 22:11:55 +0000 (22:11 +0000)] 
Fix time zone in wxDateTime::UNow().

The internal wxDateTime representation is in the UTC, so use
wxGetUTCTimeMillis() in UNow(), using wxGetLocalTimeMillis() made it
inconsistent with Now() and wrong.

Really closes #13862.

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

12 years agoEnsure wxCharTypeBuffer data is NUL-terminated after extend() call.
Vadim Zeitlin [Fri, 20 Jan 2012 22:11:51 +0000 (22:11 +0000)] 
Ensure wxCharTypeBuffer data is NUL-terminated after extend() call.

As wxCharTypeBuffer ctor taking the length NUL-terminates the buffer, it may
be expected that extend() does the same but it did not. Do add the NUL at the
end for consistency, even though it's not really needed for the existing code
using extend() in wxWidgets itself.

Closes #13885.

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

12 years agoFix documentation of wxConfig::Read(float*) overload.
Vadim Zeitlin [Fri, 20 Jan 2012 22:11:47 +0000 (22:11 +0000)] 
Fix documentation of wxConfig::Read(float*) overload.

Grouping methods using "//@{" and "//@}" apparently doesn't work and
completely wrong documentation is used in this case, so document the two
overloads separately, as it's done for the other methods.

Closes #13884.

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

12 years agoAdd error checking when retrieving client data from wxMSW wxListBox.
Vadim Zeitlin [Fri, 20 Jan 2012 22:11:44 +0000 (22:11 +0000)] 
Add error checking when retrieving client data from wxMSW wxListBox.

Verify if retrieving client data failed which might happen if the index
is invalid for example. This makes code more robust and also consistent with
wxChoice.

Closes #13883.

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

12 years agoCheck that an error really occurred when getting wxChoice data in wxMSW.
Vadim Zeitlin [Fri, 20 Jan 2012 22:11:39 +0000 (22:11 +0000)] 
Check that an error really occurred when getting wxChoice data in wxMSW.

We could wrongly return NULL client data if -1 was stored as client data in
wxChoice because it's the same value as CB_ERR and we always interpreted it as
an error, while it may not be one if GetLastError() doesn't indicate it.

See #13883.

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

12 years agoDestroy modeless wxGenericAboutDialog when it is closed.
Vadim Zeitlin [Fri, 20 Jan 2012 22:11:32 +0000 (22:11 +0000)] 
Destroy modeless wxGenericAboutDialog when it is closed.

Don't leave the wxGenericAboutDialog object alive when non-modal about dialog
(as can be used under GTK and OS X) is closed. This is wasteful and, worse,
resulted in the program not exiting after such a dialog was shown because it
counted as a remaining open top level window.

This also fixes the same bug in wxGTK when using GTK+ 2.4.

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

12 years agoRemoved ellipsis from "About..." occurrences.
Dimitri Schoolwerth [Fri, 20 Jan 2012 16:51:09 +0000 (16:51 +0000)] 
Removed ellipsis from "About..." occurrences.

MS and Apple guidelines mention ellipses should generally be used when a command needs additional information from the user before the operation can execute. This is not the case for showing an about dialog so the ellipses have been removed.

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

12 years agoChanged .po files to use UTF-8 charset.
Dimitri Schoolwerth [Fri, 20 Jan 2012 16:33:41 +0000 (16:33 +0000)] 
Changed .po files to use UTF-8 charset.

Changing the localisation files to be in UTF-8 allows them to be committed by the pre-commit hook script.

Also regenerated relevant .mo files.

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

12 years agoReset next wxMenu event handler in wxUniv when detaching it from wxMenuBar.
Vadim Zeitlin [Fri, 20 Jan 2012 12:35:14 +0000 (12:35 +0000)] 
Reset next wxMenu event handler in wxUniv when detaching it from wxMenuBar.

A detached menu must not send its events to the menu bar that it isn't part of
any longer.

Closes #2620.

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

12 years agoTry to avoid truncation of the message in wxMSW wxMessageDialog.
Vadim Zeitlin [Fri, 20 Jan 2012 12:30:08 +0000 (12:30 +0000)] 
Try to avoid truncation of the message in wxMSW wxMessageDialog.

Use (documented but undefined) TDF_SIZE_TO_CONTENT flag under Windows Vista/7
to reduce the chance that Windows truncates or ellipsizes the message text if
it can't wrap it.

Truncation can still happen for very long words but there doesn't seem to be
any drawbacks to using TDF_SIZE_TO_CONTENT and it does avoid truncation in at
least some cases.

This also improves the situation for wxRichMessageDialog and wxProgressDialog.

Closes #13843.

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

12 years agoAdd SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP.
Vadim Zeitlin [Fri, 20 Jan 2012 12:22:25 +0000 (12:22 +0000)] 
Add SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP.

This allows to post binary data or text data in e.g. UTF-8 encoding (which is
by far the most common case) easily.

Deprecate the existing SetPostBuffer(wxString) as it didn't explicitly specify
the encoding to use for the data to be posted.

Closes #13870.

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

12 years agoAdded wxMemoryBuffer::Clear() and IsEmpty() methods.
Vadim Zeitlin [Fri, 20 Jan 2012 12:22:22 +0000 (12:22 +0000)] 
Added wxMemoryBuffer::Clear() and IsEmpty() methods.

Add two convenient methods which may be used instead of testing or setting the
buffer length.

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

12 years agoRespect image mask in the docview sample.
Vadim Zeitlin [Thu, 19 Jan 2012 22:17:17 +0000 (22:17 +0000)] 
Respect image mask in the docview sample.

Draw images with transparency, if any.

See #13881.

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

12 years agoadapting to new raw_control
Stefan Csomor [Thu, 19 Jan 2012 15:09:02 +0000 (15:09 +0000)] 
adapting to new raw_control

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

12 years agofixing m_axe access indices
Stefan Csomor [Thu, 19 Jan 2012 15:06:22 +0000 (15:06 +0000)] 
fixing m_axe access indices

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

12 years agoguard against invalid color ref
Stefan Csomor [Thu, 19 Jan 2012 15:01:47 +0000 (15:01 +0000)] 
guard against invalid color ref

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

12 years agosolving include order problems for stl and xti
Stefan Csomor [Thu, 19 Jan 2012 15:01:01 +0000 (15:01 +0000)] 
solving include order problems for stl and xti

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

12 years agouse better backward compatibility for menu_open, don't autoenable
Stefan Csomor [Thu, 19 Jan 2012 14:59:35 +0000 (14:59 +0000)] 
use better backward compatibility for menu_open, don't autoenable

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

12 years agoguard against invalid color ref
Stefan Csomor [Thu, 19 Jan 2012 14:06:36 +0000 (14:06 +0000)] 
guard against invalid color ref

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

12 years agosolving include order problems for stl and xti
Stefan Csomor [Thu, 19 Jan 2012 14:04:47 +0000 (14:04 +0000)] 
solving include order problems for stl and xti

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

12 years agoattempt for workaround for stl forward declaration problems
Stefan Csomor [Thu, 19 Jan 2012 09:50:46 +0000 (09:50 +0000)] 
attempt for workaround for stl forward declaration problems

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

12 years agogcc 4.3 issues warning if type attributes are given again - even if they are identica...
Stefan Csomor [Thu, 19 Jan 2012 09:45:49 +0000 (09:45 +0000)] 
gcc 4.3 issues warning if type attributes are given again - even if they are identical - therefore comment them out

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

12 years agogcc 4.3 issues warning if type attributes are given again - even if they are identica...
Stefan Csomor [Thu, 19 Jan 2012 09:00:29 +0000 (09:00 +0000)] 
gcc 4.3 issues warning if type attributes are given again - even if they are identical - therefore comment them out

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

12 years agoadding unix defaults
Stefan Csomor [Thu, 19 Jan 2012 08:55:41 +0000 (08:55 +0000)] 
adding unix defaults

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

12 years agoSkip EVT_RIGHT_UP event in wxHtmlWindow if it wasn't handled.
Vadim Zeitlin [Wed, 18 Jan 2012 23:12:03 +0000 (23:12 +0000)] 
Skip EVT_RIGHT_UP event in wxHtmlWindow if it wasn't handled.

This fixes generation of EVT_CONTEXT_MENU for mouse clicks in wxHtmlWindow
under MSW: it wasn't generated before because we always ate the right mouse
clicks.

Closes #2465.

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

12 years agoreplaced _T() usage with wxT()
Dimitri Schoolwerth [Wed, 18 Jan 2012 23:10:59 +0000 (23:10 +0000)] 
replaced _T() usage with wxT()

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

12 years agoAvoid needless second string conversion when adding files to memory FS.
Vadim Zeitlin [Wed, 18 Jan 2012 19:42:58 +0000 (19:42 +0000)] 
Avoid needless second string conversion when adding files to memory FS.

Create the buffer holding the result of conversion instead of converting
twice, once to only get the length of the result and the second time to get
the data.

Closes #13877.

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

12 years agoGave proper spacing to header include sections.
Bryan Petty [Wed, 18 Jan 2012 19:14:16 +0000 (19:14 +0000)] 
Gave proper spacing to header include sections.

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

12 years agoSynchronised svn:eol-style and svn:executable properties of some file types.
Dimitri Schoolwerth [Wed, 18 Jan 2012 18:00:07 +0000 (18:00 +0000)] 
Synchronised svn:eol-style and svn:executable properties of some file types.

Changed the properties of the following file types:

.am .m4: LF
.plist .plist.in: native
.guess .sh .sh.in .sub: LF, executable

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

12 years agomerged libpng 1.5.7 to trunk
Dimitri Schoolwerth [Wed, 18 Jan 2012 17:55:54 +0000 (17:55 +0000)] 
merged libpng 1.5.7 to trunk

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

12 years agoDon't auto-link with 3rd party libraries in DLL build using MSVC.
Vadim Zeitlin [Wed, 18 Jan 2012 17:26:23 +0000 (17:26 +0000)] 
Don't auto-link with 3rd party libraries in DLL build using MSVC.

It's unnecessary to link with these libraries as they're already embedded
inside our DLLs and the functions from them can't be used anyhow as they're
not declared as DLL-exported in the libraries headers.

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

12 years agofixing RTTI
Stefan Csomor [Wed, 18 Jan 2012 14:19:01 +0000 (14:19 +0000)] 
fixing RTTI

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

12 years agoadding conversion for stl
Stefan Csomor [Wed, 18 Jan 2012 14:05:39 +0000 (14:05 +0000)] 
adding conversion for stl

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

12 years agoNo changes, just minor wxMSW code cleanup: use WinStruct<>.
Vadim Zeitlin [Wed, 18 Jan 2012 10:05:27 +0000 (10:05 +0000)] 
No changes, just minor wxMSW code cleanup: use WinStruct<>.

Use WinStruct instead of the usual ZeroMemory() + cbSize setting fragment to
initialize Win32 structs that need to be initialized in this way.

No real changes.

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

12 years agoFix header formatting problem in wxMessageBox() documentation.
Vadim Zeitlin [Wed, 18 Jan 2012 09:51:38 +0000 (09:51 +0000)] 
Fix header formatting problem in wxMessageBox() documentation.

@header macro must be preceded by a new line.

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

12 years agoRemoved wxQt build slave
Javier Torres [Wed, 18 Jan 2012 00:25:17 +0000 (00:25 +0000)] 
Removed wxQt build slave

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

12 years agoConsistently use "checked" in wxRadioButton documentation.
Vadim Zeitlin [Tue, 17 Jan 2012 23:48:01 +0000 (23:48 +0000)] 
Consistently use "checked" in wxRadioButton documentation.

We used "depressed" or "selected"; replace both of them with hopefully more
clear "checked".

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

12 years agomissing commit, see #10269
Stefan Csomor [Tue, 17 Jan 2012 21:54:02 +0000 (21:54 +0000)] 
missing commit, see #10269

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

12 years agoAdded drawing context to allow 'virtual' (dynamic) attributes, for e.g. showing bookm...
Julian Smart [Tue, 17 Jan 2012 20:03:13 +0000 (20:03 +0000)] 
Added drawing context to allow 'virtual' (dynamic) attributes, for e.g. showing bookmarks without affecting the content

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

12 years agoReplace wxDataViewCtrl::StartEditor() with EditItem().
Václav Slavík [Tue, 17 Jan 2012 14:05:17 +0000 (14:05 +0000)] 
Replace wxDataViewCtrl::StartEditor() with EditItem().

This is more consistent with other wxDVC methods (taking column pointer
as its argument) and other DVC-like classes where the name EditLabel()
is used for similar purposes.

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

12 years agoRemoved unused, wrong wxDataViewCtrl code.
Václav Slavík [Tue, 17 Jan 2012 14:05:11 +0000 (14:05 +0000)] 
Removed unused, wrong wxDataViewCtrl code.

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

12 years agoAdd wxDataViewCtrl::GetCurrentColumn().
Václav Slavík [Tue, 17 Jan 2012 14:05:07 +0000 (14:05 +0000)] 
Add wxDataViewCtrl::GetCurrentColumn().

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

12 years agoSupport for undoable application of custom properties, and customisation of propertie...
Julian Smart [Tue, 17 Jan 2012 12:56:53 +0000 (12:56 +0000)] 
Support for undoable application of custom properties, and customisation of properties menu label

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

12 years agoDeleted SetTypeFromExtension.sea.hqx.
Dimitri Schoolwerth [Tue, 17 Jan 2012 06:18:01 +0000 (06:18 +0000)] 
Deleted SetTypeFromExtension.sea.hqx.

The script or application in this file was used to set the file type for CodeWarrior projects on the Mac. Since that IDE is not supported anymore and OS X is moving away from file and creator types the file can be deleted.

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

12 years agoDeleted makefile.mgl.
Dimitri Schoolwerth [Tue, 17 Jan 2012 06:12:17 +0000 (06:12 +0000)] 
Deleted makefile.mgl.

The makefile referred to a file in src/mgl/, wxMGL has been removed since r70353 so this makefile can be deleted.

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

12 years agoFixed keyboard navigation in generic tree control.
Dimitri Schoolwerth [Tue, 17 Jan 2012 06:06:34 +0000 (06:06 +0000)] 
Fixed keyboard navigation in generic tree control.

Under MSW any cursor key presses would not be handled by the generic tree control (and it would lose focus). Added the style wxWANTS_CHARS to the creation of wxGenericTreeCtrl to fix keyboard navigation.

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

12 years agoFixed duplicate comment #13871
Julian Smart [Mon, 16 Jan 2012 19:02:19 +0000 (19:02 +0000)] 
Fixed duplicate comment #13871

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