projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix wxStringOutputStream::Write() in Unicode build when the output overlaps a boundar...
[wxWidgets.git]
/
include
/
wx
/
mac
/
setup0.h
diff --git
a/include/wx/mac/setup0.h
b/include/wx/mac/setup0.h
index a572b39648d03885c4c8c0d431b73b4ae0919a49..dbf2ba1d597af4e877354acfa3037e3eccf103c2 100644
(file)
--- a/
include/wx/mac/setup0.h
+++ b/
include/wx/mac/setup0.h
@@
-28,15
+28,17
@@
// compatibility settings
// ----------------------------------------------------------------------------
// compatibility settings
// ----------------------------------------------------------------------------
-// This setting determines the compatibility with 2.
4 API: set it to 1
to
-//
enable it but please consider updating your code instead
.
+// This setting determines the compatibility with 2.
6 API: set it to 0
to
+//
flag all cases of using deprecated functions
.
//
//
-// Default is 0
+// Default is 1 but please try building your code with 0 as the default will
+// change to 0 in the next version and the deprecated functions will disappear
+// in the version after it completely.
//
// Recommended setting: 0 (please update your code)
//
// Recommended setting: 0 (please update your code)
-#define WXWIN_COMPATIBILITY_2_
4
0
+#define WXWIN_COMPATIBILITY_2_
6
0
-// This setting determines the compatibility with 2.
6
API: set it to 0 to
+// This setting determines the compatibility with 2.
8
API: set it to 0 to
// flag all cases of using deprecated functions.
//
// Default is 1 but please try building your code with 0 as the default will
// flag all cases of using deprecated functions.
//
// Default is 1 but please try building your code with 0 as the default will
@@
-44,7
+46,7
@@
// in the version after it completely.
//
// Recommended setting: 0 (please update your code)
// in the version after it completely.
//
// Recommended setting: 0 (please update your code)
-#define WXWIN_COMPATIBILITY_2_
6
1
+#define WXWIN_COMPATIBILITY_2_
8
1
// MSW-only: Set to 0 for accurate dialog units, else 1 for old behaviour when
// default system font is used for wxWindow::GetCharWidth/Height() instead of
// MSW-only: Set to 0 for accurate dialog units, else 1 for old behaviour when
// default system font is used for wxWindow::GetCharWidth/Height() instead of
@@
-565,6
+567,13
@@
// Recommended setting: 1
#define wxUSE_AUI 1
// Recommended setting: 1
#define wxUSE_AUI 1
+// Use wxStyledTextCtrl, a wxWidgets implementation of Scintilla.
+//
+// Default is 1
+//
+// Recommended setting: 1
+#define wxUSE_STC 1
+
// Enable the new wxGraphicsPath and wxGraphicsContext classes for an advanced
// 2D drawing API. (Still somewhat experimental)
// Enable the new wxGraphicsPath and wxGraphicsContext classes for an advanced
// 2D drawing API. (Still somewhat experimental)
@@
-639,6
+648,7
@@
#define wxUSE_RADIOBOX 1 // wxRadioBox
#define wxUSE_RADIOBTN 1 // wxRadioButton
#define wxUSE_SCROLLBAR 1 // wxScrollBar
#define wxUSE_RADIOBOX 1 // wxRadioBox
#define wxUSE_RADIOBTN 1 // wxRadioButton
#define wxUSE_SCROLLBAR 1 // wxScrollBar
+#define wxUSE_SEARCHCTRL 1 // wxSearchCtrl
#define wxUSE_SLIDER 1 // wxSlider
#define wxUSE_SPINBTN 1 // wxSpinButton
#define wxUSE_SPINCTRL 1 // wxSpinCtrl
#define wxUSE_SLIDER 1 // wxSlider
#define wxUSE_SPINBTN 1 // wxSpinButton
#define wxUSE_SPINCTRL 1 // wxSpinCtrl
@@
-1070,8
+1080,6
@@
// Use wxHTML-based help controller?
#define wxUSE_WXHTML_HELP 1
// Use wxHTML-based help controller?
#define wxUSE_WXHTML_HELP 1
-#define wxUSE_RESOURCES 0
- // 0 for no wxGetResource/wxWriteResource
#define wxUSE_CONSTRAINTS 1
// 0 for no window layout constraint system
#define wxUSE_CONSTRAINTS 1
// 0 for no window layout constraint system