Commit Graph

48520 Commits

Author SHA1 Message Date
Stefan Csomor
c21e990708 backport: adding idle processing in modal loop, closes #10871
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-10 05:17:26 +00:00
Stefan Csomor
099a8b6c90 backport: fixing modal dialog quit after nested message box problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-10 05:07:06 +00:00
Stefan Csomor
4c872ab7a7 backport: disclosure triangles on all implementations are able to give their true best size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-10 05:03:53 +00:00
Stefan Csomor
6cc0c9fe06 backport of: fixing redraw of combobox on osx_cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-10 05:03:27 +00:00
Stefan Csomor
8691e48d7c backport of r60956
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-10 04:25:29 +00:00
Stefan Csomor
9b7d888d26 backport of r60955
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-10 04:22:13 +00:00
Jaakko Salli
1d7d632784 Added section 'Changes from wxPropertyGrid 1.4'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-07 09:07:33 +00:00
Jaakko Salli
41d5e5f5ed Added wxPGProperty::GetValuePlain() and SetValuePlain() for direct m_value access, needed by wxPython bindings .m_value property.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-06 15:24:51 +00:00
Stefan Csomor
3a5db1e7d2 backport: avoiding events during destruction, fixes #10855
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-05 22:38:48 +00:00
Stefan Csomor
3127510223 porting back important speed fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-05 20:51:47 +00:00
Vadim Zeitlin
c71beb790a correct the fix for avoiding the integer multiplication overflow to really work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-04 22:28:48 +00:00
Vadim Zeitlin
bf7102898f account properly for the menu in SetShape() (closes #10870)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-04 22:24:44 +00:00
Stefan Csomor
a618a69fef backport avoid overdrawing, see #10865
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-04 04:32:08 +00:00
Vadim Zeitlin
02043c67d9 check for integer overflow which could result in buffer overrun when loading an invalid TIFF file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-02 13:51:26 +00:00
Vadim Zeitlin
d473de688e don't free() the same pointer twice if an error occurs during lines pointers allocation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-02 13:50:30 +00:00
Robin Dunn
13dcfd96b4 Make this header SWIG-safe
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-06-02 01:51:46 +00:00
Vadim Zeitlin
2b25a82ebc fix ANSI build compilation (closes #10846)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-30 17:02:46 +00:00
Jaakko Salli
d90ce88c33 Added wxPGInitResourceModule(), needed for proper initialization in wxPython bindings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-29 18:17:40 +00:00
Jaakko Salli
f94693fbc4 wxPython 2.9.0 bindings related cleanup (should not have broken anything, really...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-29 16:04:22 +00:00
Stefan Csomor
76f35c3132 backport of fix for non-unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-28 10:52:39 +00:00
Stefan Csomor
8874d1fe21 backport of fix for non-unicode, stl-enable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-28 10:50:58 +00:00
Stefan Csomor
4a76db05ca moving common code up, backport
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-27 12:37:08 +00:00
Stefan Csomor
c9d8580a22 updating cursor code from Dave's newer version, fixes #10798
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-27 10:21:29 +00:00
Stefan Csomor
93b3e28a72 allowing font changes on multi-line textctrls, see #10801
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-27 09:58:37 +00:00
Stefan Csomor
7810727c4b make sure NSScrollers are always having the desired orientation, fixes #10803
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-27 08:29:39 +00:00
Vadim Zeitlin
b9527514f7 always dispatch messages for the hidden window which receives process termination notifications; otherwise calling wxExecute(wxEXEC_SYNC) without an active event loop never returns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-24 19:37:02 +00:00
Vadim Zeitlin
367da17bde disable failing test as we want the test suite to pass in the release and nobody is going to fix it apparently
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-17 11:08:50 +00:00
Vadim Zeitlin
ebe399a631 do not overwrite ms_{hwnd,className} in wxTimerHiddenWindowModule::OnInit() in case they were already initialized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-17 09:58:14 +00:00
Vadim Zeitlin
2e8e3c8e77 move virtual GetPath() implementation out of line to work around an apparent Fedora g++ 4.x bug (see #10791)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-15 18:02:41 +00:00
Julian Smart
8b59f0b3cf Corrected event processing whereby event routing was interrpted and event id changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-14 12:40:13 +00:00
Benjamin Williams
7cdab42ed4 in wxAuiToolBar, make certain that IsChecked() returns correct value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-14 09:59:09 +00:00
Benjamin Williams
3a7c763bce implement default width for toolbar lables (from trunk r60199)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-14 09:55:04 +00:00
Benjamin Williams
2319e66246 Fixed a bug whereby setting one element size set all element sizes (from trunk r60162)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-14 09:53:59 +00:00
Benjamin Williams
260a850572 fix from r59107 - aui toolbar crash fixed (fixes #10371)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-14 06:58:29 +00:00
Vadim Zeitlin
40dad8ead1 don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles [backport of r60596 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-12 10:07:32 +00:00
Vadim Zeitlin
4120c8c802 don't assume that we use timer proc with WM_TIMER as we don't any more (closes #10764 for 2.9) [backport of r60579 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-09 23:12:14 +00:00
Vadim Zeitlin
8d1d23d09a don't check for connected state of UDP sockets which are never connected (closes #10717)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-09 17:26:35 +00:00
Vadim Zeitlin
b9511db797 recreate configure using 0.2.6 version of bakefile.m4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-09 16:09:55 +00:00
Vadim Zeitlin
9f6afbefa5 compilation fix for Windows after the last change (misplaced #endif)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-09 16:04:00 +00:00
Vadim Zeitlin
668fd9c837 don't call Disconnect() if the connection had been already lost (closes #10747) [backport of r60568 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-09 13:24:23 +00:00
Vadim Zeitlin
1ed3f5f1b8 initialize the local address before calling getsockname() on it (closes #10779)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-09 13:07:21 +00:00
Vadim Zeitlin
f8b35ca6dd check for Python and disable automatic STC files updating which requires it if it's not available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-08 23:12:57 +00:00
Stefan Csomor
84fc779fc6 fixing usage of common generic files for all osx_ ports, adding webkit to common osx files, fixes #10768
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-07 08:57:08 +00:00
Stefan Csomor
5a1aa77d25 explicitly export symbols
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-07 08:52:08 +00:00
Stefan Csomor
7869d3bce6 backport of r60533, fixes #10770
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-06 18:51:55 +00:00
Stefan Csomor
4aa912fb7a fixing osx_carbon guard, fixes #10769
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-06 15:50:39 +00:00
Vadim Zeitlin
d6fdbbd6b3 enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-06 11:42:16 +00:00
Vadim Zeitlin
b43378ce72 don't use deprecated EVT_GRID_CELL_CHANGED synonym
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-04 10:14:06 +00:00
Chris Elliott
7a2aa5f448 up to Bakefile 0.2.6 for second time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-02 12:48:28 +00:00
Francesco Montorsi
4ed9846845 backport of r60458 from trunk: don't put NULL pointers in the GdkWindowArray
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-02 10:06:54 +00:00