Robin Dunn
|
501b023b17
|
Revert last change, it causes problems with not being able to use
AutoCompletion in situations like "test=foo."
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 18:36:56 +00:00 |
|
Vadim Zeitlin
|
df1496e3eb
|
context help for notebook pages tests added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 18:32:26 +00:00 |
|
Vadim Zeitlin
|
dc134969ef
|
let wxFRAME_EX_CONTEXTHELP override wxM{IN|AX}IMIZE_BOX as the latter are included in the default style and getting rid of them manually requires writing ugly wxDEFAULT_FRAME_STYLE & ~(wxMINIMIZE_BOX | wxMAXIMIZE_BOX) while this is almost always what we need
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 18:27:55 +00:00 |
|
Vadim Zeitlin
|
392c5133ff
|
show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 17:46:51 +00:00 |
|
Włodzimierz Skiba
|
7cf41a5d66
|
Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 17:09:39 +00:00 |
|
Włodzimierz Skiba
|
d4d02bd565
|
Code symetry for both directions of trimming towards fixing bug #1472688.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 16:42:35 +00:00 |
|
Włodzimierz Skiba
|
e6a99197fb
|
wxString::Trim() test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 16:32:24 +00:00 |
|
Julian Smart
|
36043052e8
|
Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 16:31:40 +00:00 |
|
Vadim Zeitlin
|
9aa21ba171
|
fixed wrong return value and child creation login in GetWindowChild() (includes patch 1506083)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 15:55:43 +00:00 |
|
Vadim Zeitlin
|
d0a84b6338
|
fill in flags parameter of HitTest() for all book controls; added new wxNB_HITTEST_ONPAGE bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 15:54:24 +00:00 |
|
Włodzimierz Skiba
|
6dcf9888aa
|
Unneeded semicolon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 15:03:55 +00:00 |
|
Julian Smart
|
5637cc3551
|
Fix for wrong combobox/height being reported if set size is pending
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 13:11:53 +00:00 |
|
Vadim Zeitlin
|
be0e5d699f
|
made wxTree/ListCtrl::HitTest() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 12:00:57 +00:00 |
|
Julian Smart
|
028285e4af
|
wxCalendarCtrl workaround for occasional wrong combobox height reporting on wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 11:42:01 +00:00 |
|
Vadim Zeitlin
|
fc4c80b8c0
|
fix for the last printf format warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 10:33:06 +00:00 |
|
Włodzimierz Skiba
|
3458e408ba
|
Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 10:19:14 +00:00 |
|
Włodzimierz Skiba
|
696978ee96
|
Whitespaces lined up.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 10:14:13 +00:00 |
|
Włodzimierz Skiba
|
b836b6ea08
|
Don't create uneeded variables.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 10:10:53 +00:00 |
|
Włodzimierz Skiba
|
0bca037363
|
Include wx/bitmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 10:02:19 +00:00 |
|
Robin Dunn
|
15fa9a1f82
|
fixed line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 06:38:38 +00:00 |
|
Robin Dunn
|
f10dc08772
|
Revert last change, it was unintended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 04:08:33 +00:00 |
|
Robin Dunn
|
c331e19f10
|
fixed line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 04:05:05 +00:00 |
|
Kevin Ollivier
|
677b38f28e
|
Updating MSW file list.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 23:37:57 +00:00 |
|
Robin Dunn
|
b850e7f334
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 22:33:05 +00:00 |
|
Robin Dunn
|
8942133af3
|
GetItemFromPoint is protected on wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 22:27:52 +00:00 |
|
Robin Dunn
|
e2e2649fab
|
Correctly handle the release of ownership of the wx.FSFile returned
from wx.FileSystemHandler.OpenFile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 22:25:33 +00:00 |
|
Vadim Zeitlin
|
f2f8871a2e
|
document wxHelpEvent::Set/GetOrigin()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 22:05:23 +00:00 |
|
Włodzimierz Skiba
|
1832043f93
|
Include wx/toplevel.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 20:44:51 +00:00 |
|
Robin Dunn
|
cffdf649a9
|
Add support for generating classes for menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 20:12:18 +00:00 |
|
Robin Dunn
|
ab3db25392
|
Allow AutoCompletion for items in collections too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 19:09:03 +00:00 |
|
Robin Dunn
|
a353270280
|
Help text for regions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 19:08:21 +00:00 |
|
Robin Dunn
|
9a45f8a323
|
Change header label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 18:55:07 +00:00 |
|
Robin Dunn
|
7da1b5f9c1
|
Ctrl-letter --> ascii(1..26) for EVT_CHAR events now also works when
CAPS-LOCK is on.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 18:52:28 +00:00 |
|
Włodzimierz Skiba
|
2d4ec36258
|
wxWinCE build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 11:34:36 +00:00 |
|
Włodzimierz Skiba
|
aaa6d89a0d
|
Include wx/arrstr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 11:30:40 +00:00 |
|
Włodzimierz Skiba
|
2760de09d0
|
Removed unused files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 11:05:18 +00:00 |
|
Włodzimierz Skiba
|
7f9d7dea16
|
Fixed broken reference.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 10:41:37 +00:00 |
|
Włodzimierz Skiba
|
fefee1134b
|
Allow some paths to be relative to current dir.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 10:38:45 +00:00 |
|
Włodzimierz Skiba
|
8c3bbbea2d
|
Fixed accidental removal in one of past editings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 10:34:58 +00:00 |
|
Kevin Ollivier
|
1400992213
|
Consolidate the logic for generating file lists, as well as creating zip archives, into one place and remove some old code no longer needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-13 00:07:19 +00:00 |
|
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 |
|