Francesco Montorsi
|
d8359d3ca0
|
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-13 19:20:47 +00:00 |
|
Stefan Csomor
|
4850cc8b2e
|
using subclass as impl ptr, common code in macro because mix-in are not possible in obj-c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-13 18:35:23 +00:00 |
|
Stefan Csomor
|
2126732187
|
common event code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-13 18:19:42 +00:00 |
|
Francesco Montorsi
|
7c5ac499c8
|
provide our own implementation of wxStrnlen if it's not available; add tests for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-13 12:01:30 +00:00 |
|
Francesco Montorsi
|
f1b63efe89
|
add support for wxStrnlen for those platforms where it's available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 23:25:39 +00:00 |
|
Stefan Csomor
|
7ac5e1c908
|
adding 10.4 build compatibility for osx cocoa, see #10361
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 20:14:39 +00:00 |
|
Francesco Montorsi
|
a2580e1c49
|
use DECLARE_NO_ASSIGN_CLASS() for better readability
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 20:01:14 +00:00 |
|
Vadim Zeitlin
|
4b42c189d5
|
fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_2_8 case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 17:10:23 +00:00 |
|
Jaakko Salli
|
b6fd0b4245
|
Better support for unspecified property value in wxDateProperty and DatePickerCtrl editor, especially when wxDP_ALLOWNONE is used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 17:05:37 +00:00 |
|
Vadim Zeitlin
|
898a466aef
|
restored the default value of wxObjectEventFunctor wxNewEventFunctor and explain why is it needed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 16:53:07 +00:00 |
|
Vadim Zeitlin
|
03f3617bf3
|
fix VC6 ICE; don't call the function which doesn't compare the objects operator==() (see #10000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 16:51:14 +00:00 |
|
Vadim Zeitlin
|
eed7443b52
|
compilation fix after the event patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 16:28:51 +00:00 |
|
Jaakko Salli
|
d8812c6e0e
|
Added wxPGProperty::OnValidationFailure(); needed it and some other tweaks to allow vetoing value changes of ComboBox editors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 16:12:15 +00:00 |
|
Vadim Zeitlin
|
cbc9abd710
|
disable new events for VC9 too, it fails when linking in DLL build (#10000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 15:16:39 +00:00 |
|
Vadim Zeitlin
|
58bd3862b8
|
fix the MSVC check in the last comment and accompanying comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 14:48:13 +00:00 |
|
Vadim Zeitlin
|
8e62855a3f
|
disable new events for MSVC 7, it fails to compile it (#10000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 14:44:54 +00:00 |
|
Vadim Zeitlin
|
0b632977d7
|
don't use wxDELETE unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 14:33:43 +00:00 |
|
Vadim Zeitlin
|
3c77890141
|
add more flexible and safer template Connect() overloads (#10000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 14:26:13 +00:00 |
|
Vadim Zeitlin
|
8946ede10c
|
don't use wxVector<wxDataFormat> from wx/clipbrd.h as wxDataFormat definition is not available in it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 11:56:56 +00:00 |
|
Vadim Zeitlin
|
220ea2b928
|
fix deprecation warnings when building wx with MSVC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-12 11:55:44 +00:00 |
|
Robert Roebling
|
107ea8f069
|
Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 19:53:49 +00:00 |
|
Robert Roebling
|
10c2f98a39
|
Added interface for getting/setting text converter of wxDataInputStream and wxDataOutputStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 19:37:11 +00:00 |
|
Jaakko Salli
|
daeb4e4d4c
|
Fixed bug: SetPropertyValueUnspecified(p) and p->SetValue(wxNullVariant) were out of sync
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 16:24:00 +00:00 |
|
Francesco Montorsi
|
29efc6e4a4
|
split wxGrid implementation in grideditors.cpp (for wxGridCellEditor-derived classes), gridctrl.cpp (for wxGridCellRenderer-derived classes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 15:49:37 +00:00 |
|
Francesco Montorsi
|
2903e6998a
|
just fix some $Id$ tokens
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 11:58:34 +00:00 |
|
Francesco Montorsi
|
d49871bc35
|
typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 11:46:45 +00:00 |
|
Francesco Montorsi
|
755369be7a
|
VC6 gets confused by the protected copy ctor; make it private
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 10:34:55 +00:00 |
|
Vadim Zeitlin
|
7554593053
|
check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTBOX (see #10331)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 00:59:49 +00:00 |
|
Vadim Zeitlin
|
8a2e3f80f6
|
correct typo: s/wxUSE_MENU/&S/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 00:57:48 +00:00 |
|
Vadim Zeitlin
|
e721a2a2a4
|
added wxUSE_HEADERCTRL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 00:57:08 +00:00 |
|
Vadim Zeitlin
|
65ead2309a
|
check for wxUSE_REARRANGECTRL being defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 00:49:43 +00:00 |
|
Vadim Zeitlin
|
f0bb342fed
|
added wxUSE_REARRANGECTRL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 00:44:02 +00:00 |
|
Vadim Zeitlin
|
faef508f6a
|
fix build with wxUSE_MENU==0 (closes #10330)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-11 00:34:09 +00:00 |
|
Stefan Csomor
|
f93849e677
|
fixing wrong constant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 19:56:13 +00:00 |
|
Stefan Csomor
|
c6aa5cafc5
|
native apple event support for osx cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 18:44:38 +00:00 |
|
Francesco Montorsi
|
48598c661a
|
fix deprecation warnings when building filefn.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 16:04:36 +00:00 |
|
Jaakko Salli
|
0eb877f2c1
|
Reverted to old wxPG_AUTO_SORT behavior in which only root properties and immediate children of categories are (automatically) sorted; Added Sort flags; Applied slight optimization when sorting on propgridmanager page change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 15:16:03 +00:00 |
|
Vadim Zeitlin
|
fa8224a15a
|
reverted apparently accidental change of r57896
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 14:55:56 +00:00 |
|
Stefan Csomor
|
2cb5d2d2b7
|
supporting PopUp on osx cocoa as well, see #10361
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 14:43:22 +00:00 |
|
Francesco Montorsi
|
87315ea262
|
fix a couple of typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 11:11:33 +00:00 |
|
Stefan Csomor
|
ca91e1eb7f
|
cleaning up default OPEN and CLOSED HAND cursors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 10:40:35 +00:00 |
|
Stefan Csomor
|
179c2d9136
|
adding open and close hand cursor constants, implementation currently OSX only, closes #10360
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-10 09:45:16 +00:00 |
|
Francesco Montorsi
|
00e3ea1c6f
|
minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefilename; avoid some (small) code duplication; closes #10080
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-09 16:13:49 +00:00 |
|
Francesco Montorsi
|
fc3762b5fc
|
add wxImage::Clear (patch by troelsk); closes #10141
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-09 15:35:59 +00:00 |
|
Francesco Montorsi
|
40ae960071
|
Fix wxTextValidator introducing a wxTextValidatorStyle enums since it does not support multiple combined styles; fix wxTextValidator::Validate when wxFILTER_EXCLUDE_LIST is used; fixes #1211
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-09 12:43:20 +00:00 |
|
Francesco Montorsi
|
79bd5e982b
|
use #if instead of #ifdef for WX_COMPAT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-09 12:40:11 +00:00 |
|
Francesco Montorsi
|
94a007ece4
|
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-08 16:43:56 +00:00 |
|
Francesco Montorsi
|
3adf5bcf2d
|
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-08 15:10:54 +00:00 |
|
Robert Roebling
|
674f0f2783
|
use wxRound(x) instead of int( x+0.5 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-08 14:36:18 +00:00 |
|
Francesco Montorsi
|
89efaf2b65
|
change generic ints to enums in wxDC (closes #9959)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-08 14:21:53 +00:00 |
|