Vadim Zeitlin
1ed403dc4c
we don't need to manually propagate wxHelpEvents upwards, they're already wxCommandEvents and so propagate by default
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 23:59:42 +00:00
Vadim Zeitlin
36a50ffe73
documented recently added Set/GetItemHelpText() and GetItemFromPoint()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 23:57:22 +00:00
Vadim Zeitlin
ab3eae34cc
fix wxFindWindowAtPoint for radiobox buttons, it didn't return the radiobox when mouse was clicked inside it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 23:55:40 +00:00
Robin Dunn
38d4ee871b
always make a buffer bitmap
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 17:58:10 +00:00
Vadim Zeitlin
b6b4695492
redirect to the page only the help events coming from this control itself to avoid infinite recursion when we get a help event originally sent to the page
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 13:32:56 +00:00
Jouk Jansen
a79848accf
Update openVMS compilesupport
...
Modified Files:
setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 09:00:22 +00:00
Kevin Ollivier
84b4e2b6ae
Make sure to create parent dirs in the tree.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-12 00:20:30 +00:00
Kevin Ollivier
d20e98ab7a
An attempt at reducing redundancy and improving readability for manifest-based releases.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 23:08:03 +00:00
Vadim Zeitlin
42447c4f88
we can avoid 2-step construction now that setting wxDIALOG_EX_CONTEXTHELP after window creation works too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 22:46:07 +00:00
Vadim Zeitlin
7bd6bf45ad
update the real window flags when extended flags change and not only the normal ones
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 22:44:53 +00:00
Vadim Zeitlin
188cb2af4f
show setting help text for individual radio box items
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 22:40:07 +00:00
Vadim Zeitlin
af266e5bf7
added possibility to specify modules dependencies
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 22:19:12 +00:00
Vadim Zeitlin
dc26eeb36a
make it possible to associate context help text with individual radiobox items
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 21:13:13 +00:00
Vadim Zeitlin
dc6588e771
made it possible to associate context help to a region of a window
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 21:10:32 +00:00
Vadim Zeitlin
a9c11b71e3
don't send wxHelpEvent generated for WM_HELP to all window parents, wxHelpEvent is already propagated upwards implicitely anyhow so in fact we should prevent the default behaviour for it from taking place
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 21:08:53 +00:00
Kevin Ollivier
4387847f65
No longer using a zip file for VC project files, adding them directly into MSW file list.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 19:20:43 +00:00
Kevin Hock
5f3742c2ff
Fix socket crash in wxURL by safely Destroying the socket rather than deleting it [ patch 1502964 ]
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 18:54:07 +00:00
Stefan Neis
4b90e06ee5
Don't use TreeBook for OS/2 PM port (at least not yet).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 15:37:11 +00:00
Stefan Csomor
3a2a17cd5d
functions may return a CFStringRef that is null, so we make this conversion always return an empty string (crashes otherwise)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 06:32:45 +00:00
Robin Dunn
9f4cc34f37
some docstring fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-11 00:13:05 +00:00
Robin Dunn
35d8bffe01
MaskedEdit patch from Will Sadkin:
...
- Added handling for WXK_DELETE and WXK_INSERT, such that shift-delete
cuts, shift-insert pastes, and ctrl-insert copies.
- Fixed masked.numctrl to allow space for a group char, as this format is
apparently used in several world locales.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-10 22:13:54 +00:00
Stefan Csomor
fce161de8a
numpad keys didn't trigger an update (reason for bug ID1503745)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-10 14:31:08 +00:00
Julian Smart
701e5fd611
Added log for Mac process termination fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-10 08:59:14 +00:00
Robin Dunn
d00077abbe
Switch to overriding OnAssertFailure instead of OnAssert
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-10 03:31:01 +00:00
Robin Dunn
f73cd00f01
Prevent assert and crash if an attempt is made to make a bitmap with
...
dimensions < 1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 23:28:28 +00:00
Vadim Zeitlin
0e9c99232f
gcc printf format warning fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 22:06:19 +00:00
Włodzimierz Skiba
264cb7f5f3
Include wx/validate.h and wx/valtext.h according to precompiled headers of wx/wx.h (with other minor cleaning).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 21:21:53 +00:00
Robin Dunn
fad1650360
Using buffered drawing won't let the themed background show through,
...
so use an ordinary wx.PaintDC instead.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 19:59:06 +00:00
Robin Dunn
71f1747cd5
Give wxMac its own set of face names
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 19:55:28 +00:00
Robin Dunn
3764716de6
Don't use an accelerator for the About box. Ctl(Cmd)-H is reserved on
...
the Mac anyway.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 18:05:55 +00:00
Włodzimierz Skiba
949c9f74c3
Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg.h according to precompiled headers of wx/wx.h (with other minor cleaning).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 17:50:46 +00:00
Włodzimierz Skiba
84c3e788d6
Header listed twice removed.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 17:29:30 +00:00
Włodzimierz Skiba
32a5229008
USE_AUI build fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 15:37:10 +00:00
Vadim Zeitlin
7fdf414082
added the cast to wxFontMapperBase erroneously removed by the last change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 11:22:24 +00:00
Włodzimierz Skiba
3304646d06
Include wx/statusbr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 09:51:39 +00:00
Michael Wetherell
ac2e7107d3
Fix missing semicolon from last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-09 08:50:17 +00:00
Włodzimierz Skiba
59cf2e4999
Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 20:19:29 +00:00
Julian Smart
58c23da1d5
Added missing wx_aui.dsp file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 19:58:59 +00:00
Robin Dunn
04c4117bb7
fix scope of setting self.files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 19:12:13 +00:00
Robin Dunn
2965bd7b21
docstring fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 19:11:45 +00:00
Robin Dunn
267985181a
Add KeyEvent method for setting the m_uniChar member
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 19:11:02 +00:00
Robin Dunn
aaa6f9ba6b
Applied Patch #1502804 : wx*PickerCtrl documentation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 19:10:00 +00:00
Stefan Csomor
df39467f88
missing else
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 18:53:29 +00:00
Robin Dunn
258b2ca681
Applied Patch #1502801 : Missing Clone() functions from some events
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 18:27:44 +00:00
Robin Dunn
8d1c5c3f57
Add 1 to the width returned by DoGetBestSize in order to work around a
...
GTK issue where it sometimes wrapps the text needlessly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 18:15:56 +00:00
Włodzimierz Skiba
895cc20597
Use bottom flat notebook on PocketPC by default.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 13:12:20 +00:00
Włodzimierz Skiba
5b56bffb33
Include wx/memory.h according to precompiled headers of wx/wx.h (with other minor cleaning).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 12:51:01 +00:00
Włodzimierz Skiba
9a6384ca1e
Improvements for building minimal builds and new ports: wxUSE_* usage and minor cleaning.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 11:25:30 +00:00
Robert Roebling
b1d8cb4417
Compilo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 10:17:00 +00:00
Robert Roebling
a84f5f39b8
Correct compilation for GTK < 2.4.
...
Remove double testing for __WXMGL__ and __WXX11__
after testing for __UNIVERSAL__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-08 10:05:42 +00:00