Commit Graph

41113 Commits

Author SHA1 Message Date
Václav Slavík
427d3c8d89 wxHTML tables handler didn't properly restore m_enclosingContainer state (fixes #10370)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-21 09:41:09 +00:00
Vadim Zeitlin
5d60211ad2 include wx/button.h to get wxBU_EXACTFIT declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-20 11:53:54 +00:00
Vadim Zeitlin
1baae6e46e add wxBU_EXACTFIT support to wxToggleButton XRC handler (closes #10228)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-20 09:29:23 +00:00
Vadim Zeitlin
f5dda646e2 fix compilation for wxUSE_INTL==0 (closes #10614)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-19 23:43:55 +00:00
Vadim Zeitlin
07f439c78a fix (harmless) MSVC 64 bit compilation warning (closes #10140)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-18 21:58:15 +00:00
Benjamin Williams
792fb7e422 updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-18 13:52:21 +00:00
Benjamin Williams
0808993664 added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-18 13:28:29 +00:00
Vadim Zeitlin
a1447ee372 add wxUSE_IMAGE checks around ctors using Union() overload only defined when wxUSE_IMAGE==1 (closes #10561)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-18 10:07:58 +00:00
Stefan Neis
39db4aa8ed Update m_nSize when shrinking wxArrayString (fixes #10591).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-14 18:36:08 +00:00
Vadim Zeitlin
84230e6740 corrections to Dutch translation from Gideon van Melle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-12 10:30:11 +00:00
Vadim Zeitlin
7d39ece5f1 add wxUSE_CONFIG guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-07 14:03:45 +00:00
Chris Elliott
487c255ad4 for 2.8.10
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-06 08:46:40 +00:00
Julian Smart
7264e9a13d Don't set a large minimum pane size; the splitter should take account of the
minimum size anyway. Having a large minimum size (for both panes) can cause
problems when both panes are small.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-05 15:54:25 +00:00
Julian Smart
4312d124eb Prevent the splitter sash being set smaller than minimum size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-05 15:44:24 +00:00
Bryan Petty
acf0714a67 Merged r59317 from trunk: More wxWindows -> wxWidgets updates (mostly URLs and mailing list addresses).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-04 19:12:53 +00:00
Vadim Zeitlin
1dac3cb00c fix old font size restoration in DoGetTextExtent() [backport of r56791 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-03 10:34:35 +00:00
Vadim Zeitlin
e269da69af update to Dutch translations from Gideon van Melle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-02 11:51:28 +00:00
Václav Slavík
2b2532d0ae fixed compiler warning about struct/class mismatch (fixes #10534)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-02 10:43:00 +00:00
Chris Elliott
8dc15a3207 fix as per thread from http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/111645
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-01 13:15:04 +00:00
Vadim Zeitlin
59214a529e don't use mbstowcs(NULL) with Cygwin (closes #10526)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-28 19:34:30 +00:00
Vadim Zeitlin
2175a98d7c mark alpha as being static if data is static too (closes #10525) [backport of r57528 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-28 15:44:53 +00:00
Vadim Zeitlin
7943d0c498 Turkish translation updated [backport of r59191 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-27 18:11:38 +00:00
Julian Smart
e76c939644 Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-27 08:56:42 +00:00
Kevin Ollivier
81a7515f07 Fix ordering.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 19:04:21 +00:00
Kevin Ollivier
c13b375d60 Adding new symbols needed for wxGraphicsBitmap support.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 17:55:17 +00:00
Chris Elliott
eff8d6676c update for 2.8.10-rcX with bakefile 0.2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 11:46:57 +00:00
Vadim Zeitlin
a387e1861f added wxAboutDialog::GetCopyrightToDisplay()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 10:59:01 +00:00
Vadim Zeitlin
4f1a25e2e2 rebake after WX_AGE change in build/bakefiles/version.bkl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 10:56:37 +00:00
Vadim Zeitlin
02b050d33e correct WX_AGE after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 10:51:53 +00:00
Chris Elliott
95b0440c91 update for 2.8.10-rcX with bakefile 0.2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 09:32:29 +00:00
Chris Elliott
f0bc6d38f9 update for 2.8.10-rcX with bakefile 0.2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 09:29:57 +00:00
Julian Smart
089e2370e6 Fixed symbol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-26 08:02:30 +00:00
Vadim Zeitlin
07c18710a3 fix handling of long lines in wxGridCellAutoWrapStringRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-25 00:09:23 +00:00
Benjamin Williams
b3069defb2 focus fixes for wxAUINotebook (fixes #4361)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-24 18:37:01 +00:00
Bryan Petty
ff51d5a8cd Blind fix for crash when undocking AUI toolbars (#10371 and #10516).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-23 18:28:05 +00:00
Vadim Zeitlin
3860d4fa2b fix some buffer overflows (closes #10500)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-23 11:51:34 +00:00
Chris Elliott
b5d6d28172 fix as per http://article.gmane.org/gmane.comp.lib.wxwindows.general/64255
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-22 16:07:58 +00:00
Jaakko Salli
b1bcba1370 Fixed documentation of wxComboPopup::m_combo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-22 08:52:07 +00:00
Stefan Neis
beabe005be Added wxSingleInstanceChecker for OS/2 (patch #10491).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-21 13:53:19 +00:00
Chris Elliott
8c83a06dcc use correct form of rtf for making PDF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 12:47:48 +00:00
Chris Elliott
19a575d6e9 use correct form of rtf for making PDF
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 12:26:16 +00:00
Chris Elliott
bc134bdbd0 add missing macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 10:37:10 +00:00
Chris Elliott
4ed33956e1 missing backticks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 10:23:46 +00:00
Chris Elliott
5bedd2a85f moved bakefile_gen.exe
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 09:27:15 +00:00
Chris Elliott
0e313f3eb1 rc2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 08:58:17 +00:00
Chris Elliott
2151cce9a4 rc2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-20 08:56:53 +00:00
Julian Smart
0cfb0d905c Added licensing information
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-18 15:59:37 +00:00
Julian Smart
34a76eb481 Added licensing information
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-18 15:58:25 +00:00
Francesco Montorsi
4a7f0351fc always NUL-terminate the m_szFlags buffer; add test for %*s case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-18 15:49:09 +00:00
Stefan Csomor
2e70f5211e adding bitmap button version for colour picker, used by setting wxCLRBTN_USES_BMP_BUTTON to 1, off by default also on Mac for binary compat reasons.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-17 13:31:28 +00:00