Stefan Neis
|
6a17b868de
|
Fixed typos in comments (patch #1515724)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-02 21:40:38 +00:00 |
|
Vadim Zeitlin
|
cc3de8a3fc
|
take pixel sizes into account as well when comparing fonts, not just point sizes which could be the same for fonts with slightly different height in pixels or, worse, the fonts with the same height but compeltely different widths
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-02 12:47:59 +00:00 |
|
Julian Smart
|
9d11268884
|
Added wxTextCtrlBase to type info, useful if different text control
implementations are available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-02 07:41:02 +00:00 |
|
Vadim Zeitlin
|
7093413895
|
added ExpandAllChildrne() (patch 1498343)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-02 01:22:42 +00:00 |
|
Vadim Zeitlin
|
5d95cab89d
|
don't use old name for wxTE_PROCESS_ENTER unavailable when compatibility is off
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-02 01:08:46 +00:00 |
|
Stefan Csomor
|
739cb14a31
|
making sure mac filenames are always decomposed D Unicode UTF8 and the internal wxStrings are using composed D Unicode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-30 14:24:14 +00:00 |
|
Vadim Zeitlin
|
65f0638484
|
flush stderr in wxSafeShowMessage(): this might be unnecessary but definitely doesn't hurt and could be useful if stderr is redirected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-29 12:42:06 +00:00 |
|
Julian Smart
|
d876667522
|
Fixed zoom problem (Robert J.Lang)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-28 12:56:05 +00:00 |
|
Robin Dunn
|
49b6ebb7e1
|
Put back the old wxTreeEvent ctor for compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 21:21:36 +00:00 |
|
Robin Dunn
|
3c3b35589a
|
wxPickerBase derives from wxControl, not wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 19:19:31 +00:00 |
|
Vadim Zeitlin
|
09f277d683
|
added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 14:58:46 +00:00 |
|
Vadim Zeitlin
|
bf85ddfc8a
|
look in the environment for the options values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 14:33:14 +00:00 |
|
Vadim Zeitlin
|
247c23b466
|
fix handling of % in our printf implementation (part of patch 1462778)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 14:21:15 +00:00 |
|
Vadim Zeitlin
|
42a3ecf573
|
create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselves (patch 1512803)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 14:15:31 +00:00 |
|
Vadim Zeitlin
|
a65ffcb229
|
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-27 14:07:45 +00:00 |
|
Vadim Zeitlin
|
58772e4992
|
picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch 1510064)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-26 01:04:44 +00:00 |
|
Vadim Zeitlin
|
ca243008b3
|
remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-26 00:11:59 +00:00 |
|
Vadim Zeitlin
|
b21d68c68b
|
explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are not used (patch 1501701)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-26 00:01:03 +00:00 |
|
Vadim Zeitlin
|
d595fb29c9
|
fix gcc warnings about in printf format (partly modified patch 1500717)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-25 23:47:50 +00:00 |
|
Włodzimierz Skiba
|
841f23e18a
|
Include wx/containr.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-21 07:36:58 +00:00 |
|
Włodzimierz Skiba
|
df69528b7e
|
Include wx/hashmap.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-20 10:24:07 +00:00 |
|
Włodzimierz Skiba
|
8e5ec12961
|
[ 1508778 ] Fix for wxOwnerDrawnComboBox list selection rendering.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-19 21:14:19 +00:00 |
|
Włodzimierz Skiba
|
dd05139a80
|
Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-19 20:18:46 +00:00 |
|
Vadim Zeitlin
|
9413e1e34a
|
allow claling Unassociate() on previously not initialized wxMimeTypesManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-18 21:33:38 +00:00 |
|
Paul Cornett
|
a0f81e9f15
|
use AllocExclusive in wxImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-17 19:09:28 +00:00 |
|
Vadim Zeitlin
|
cb5bc9b7e2
|
don't loop needlessly in OnHelp() if the event comes from the bookctrl itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-16 12:48:54 +00:00 |
|
Włodzimierz Skiba
|
32c62191d7
|
Final fix for Bug #1472688 'wxString::Trim() is broken'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-15 23:21:28 +00:00 |
|
Włodzimierz Skiba
|
db53c6ea2e
|
[ 1506733 ] wxOwnerDrawnComboBox::SetPopupControl argument type check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-15 21:10:58 +00:00 |
|
Włodzimierz Skiba
|
18680f8651
|
Include wx/math.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-15 17:58:49 +00:00 |
|
Włodzimierz Skiba
|
48a1108eb8
|
Include wx/font.h according to precompiled headers of wx/wx.h (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 19:51:14 +00:00 |
|
Włodzimierz Skiba
|
40b26d752d
|
[ 1492053 ] Add wxVListBox style callbacks to wxOwnerDrawnComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 18:38:47 +00:00 |
|
Vadim Zeitlin
|
ec09e18d35
|
more fixes to OnHelp() to avoid infinite recursion when handling help events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 18:37:48 +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 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|