Vadim Zeitlin
418f27dbeb
blind fix to let wxDB compile in debug without threads
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 19:02:28 +00:00
Vadim Zeitlin
24ba0ff2cb
don't crash if conversion to MB string fails in wxLogStream::DoLogString()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 18:58:48 +00:00
Chris Elliott
79612af124
add missing sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 16:37:28 +00:00
Robert Roebling
2b4dbe37c7
Remove debug code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 12:19:00 +00:00
Julian Smart
0bd53ba770
Fixed caret sizing bug
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 12:17:36 +00:00
Robert Roebling
d04fb039dc
Remove check for non-existing wxUSE_TASKBARICON
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 10:37:57 +00:00
Robert Roebling
deb64c34ff
Fix ending label-editing bug when clicking elsewhere
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 07:57:21 +00:00
Julian Smart
2af5a7ead3
Fix for status bar having themed border
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 07:15:51 +00:00
Paul Cornett
c69dd6e4b0
build fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 04:22:04 +00:00
Paul Cornett
64f175203f
more value updating fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-14 04:11:01 +00:00
Vadim Zeitlin
e79310d60f
don't interpret the first DWORD of data as its size if there is nothing following it (this fixes bug 1791459 for the 2.8 branch)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-13 18:42:19 +00:00
Paul Cornett
fcf879e4f7
fix SetValue
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-13 17:34:27 +00:00
Robert Roebling
51f5939388
[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-13 14:33:38 +00:00
Paul Cornett
4a0203300d
add wxUSE_TASKBARICON wrapper
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-12 16:48:41 +00:00
Vadim Zeitlin
5326ac9c73
chop off the unwanted \r from GetLineText() return value for richedit 2.0 controls (patch 1780110)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-10 11:16:04 +00:00
Vadim Zeitlin
2e90607dbe
don't change locale in XRC GetFloat() method, change the strings to use the current locale decimal point separator instead (patch 1783849)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-09 22:24:43 +00:00
Vadim Zeitlin
97fee60f06
declare wxEVT_GRID_COL_MOVE event (which was defined but not declared in the header) and add macros for handling it (patch 1788077)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-09 21:39:11 +00:00
Vadim Zeitlin
58d7052775
don't give spurious error message if non-empty status bar field style is specified in XRC (patch 1791037)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-09 21:32:44 +00:00
Vadim Zeitlin
1d497cf7db
fixed off by 1 bug in wxDC::GradientFillLinear() (patch 1788549)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-09 19:36:50 +00:00
Julian Smart
721fbc2f1c
Only write text colour if the colour is valid
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-07 14:15:46 +00:00
David Elliott
d230db40d0
Merged 48589 from trunk:
...
Make a slider control created with a particular size/position adjust itself to the only size that works and adjust the positioning accordingly.
Implement the wxSL_AUTOTICKS style.
Patch from Mark Oxenham. Copyright 2007 Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-06 16:47:01 +00:00
Vadim Zeitlin
ececeb6536
fixed off by 1 bug in converting premultiplied DIB pixel values to non-premultiplied image ones
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-05 23:01:02 +00:00
Robert Roebling
0e4341c1ec
fixes [ 1779152 ] FileDataObject Unicode, [ 1643699 ] DnD File Unicode error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-05 12:39:06 +00:00
Julian Smart
9ffcc41fc4
Change log for wxRichTextCtrl default colour correction
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 18:56:49 +00:00
Julian Smart
47ced6d05c
Corrected default background and text colours
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 18:53:55 +00:00
Julian Smart
5d8cbd4bac
Documented URL fix in wxRichTextCtrl's XML saving code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 15:47:32 +00:00
Julian Smart
4cb2dc5b7e
Fixed URL saving/loading
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 14:20:22 +00:00
Robert Roebling
facdc71a63
backport wxTaskBarIcon fixes for GTK+
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 13:47:54 +00:00
Julian Smart
f418465ed4
Always set the background colour for XP, for consistent toolbar backgrounds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 13:44:02 +00:00
Robert Roebling
1e59f7f503
correct scrolling of various GTK+ widgets such as GtkFrame (wxStaticBox)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 13:24:46 +00:00
Julian Smart
9ccefe88a6
Corrected a typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 13:23:25 +00:00
Julian Smart
20f7966a08
Only apply the background fix if the toolbar has controls
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-04 06:58:11 +00:00
Vadim Zeitlin
cc285521ad
fix translation of wx priority values to the standard Unix ones in SetPriority()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-03 22:52:38 +00:00
Vadim Zeitlin
8d2e73e34d
fix WX_GL_STEREO attribute handling: value for it was missing in the attribute list
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-03 22:35:43 +00:00
Paul Cornett
20ba4616e6
call SetLegacyWMProperties last, it calls gtk_widget_realize, which will lead to assertion failures if initialization has not been done yet
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-03 20:45:21 +00:00
David Elliott
7748a0b287
Merged 47941 from trunk:
...
Implement wxRadioButton Get/SetLabel methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-03 18:16:03 +00:00
David Elliott
6d120be7b8
Merged 48530 from trunk:
...
Try the DefaultProperties key if the buildSettings key doesn't work when reading the SDKSettings.plist.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-03 18:12:28 +00:00
David Elliott
aadb49f665
Implement wxButton::SetDefault to call SetDefaultItem on the top-level window.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-03 17:17:35 +00:00
Stefan Neis
1ebca144e6
Fixed obvious error (no idea why it apparently used to compile before...).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-02 21:09:21 +00:00
Julian Smart
ceae285234
Fixes for standard SDK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-02 20:24:14 +00:00
Julian Smart
725e527204
Alternative project editing instructions for WinCE/VS 2005
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-01 16:25:41 +00:00
Paul Cornett
93f7a33ef5
X property data is long for format 32
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-30 17:13:20 +00:00
Chris Elliott
16d040053a
2.8.4 still found; updated to 2.8.5
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-30 13:34:07 +00:00
Julian Smart
6dbe31d3de
Avoid crash if user aborts the print
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-29 16:40:46 +00:00
Julian Smart
f9f54ae680
Log for wxToolBar background colour fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-29 15:41:08 +00:00
Julian Smart
296a086a76
The toolbar background for some colour schemes cannot be determined
...
(for example Silver). So set an explicit background colour to avoid parts of
the background being painted wrongly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-29 15:39:12 +00:00
Robin Dunn
483f7ab600
update version
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-29 05:31:34 +00:00
David Elliott
e72ebd8dc5
Added autom4te 2.59 frozen m4 so autoconf -B build/autoconf_prepend-include
...
will work even when autoconf is not 2.59 (e.g. it is 2.61)
Updated configure pending release such that it shows the real svn Id of
the configure.in it was generated from.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-29 03:42:45 +00:00
Robin Dunn
aec20c9c0f
bake with bakefile 0.2.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-28 23:39:10 +00:00
Robin Dunn
66352e8859
Set version number to 2.8.5.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-28 23:32:41 +00:00