Commit Graph

40921 Commits

Author SHA1 Message Date
Julian Smart
8f787613ff Correction for menu code problem introduced in 2.8.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-12 20:25:44 +00:00
Vadim Zeitlin
4f9b965ff1 use locale-dependent decimal separator in our wxStrtod() implementation (recloses #8740)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-10 18:22:32 +00:00
Paul Cornett
cfa1d113a1 fix botched copy-n-paste from r40978
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-10 03:54:19 +00:00
Stefan Csomor
766b74922c use 10.3 backwards compatible names for constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-09 07:44:39 +00:00
Stefan Csomor
aafb2a38a0 10.3 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-08 15:54:22 +00:00
Stefan Csomor
ba38a93d2a changing to c name mangling, so that glgrab.c can use it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-08 15:53:15 +00:00
Stefan Neis
e76c255ddf Updated information about bug tracker.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 09:26:45 +00:00
Vadim Zeitlin
c18b12458f don't refresh the current cell in SetCellHighlightROPenWidth() if it's invalid (#9523)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 02:09:03 +00:00
Vadim Zeitlin
d62e7042e3 specify the name of the control (#9515)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-07 00:04:53 +00:00
Vadim Zeitlin
2d164de6e1 don't leave current item index invalid after SetItemCount() (ticket #3720)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 22:55:23 +00:00
Julian Smart
208f7fd110 Fixed reading of image type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-06 15:21:35 +00:00
Vadim Zeitlin
ffbf09ac1e set focus to the control when it's clicked [backport of r53014 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-05 15:48:55 +00:00
Stefan Neis
f889378dac More compilation fixes for mingw-w64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-04 10:52:33 +00:00
Stefan Csomor
0e7eeb264e when no prefix used, #if cannot work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-04 09:07:16 +00:00
Stefan Csomor
45cf406a74 guarding with wxMAC_USE_CORE_GRAPHICS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-04 07:16:36 +00:00
Stefan Csomor
68f2291fe5 adding glgrab to project
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-04 07:12:31 +00:00
Julian Smart
c5c857c9a2 Out by one correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-04 06:14:40 +00:00
Stefan Csomor
c20b3423a5 to make sure the CG code never gets called when not in a CG-Build, as this method is only needed for dcgraph's blitting, no loss anyway
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-04 04:35:11 +00:00
Benjamin Williams
dbdb570aef prevent memory leak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-03 16:51:43 +00:00
Vadim Zeitlin
26a52b47a1 fix unused parameter warning (ticket #9529)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-03 12:42:13 +00:00
Julian Smart
082d227991 Blind fix for !CG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-03 10:18:20 +00:00
Robin Dunn
1736ea5474 Add a SetDoubleBuffered method for wxMSW (XP+)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 18:27:16 +00:00
Robin Dunn
a31d0ae84c Fallback to old API if there was an error getting the printer resolution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 18:22:15 +00:00
Vadim Zeitlin
24755a87af regenerated after recent autoconf_inc.m4 change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 16:41:27 +00:00
Václav Slavík
223f9891fd regenerated all 2.8 makefiles with bakefile-0.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 10:59:26 +00:00
Václav Slavík
8f89791fb9 fixed OSX bundles bkl code to handle conditional targets correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 10:38:31 +00:00
Robert Roebling
0751db411c Only test new renderer methods on GTK+2, MSW and MAC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-02 09:58:29 +00:00
Vadim Zeitlin
0c2cc3c833 correct DateTimeTestCase::TestTimeTicks() [backport of r53902 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 20:32:26 +00:00
Paul Cornett
00337417d6 fix removing control tool (partial backport of r52840 and r53913), ticket #4102
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 20:18:12 +00:00
Chris Elliott
15fb47f71d force dos line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 20:00:42 +00:00
Chris Elliott
b60cdb6223 force dos line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 19:58:55 +00:00
Vadim Zeitlin
35a19b88d9 define TEST_NET as 0 instead of leaving it undefined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 19:16:15 +00:00
Vadim Zeitlin
0a1863bca2 disable tests which fail in build bot builds on test drive machines, as nobody is going to fix them anyhow it's better to at least be able to notice any new breakage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 18:49:55 +00:00
Vadim Zeitlin
4bdfaa384b fix wxDateTime::ParseRfc822Date() to handle missing seconds (ticket #1341)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 14:37:26 +00:00
Vadim Zeitlin
7cc81fb81e test for fifth getsockopt() argument type using C++ compiler, not C one (blind fix for HP-UX buildbot failure)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-01 13:15:22 +00:00
Stefan Csomor
bb6fc02ac1 supporting Freeze and Thaw in native control, has huge implications on performance of lists with many thousands of elements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-31 17:30:06 +00:00
Stefan Neis
4cfb1203e1 Compilation fixes for mingw-w64.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-31 12:43:44 +00:00
Robin Dunn
e55016647a Don't use both -framework OpenGL and -lGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-31 05:44:14 +00:00
Julian Smart
444c36355c Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 17:51:02 +00:00
Julian Smart
6f36b37f03 Don't update UI if hidden
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 17:44:06 +00:00
Stefan Csomor
667902fa25 remove duplicate line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 17:14:58 +00:00
Stefan Csomor
66b926e0cf fixing a problem where CoreGraphics didn't correctly clip to an empty region
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 16:47:45 +00:00
Stefan Csomor
a69994a545 make sure invisible windows cannot paint using a wxClientDC or wxWindowDC by making their clip rect empty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-30 16:42:09 +00:00
Robert Roebling
dee6abf6d4 Don't fail compilation with GTK+ 2.2 in 2.8 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 23:47:20 +00:00
Kevin Ollivier
a1e9e50736 Rebaked files after last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 17:05:10 +00:00
Kevin Ollivier
638d138729 Implementing wxScreenDC::GetAsBitmap on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 17:04:18 +00:00
Vadim Zeitlin
09cd20825b don't give an error if VT_DATE variant is being released, there is nothing to do for it anyhow (closes #4527)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 13:35:52 +00:00
Stefan Csomor
cdc601664a guarding against crashes because of out-of-bounds accesses in release mode (returning 0), better error reporting in debug builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 09:54:55 +00:00
Stefan Csomor
28387bbc2d guarding against crashes because of out-of-bounds accesses in release mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 09:53:59 +00:00
Stefan Csomor
1a4dea22ec define HAVE_DLOPEN as it's always available on >=10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-29 07:06:45 +00:00