Commit Graph

48499 Commits

Author SHA1 Message Date
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
Chris Elliott
1fb039106f require BCC 5.82 for templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-28 07:37:58 +00:00
Chris Elliott
d90fd4bc30 fix Borland as per trac 10736
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-28 07:36:54 +00:00
Chris Elliott
bb79508b3d require BCC 5.82 for templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-28 07:35:36 +00:00
Chris Elliott
96e41f0980 same as 60347, Borland bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-27 13:59:08 +00:00
Chris Elliott
29e3a5ae78 tracker 10737 fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 15:47:58 +00:00
Vadim Zeitlin
30a5a56e2b set eol style correctly (see #10745)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 19:41:08 +00:00
Vadim Zeitlin
3dc212f54e use svn:eol-style instead of eol:style (see #10745)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 19:36:36 +00:00
Vadim Zeitlin
312e4a1c8c add missing wx/module.h header to fix PCH-less build (closes #10743)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 19:12:01 +00:00
Vadim Zeitlin
e6f26c51c3 set more svn properties for the files which didn't have them set correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 18:43:48 +00:00
Vadim Zeitlin
cf7621a3c1 fix a problem with loading inked.dll (see #10633)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 18:41:02 +00:00
Vadim Zeitlin
e3a73cc87e WinCE compilation fix: ifdef out HandlePaint() (see #10731)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 12:45:25 +00:00
Vadim Zeitlin
ea3ff60dec set correct EOL style for files added in r58024 [backport of r60383 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 11:12:08 +00:00
Kevin Ollivier
6f55bf72d4 Rebake after last change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 02:57:08 +00:00
Kevin Ollivier
4b64387e7d Don't move the actual executable, just link to it. (backport from trunk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-26 02:47:45 +00:00
Vadim Zeitlin
372e9891c5 include <windows.h> instead of <basetsd.h> which is not provided by all compilers [backport of r60261 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 23:27:06 +00:00
Chris Elliott
67d907113e update bakefile to 0.2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 09:25:26 +00:00
Chris Elliott
517ff47624 changes for bulding daily trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 08:08:43 +00:00
Chris Elliott
d47dd1aece update where version number needs fixing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 08:07:28 +00:00
Chris Elliott
85bd737814 fix version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 07:58:57 +00:00
Robin Dunn
f8080e0648 Use a hidden window to catch the timer messages instead of a timer proc. This fixes an obscure problem where a new activation context is ignored while in the scop of the timer callback. wxPython needs the activation context to always be active.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-24 05:02:02 +00:00
Chris Elliott
fa1ac35ed4 windows and docs built for 2.9.0rc1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-23 14:52:38 +00:00