-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathversion-script.in
More file actions
215 lines (203 loc) · 7.11 KB
/
version-script.in
File metadata and controls
215 lines (203 loc) · 7.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
#
# $Id: version-script.in 66942 2011-02-17 12:30:56Z JS $
#
# Notes:
#
# Remove all of the tags below except for the last one when creating new
# development branch.
#
# Once a symbol has been included in a stable release of wxWidgets its version
# cannot be changed.
#
# With each new release a section should be added containing any new symbols,
# for example:
#
# # public symbols added in release 2.6.2 (please keep in alphabetical order):
# @WX_VERSION_TAG@.2 {
# global:
# *wxChoice*GetCurrentSelection*;
# };
#
# If a symbols should have been added in this way, but is forgotten then it
# cannot be added in the next release. This is because it has already been
# released with the generic branch version due to the final wildcard below,
# and once released its version cannot be changed.
# public symbols added in 2.8.12 (please keep in alphabetical order):
@WX_VERSION_TAG@.12 {
*wxDataViewListModel*GetValueByRow*;
*wxDataViewListModel*SetValueByRow*;
*wxGrid*CancelMouseCapture*;
};
# public symbols added in 2.8.11 (please keep in alphabetical order):
#
# NB: Convert{From,To}IeeeExtended() were not really added but they were not
# exported from the shared library before so the effect is as if they were
@WX_VERSION_TAG@.11 {
*ConvertFromIeeeExtended*;
*ConvertToIeeeExtended*;
*wxDC*SetDeviceClippingRegion*;
*wxEVT_WIZARD_PAGE_SHOWN*;
*wxGraphicsContext*GetCairoRenderer*;
*wxHtmlEasyPrinting*GetName*;
*wxHtmlEasyPrinting*SetName*;
*wxIconizeEvent*IsIconized*;
*wxMouseState*IsDown*;
*wxRichTextCtrl*GetContextMenu*;
*wxRichTextCtrl*SetContextMenu*;
*wxShowEvent*IsShown*;
*wxSound*Create*;
*wxXmlNode*Attribute*;
};
# public symbols added in 2.8.10 (please keep in alphabetical order):
@WX_VERSION_TAG@.10 {
*wxAboutDialog*GetCopyrightToDisplay*;
*wxArtProvider*PushBack*;
*wxAuiManager*DoEndResizeAction*;
*wxCArrayString*Release*;
*wxDCBase*GetFontPointSizeAdjustment*;
*wxGraphicsBitmap*;
*wxGraphicsContext*CreateBitmap*;
*wxGraphicsContext*DrawGraphicsBitmap*;
*wxGraphicsRenderer*CreateBitmap*;
*wxWindowBase*DragAcceptFiles*;
};
# public symbols added in 2.8.9 (please keep in alphabetical order):
@WX_VERSION_TAG@.9 {
*wxAuiTabCtrl*OnCaptureLost*;
*wxAuiToolBar*;
*wxWindow*UnsetToolTip*;
};
# public symbols added in 2.8.8 (please keep in alphabetical order):
@WX_VERSION_TAG@.8 {
global:
*TimeZone*Make*;
*wxApp*MacHideApp*;
*wxBitmapButton*OnFocusChange*;
*wxDocManager*MakeNewDocumentName*;
*wxEventLoopGuarantor*;
*wxGridBagSizer*AdjustForOverflow*;
*wxRemotelyScrolledTreeCtrl*DoCalcScrolledPosition*;
*wxRemotelyScrolledTreeCtrl*SetScrollbar*;
*wxRenderer_Draw*;
*wxRichTextAction*CalculateRefreshOptimizations*;
*wxRichTextCtrl*GetTextCursor*;
*wxRichTextCtrl*GetURLCursor*;
*wxRichTextCtrl*SetTextCursor*;
*wxRichTextCtrl*SetURLCursor*;
*wxScrollHelper*HandleOnChildFocus*;
*wxSizer*ComputeFittingClientSize*;
*wxSizer*ComputeFittingWindowSize*;
*wxSizerFlags*ReserveSpaceEvenIfHidden*;
*wxSizerItem*ShouldAccountFor*;
*wxWebKitNewWindowEvent*;
*wxWindowBase*ClientToWindowSize*;
*wxWindowBase*Get*Sibling*;
*wxWindowBase*WindowToClientSize*;
*wxXmlNode*InsertChildAfter*;
};
# public symbols added in 2.8.7 (please keep in alphabetical order):
@WX_VERSION_TAG@.7 {
global:
*wxStaticBox*AcceptsFocus*;
*wxAuiPaneInfo*DockFixed*;
};
# public symbols added in 2.8.5 (please keep in alphabetical order):
@WX_VERSION_TAG@.5 {
global:
*wxAuiTabContainer*IsTabVisible*;
*wxAuiTabContainer*MakeTabVisible*;
*wxAuiTabCtrl*IsDragging*;
*wxAuiTabCtrl*OnChar*;
*wxAuiTabCtrl*OnKillFocus*;
*wxAuiTabCtrl*OnMiddleDown*;
*wxAuiTabCtrl*OnMiddleUp*;
*wxAuiTabCtrl*OnRightDown*;
*wxAuiTabCtrl*OnRightUp*;
*wxAuiTabCtrl*OnSetFocus*;
*wxAuiTabCtrl*OnLeftDClick*;
*wxAuiNotebook*AdvanceSelection*;
*wxAuiNotebook*GetHeightForPageHeight*;
*wxAuiNotebook*GetTabCtrlHeight*;
*wxAuiNotebook*OnTabBgDClick*;
*wxAuiNotebook*OnTabMiddleDown*;
*wxAuiNotebook*OnTabMiddleUp*;
*wxAuiNotebook*OnTabRightDown*;
*wxAuiNotebook*OnTabRightUp*;
*wxAuiNotebook*OnNavigationKey*;
*wxAuiNotebook*SetFont*;
*wxAuiNotebook*SetMeasuringFont*;
*wxAuiNotebook*SetNormalFont*;
*wxAuiNotebook*SetSelectedFont*;
*wxAuiNotebook*ShowWindowMenu*;
*wxDocument*GetUserReadableName*;
*wxEventHashTable*ReconstructAll*;
*wxHtmlEasyPrinting*GetParentWindow*;
*wxHtmlEasyPrinting*SetParentWindow*;
*wxLog*DoCreateOnDemand*;
*wxLogChain*DetachOldLog*;
*wxMemoryFSHandler*AddFileWithMimeType*;
*wxMenuBar*GetMenuLabel*;
*wxMenuBarBase*SetMenuLabel*;
*wxMenuBarBase*GetMenuLabelText*;
*wxMenuBase*GetLabelText*;
*wxMenuItemBase*SetItemLabel*;
*wxMenuItemBase*GetItemLabelText*;
*wxMenuItemBase*GetLabelText*;
*wxMenuItem*GetItemLabel*;
*wxMetafileDC*DoGetTextExtent*;
*wxSetLaunchDefaultBrowserImpl*;
*wxWindowMSW*GetThemedBorderStyle*;
*wxWizard*GetBitmap*;
*wxWizard*SetBitmap*;
*wxPropertySheetDialogXmlHandler*;
};
# public symbols added in 2.8.4 (please keep in alphabetical order):
@WX_VERSION_TAG@.4 {
global:
*wxListCtrl*SetItemPtrData*;
# wxString::To/From8BitData()
*wxString*To8BitData*;
*wxString*From8BitData*;
# wxString::[w]char_str()
*wxString*char_str*;
# wxWritable[W]CharBuffer
*wxWritableCharBuffer*;
*wxWritableWCharBuffer*;
};
# public symbols added in 2.8.2 (please keep in alphabetical order):
@WX_VERSION_TAG@.2 {
global:
# wxFileHistory::Set/GetBaseId()
*wxFileHistory*etBaseId*;
*wxSafeConvert*;
*wxSearchCtrl*SetDescriptiveText*;
*wxSearchCtrl*GetDescriptiveText*;
*wxSizerFlags*Bottom*;
*wxSizerFlags*FixedMinSize*;
*wxSizerFlags*Shaped*;
*wxSizerFlags*Top*;
*wxToolBar*SetToolNormalBitmap;
*wxToolBar*SetToolDisabledBitmap;
};
# public symbols added in 2.8.1 (please keep in alphabetical order):
@WX_VERSION_TAG@.1 {
global:
# wx{Dir|File}Dialog::Get/SetStyle()
*wxFileDialog*etStyle*;
*wxDirDialog*etStyle*;
# Mac OS X only, but it still must go in IIUC
*wxListCtrl*SetFocus*;
*wxListCtrl*OnChar*;
*wxListCtrl*OnRightDown*;
*wxListCtrl*OnMiddleDown*;
*wxListCtrl*FireMouseEvent*;
# wxTreeCtrl::CollapseAll[Children]() and IsEmpty
*wxTreeCtrl*CollapseAll*;
*wxTreeCtrl*IsEmpty*;
};
# symbols available since the beginning of this branch are only given
# generic branch tag (don't remove this!):
@WX_VERSION_TAG@ {
global:
*;
};