View | Details | Raw Unified | Return to bug 265093 | Differences between
and this patch

Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 17559-17561 security/s2n|security/s2n-tls|2022-09-13|Moved to match upstream name Link Here
17559
audio/kid3-kf5|audio/kid3@kf5|2022-09-13|Merged into flavorized version
17559
audio/kid3-kf5|audio/kid3@kf5|2022-09-13|Merged into flavorized version
17560
audio/kid3-qt5|audio/kid3@qt5|2022-09-13|Merged into flavorized version
17560
audio/kid3-qt5|audio/kid3@qt5|2022-09-13|Merged into flavorized version
17561
audio/phaserotate-lv2|audio/x42-plugins-lv2|2022-09-13|phaserotate-lv2 LV2 plugin is included in the x42-plugins-lv2 plugin collection
17561
audio/phaserotate-lv2|audio/x42-plugins-lv2|2022-09-13|phaserotate-lv2 LV2 plugin is included in the x42-plugins-lv2 plugin collection
17562
x11-toolkits/wxgtk31|x11-toolkits/wxgtk32|2022-09-16|Obsolete, use x11-toolkits/wxgtk32
(-)b/Mk/bsd.wx.mk (-9 / +9 lines)
Lines 111-119 _WX_Definitions_Done= yes Link Here
111
111
112
_WX_COMPS_ALL=		wx contrib python
112
_WX_COMPS_ALL=		wx contrib python
113
_WX_DEP_TYPES_ALL=	build lib run
113
_WX_DEP_TYPES_ALL=	build lib run
114
_WX_VERS_ALL=		2.8 3.0 3.1
114
_WX_VERS_ALL=		2.8 3.0 3.2
115
_WX_VERS_UC_ALL=	2.8 3.0 3.1
115
_WX_VERS_UC_ALL=	2.8 3.0 3.2
116
_WX_VERS_SKIP=		3.0 3.1
116
_WX_VERS_SKIP=		3.0 3.2
117
_WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
117
_WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
118
118
119
#
119
#
Lines 136-147 _WX_LIB_contrib_2.8= wx_gtk2${_WX_UC}_fl-2.8 Link Here
136
_WX_PORT_wx_3.0=	x11-toolkits/wxgtk30@${_GTKFLAVOR}
136
_WX_PORT_wx_3.0=	x11-toolkits/wxgtk30@${_GTKFLAVOR}
137
_WX_LIB_wx_3.0=		wx_baseu-3.0
137
_WX_LIB_wx_3.0=		wx_baseu-3.0
138
138
139
_WX_PORT_python_3.1=	x11-toolkits/py-wxPython4@${PY_FLAVOR}
139
_WX_PORT_python_3.2=	x11-toolkits/py-wxPython4@${PY_FLAVOR}
140
_WX_FILE_python_3.1=	${PYTHON_SITELIBDIR}/wx/__init__.py
140
_WX_FILE_python_3.2=	${PYTHON_SITELIBDIR}/wx/__init__.py
141
141
142
# wxgtk 3.1
142
# wxgtk 3.2
143
_WX_PORT_wx_3.1=	x11-toolkits/wxgtk31
143
_WX_PORT_wx_3.2=	x11-toolkits/wxgtk32
144
_WX_LIB_wx_3.1=		wx_baseu-3.1
144
_WX_LIB_wx_3.2=		wx_baseu-3.2
145
145
146
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropriately.
146
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropriately.
147
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
147
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".
Lines 406-412 _WX_VER= ${ver} Link Here
406
# Set variables.
406
# Set variables.
407
#
407
#
408
408
409
.  if ${_WX_VER} == 3.1
409
.  if ${_WX_VER} == 3.2
410
_GTKVER=	3
410
_GTKVER=	3
411
.  elif ${_WX_VER} == 3.0
411
.  elif ${_WX_VER} == 3.0
412
_GTKVER=	${WANT_WXGTK_VER:U3}
412
_GTKVER=	${WANT_WXGTK_VER:U3}
(-)b/cad/kicad-devel/Makefile (-2 / +3 lines)
Lines 21-27 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
21
		libpixman-1.so:x11/pixman \
21
		libpixman-1.so:x11/pixman \
22
		libpng.so:graphics/png \
22
		libpng.so:graphics/png \
23
		libcurl.so:ftp/curl \
23
		libcurl.so:ftp/curl \
24
		libGLEW-wayland.so:graphics/glew-wayland
24
		libGLEW-wayland.so:graphics/glew-wayland \
25
		libodbc.so:databases/unixODBC
25
26
26
CONFLICTS_INSTALL=	kicad # bin/_cvpcb.kiface
27
CONFLICTS_INSTALL=	kicad # bin/_cvpcb.kiface
27
28
Lines 39-45 GL_ACCOUNT= kicad/code Link Here
39
GL_PROJECT=	kicad
40
GL_PROJECT=	kicad
40
GL_COMMIT=	${GIT_SRC_HASH}
41
GL_COMMIT=	${GIT_SRC_HASH}
41
USE_GL=		gl glew glu glut
42
USE_GL=		gl glew glu glut
42
USE_WX=		3.1
43
USE_WX=		3.2
43
WX_COMPS=	wx python:lib
44
WX_COMPS=	wx python:lib
44
USE_GNOME=	atk cairo	# Required by libwx_gtk2_aui-2.8.so
45
USE_GNOME=	atk cairo	# Required by libwx_gtk2_aui-2.8.so
45
USE_XORG+=	ice pixman x11 xext
46
USE_XORG+=	ice pixman x11 xext
(-)b/cad/kicad-devel/Makefile.git_rev (-2 / +2 lines)
Lines 1-2 Link Here
1
GIT_SRC_HASH=  5edc03e85bf36b928876d398c20f964eea49d947
1
GIT_SRC_HASH=  e4c5bc6c669af546ff311c9104eed7585a236b0b
2
GIT_SRC_DATE=  20220517060049
2
GIT_SRC_DATE=  20220914071949
(-)b/cad/kicad-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1652887177
1
TIMESTAMP = 1663149330
2
SHA256 (kicad/kicad/code-kicad-5edc03e85bf36b928876d398c20f964eea49d947_GL0.tar.gz) = 78bcdaa1bc9bd626b7d4e5e445099794d415d9e4167d41f08ecc81ff052bfc82
2
SHA256 (kicad/kicad/code-kicad-e4c5bc6c669af546ff311c9104eed7585a236b0b_GL0.tar.gz) = 78fb7bb3cb5e14e20ddf5acf29320a09194f2ff4605c2de7cbb64973bee436b5
3
SIZE (kicad/kicad/code-kicad-5edc03e85bf36b928876d398c20f964eea49d947_GL0.tar.gz) = 51727068
3
SIZE (kicad/kicad/code-kicad-e4c5bc6c669af546ff311c9104eed7585a236b0b_GL0.tar.gz) = 53433751
(-)b/cad/kicad-devel/files/patch-eeschema_sim_sim__plot__frame.cpp (+23 lines)
Added Link Here
1
--- eeschema/sim/sim_plot_frame.cpp.orig	2022-09-14 16:35:24 UTC
2
+++ eeschema/sim/sim_plot_frame.cpp
3
@@ -167,15 +167,15 @@ SIM_PLOT_FRAME::SIM_PLOT_FRAME( KIWAY* aKiway, wxWindo
4
     Bind( EVT_SIM_CURSOR_UPDATE, &SIM_PLOT_FRAME::onCursorUpdate, this );
5
 
6
     // Toolbar buttons
7
-    m_toolSimulate = m_toolBar->AddTool( ID_SIM_RUN, _( "Run/Stop Simulation" ),
8
+    m_toolSimulate = m_toolBar->AddTool( ID_SIM_RUN, wxEmptyString,
9
             KiBitmap( BITMAPS::sim_run ), _( "Run Simulation" ), wxITEM_NORMAL );
10
-    m_toolAddSignals = m_toolBar->AddTool( ID_SIM_ADD_SIGNALS, _( "Add Signals" ),
11
+    m_toolAddSignals = m_toolBar->AddTool( ID_SIM_ADD_SIGNALS, wxEmptyString,
12
             KiBitmap( BITMAPS::sim_add_signal ), _( "Add signals to plot" ), wxITEM_NORMAL );
13
-    m_toolProbe = m_toolBar->AddTool( ID_SIM_PROBE,  _( "Probe" ),
14
+    m_toolProbe = m_toolBar->AddTool( ID_SIM_PROBE,  wxEmptyString,
15
             KiBitmap( BITMAPS::sim_probe ), _( "Probe signals on the schematic" ), wxITEM_NORMAL );
16
-    m_toolTune = m_toolBar->AddTool( ID_SIM_TUNE, _( "Tune" ),
17
+    m_toolTune = m_toolBar->AddTool( ID_SIM_TUNE, wxEmptyString,
18
             KiBitmap( BITMAPS::sim_tune ), _( "Tune component values" ), wxITEM_NORMAL );
19
-    m_toolSettings = m_toolBar->AddTool( wxID_ANY, _( "Sim Parameters" ),
20
+    m_toolSettings = m_toolBar->AddTool( wxID_ANY, wxEmptyString,
21
             KiBitmap( BITMAPS::config ), _( "Simulation parameters and settings" ), wxITEM_NORMAL );
22
 
23
     // Start all toolbar buttons except settings as disabled
(-)b/cad/kicad-devel/files/patch-thirdparty_nanodbc_CMakeLists.txt (+30 lines)
Added Link Here
1
--- thirdparty/nanodbc/CMakeLists.txt.orig	2022-09-14 12:06:32 UTC
2
+++ thirdparty/nanodbc/CMakeLists.txt
3
@@ -165,16 +165,11 @@ elseif(MINGW)
4
 endif()
5
 
6
 ########################################
7
-## Mac OS X specifics for targets
8
+## FreeBSD specifics for targets
9
 ########################################
10
-if(APPLE)
11
-  set(CMAKE_MACOSX_RPATH ON)
12
-  message(STATUS "Use rpaths on Mac OS X - ${CMAKE_MACOSX_RPATH}")
13
-
14
-  # AppleClang complains of unused `-I/path/` arguments.
15
-  # These are harmless and can be safely ignored.
16
-  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-command-line-argument")
17
-endif()
18
+# Clang complains of unused `-I/path/` arguments.
19
+# These are harmless and can be safely ignored.
20
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-command-line-argument")
21
 
22
 ########################################
23
 ## library target
24
@@ -202,4 +197,4 @@ endif()
25
 if(NANODBC_ENABLE_UNICODE)
26
   add_compile_definitions(NANODBC_ENABLE_UNICODE)
27
   target_compile_definitions(nanodbc PUBLIC NANODBC_ENABLE_UNICODE)
28
-endif()
29
\ No newline at end of file
30
+endif()
(-)b/cad/kicad-devel/pkg-plist (-11 / +17 lines)
Lines 30-38 lib/libkicad_3dsg.so.2.0.0 Link Here
30
%%DESKTOPDIR%%/org.kicad.kicad.desktop
30
%%DESKTOPDIR%%/org.kicad.kicad.desktop
31
%%DESKTOPDIR%%/org.kicad.pcbcalculator.desktop
31
%%DESKTOPDIR%%/org.kicad.pcbcalculator.desktop
32
%%DESKTOPDIR%%/org.kicad.pcbnew.desktop
32
%%DESKTOPDIR%%/org.kicad.pcbnew.desktop
33
%%PORTDOCS%%%%DOCSDIR%%/scripts/lib_convert.py
34
%%PORTDOCS%%%%DOCSDIR%%/scripts/test_kicad_plugin.py
35
%%PORTDOCS%%%%DOCSDIR%%/scripts/test_plugin.py
36
share/icons/hicolor/128x128/apps/bitmap2component.png
33
share/icons/hicolor/128x128/apps/bitmap2component.png
37
share/icons/hicolor/128x128/apps/eeschema.png
34
share/icons/hicolor/128x128/apps/eeschema.png
38
share/icons/hicolor/128x128/apps/gerbview.png
35
share/icons/hicolor/128x128/apps/gerbview.png
Lines 116-121 share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg Link Here
116
%%DATADIR%%/demos/ecc83/ecc83-pp_v2.kicad_pro
113
%%DATADIR%%/demos/ecc83/ecc83-pp_v2.kicad_pro
117
%%DATADIR%%/demos/ecc83/ecc83-pp_v2.kicad_sch
114
%%DATADIR%%/demos/ecc83/ecc83-pp_v2.kicad_sch
118
%%DATADIR%%/demos/ecc83/ecc83_schlib.kicad_sym
115
%%DATADIR%%/demos/ecc83/ecc83_schlib.kicad_sym
116
%%DATADIR%%/demos/ecc83/footprints.pretty/MountingHole_3.2mm_M3_DIN965_Pad.kicad_mod
117
%%DATADIR%%/demos/ecc83/footprints.pretty/Valve_ECC-83-1.kicad_mod
118
%%DATADIR%%/demos/ecc83/footprints.pretty/Valve_ECC-83-2.kicad_mod
119
%%DATADIR%%/demos/ecc83/fp-lib-table
119
%%DATADIR%%/demos/ecc83/fp-lib-table
120
%%DATADIR%%/demos/ecc83/sym-lib-table
120
%%DATADIR%%/demos/ecc83/sym-lib-table
121
%%DATADIR%%/demos/electric/elec-unifil.kicad_sym
121
%%DATADIR%%/demos/electric/elec-unifil.kicad_sym
Lines 128-134 share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg Link Here
128
%%DATADIR%%/demos/flat_hierarchy/fp-lib-table
128
%%DATADIR%%/demos/flat_hierarchy/fp-lib-table
129
%%DATADIR%%/demos/flat_hierarchy/libs/3d_shapes/adjustable_rx2v4.wrl
129
%%DATADIR%%/demos/flat_hierarchy/libs/3d_shapes/adjustable_rx2v4.wrl
130
%%DATADIR%%/demos/flat_hierarchy/libs/flat_hierarchy_schlib.kicad_sym
130
%%DATADIR%%/demos/flat_hierarchy/libs/flat_hierarchy_schlib.kicad_sym
131
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/D_DO-35_SOD27_P7.62mm_Horizontal.kicad_mod
132
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/MountingHole_4.3mm_M4_DIN965.kicad_mod
131
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/RV2X4.kicad_mod
133
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/RV2X4.kicad_mod
134
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.kicad_mod
135
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/TO-220-3_Horizontal_TabDown.kicad_mod
136
%%DATADIR%%/demos/flat_hierarchy/libs/pic_programmer_fp.pretty/TO-92.kicad_mod
132
%%DATADIR%%/demos/flat_hierarchy/pic_programmer.kicad_sch
137
%%DATADIR%%/demos/flat_hierarchy/pic_programmer.kicad_sch
133
%%DATADIR%%/demos/flat_hierarchy/pic_sockets.kicad_sch
138
%%DATADIR%%/demos/flat_hierarchy/pic_sockets.kicad_sch
134
%%DATADIR%%/demos/flat_hierarchy/sym-lib-table
139
%%DATADIR%%/demos/flat_hierarchy/sym-lib-table
Lines 208-214 share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg Link Here
208
%%DATADIR%%/demos/simulation/sallen_key/sym-lib-table
213
%%DATADIR%%/demos/simulation/sallen_key/sym-lib-table
209
%%DATADIR%%/demos/simulation/subsheets/subsheet1.kicad_sch
214
%%DATADIR%%/demos/simulation/subsheets/subsheet1.kicad_sch
210
%%DATADIR%%/demos/simulation/subsheets/subsheet2.kicad_sch
215
%%DATADIR%%/demos/simulation/subsheets/subsheet2.kicad_sch
211
%%DATADIR%%/demos/simulation/subsheets/subsheets.kicad_pro
212
%%DATADIR%%/demos/simulation/subsheets/subsheets.kicad_sch
216
%%DATADIR%%/demos/simulation/subsheets/subsheets.kicad_sch
213
%%DATADIR%%/demos/simulation/v_i_sources/sym-lib-table
217
%%DATADIR%%/demos/simulation/v_i_sources/sym-lib-table
214
%%DATADIR%%/demos/simulation/v_i_sources/v_i_sources.kicad_pro
218
%%DATADIR%%/demos/simulation/v_i_sources/v_i_sources.kicad_pro
Lines 250-255 share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg Link Here
250
%%DATADIR%%/demos/stickhub/footprints.pretty/USB_A_PCB_traces_small.kicad_mod
254
%%DATADIR%%/demos/stickhub/footprints.pretty/USB_A_PCB_traces_small.kicad_mod
251
%%DATADIR%%/demos/stickhub/fp-lib-table
255
%%DATADIR%%/demos/stickhub/fp-lib-table
252
%%DATADIR%%/demos/stickhub/sym-lib-table
256
%%DATADIR%%/demos/stickhub/sym-lib-table
257
%%DATADIR%%/demos/test_pads_inside_pads/connect.pretty/1pin.kicad_mod
258
%%DATADIR%%/demos/test_pads_inside_pads/connect.pretty/1pin_thermal.kicad_mod
259
%%DATADIR%%/demos/test_pads_inside_pads/fp-lib-table
253
%%DATADIR%%/demos/test_pads_inside_pads/sym-lib-table
260
%%DATADIR%%/demos/test_pads_inside_pads/sym-lib-table
254
%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb
261
%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pcb
255
%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pro
262
%%DATADIR%%/demos/test_pads_inside_pads/test_pads_inside_pads.kicad_pro
Lines 259-275 share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg Link Here
259
%%DATADIR%%/demos/test_xil_95108/carte_test.kicad_pro
266
%%DATADIR%%/demos/test_xil_95108/carte_test.kicad_pro
260
%%DATADIR%%/demos/test_xil_95108/carte_test.kicad_sch
267
%%DATADIR%%/demos/test_xil_95108/carte_test.kicad_sch
261
%%DATADIR%%/demos/test_xil_95108/carte_test_schlib.kicad_sym
268
%%DATADIR%%/demos/test_xil_95108/carte_test_schlib.kicad_sym
269
%%DATADIR%%/demos/test_xil_95108/footprints.pretty/DIP-28__300__600_ELL.kicad_mod
270
%%DATADIR%%/demos/test_xil_95108/footprints.pretty/PLCC84.kicad_mod
262
%%DATADIR%%/demos/test_xil_95108/fp-lib-table
271
%%DATADIR%%/demos/test_xil_95108/fp-lib-table
263
%%DATADIR%%/demos/test_xil_95108/sym-lib-table
272
%%DATADIR%%/demos/test_xil_95108/sym-lib-table
264
%%DATADIR%%/demos/video/bus_pci.kicad_sch
273
%%DATADIR%%/demos/video/bus_pci.kicad_sch
265
%%DATADIR%%/demos/video/esvideo.kicad_sch
274
%%DATADIR%%/demos/video/esvideo.kicad_sch
266
%%DATADIR%%/demos/video/fp-lib-table
275
%%DATADIR%%/demos/video/fp-lib-table
267
%%DATADIR%%/demos/video/graphic.kicad_sch
276
%%DATADIR%%/demos/video/graphic.kicad_sch
277
%%DATADIR%%/demos/video/libs/footprints.pretty/BUSPCI.kicad_mod
268
%%DATADIR%%/demos/video/libs/footprints.pretty/CV3-30PF.kicad_mod
278
%%DATADIR%%/demos/video/libs/footprints.pretty/CV3-30PF.kicad_mod
279
%%DATADIR%%/demos/video/libs/footprints.pretty/D_DO-34_SOD68_P7.62mm_Horizontal.kicad_mod
269
%%DATADIR%%/demos/video/libs/footprints.pretty/LED_D3.0mm.kicad_mod
280
%%DATADIR%%/demos/video/libs/footprints.pretty/LED_D3.0mm.kicad_mod
270
%%DATADIR%%/demos/video/libs/footprints.pretty/LRTDK.kicad_mod
281
%%DATADIR%%/demos/video/libs/footprints.pretty/LRTDK.kicad_mod
271
%%DATADIR%%/demos/video/libs/footprints.pretty/PLCC68.kicad_mod
282
%%DATADIR%%/demos/video/libs/footprints.pretty/PLCC68.kicad_mod
272
%%DATADIR%%/demos/video/libs/footprints.pretty/PLCC84.kicad_mod
283
%%DATADIR%%/demos/video/libs/footprints.pretty/PLCC84.kicad_mod
284
%%DATADIR%%/demos/video/libs/footprints.pretty/SOT23EBC.kicad_mod
285
%%DATADIR%%/demos/video/libs/footprints.pretty/SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm.kicad_mod
273
%%DATADIR%%/demos/video/libs/footprints.pretty/sim72.kicad_mod
286
%%DATADIR%%/demos/video/libs/footprints.pretty/sim72.kicad_mod
274
%%DATADIR%%/demos/video/libs/footprints.pretty/subclick.kicad_mod
287
%%DATADIR%%/demos/video/libs/footprints.pretty/subclick.kicad_mod
275
%%DATADIR%%/demos/video/libs/fp.3dshapes/subclick_horiz.wings
288
%%DATADIR%%/demos/video/libs/fp.3dshapes/subclick_horiz.wings
Lines 284-304 share/icons/hicolor/scalable/mimetypes/application-x-kicad-schematic.svg Link Here
284
%%DATADIR%%/demos/video/video.kicad_pro
297
%%DATADIR%%/demos/video/video.kicad_pro
285
%%DATADIR%%/demos/video/video.kicad_sch
298
%%DATADIR%%/demos/video/video.kicad_sch
286
%%DATADIR%%/plugins/README-bom.txt
299
%%DATADIR%%/plugins/README-bom.txt
287
%%DATADIR%%/plugins/bom2csv.xsl
288
%%DATADIR%%/plugins/bom2grouped_csv.xsl
289
%%DATADIR%%/plugins/bom_csv_grouped_by_value.py
300
%%DATADIR%%/plugins/bom_csv_grouped_by_value.py
290
%%DATADIR%%/plugins/bom_csv_grouped_by_value_with_fp.py
301
%%DATADIR%%/plugins/bom_csv_grouped_by_value_with_fp.py
291
%%DATADIR%%/plugins/bom_csv_sorted_by_ref.py
302
%%DATADIR%%/plugins/bom_csv_sorted_by_ref.py
292
%%DATADIR%%/plugins/bom_html_grouped_by_value.py
303
%%DATADIR%%/plugins/bom_html_grouped_by_value.py
293
%%DATADIR%%/plugins/bom_html_with_advanced_grouping.py
304
%%DATADIR%%/plugins/bom_html_with_advanced_grouping.py
294
%%DATADIR%%/plugins/bom_txt_sorted_by_ref.py
305
%%DATADIR%%/plugins/bom_txt_sorted_by_ref.py
295
%%DATADIR%%/plugins/bom_with_title_block_2_csv.xsl
296
%%DATADIR%%/plugins/kicad_netlist_reader.py
306
%%DATADIR%%/plugins/kicad_netlist_reader.py
297
%%DATADIR%%/plugins/kicad_utils.py
307
%%DATADIR%%/plugins/kicad_utils.py
298
%%DATADIR%%/plugins/netlist_form_OrcadPcb2.xsl
299
%%DATADIR%%/plugins/netlist_form_cadstar-RINF.xsl
300
%%DATADIR%%/plugins/netlist_form_cadstar.xsl
301
%%DATADIR%%/plugins/netlist_form_pads-pcb.asc.xsl
302
%%DATADIR%%/resources/images.tar.gz
308
%%DATADIR%%/resources/images.tar.gz
303
%%DATADIR%%/schemas/pcm.v1.schema.json
309
%%DATADIR%%/schemas/pcm.v1.schema.json
304
%%DATADIR%%/scripting/kicad_pyshell/__init__.py
310
%%DATADIR%%/scripting/kicad_pyshell/__init__.py
(-)b/cad/kicad/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	kicad
1
PORTNAME=	kicad
2
PORTVERSION=	6.0.7
2
PORTVERSION=	6.0.7
3
PORTREVISION=	1
3
PORTREVISION=	2
4
PORTEPOCH=	2
4
PORTEPOCH=	2
5
CATEGORIES=	cad
5
CATEGORIES=	cad
6
MASTER_SITES=	https://gitlab.com/${PORTNAME}/code/${PORTNAME}/-/archive/${DISTVERSION}/
6
MASTER_SITES=	https://gitlab.com/${PORTNAME}/code/${PORTNAME}/-/archive/${DISTVERSION}/
Lines 31-37 SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py Link Here
31
31
32
USE_XORG=	ice x11 xext
32
USE_XORG=	ice x11 xext
33
USE_GL=		gl glu glut
33
USE_GL=		gl glu glut
34
USE_WX=		3.1
34
USE_WX=		3.2
35
WX_COMPS=	python:lib wx
35
WX_COMPS=	python:lib wx
36
USE_GNOME=	atk cairo gdkpixbuf2 gtk30 pango
36
USE_GNOME=	atk cairo gdkpixbuf2 gtk30 pango
37
CXXFLAGS+=	--std=c++11 -I${WRKSRC}/include -I${LOCALBASE}/include
37
CXXFLAGS+=	--std=c++11 -I${WRKSRC}/include -I${LOCALBASE}/include
(-)b/cad/kicad/files/patch-eeschema_sim_sim__plot__frame.cpp (+23 lines)
Added Link Here
1
--- eeschema/sim/sim_plot_frame.cpp.orig	2022-09-14 16:35:24 UTC
2
+++ eeschema/sim/sim_plot_frame.cpp
3
@@ -167,15 +167,15 @@ SIM_PLOT_FRAME::SIM_PLOT_FRAME( KIWAY* aKiway, wxWindo
4
     Bind( EVT_SIM_CURSOR_UPDATE, &SIM_PLOT_FRAME::onCursorUpdate, this );
5
 
6
     // Toolbar buttons
7
-    m_toolSimulate = m_toolBar->AddTool( ID_SIM_RUN, _( "Run/Stop Simulation" ),
8
+    m_toolSimulate = m_toolBar->AddTool( ID_SIM_RUN, wxEmptyString,
9
             KiBitmap( BITMAPS::sim_run ), _( "Run Simulation" ), wxITEM_NORMAL );
10
-    m_toolAddSignals = m_toolBar->AddTool( ID_SIM_ADD_SIGNALS, _( "Add Signals" ),
11
+    m_toolAddSignals = m_toolBar->AddTool( ID_SIM_ADD_SIGNALS, wxEmptyString,
12
             KiBitmap( BITMAPS::sim_add_signal ), _( "Add signals to plot" ), wxITEM_NORMAL );
13
-    m_toolProbe = m_toolBar->AddTool( ID_SIM_PROBE,  _( "Probe" ),
14
+    m_toolProbe = m_toolBar->AddTool( ID_SIM_PROBE,  wxEmptyString,
15
             KiBitmap( BITMAPS::sim_probe ), _( "Probe signals on the schematic" ), wxITEM_NORMAL );
16
-    m_toolTune = m_toolBar->AddTool( ID_SIM_TUNE, _( "Tune" ),
17
+    m_toolTune = m_toolBar->AddTool( ID_SIM_TUNE, wxEmptyString,
18
             KiBitmap( BITMAPS::sim_tune ), _( "Tune component values" ), wxITEM_NORMAL );
19
-    m_toolSettings = m_toolBar->AddTool( wxID_ANY, _( "Sim Parameters" ),
20
+    m_toolSettings = m_toolBar->AddTool( wxID_ANY, wxEmptyString,
21
             KiBitmap( BITMAPS::config ), _( "Simulation parameters and settings" ), wxITEM_NORMAL );
22
 
23
     // Start all toolbar buttons except settings as disabled
(-)b/comms/gnuradio/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
PORTNAME=	gnuradio
1
PORTNAME=	gnuradio
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.8.4.0
3
DISTVERSION=	3.8.4.0
4
PORTREVISION=	5
4
PORTREVISION=	6
5
CATEGORIES=	comms astro hamradio
5
CATEGORIES=	comms astro hamradio
6
6
7
MAINTAINER=	hamradio@FreeBSD.org
7
MAINTAINER=	hamradio@FreeBSD.org
Lines 70-76 CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \ Link Here
70
USE_CXXSTD=	c++11
70
USE_CXXSTD=	c++11
71
USE_GITHUB=	yes
71
USE_GITHUB=	yes
72
USE_PYQT=	pyqt5
72
USE_PYQT=	pyqt5
73
USE_WX=		3.1
73
USE_WX=		3.2
74
USE_QT=		buildtools core gui xml qmake widgets
74
USE_QT=		buildtools core gui xml qmake widgets
75
WX_COMPS=	wx python:run
75
WX_COMPS=	wx python:run
76
USE_LDCONFIG=	yes
76
USE_LDCONFIG=	yes
(-)b/databases/grass7/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	grass
1
PORTNAME=	grass
2
PORTVERSION=	7.8.6
2
PORTVERSION=	7.8.6
3
PORTREVISION=	4
3
PORTREVISION=	5
4
CATEGORIES=	databases geography
4
CATEGORIES=	databases geography
5
MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
5
MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
6
		http://grass.cict.fr/%SUBDIR%/ \
6
		http://grass.cict.fr/%SUBDIR%/ \
Lines 47-53 nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz Link Here
47
USE_XORG=	sm ice x11 xext xi xmu xrender xt
47
USE_XORG=	sm ice x11 xext xi xmu xrender xt
48
USE_GL=		gl glu
48
USE_GL=		gl glu
49
USE_GNOME=	cairo
49
USE_GNOME=	cairo
50
USE_WX=		3.1
50
USE_WX=		3.2
51
WX_COMPS=	wx python:run
51
WX_COMPS=	wx python:run
52
GNU_CONFIGURE=	yes
52
GNU_CONFIGURE=	yes
53
53
(-)b/databases/grass8/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	grass
1
PORTNAME=	grass
2
DISTVERSION=	8.2.0
2
DISTVERSION=	8.2.0
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	databases geography
4
CATEGORIES=	databases geography
5
MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
5
MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
6
		http://grass.cict.fr/%SUBDIR%/ \
6
		http://grass.cict.fr/%SUBDIR%/ \
Lines 48-54 nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz Link Here
48
USE_XORG=	sm ice x11 xext xi xmu xrender xt
48
USE_XORG=	sm ice x11 xext xi xmu xrender xt
49
USE_GL=		gl glu
49
USE_GL=		gl glu
50
USE_GNOME=	cairo
50
USE_GNOME=	cairo
51
USE_WX=		3.1
51
USE_WX=		3.2
52
WX_COMPS=	wx python:run
52
WX_COMPS=	wx python:run
53
GNU_CONFIGURE=	yes
53
GNU_CONFIGURE=	yes
54
54
(-)b/graphics/py-mayavi/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	mayavi
1
PORTNAME=	mayavi
2
DISTVERSION=	4.8.0
2
DISTVERSION=	4.8.0
3
PORTREVISION=	1
3
CATEGORIES=	graphics science python
4
CATEGORIES=	graphics science python
4
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 35-41 RUN_DEPENDS= vtk9>0:math/vtk9 \ Link Here
35
USES=		python:3.6+ shebangfix
36
USES=		python:3.6+ shebangfix
36
USE_PYTHON=	noflavors distutils autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version
37
USE_PYTHON=	noflavors distutils autoplist # noflavors to force python to be of the same version as in vtk9, which always has default python version
37
38
38
USE_WX=		3.1
39
USE_WX=		3.2
39
WX_COMPS=	python:run
40
WX_COMPS=	python:run
40
41
41
SHEBANG_FILES=	mayavi/tests/csv_files/csv_2_py
42
SHEBANG_FILES=	mayavi/tests/csv_files/csv_2_py
(-)b/misc/pyobd/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	pyobd
1
PORTNAME=	pyobd
2
DISTVERSION=	0.9.3
2
DISTVERSION=	0.9.3
3
PORTREVISION=	6
3
PORTREVISION=	7
4
CATEGORIES=	misc
4
CATEGORIES=	misc
5
MASTER_SITES=	http://www.obdtester.com/download/
5
MASTER_SITES=	http://www.obdtester.com/download/
6
DISTNAME=	pyobd_${PORTVERSION}
6
DISTNAME=	pyobd_${PORTVERSION}
Lines 17-23 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} Link Here
17
USES=		dos2unix gnome magick:6,build python shebangfix
17
USES=		dos2unix gnome magick:6,build python shebangfix
18
DOS2UNIX_FILES=	${PORTNAME}.desktop
18
DOS2UNIX_FILES=	${PORTNAME}.desktop
19
SHEBANG_FILES=	${PORTNAME}
19
SHEBANG_FILES=	${PORTNAME}
20
USE_WX=		3.1
20
USE_WX=		3.2
21
WX_COMPS=	python
21
WX_COMPS=	python
22
22
23
NO_ARCH=	yes
23
NO_ARCH=	yes
(-)b/multimedia/photofilmstrip/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	photofilmstrip
1
PORTNAME=	photofilmstrip
2
PORTVERSION=	3.7.0
2
PORTVERSION=	3.7.0
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	multimedia python
4
CATEGORIES=	multimedia python
5
MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
5
MASTER_SITES=	SF/photostoryx/${PORTNAME}/${PORTVERSION}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 20-26 RUN_DEPENDS= mencoder:multimedia/mencoder \ Link Here
20
USES=		python:3.6+ gettext gstreamer
20
USES=		python:3.6+ gettext gstreamer
21
USE_GSTREAMER=	jpeg
21
USE_GSTREAMER=	jpeg
22
USE_PYTHON=	distutils
22
USE_PYTHON=	distutils
23
USE_WX=		3.1
23
USE_WX=		3.2
24
WX_COMPS=	python:lib
24
WX_COMPS=	python:lib
25
ALL_TARGET=	compile
25
ALL_TARGET=	compile
26
NO_ARCH=	yes
26
NO_ARCH=	yes
(-)b/x11-toolkits/Makefile (-1 lines)
Lines 231-237 Link Here
231
    SUBDIR += wxgtk28-contrib
231
    SUBDIR += wxgtk28-contrib
232
    SUBDIR += wxgtk28-contrib-common
232
    SUBDIR += wxgtk28-contrib-common
233
    SUBDIR += wxgtk30
233
    SUBDIR += wxgtk30
234
    SUBDIR += wxgtk31
235
    SUBDIR += xbae
234
    SUBDIR += xbae
236
    SUBDIR += xforms
235
    SUBDIR += xforms
237
    SUBDIR += xmhtml
236
    SUBDIR += xmhtml
(-)b/x11-toolkits/py-wxPython4/Makefile (-3 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	wxPython
1
PORTNAME=	wxPython
2
PORTVERSION=	4.1.1
2
PORTVERSION=	4.2.0
3
CATEGORIES=	x11-toolkits python
3
CATEGORIES=	x11-toolkits python
4
MASTER_SITES=	CHEESESHOP
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-26 LICENSE_NAME_WXWINDOWS= wxWindows Library Licence, Version 3.1 Link Here
16
LICENSE_FILE_WXWINDOWS=	${WRKSRC}/license/licence.txt
16
LICENSE_FILE_WXWINDOWS=	${WRKSRC}/license/licence.txt
17
LICENSE_PERMS_WXWINDOWS=	dist-mirror pkg-mirror auto-accept
17
LICENSE_PERMS_WXWINDOWS=	dist-mirror pkg-mirror auto-accept
18
18
19
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR}
19
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}attrdict>0:devel/py-attrdict@${PY_FLAVOR}
20
21
21
USES=		compiler:c++11-lib gl localbase pkgconfig python:3.6+
22
USES=		compiler:c++11-lib gl localbase pkgconfig python:3.6+
22
USE_GL=		glu
23
USE_GL=		glu
23
USE_WX=		3.1
24
USE_WX=		3.2
24
USE_PYTHON=	distutils autoplist
25
USE_PYTHON=	distutils autoplist
25
26
26
OPTIONS_DEFINE=		NLS
27
OPTIONS_DEFINE=		NLS
(-)b/x11-toolkits/py-wxPython4/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1643317997
1
TIMESTAMP = 1662795152
2
SHA256 (python/wxPython-4.1.1.tar.gz) = 00e5e3180ac7f2852f342ad341d57c44e7e4326de0b550b9a5c4a8361b6c3528
2
SHA256 (python/wxPython-4.2.0.tar.gz) = 663cebc4509d7e5d113518865fe274f77f95434c5d57bc386ed58d65ceed86c7
3
SIZE (python/wxPython-4.1.1.tar.gz) = 66043287
3
SIZE (python/wxPython-4.2.0.tar.gz) = 70958238
(-)a/x11-toolkits/py-wxPython4/files/patch-sip_cpp_sip__gridwxGridEvent.cpp (-13 lines)
Removed Link Here
1
--- sip/cpp/sip_gridwxGridEvent.cpp.orig	2022-01-27 22:07:16 UTC
2
+++ sip/cpp/sip_gridwxGridEvent.cpp
3
@@ -32,8 +32,8 @@ class sipwxGridEvent : public  ::wxGridEvent (public)
4
      * this class.
5
      */
6
 protected:
7
-    int GetRow() SIP_OVERRIDE;
8
-    int GetCol() SIP_OVERRIDE;
9
+    int GetRow();
10
+    int GetCol();
11
      ::wxEvent* Clone() const SIP_OVERRIDE;
12
      ::wxEventCategory GetEventCategory() const SIP_OVERRIDE;
13
 
(-)a/x11-toolkits/wxgtk31/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1657576053
2
SHA256 (wxWidgets-3.1.5.tar.bz2) = d7b3666de33aa5c10ea41bb9405c40326e1aeb74ee725bb88f90f1d50270a224
3
SIZE (wxWidgets-3.1.5.tar.bz2) = 22220762
(-)a/x11-toolkits/wxgtk31/pkg-plist (-807 lines)
Removed Link Here
1
bin/wx%%GTKVER%%u-3.1-config
2
bin/wxrc
3
bin/wxrc-3.1
4
include/wx-3.1/wx/aboutdlg.h
5
include/wx-3.1/wx/accel.h
6
include/wx-3.1/wx/access.h
7
include/wx-3.1/wx/activityindicator.h
8
include/wx-3.1/wx/addremovectrl.h
9
include/wx-3.1/wx/affinematrix2d.h
10
include/wx-3.1/wx/affinematrix2dbase.h
11
include/wx-3.1/wx/afterstd.h
12
include/wx-3.1/wx/anidecod.h
13
include/wx-3.1/wx/animate.h
14
include/wx-3.1/wx/animdecod.h
15
include/wx-3.1/wx/any.h
16
include/wx-3.1/wx/anybutton.h
17
include/wx-3.1/wx/anystr.h
18
include/wx-3.1/wx/app.h
19
include/wx-3.1/wx/appprogress.h
20
include/wx-3.1/wx/apptrait.h
21
include/wx-3.1/wx/archive.h
22
include/wx-3.1/wx/arrimpl.cpp
23
include/wx-3.1/wx/arrstr.h
24
include/wx-3.1/wx/artprov.h
25
include/wx-3.1/wx/atomic.h
26
include/wx-3.1/wx/aui/aui.h
27
include/wx-3.1/wx/aui/auibar.h
28
include/wx-3.1/wx/aui/auibook.h
29
include/wx-3.1/wx/aui/dockart.h
30
include/wx-3.1/wx/aui/floatpane.h
31
include/wx-3.1/wx/aui/framemanager.h
32
include/wx-3.1/wx/aui/tabart.h
33
%%GTK2%%include/wx-3.1/wx/aui/tabartgtk.h
34
include/wx-3.1/wx/aui/tabmdi.h
35
include/wx-3.1/wx/bannerwindow.h
36
include/wx-3.1/wx/base64.h
37
include/wx-3.1/wx/beforestd.h
38
include/wx-3.1/wx/bitmap.h
39
include/wx-3.1/wx/bmpbuttn.h
40
include/wx-3.1/wx/bmpcbox.h
41
include/wx-3.1/wx/bookctrl.h
42
include/wx-3.1/wx/brush.h
43
include/wx-3.1/wx/buffer.h
44
include/wx-3.1/wx/build.h
45
include/wx-3.1/wx/busyinfo.h
46
include/wx-3.1/wx/button.h
47
include/wx-3.1/wx/calctrl.h
48
include/wx-3.1/wx/caret.h
49
include/wx-3.1/wx/chartype.h
50
include/wx-3.1/wx/checkbox.h
51
include/wx-3.1/wx/checkeddelete.h
52
include/wx-3.1/wx/checklst.h
53
include/wx-3.1/wx/chkconf.h
54
include/wx-3.1/wx/choicdlg.h
55
include/wx-3.1/wx/choice.h
56
include/wx-3.1/wx/choicebk.h
57
include/wx-3.1/wx/clipbrd.h
58
include/wx-3.1/wx/clntdata.h
59
include/wx-3.1/wx/clrpicker.h
60
include/wx-3.1/wx/cmdargs.h
61
include/wx-3.1/wx/cmdline.h
62
include/wx-3.1/wx/cmdproc.h
63
include/wx-3.1/wx/cmndata.h
64
include/wx-3.1/wx/collheaderctrl.h
65
include/wx-3.1/wx/collpane.h
66
include/wx-3.1/wx/colordlg.h
67
include/wx-3.1/wx/colour.h
68
include/wx-3.1/wx/colourdata.h
69
include/wx-3.1/wx/combo.h
70
include/wx-3.1/wx/combobox.h
71
include/wx-3.1/wx/commandlinkbutton.h
72
include/wx-3.1/wx/compiler.h
73
include/wx-3.1/wx/compositewin.h
74
include/wx-3.1/wx/confbase.h
75
include/wx-3.1/wx/config.h
76
include/wx-3.1/wx/containr.h
77
include/wx-3.1/wx/control.h
78
include/wx-3.1/wx/convauto.h
79
include/wx-3.1/wx/cpp.h
80
include/wx-3.1/wx/creddlg.h
81
include/wx-3.1/wx/crt.h
82
include/wx-3.1/wx/cshelp.h
83
include/wx-3.1/wx/ctrlsub.h
84
include/wx-3.1/wx/cursor.h
85
include/wx-3.1/wx/custombgwin.h
86
include/wx-3.1/wx/dataobj.h
87
include/wx-3.1/wx/dataview.h
88
include/wx-3.1/wx/datectrl.h
89
include/wx-3.1/wx/dateevt.h
90
include/wx-3.1/wx/datetime.h
91
include/wx-3.1/wx/datetimectrl.h
92
include/wx-3.1/wx/datstrm.h
93
include/wx-3.1/wx/dc.h
94
include/wx-3.1/wx/dcbuffer.h
95
include/wx-3.1/wx/dcclient.h
96
include/wx-3.1/wx/dcgraph.h
97
include/wx-3.1/wx/dcmemory.h
98
include/wx-3.1/wx/dcmirror.h
99
include/wx-3.1/wx/dcprint.h
100
include/wx-3.1/wx/dcps.h
101
include/wx-3.1/wx/dcscreen.h
102
include/wx-3.1/wx/dcsvg.h
103
include/wx-3.1/wx/dde.h
104
include/wx-3.1/wx/debug.h
105
include/wx-3.1/wx/debugrpt.h
106
include/wx-3.1/wx/defs.h
107
include/wx-3.1/wx/dialog.h
108
include/wx-3.1/wx/dialup.h
109
include/wx-3.1/wx/dir.h
110
include/wx-3.1/wx/dirctrl.h
111
include/wx-3.1/wx/dirdlg.h
112
include/wx-3.1/wx/display.h
113
include/wx-3.1/wx/dlimpexp.h
114
include/wx-3.1/wx/dlist.h
115
include/wx-3.1/wx/dnd.h
116
include/wx-3.1/wx/docmdi.h
117
include/wx-3.1/wx/docview.h
118
include/wx-3.1/wx/dragimag.h
119
include/wx-3.1/wx/dvrenderers.h
120
include/wx-3.1/wx/dynarray.h
121
include/wx-3.1/wx/dynlib.h
122
include/wx-3.1/wx/dynload.h
123
include/wx-3.1/wx/editlbox.h
124
include/wx-3.1/wx/effects.h
125
include/wx-3.1/wx/encconv.h
126
include/wx-3.1/wx/encinfo.h
127
include/wx-3.1/wx/event.h
128
include/wx-3.1/wx/eventfilter.h
129
include/wx-3.1/wx/evtloop.h
130
include/wx-3.1/wx/evtloopsrc.h
131
include/wx-3.1/wx/except.h
132
include/wx-3.1/wx/fdrepdlg.h
133
include/wx-3.1/wx/features.h
134
include/wx-3.1/wx/ffile.h
135
include/wx-3.1/wx/file.h
136
include/wx-3.1/wx/fileconf.h
137
include/wx-3.1/wx/filectrl.h
138
include/wx-3.1/wx/filedlg.h
139
include/wx-3.1/wx/filefn.h
140
include/wx-3.1/wx/filehistory.h
141
include/wx-3.1/wx/filename.h
142
include/wx-3.1/wx/filepicker.h
143
include/wx-3.1/wx/filesys.h
144
include/wx-3.1/wx/flags.h
145
include/wx-3.1/wx/fmappriv.h
146
include/wx-3.1/wx/font.h
147
include/wx-3.1/wx/fontdata.h
148
include/wx-3.1/wx/fontdlg.h
149
include/wx-3.1/wx/fontenc.h
150
include/wx-3.1/wx/fontenum.h
151
include/wx-3.1/wx/fontmap.h
152
include/wx-3.1/wx/fontpicker.h
153
include/wx-3.1/wx/fontutil.h
154
include/wx-3.1/wx/frame.h
155
include/wx-3.1/wx/fs_arc.h
156
include/wx-3.1/wx/fs_filter.h
157
include/wx-3.1/wx/fs_inet.h
158
include/wx-3.1/wx/fs_mem.h
159
include/wx-3.1/wx/fs_zip.h
160
include/wx-3.1/wx/fswatcher.h
161
include/wx-3.1/wx/gauge.h
162
include/wx-3.1/wx/gbsizer.h
163
include/wx-3.1/wx/gdicmn.h
164
include/wx-3.1/wx/gdiobj.h
165
include/wx-3.1/wx/generic/aboutdlgg.h
166
include/wx-3.1/wx/generic/accel.h
167
include/wx-3.1/wx/generic/activityindicator.h
168
include/wx-3.1/wx/generic/animate.h
169
include/wx-3.1/wx/generic/bmpcbox.h
170
include/wx-3.1/wx/generic/busyinfo.h
171
include/wx-3.1/wx/generic/buttonbar.h
172
include/wx-3.1/wx/generic/calctrlg.h
173
include/wx-3.1/wx/generic/caret.h
174
include/wx-3.1/wx/generic/choicdgg.h
175
include/wx-3.1/wx/generic/collheaderctrl.h
176
include/wx-3.1/wx/generic/combo.h
177
include/wx-3.1/wx/generic/creddlgg.h
178
include/wx-3.1/wx/generic/custombgwin.h
179
include/wx-3.1/wx/generic/dataview.h
180
include/wx-3.1/wx/generic/datectrl.h
181
include/wx-3.1/wx/generic/dcpsg.h
182
include/wx-3.1/wx/generic/dirctrlg.h
183
include/wx-3.1/wx/generic/dragimgg.h
184
include/wx-3.1/wx/generic/dvrenderer.h
185
include/wx-3.1/wx/generic/dvrenderers.h
186
include/wx-3.1/wx/generic/fdrepdlg.h
187
include/wx-3.1/wx/generic/filectrlg.h
188
include/wx-3.1/wx/generic/filepickerg.h
189
%%GTK2%%include/wx-3.1/wx/generic/fontdlgg.h
190
include/wx-3.1/wx/generic/fswatcher.h
191
include/wx-3.1/wx/generic/grid.h
192
include/wx-3.1/wx/generic/gridctrl.h
193
include/wx-3.1/wx/generic/grideditors.h
194
include/wx-3.1/wx/generic/gridsel.h
195
include/wx-3.1/wx/generic/headerctrlg.h
196
include/wx-3.1/wx/generic/helpext.h
197
include/wx-3.1/wx/generic/hyperlink.h
198
include/wx-3.1/wx/generic/icon.h
199
include/wx-3.1/wx/generic/imaglist.h
200
include/wx-3.1/wx/generic/infobar.h
201
include/wx-3.1/wx/generic/laywin.h
202
include/wx-3.1/wx/generic/listctrl.h
203
include/wx-3.1/wx/generic/logg.h
204
include/wx-3.1/wx/generic/msgdlgg.h
205
include/wx-3.1/wx/generic/notebook.h
206
include/wx-3.1/wx/generic/notifmsg.h
207
include/wx-3.1/wx/generic/numdlgg.h
208
include/wx-3.1/wx/generic/paletteg.h
209
include/wx-3.1/wx/generic/panelg.h
210
include/wx-3.1/wx/generic/printps.h
211
include/wx-3.1/wx/generic/prntdlgg.h
212
include/wx-3.1/wx/generic/progdlgg.h
213
include/wx-3.1/wx/generic/propdlg.h
214
include/wx-3.1/wx/generic/richmsgdlgg.h
215
include/wx-3.1/wx/generic/sashwin.h
216
include/wx-3.1/wx/generic/scrolwin.h
217
include/wx-3.1/wx/generic/spinctlg.h
218
include/wx-3.1/wx/generic/splash.h
219
include/wx-3.1/wx/generic/splitter.h
220
include/wx-3.1/wx/generic/srchctlg.h
221
include/wx-3.1/wx/generic/statbmpg.h
222
include/wx-3.1/wx/generic/stattextg.h
223
include/wx-3.1/wx/generic/statusbr.h
224
include/wx-3.1/wx/generic/textdlgg.h
225
include/wx-3.1/wx/generic/timectrl.h
226
include/wx-3.1/wx/generic/treectlg.h
227
include/wx-3.1/wx/generic/wizard.h
228
include/wx-3.1/wx/geometry.h
229
include/wx-3.1/wx/gifdecod.h
230
include/wx-3.1/wx/glcanvas.h
231
include/wx-3.1/wx/graphics.h
232
include/wx-3.1/wx/grid.h
233
include/wx-3.1/wx/gtk/accel.h
234
include/wx-3.1/wx/gtk/activityindicator.h
235
include/wx-3.1/wx/gtk/animate.h
236
include/wx-3.1/wx/gtk/anybutton.h
237
include/wx-3.1/wx/gtk/app.h
238
include/wx-3.1/wx/gtk/assertdlg_gtk.h
239
include/wx-3.1/wx/gtk/bitmap.h
240
include/wx-3.1/wx/gtk/bmpbuttn.h
241
include/wx-3.1/wx/gtk/bmpcbox.h
242
include/wx-3.1/wx/gtk/brush.h
243
include/wx-3.1/wx/gtk/button.h
244
include/wx-3.1/wx/gtk/calctrl.h
245
include/wx-3.1/wx/gtk/checkbox.h
246
include/wx-3.1/wx/gtk/checklst.h
247
include/wx-3.1/wx/gtk/chkconf.h
248
include/wx-3.1/wx/gtk/choice.h
249
include/wx-3.1/wx/gtk/clipbrd.h
250
include/wx-3.1/wx/gtk/clrpicker.h
251
include/wx-3.1/wx/gtk/collpane.h
252
include/wx-3.1/wx/gtk/colordlg.h
253
include/wx-3.1/wx/gtk/colour.h
254
include/wx-3.1/wx/gtk/combobox.h
255
include/wx-3.1/wx/gtk/control.h
256
include/wx-3.1/wx/gtk/cursor.h
257
include/wx-3.1/wx/gtk/dataform.h
258
include/wx-3.1/wx/gtk/dataobj.h
259
include/wx-3.1/wx/gtk/dataobj2.h
260
include/wx-3.1/wx/gtk/dataview.h
261
include/wx-3.1/wx/gtk/dialog.h
262
include/wx-3.1/wx/gtk/dirdlg.h
263
include/wx-3.1/wx/gtk/dnd.h
264
include/wx-3.1/wx/gtk/dvrenderer.h
265
include/wx-3.1/wx/gtk/dvrenderers.h
266
include/wx-3.1/wx/gtk/evtloop.h
267
include/wx-3.1/wx/gtk/evtloopsrc.h
268
include/wx-3.1/wx/gtk/filectrl.h
269
include/wx-3.1/wx/gtk/filedlg.h
270
include/wx-3.1/wx/gtk/filehistory.h
271
include/wx-3.1/wx/gtk/filepicker.h
272
include/wx-3.1/wx/gtk/font.h
273
include/wx-3.1/wx/gtk/fontdlg.h
274
include/wx-3.1/wx/gtk/fontpicker.h
275
include/wx-3.1/wx/gtk/frame.h
276
include/wx-3.1/wx/gtk/gauge.h
277
include/wx-3.1/wx/gtk/glcanvas.h
278
include/wx-3.1/wx/gtk/gnome/gvfs.h
279
include/wx-3.1/wx/gtk/hyperlink.h
280
include/wx-3.1/wx/gtk/infobar.h
281
include/wx-3.1/wx/gtk/listbox.h
282
include/wx-3.1/wx/gtk/mdi.h
283
include/wx-3.1/wx/gtk/menu.h
284
include/wx-3.1/wx/gtk/menuitem.h
285
include/wx-3.1/wx/gtk/mimetype.h
286
include/wx-3.1/wx/gtk/minifram.h
287
include/wx-3.1/wx/gtk/msgdlg.h
288
include/wx-3.1/wx/gtk/nonownedwnd.h
289
include/wx-3.1/wx/gtk/notebook.h
290
include/wx-3.1/wx/gtk/pen.h
291
include/wx-3.1/wx/gtk/popupwin.h
292
include/wx-3.1/wx/gtk/print.h
293
include/wx-3.1/wx/gtk/radiobox.h
294
include/wx-3.1/wx/gtk/radiobut.h
295
include/wx-3.1/wx/gtk/region.h
296
include/wx-3.1/wx/gtk/scrolbar.h
297
include/wx-3.1/wx/gtk/scrolwin.h
298
include/wx-3.1/wx/gtk/slider.h
299
include/wx-3.1/wx/gtk/spinbutt.h
300
include/wx-3.1/wx/gtk/spinctrl.h
301
include/wx-3.1/wx/gtk/srchctrl.h
302
include/wx-3.1/wx/gtk/statbmp.h
303
include/wx-3.1/wx/gtk/statbox.h
304
include/wx-3.1/wx/gtk/statline.h
305
include/wx-3.1/wx/gtk/stattext.h
306
include/wx-3.1/wx/gtk/taskbar.h
307
include/wx-3.1/wx/gtk/textctrl.h
308
include/wx-3.1/wx/gtk/textentry.h
309
include/wx-3.1/wx/gtk/tglbtn.h
310
include/wx-3.1/wx/gtk/toolbar.h
311
include/wx-3.1/wx/gtk/tooltip.h
312
include/wx-3.1/wx/gtk/toplevel.h
313
include/wx-3.1/wx/gtk/webview_webkit.h
314
include/wx-3.1/wx/gtk/webviewhistoryitem_webkit.h
315
include/wx-3.1/wx/gtk/window.h
316
include/wx-3.1/wx/hash.h
317
include/wx-3.1/wx/hashmap.h
318
include/wx-3.1/wx/hashset.h
319
include/wx-3.1/wx/headercol.h
320
include/wx-3.1/wx/headerctrl.h
321
include/wx-3.1/wx/help.h
322
include/wx-3.1/wx/helpbase.h
323
include/wx-3.1/wx/helphtml.h
324
include/wx-3.1/wx/helpwin.h
325
include/wx-3.1/wx/html/forcelnk.h
326
include/wx-3.1/wx/html/helpctrl.h
327
include/wx-3.1/wx/html/helpdata.h
328
include/wx-3.1/wx/html/helpdlg.h
329
include/wx-3.1/wx/html/helpfrm.h
330
include/wx-3.1/wx/html/helpwnd.h
331
include/wx-3.1/wx/html/htmlcell.h
332
include/wx-3.1/wx/html/htmldefs.h
333
include/wx-3.1/wx/html/htmlfilt.h
334
include/wx-3.1/wx/html/htmlpars.h
335
include/wx-3.1/wx/html/htmlproc.h
336
include/wx-3.1/wx/html/htmltag.h
337
include/wx-3.1/wx/html/htmlwin.h
338
include/wx-3.1/wx/html/htmprint.h
339
include/wx-3.1/wx/html/m_templ.h
340
include/wx-3.1/wx/html/styleparams.h
341
include/wx-3.1/wx/html/winpars.h
342
include/wx-3.1/wx/htmllbox.h
343
include/wx-3.1/wx/hyperlink.h
344
include/wx-3.1/wx/icon.h
345
include/wx-3.1/wx/iconbndl.h
346
include/wx-3.1/wx/iconloc.h
347
include/wx-3.1/wx/imagbmp.h
348
include/wx-3.1/wx/image.h
349
include/wx-3.1/wx/imaggif.h
350
include/wx-3.1/wx/imagiff.h
351
include/wx-3.1/wx/imagjpeg.h
352
include/wx-3.1/wx/imaglist.h
353
include/wx-3.1/wx/imagpcx.h
354
include/wx-3.1/wx/imagpng.h
355
include/wx-3.1/wx/imagpnm.h
356
include/wx-3.1/wx/imagtga.h
357
include/wx-3.1/wx/imagtiff.h
358
include/wx-3.1/wx/imagxpm.h
359
include/wx-3.1/wx/infobar.h
360
include/wx-3.1/wx/init.h
361
include/wx-3.1/wx/intl.h
362
include/wx-3.1/wx/iosfwrap.h
363
include/wx-3.1/wx/ioswrap.h
364
include/wx-3.1/wx/ipc.h
365
include/wx-3.1/wx/ipcbase.h
366
include/wx-3.1/wx/itemattr.h
367
include/wx-3.1/wx/itemid.h
368
include/wx-3.1/wx/joystick.h
369
include/wx-3.1/wx/kbdstate.h
370
include/wx-3.1/wx/language.h
371
include/wx-3.1/wx/layout.h
372
include/wx-3.1/wx/laywin.h
373
include/wx-3.1/wx/link.h
374
include/wx-3.1/wx/list.h
375
include/wx-3.1/wx/listbase.h
376
include/wx-3.1/wx/listbook.h
377
include/wx-3.1/wx/listbox.h
378
include/wx-3.1/wx/listctrl.h
379
include/wx-3.1/wx/listimpl.cpp
380
include/wx-3.1/wx/log.h
381
include/wx-3.1/wx/longlong.h
382
include/wx-3.1/wx/lzmastream.h
383
include/wx-3.1/wx/math.h
384
include/wx-3.1/wx/matrix.h
385
include/wx-3.1/wx/mdi.h
386
include/wx-3.1/wx/mediactrl.h
387
include/wx-3.1/wx/memconf.h
388
include/wx-3.1/wx/memory.h
389
include/wx-3.1/wx/memtext.h
390
include/wx-3.1/wx/menu.h
391
include/wx-3.1/wx/menuitem.h
392
include/wx-3.1/wx/meta/convertible.h
393
include/wx-3.1/wx/meta/if.h
394
include/wx-3.1/wx/meta/implicitconversion.h
395
include/wx-3.1/wx/meta/int2type.h
396
include/wx-3.1/wx/meta/movable.h
397
include/wx-3.1/wx/meta/pod.h
398
include/wx-3.1/wx/meta/removeref.h
399
include/wx-3.1/wx/metafile.h
400
include/wx-3.1/wx/mimetype.h
401
include/wx-3.1/wx/minifram.h
402
include/wx-3.1/wx/modalhook.h
403
include/wx-3.1/wx/module.h
404
include/wx-3.1/wx/mousemanager.h
405
include/wx-3.1/wx/mousestate.h
406
include/wx-3.1/wx/msgdlg.h
407
include/wx-3.1/wx/msgout.h
408
include/wx-3.1/wx/msgqueue.h
409
include/wx-3.1/wx/mstream.h
410
include/wx-3.1/wx/nativewin.h
411
include/wx-3.1/wx/nonownedwnd.h
412
include/wx-3.1/wx/notebook.h
413
include/wx-3.1/wx/notifmsg.h
414
include/wx-3.1/wx/numdlg.h
415
include/wx-3.1/wx/numformatter.h
416
include/wx-3.1/wx/object.h
417
include/wx-3.1/wx/odcombo.h
418
include/wx-3.1/wx/overlay.h
419
include/wx-3.1/wx/ownerdrw.h
420
include/wx-3.1/wx/palette.h
421
include/wx-3.1/wx/panel.h
422
include/wx-3.1/wx/paper.h
423
include/wx-3.1/wx/pen.h
424
include/wx-3.1/wx/peninfobase.h
425
include/wx-3.1/wx/persist.h
426
include/wx-3.1/wx/persist/bookctrl.h
427
include/wx-3.1/wx/persist/dataview.h
428
include/wx-3.1/wx/persist/splitter.h
429
include/wx-3.1/wx/persist/toplevel.h
430
include/wx-3.1/wx/persist/treebook.h
431
include/wx-3.1/wx/persist/window.h
432
include/wx-3.1/wx/pickerbase.h
433
include/wx-3.1/wx/platform.h
434
include/wx-3.1/wx/platinfo.h
435
include/wx-3.1/wx/popupwin.h
436
include/wx-3.1/wx/position.h
437
include/wx-3.1/wx/power.h
438
include/wx-3.1/wx/preferences.h
439
include/wx-3.1/wx/print.h
440
include/wx-3.1/wx/printdlg.h
441
include/wx-3.1/wx/prntbase.h
442
include/wx-3.1/wx/process.h
443
include/wx-3.1/wx/progdlg.h
444
include/wx-3.1/wx/propdlg.h
445
include/wx-3.1/wx/propgrid/advprops.h
446
include/wx-3.1/wx/propgrid/editors.h
447
include/wx-3.1/wx/propgrid/manager.h
448
include/wx-3.1/wx/propgrid/property.h
449
include/wx-3.1/wx/propgrid/propgrid.h
450
include/wx-3.1/wx/propgrid/propgriddefs.h
451
include/wx-3.1/wx/propgrid/propgridiface.h
452
include/wx-3.1/wx/propgrid/propgridpagestate.h
453
include/wx-3.1/wx/propgrid/props.h
454
include/wx-3.1/wx/protocol/file.h
455
include/wx-3.1/wx/protocol/ftp.h
456
include/wx-3.1/wx/protocol/http.h
457
include/wx-3.1/wx/protocol/log.h
458
include/wx-3.1/wx/protocol/protocol.h
459
include/wx-3.1/wx/ptr_scpd.h
460
include/wx-3.1/wx/ptr_shrd.h
461
include/wx-3.1/wx/quantize.h
462
include/wx-3.1/wx/radiobox.h
463
include/wx-3.1/wx/radiobut.h
464
include/wx-3.1/wx/range.h
465
include/wx-3.1/wx/rawbmp.h
466
include/wx-3.1/wx/rearrangectrl.h
467
include/wx-3.1/wx/recguard.h
468
include/wx-3.1/wx/regex.h
469
include/wx-3.1/wx/region.h
470
include/wx-3.1/wx/renderer.h
471
include/wx-3.1/wx/ribbon/art.h
472
include/wx-3.1/wx/ribbon/art_internal.h
473
include/wx-3.1/wx/ribbon/bar.h
474
include/wx-3.1/wx/ribbon/buttonbar.h
475
include/wx-3.1/wx/ribbon/control.h
476
include/wx-3.1/wx/ribbon/gallery.h
477
include/wx-3.1/wx/ribbon/page.h
478
include/wx-3.1/wx/ribbon/panel.h
479
include/wx-3.1/wx/ribbon/toolbar.h
480
include/wx-3.1/wx/richmsgdlg.h
481
include/wx-3.1/wx/richtext/richtextbackgroundpage.h
482
include/wx-3.1/wx/richtext/richtextborderspage.h
483
include/wx-3.1/wx/richtext/richtextbuffer.h
484
include/wx-3.1/wx/richtext/richtextbulletspage.h
485
include/wx-3.1/wx/richtext/richtextctrl.h
486
include/wx-3.1/wx/richtext/richtextdialogpage.h
487
include/wx-3.1/wx/richtext/richtextfontpage.h
488
include/wx-3.1/wx/richtext/richtextformatdlg.h
489
include/wx-3.1/wx/richtext/richtexthtml.h
490
include/wx-3.1/wx/richtext/richtextimagedlg.h
491
include/wx-3.1/wx/richtext/richtextindentspage.h
492
include/wx-3.1/wx/richtext/richtextliststylepage.h
493
include/wx-3.1/wx/richtext/richtextmarginspage.h
494
include/wx-3.1/wx/richtext/richtextprint.h
495
include/wx-3.1/wx/richtext/richtextsizepage.h
496
include/wx-3.1/wx/richtext/richtextstyledlg.h
497
include/wx-3.1/wx/richtext/richtextstylepage.h
498
include/wx-3.1/wx/richtext/richtextstyles.h
499
include/wx-3.1/wx/richtext/richtextsymboldlg.h
500
include/wx-3.1/wx/richtext/richtexttabspage.h
501
include/wx-3.1/wx/richtext/richtextuicustomization.h
502
include/wx-3.1/wx/richtext/richtextxml.h
503
include/wx-3.1/wx/richtooltip.h
504
include/wx-3.1/wx/rtti.h
505
include/wx-3.1/wx/sashwin.h
506
include/wx-3.1/wx/sckaddr.h
507
include/wx-3.1/wx/sckipc.h
508
include/wx-3.1/wx/sckstrm.h
509
include/wx-3.1/wx/scopedarray.h
510
include/wx-3.1/wx/scopedptr.h
511
include/wx-3.1/wx/scopeguard.h
512
include/wx-3.1/wx/scrolbar.h
513
include/wx-3.1/wx/scrolwin.h
514
include/wx-3.1/wx/secretstore.h
515
include/wx-3.1/wx/selstore.h
516
include/wx-3.1/wx/settings.h
517
include/wx-3.1/wx/sharedptr.h
518
include/wx-3.1/wx/simplebook.h
519
include/wx-3.1/wx/sizer.h
520
include/wx-3.1/wx/slider.h
521
include/wx-3.1/wx/snglinst.h
522
include/wx-3.1/wx/socket.h
523
include/wx-3.1/wx/sound.h
524
include/wx-3.1/wx/spinbutt.h
525
include/wx-3.1/wx/spinctrl.h
526
include/wx-3.1/wx/splash.h
527
include/wx-3.1/wx/splitter.h
528
include/wx-3.1/wx/srchctrl.h
529
include/wx-3.1/wx/sstream.h
530
include/wx-3.1/wx/stack.h
531
include/wx-3.1/wx/stackwalk.h
532
include/wx-3.1/wx/statbmp.h
533
include/wx-3.1/wx/statbox.h
534
include/wx-3.1/wx/statline.h
535
include/wx-3.1/wx/stattext.h
536
include/wx-3.1/wx/statusbr.h
537
include/wx-3.1/wx/stc/stc.h
538
include/wx-3.1/wx/stdpaths.h
539
include/wx-3.1/wx/stdstream.h
540
include/wx-3.1/wx/stockitem.h
541
include/wx-3.1/wx/stopwatch.h
542
include/wx-3.1/wx/strconv.h
543
include/wx-3.1/wx/stream.h
544
include/wx-3.1/wx/string.h
545
include/wx-3.1/wx/stringimpl.h
546
include/wx-3.1/wx/stringops.h
547
include/wx-3.1/wx/strvararg.h
548
include/wx-3.1/wx/sysopt.h
549
include/wx-3.1/wx/systhemectrl.h
550
include/wx-3.1/wx/tarstrm.h
551
include/wx-3.1/wx/taskbar.h
552
include/wx-3.1/wx/taskbarbutton.h
553
include/wx-3.1/wx/tbarbase.h
554
include/wx-3.1/wx/testing.h
555
include/wx-3.1/wx/textbuf.h
556
include/wx-3.1/wx/textcompleter.h
557
include/wx-3.1/wx/textctrl.h
558
include/wx-3.1/wx/textdlg.h
559
include/wx-3.1/wx/textentry.h
560
include/wx-3.1/wx/textfile.h
561
include/wx-3.1/wx/textwrapper.h
562
include/wx-3.1/wx/tglbtn.h
563
include/wx-3.1/wx/thread.h
564
include/wx-3.1/wx/thrimpl.cpp
565
include/wx-3.1/wx/time.h
566
include/wx-3.1/wx/timectrl.h
567
include/wx-3.1/wx/timer.h
568
include/wx-3.1/wx/tipdlg.h
569
include/wx-3.1/wx/tipwin.h
570
include/wx-3.1/wx/tls.h
571
include/wx-3.1/wx/tokenzr.h
572
include/wx-3.1/wx/toolbar.h
573
include/wx-3.1/wx/toolbook.h
574
include/wx-3.1/wx/tooltip.h
575
include/wx-3.1/wx/toplevel.h
576
include/wx-3.1/wx/tracker.h
577
include/wx-3.1/wx/translation.h
578
include/wx-3.1/wx/treebase.h
579
include/wx-3.1/wx/treebook.h
580
include/wx-3.1/wx/treectrl.h
581
include/wx-3.1/wx/treelist.h
582
include/wx-3.1/wx/txtstrm.h
583
include/wx-3.1/wx/typeinfo.h
584
include/wx-3.1/wx/types.h
585
include/wx-3.1/wx/uiaction.h
586
include/wx-3.1/wx/unichar.h
587
include/wx-3.1/wx/unix/app.h
588
include/wx-3.1/wx/unix/apptbase.h
589
include/wx-3.1/wx/unix/apptrait.h
590
include/wx-3.1/wx/unix/chkconf.h
591
include/wx-3.1/wx/unix/evtloop.h
592
include/wx-3.1/wx/unix/evtloopsrc.h
593
include/wx-3.1/wx/unix/fontutil.h
594
include/wx-3.1/wx/unix/fswatcher_inotify.h
595
include/wx-3.1/wx/unix/fswatcher_kqueue.h
596
%%GTK3%%include/wx-3.1/wx/unix/glegl.h
597
include/wx-3.1/wx/unix/glx11.h
598
include/wx-3.1/wx/unix/joystick.h
599
include/wx-3.1/wx/unix/mimetype.h
600
include/wx-3.1/wx/unix/pipe.h
601
include/wx-3.1/wx/unix/sound.h
602
include/wx-3.1/wx/unix/stackwalk.h
603
include/wx-3.1/wx/unix/stdpaths.h
604
include/wx-3.1/wx/unix/taskbarx11.h
605
include/wx-3.1/wx/unix/tls.h
606
include/wx-3.1/wx/unix/utilsx11.h
607
include/wx-3.1/wx/uri.h
608
include/wx-3.1/wx/url.h
609
include/wx-3.1/wx/ustring.h
610
include/wx-3.1/wx/utils.h
611
include/wx-3.1/wx/valgen.h
612
include/wx-3.1/wx/validate.h
613
include/wx-3.1/wx/valnum.h
614
include/wx-3.1/wx/valtext.h
615
include/wx-3.1/wx/variant.h
616
include/wx-3.1/wx/vector.h
617
include/wx-3.1/wx/version.h
618
include/wx-3.1/wx/versioninfo.h
619
include/wx-3.1/wx/vidmode.h
620
include/wx-3.1/wx/vlbox.h
621
include/wx-3.1/wx/vms_x_fix.h
622
include/wx-3.1/wx/volume.h
623
include/wx-3.1/wx/vscroll.h
624
include/wx-3.1/wx/weakref.h
625
include/wx-3.1/wx/webrequest.h
626
include/wx-3.1/wx/webview.h
627
include/wx-3.1/wx/webviewarchivehandler.h
628
include/wx-3.1/wx/webviewfshandler.h
629
include/wx-3.1/wx/wfstream.h
630
include/wx-3.1/wx/window.h
631
include/wx-3.1/wx/windowid.h
632
include/wx-3.1/wx/windowptr.h
633
include/wx-3.1/wx/withimages.h
634
include/wx-3.1/wx/wizard.h
635
include/wx-3.1/wx/wrapsizer.h
636
include/wx-3.1/wx/wupdlock.h
637
include/wx-3.1/wx/wx.h
638
include/wx-3.1/wx/wxchar.h
639
include/wx-3.1/wx/wxcrt.h
640
include/wx-3.1/wx/wxcrtbase.h
641
include/wx-3.1/wx/wxcrtvararg.h
642
include/wx-3.1/wx/wxhtml.h
643
include/wx-3.1/wx/wxprec.h
644
include/wx-3.1/wx/xlocale.h
645
include/wx-3.1/wx/xml/xml.h
646
include/wx-3.1/wx/xpmdecod.h
647
include/wx-3.1/wx/xpmhand.h
648
include/wx-3.1/wx/xrc/xh_activityindicator.h
649
include/wx-3.1/wx/xrc/xh_all.h
650
include/wx-3.1/wx/xrc/xh_animatctrl.h
651
include/wx-3.1/wx/xrc/xh_aui.h
652
include/wx-3.1/wx/xrc/xh_auitoolb.h
653
include/wx-3.1/wx/xrc/xh_bannerwindow.h
654
include/wx-3.1/wx/xrc/xh_bmp.h
655
include/wx-3.1/wx/xrc/xh_bmpbt.h
656
include/wx-3.1/wx/xrc/xh_bmpcbox.h
657
include/wx-3.1/wx/xrc/xh_bttn.h
658
include/wx-3.1/wx/xrc/xh_cald.h
659
include/wx-3.1/wx/xrc/xh_chckb.h
660
include/wx-3.1/wx/xrc/xh_chckl.h
661
include/wx-3.1/wx/xrc/xh_choic.h
662
include/wx-3.1/wx/xrc/xh_choicbk.h
663
include/wx-3.1/wx/xrc/xh_clrpicker.h
664
include/wx-3.1/wx/xrc/xh_cmdlinkbn.h
665
include/wx-3.1/wx/xrc/xh_collpane.h
666
include/wx-3.1/wx/xrc/xh_combo.h
667
include/wx-3.1/wx/xrc/xh_comboctrl.h
668
include/wx-3.1/wx/xrc/xh_dataview.h
669
include/wx-3.1/wx/xrc/xh_datectrl.h
670
include/wx-3.1/wx/xrc/xh_dirpicker.h
671
include/wx-3.1/wx/xrc/xh_dlg.h
672
include/wx-3.1/wx/xrc/xh_editlbox.h
673
include/wx-3.1/wx/xrc/xh_filectrl.h
674
include/wx-3.1/wx/xrc/xh_filepicker.h
675
include/wx-3.1/wx/xrc/xh_fontpicker.h
676
include/wx-3.1/wx/xrc/xh_frame.h
677
include/wx-3.1/wx/xrc/xh_gauge.h
678
include/wx-3.1/wx/xrc/xh_gdctl.h
679
include/wx-3.1/wx/xrc/xh_grid.h
680
include/wx-3.1/wx/xrc/xh_html.h
681
include/wx-3.1/wx/xrc/xh_htmllbox.h
682
include/wx-3.1/wx/xrc/xh_hyperlink.h
683
include/wx-3.1/wx/xrc/xh_infobar.h
684
include/wx-3.1/wx/xrc/xh_listb.h
685
include/wx-3.1/wx/xrc/xh_listbk.h
686
include/wx-3.1/wx/xrc/xh_listc.h
687
include/wx-3.1/wx/xrc/xh_mdi.h
688
include/wx-3.1/wx/xrc/xh_menu.h
689
include/wx-3.1/wx/xrc/xh_notbk.h
690
include/wx-3.1/wx/xrc/xh_odcombo.h
691
include/wx-3.1/wx/xrc/xh_panel.h
692
include/wx-3.1/wx/xrc/xh_propdlg.h
693
include/wx-3.1/wx/xrc/xh_radbt.h
694
include/wx-3.1/wx/xrc/xh_radbx.h
695
include/wx-3.1/wx/xrc/xh_ribbon.h
696
include/wx-3.1/wx/xrc/xh_richtext.h
697
include/wx-3.1/wx/xrc/xh_scrol.h
698
include/wx-3.1/wx/xrc/xh_scwin.h
699
include/wx-3.1/wx/xrc/xh_simplebook.h
700
include/wx-3.1/wx/xrc/xh_sizer.h
701
include/wx-3.1/wx/xrc/xh_slidr.h
702
include/wx-3.1/wx/xrc/xh_spin.h
703
include/wx-3.1/wx/xrc/xh_split.h
704
include/wx-3.1/wx/xrc/xh_srchctrl.h
705
include/wx-3.1/wx/xrc/xh_statbar.h
706
include/wx-3.1/wx/xrc/xh_stbmp.h
707
include/wx-3.1/wx/xrc/xh_stbox.h
708
include/wx-3.1/wx/xrc/xh_stlin.h
709
include/wx-3.1/wx/xrc/xh_sttxt.h
710
include/wx-3.1/wx/xrc/xh_text.h
711
include/wx-3.1/wx/xrc/xh_tglbtn.h
712
include/wx-3.1/wx/xrc/xh_timectrl.h
713
include/wx-3.1/wx/xrc/xh_toolb.h
714
include/wx-3.1/wx/xrc/xh_toolbk.h
715
include/wx-3.1/wx/xrc/xh_tree.h
716
include/wx-3.1/wx/xrc/xh_treebk.h
717
include/wx-3.1/wx/xrc/xh_unkwn.h
718
include/wx-3.1/wx/xrc/xh_wizrd.h
719
include/wx-3.1/wx/xrc/xmlres.h
720
include/wx-3.1/wx/xrc/xmlreshandler.h
721
include/wx-3.1/wx/xti.h
722
include/wx-3.1/wx/xti2.h
723
include/wx-3.1/wx/xtictor.h
724
include/wx-3.1/wx/xtihandler.h
725
include/wx-3.1/wx/xtiprop.h
726
include/wx-3.1/wx/xtistrm.h
727
include/wx-3.1/wx/xtitypes.h
728
include/wx-3.1/wx/xtixml.h
729
include/wx-3.1/wx/zipstrm.h
730
include/wx-3.1/wx/zstream.h
731
lib/libwx_baseu-3.1.so
732
lib/libwx_baseu-3.1.so.5
733
lib/libwx_baseu-3.1.so.5.0.0
734
lib/libwx_baseu_net-3.1.so
735
lib/libwx_baseu_net-3.1.so.5
736
lib/libwx_baseu_net-3.1.so.5.0.0
737
lib/libwx_baseu_xml-3.1.so
738
lib/libwx_baseu_xml-3.1.so.5
739
lib/libwx_baseu_xml-3.1.so.5.0.0
740
lib/libwx_%%GTKVER%%u_adv-3.1.so
741
lib/libwx_%%GTKVER%%u_adv-3.1.so.5
742
lib/libwx_%%GTKVER%%u_adv-3.1.so.5.0.0
743
lib/libwx_%%GTKVER%%u_aui-3.1.so
744
lib/libwx_%%GTKVER%%u_aui-3.1.so.5
745
lib/libwx_%%GTKVER%%u_aui-3.1.so.5.0.0
746
lib/libwx_%%GTKVER%%u_core-3.1.so
747
lib/libwx_%%GTKVER%%u_core-3.1.so.5
748
lib/libwx_%%GTKVER%%u_core-3.1.so.5.0.0
749
lib/libwx_%%GTKVER%%u_gl-3.1.so
750
lib/libwx_%%GTKVER%%u_gl-3.1.so.5
751
lib/libwx_%%GTKVER%%u_gl-3.1.so.5.0.0
752
lib/libwx_%%GTKVER%%u_html-3.1.so
753
lib/libwx_%%GTKVER%%u_html-3.1.so.5
754
lib/libwx_%%GTKVER%%u_html-3.1.so.5.0.0
755
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.1.so
756
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.1.so.5
757
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.1.so.5.0.0
758
lib/libwx_%%GTKVER%%u_propgrid-3.1.so
759
lib/libwx_%%GTKVER%%u_propgrid-3.1.so.5
760
lib/libwx_%%GTKVER%%u_propgrid-3.1.so.5.0.0
761
lib/libwx_%%GTKVER%%u_qa-3.1.so
762
lib/libwx_%%GTKVER%%u_qa-3.1.so.5
763
lib/libwx_%%GTKVER%%u_qa-3.1.so.5.0.0
764
lib/libwx_%%GTKVER%%u_ribbon-3.1.so
765
lib/libwx_%%GTKVER%%u_ribbon-3.1.so.5
766
lib/libwx_%%GTKVER%%u_ribbon-3.1.so.5.0.0
767
lib/libwx_%%GTKVER%%u_richtext-3.1.so
768
lib/libwx_%%GTKVER%%u_richtext-3.1.so.5
769
lib/libwx_%%GTKVER%%u_richtext-3.1.so.5.0.0
770
lib/libwx_%%GTKVER%%u_stc-3.1.so
771
lib/libwx_%%GTKVER%%u_stc-3.1.so.5
772
lib/libwx_%%GTKVER%%u_stc-3.1.so.5.0.0
773
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.1.so
774
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.1.so.5
775
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.1.so.5.0.0
776
lib/libwx_%%GTKVER%%u_xrc-3.1.so
777
lib/libwx_%%GTKVER%%u_xrc-3.1.so.5
778
lib/libwx_%%GTKVER%%u_xrc-3.1.so.5.0.0
779
%%WEBKIT%%lib/wx/3.1.5/web-extensions/webkit2_extu-3.1.5.so
780
lib/wx/include/%%GTKVER%%-unicode-3.1/wx/setup.h
781
share/aclocal/wxwin31.m4
782
share/bakefile/presets/wx31.bkl
783
share/bakefile/presets/wx31_presets.py
784
share/bakefile/presets/wx31_unix.bkl
785
share/bakefile/presets/wx31_win32.bkl
786
share/bakefile/presets/wx31_xrc.bkl
787
%%NLS%%share/locale/ca/LC_MESSAGES/wxstd-3.1.mo
788
%%NLS%%share/locale/cs/LC_MESSAGES/wxstd-3.1.mo
789
%%NLS%%share/locale/da/LC_MESSAGES/wxstd-3.1.mo
790
%%NLS%%share/locale/de/LC_MESSAGES/wxstd-3.1.mo
791
%%NLS%%share/locale/el/LC_MESSAGES/wxstd-3.1.mo
792
%%NLS%%share/locale/es/LC_MESSAGES/wxstd-3.1.mo
793
%%NLS%%share/locale/fi/LC_MESSAGES/wxstd-3.1.mo
794
%%NLS%%share/locale/fr/LC_MESSAGES/wxstd-3.1.mo
795
%%NLS%%share/locale/hu/LC_MESSAGES/wxstd-3.1.mo
796
%%NLS%%share/locale/id/LC_MESSAGES/wxstd-3.1.mo
797
%%NLS%%share/locale/it/LC_MESSAGES/wxstd-3.1.mo
798
%%NLS%%share/locale/ja/LC_MESSAGES/wxstd-3.1.mo
799
%%NLS%%share/locale/nl/LC_MESSAGES/wxstd-3.1.mo
800
%%NLS%%share/locale/pl/LC_MESSAGES/wxstd-3.1.mo
801
%%NLS%%share/locale/ru/LC_MESSAGES/wxstd-3.1.mo
802
%%NLS%%share/locale/sl/LC_MESSAGES/wxstd-3.1.mo
803
%%NLS%%share/locale/sv/LC_MESSAGES/wxstd-3.1.mo
804
%%NLS%%share/locale/tr/LC_MESSAGES/wxstd-3.1.mo
805
%%NLS%%share/locale/uk/LC_MESSAGES/wxstd-3.1.mo
806
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxstd-3.1.mo
807
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxstd-3.1.mo
(-)b/x11-toolkits/wxgtk32/Makefile (-10 / +9 lines)
Lines 1-7 Link Here
1
PORTNAME=	wx
1
PORTNAME=	wx
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.1.5
3
DISTVERSION=	3.2.1
4
PORTREVISION=	2
5
CATEGORIES=	x11-toolkits
4
CATEGORIES=	x11-toolkits
6
MASTER_SITES=	https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/
5
MASTER_SITES=	https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/
7
PKGNAMESUFFIX=	${_SHORT_WX_VER}-${FLAVOR}
6
PKGNAMESUFFIX=	${_SHORT_WX_VER}-${FLAVOR}
Lines 9-15 DISTNAME= wxWidgets-${DISTVERSION} Link Here
9
8
10
MAINTAINER=	desktop@FreeBSD.org
9
MAINTAINER=	desktop@FreeBSD.org
11
COMMENT=	GUI toolkit (wxWidgets) with ${FLAVOR:S/k/&+/:tu} bindings
10
COMMENT=	GUI toolkit (wxWidgets) with ${FLAVOR:S/k/&+/:tu} bindings
12
WWW=		https://www.wxwidgets.org/
13
11
14
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
15
LICENSE_FILE=	${WRKSRC}/docs/gpl.txt
13
LICENSE_FILE=	${WRKSRC}/docs/gpl.txt
Lines 21-35 LIB_DEPENDS= libcurl.so:ftp/curl \ Link Here
21
		libharfbuzz.so:print/harfbuzz \
19
		libharfbuzz.so:print/harfbuzz \
22
		libjbig.so:graphics/jbigkit \
20
		libjbig.so:graphics/jbigkit \
23
		libnotify.so:devel/libnotify \
21
		libnotify.so:devel/libnotify \
22
		libpcre2-32.so:devel/pcre2 \
24
		libpng.so:graphics/png \
23
		libpng.so:graphics/png \
25
		libsecret-1.so:security/libsecret \
24
		libsecret-1.so:security/libsecret \
26
		libsoup-2.4.so:devel/libsoup \
25
		libsoup-2.4.so:devel/libsoup \
27
		libtiff.so:graphics/tiff \
26
		libtiff.so:graphics/tiff \
28
		libwayland-egl.so:graphics/wayland
27
		libwayland-egl.so:graphics/wayland
29
28
29
FLAVORS=	gtk3 gtk2
30
FLAVOR?=	${FLAVORS:[1]}
31
30
USES=		compiler:c++11-lib gl gmake gnome iconv jpeg localbase \
32
USES=		compiler:c++11-lib gl gmake gnome iconv jpeg localbase \
31
		pkgconfig tar:bz2 xorg
33
		pkgconfig tar:bz2 xorg
32
33
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
34
USE_XORG=	x11 sm xxf86vm xtst
35
USE_XORG=	x11 sm xxf86vm xtst
35
USE_GL=		gl glu
36
USE_GL=		gl glu
Lines 39-44 USE_CXXSTD= c++11 Link Here
39
CONFIGURE_ARGS=	--with-libpng=sys \
40
CONFIGURE_ARGS=	--with-libpng=sys \
40
		--with-libjpeg=sys \
41
		--with-libjpeg=sys \
41
		--with-libtiff=sys \
42
		--with-libtiff=sys \
43
		--with-liblzma \
44
		--with-nanosvg \
42
		--with-zlib=sys \
45
		--with-zlib=sys \
43
		--with-expat=sys \
46
		--with-expat=sys \
44
		--with-opengl \
47
		--with-opengl \
Lines 73-81 MSPACK_LIB_DEPENDS= libmspack.so:archivers/libmspack Link Here
73
WEBKIT_CONFIGURE_ENABLE=	webview
76
WEBKIT_CONFIGURE_ENABLE=	webview
74
WEBKIT_LIB_DEPENDS=		libwebkit2gtk-4.0.so:www/webkit2-gtk3
77
WEBKIT_LIB_DEPENDS=		libwebkit2gtk-4.0.so:www/webkit2-gtk3
75
78
76
FLAVORS=	gtk3 gtk2
77
FLAVOR?=	${FLAVORS:[1]}
78
79
.if ${FLAVOR} == gtk3
79
.if ${FLAVOR} == gtk3
80
USE_GNOME+=	gtk30
80
USE_GNOME+=	gtk30
81
CONFIGURE_ARGS+=	--with-gtk=3
81
CONFIGURE_ARGS+=	--with-gtk=3
Lines 109-115 CONFIGURE_ARGS+=--disable-precomp-headers Link Here
109
post-build-NLS-on:
109
post-build-NLS-on:
110
	@${DO_MAKE_BUILD} allmo -C ${BUILD_WRKSRC}/locale
110
	@${DO_MAKE_BUILD} allmo -C ${BUILD_WRKSRC}/locale
111
111
112
post-install-NLS-on: # stray file: https://trac.wxwidgets.org/ticket/18147
112
post-install:
113
	@${RM} ${STAGEDIR}${PREFIX}/share/locale/it/LC_MESSAGES/wxmsw.mo
113
	@${RM} ${STAGEDIR}${PREFIX}/bin/wxrc
114
115
.include <bsd.port.post.mk>
114
.include <bsd.port.post.mk>
(-)b/x11-toolkits/wxgtk32/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1663161295
2
SHA256 (wxWidgets-3.2.1.tar.bz2) = c229976bb413eb88e45cb5dfb68b27890d450149c09b331abd751e7ae0f5fa66
3
SIZE (wxWidgets-3.2.1.tar.bz2) = 27266651
(-)b/x11-toolkits/wxgtk32/pkg-descr (+2 lines)
Lines 1-3 Link Here
1
wxWidgets is a C++ library that lets developers create applications for Windows,
1
wxWidgets is a C++ library that lets developers create applications for Windows,
2
Mac OS X, Linux and other platforms with a single code base. On FreeBSD the Gtk
2
Mac OS X, Linux and other platforms with a single code base. On FreeBSD the Gtk
3
toolkit is used.
3
toolkit is used.
4
5
WWW: https://www.wxwidgets.org/
(-)b/x11-toolkits/wxgtk32/pkg-plist (+812 lines)
Added Link Here
1
bin/wx%%GTKVER%%u-3.2-config
2
bin/wxrc-3.2
3
include/wx-3.2/wx/aboutdlg.h
4
include/wx-3.2/wx/accel.h
5
include/wx-3.2/wx/access.h
6
include/wx-3.2/wx/activityindicator.h
7
include/wx-3.2/wx/addremovectrl.h
8
include/wx-3.2/wx/affinematrix2d.h
9
include/wx-3.2/wx/affinematrix2dbase.h
10
include/wx-3.2/wx/afterstd.h
11
include/wx-3.2/wx/anidecod.h
12
include/wx-3.2/wx/animate.h
13
include/wx-3.2/wx/animdecod.h
14
include/wx-3.2/wx/any.h
15
include/wx-3.2/wx/anybutton.h
16
include/wx-3.2/wx/anystr.h
17
include/wx-3.2/wx/app.h
18
include/wx-3.2/wx/appprogress.h
19
include/wx-3.2/wx/apptrait.h
20
include/wx-3.2/wx/archive.h
21
include/wx-3.2/wx/arrimpl.cpp
22
include/wx-3.2/wx/arrstr.h
23
include/wx-3.2/wx/artprov.h
24
include/wx-3.2/wx/atomic.h
25
include/wx-3.2/wx/aui/aui.h
26
include/wx-3.2/wx/aui/auibar.h
27
include/wx-3.2/wx/aui/auibook.h
28
include/wx-3.2/wx/aui/dockart.h
29
include/wx-3.2/wx/aui/floatpane.h
30
include/wx-3.2/wx/aui/framemanager.h
31
include/wx-3.2/wx/aui/tabart.h
32
%%GTK2%%include/wx-3.2/wx/aui/tabartgtk.h
33
include/wx-3.2/wx/aui/tabmdi.h
34
include/wx-3.2/wx/bannerwindow.h
35
include/wx-3.2/wx/base64.h
36
include/wx-3.2/wx/beforestd.h
37
include/wx-3.2/wx/bitmap.h
38
include/wx-3.2/wx/bmpbndl.h
39
include/wx-3.2/wx/bmpbuttn.h
40
include/wx-3.2/wx/bmpcbox.h
41
include/wx-3.2/wx/bookctrl.h
42
include/wx-3.2/wx/brush.h
43
include/wx-3.2/wx/buffer.h
44
include/wx-3.2/wx/build.h
45
include/wx-3.2/wx/busyinfo.h
46
include/wx-3.2/wx/button.h
47
include/wx-3.2/wx/calctrl.h
48
include/wx-3.2/wx/caret.h
49
include/wx-3.2/wx/chartype.h
50
include/wx-3.2/wx/checkbox.h
51
include/wx-3.2/wx/checkeddelete.h
52
include/wx-3.2/wx/checklst.h
53
include/wx-3.2/wx/chkconf.h
54
include/wx-3.2/wx/choicdlg.h
55
include/wx-3.2/wx/choice.h
56
include/wx-3.2/wx/choicebk.h
57
include/wx-3.2/wx/clipbrd.h
58
include/wx-3.2/wx/clntdata.h
59
include/wx-3.2/wx/clrpicker.h
60
include/wx-3.2/wx/cmdargs.h
61
include/wx-3.2/wx/cmdline.h
62
include/wx-3.2/wx/cmdproc.h
63
include/wx-3.2/wx/cmndata.h
64
include/wx-3.2/wx/collheaderctrl.h
65
include/wx-3.2/wx/collpane.h
66
include/wx-3.2/wx/colordlg.h
67
include/wx-3.2/wx/colour.h
68
include/wx-3.2/wx/colourdata.h
69
include/wx-3.2/wx/combo.h
70
include/wx-3.2/wx/combobox.h
71
include/wx-3.2/wx/commandlinkbutton.h
72
include/wx-3.2/wx/compiler.h
73
include/wx-3.2/wx/compositewin.h
74
include/wx-3.2/wx/confbase.h
75
include/wx-3.2/wx/config.h
76
include/wx-3.2/wx/containr.h
77
include/wx-3.2/wx/control.h
78
include/wx-3.2/wx/convauto.h
79
include/wx-3.2/wx/cpp.h
80
include/wx-3.2/wx/creddlg.h
81
include/wx-3.2/wx/crt.h
82
include/wx-3.2/wx/cshelp.h
83
include/wx-3.2/wx/ctrlsub.h
84
include/wx-3.2/wx/cursor.h
85
include/wx-3.2/wx/custombgwin.h
86
include/wx-3.2/wx/dataobj.h
87
include/wx-3.2/wx/dataview.h
88
include/wx-3.2/wx/datectrl.h
89
include/wx-3.2/wx/dateevt.h
90
include/wx-3.2/wx/datetime.h
91
include/wx-3.2/wx/datetimectrl.h
92
include/wx-3.2/wx/datstrm.h
93
include/wx-3.2/wx/dc.h
94
include/wx-3.2/wx/dcbuffer.h
95
include/wx-3.2/wx/dcclient.h
96
include/wx-3.2/wx/dcgraph.h
97
include/wx-3.2/wx/dcmemory.h
98
include/wx-3.2/wx/dcmirror.h
99
include/wx-3.2/wx/dcprint.h
100
include/wx-3.2/wx/dcps.h
101
include/wx-3.2/wx/dcscreen.h
102
include/wx-3.2/wx/dcsvg.h
103
include/wx-3.2/wx/dde.h
104
include/wx-3.2/wx/debug.h
105
include/wx-3.2/wx/debugrpt.h
106
include/wx-3.2/wx/defs.h
107
include/wx-3.2/wx/dialog.h
108
include/wx-3.2/wx/dialup.h
109
include/wx-3.2/wx/dir.h
110
include/wx-3.2/wx/dirctrl.h
111
include/wx-3.2/wx/dirdlg.h
112
include/wx-3.2/wx/display.h
113
include/wx-3.2/wx/dlimpexp.h
114
include/wx-3.2/wx/dlist.h
115
include/wx-3.2/wx/dnd.h
116
include/wx-3.2/wx/docmdi.h
117
include/wx-3.2/wx/docview.h
118
include/wx-3.2/wx/dragimag.h
119
include/wx-3.2/wx/dvrenderers.h
120
include/wx-3.2/wx/dynarray.h
121
include/wx-3.2/wx/dynlib.h
122
include/wx-3.2/wx/dynload.h
123
include/wx-3.2/wx/editlbox.h
124
include/wx-3.2/wx/effects.h
125
include/wx-3.2/wx/encconv.h
126
include/wx-3.2/wx/encinfo.h
127
include/wx-3.2/wx/event.h
128
include/wx-3.2/wx/eventfilter.h
129
include/wx-3.2/wx/evtloop.h
130
include/wx-3.2/wx/evtloopsrc.h
131
include/wx-3.2/wx/except.h
132
include/wx-3.2/wx/fdrepdlg.h
133
include/wx-3.2/wx/features.h
134
include/wx-3.2/wx/ffile.h
135
include/wx-3.2/wx/file.h
136
include/wx-3.2/wx/fileconf.h
137
include/wx-3.2/wx/filectrl.h
138
include/wx-3.2/wx/filedlg.h
139
include/wx-3.2/wx/filedlgcustomize.h
140
include/wx-3.2/wx/filefn.h
141
include/wx-3.2/wx/filehistory.h
142
include/wx-3.2/wx/filename.h
143
include/wx-3.2/wx/filepicker.h
144
include/wx-3.2/wx/filesys.h
145
include/wx-3.2/wx/flags.h
146
include/wx-3.2/wx/fmappriv.h
147
include/wx-3.2/wx/font.h
148
include/wx-3.2/wx/fontdata.h
149
include/wx-3.2/wx/fontdlg.h
150
include/wx-3.2/wx/fontenc.h
151
include/wx-3.2/wx/fontenum.h
152
include/wx-3.2/wx/fontmap.h
153
include/wx-3.2/wx/fontpicker.h
154
include/wx-3.2/wx/fontutil.h
155
include/wx-3.2/wx/frame.h
156
include/wx-3.2/wx/fs_arc.h
157
include/wx-3.2/wx/fs_filter.h
158
include/wx-3.2/wx/fs_inet.h
159
include/wx-3.2/wx/fs_mem.h
160
include/wx-3.2/wx/fs_zip.h
161
include/wx-3.2/wx/fswatcher.h
162
include/wx-3.2/wx/gauge.h
163
include/wx-3.2/wx/gbsizer.h
164
include/wx-3.2/wx/gdicmn.h
165
include/wx-3.2/wx/gdiobj.h
166
include/wx-3.2/wx/generic/aboutdlgg.h
167
include/wx-3.2/wx/generic/accel.h
168
include/wx-3.2/wx/generic/activityindicator.h
169
include/wx-3.2/wx/generic/animate.h
170
include/wx-3.2/wx/generic/bmpcbox.h
171
include/wx-3.2/wx/generic/busyinfo.h
172
include/wx-3.2/wx/generic/buttonbar.h
173
include/wx-3.2/wx/generic/calctrlg.h
174
include/wx-3.2/wx/generic/caret.h
175
include/wx-3.2/wx/generic/choicdgg.h
176
include/wx-3.2/wx/generic/collheaderctrl.h
177
include/wx-3.2/wx/generic/combo.h
178
include/wx-3.2/wx/generic/creddlgg.h
179
include/wx-3.2/wx/generic/custombgwin.h
180
include/wx-3.2/wx/generic/dataview.h
181
include/wx-3.2/wx/generic/datectrl.h
182
include/wx-3.2/wx/generic/dcpsg.h
183
include/wx-3.2/wx/generic/dirctrlg.h
184
include/wx-3.2/wx/generic/dragimgg.h
185
include/wx-3.2/wx/generic/dvrenderer.h
186
include/wx-3.2/wx/generic/dvrenderers.h
187
include/wx-3.2/wx/generic/fdrepdlg.h
188
include/wx-3.2/wx/generic/filectrlg.h
189
include/wx-3.2/wx/generic/filepickerg.h
190
%%GTK2%%include/wx-3.2/wx/generic/fontdlgg.h
191
include/wx-3.2/wx/generic/fswatcher.h
192
include/wx-3.2/wx/generic/grid.h
193
include/wx-3.2/wx/generic/gridctrl.h
194
include/wx-3.2/wx/generic/grideditors.h
195
include/wx-3.2/wx/generic/gridsel.h
196
include/wx-3.2/wx/generic/headerctrlg.h
197
include/wx-3.2/wx/generic/helpext.h
198
include/wx-3.2/wx/generic/hyperlink.h
199
include/wx-3.2/wx/generic/icon.h
200
include/wx-3.2/wx/generic/imaglist.h
201
include/wx-3.2/wx/generic/infobar.h
202
include/wx-3.2/wx/generic/laywin.h
203
include/wx-3.2/wx/generic/listctrl.h
204
include/wx-3.2/wx/generic/logg.h
205
include/wx-3.2/wx/generic/msgdlgg.h
206
include/wx-3.2/wx/generic/notebook.h
207
include/wx-3.2/wx/generic/notifmsg.h
208
include/wx-3.2/wx/generic/numdlgg.h
209
include/wx-3.2/wx/generic/paletteg.h
210
include/wx-3.2/wx/generic/panelg.h
211
include/wx-3.2/wx/generic/printps.h
212
include/wx-3.2/wx/generic/prntdlgg.h
213
include/wx-3.2/wx/generic/progdlgg.h
214
include/wx-3.2/wx/generic/propdlg.h
215
include/wx-3.2/wx/generic/richmsgdlgg.h
216
include/wx-3.2/wx/generic/sashwin.h
217
include/wx-3.2/wx/generic/scrolwin.h
218
include/wx-3.2/wx/generic/spinctlg.h
219
include/wx-3.2/wx/generic/splash.h
220
include/wx-3.2/wx/generic/splitter.h
221
include/wx-3.2/wx/generic/srchctlg.h
222
include/wx-3.2/wx/generic/statbmpg.h
223
include/wx-3.2/wx/generic/stattextg.h
224
include/wx-3.2/wx/generic/statusbr.h
225
include/wx-3.2/wx/generic/textdlgg.h
226
include/wx-3.2/wx/generic/timectrl.h
227
include/wx-3.2/wx/generic/treectlg.h
228
include/wx-3.2/wx/generic/wizard.h
229
include/wx-3.2/wx/geometry.h
230
include/wx-3.2/wx/gifdecod.h
231
include/wx-3.2/wx/glcanvas.h
232
include/wx-3.2/wx/graphics.h
233
include/wx-3.2/wx/grid.h
234
include/wx-3.2/wx/gtk/accel.h
235
include/wx-3.2/wx/gtk/activityindicator.h
236
include/wx-3.2/wx/gtk/animate.h
237
include/wx-3.2/wx/gtk/anybutton.h
238
include/wx-3.2/wx/gtk/app.h
239
include/wx-3.2/wx/gtk/assertdlg_gtk.h
240
include/wx-3.2/wx/gtk/bitmap.h
241
include/wx-3.2/wx/gtk/bmpbuttn.h
242
include/wx-3.2/wx/gtk/bmpcbox.h
243
include/wx-3.2/wx/gtk/brush.h
244
include/wx-3.2/wx/gtk/button.h
245
include/wx-3.2/wx/gtk/calctrl.h
246
include/wx-3.2/wx/gtk/checkbox.h
247
include/wx-3.2/wx/gtk/checklst.h
248
include/wx-3.2/wx/gtk/chkconf.h
249
include/wx-3.2/wx/gtk/choice.h
250
include/wx-3.2/wx/gtk/clipbrd.h
251
include/wx-3.2/wx/gtk/clrpicker.h
252
include/wx-3.2/wx/gtk/collpane.h
253
include/wx-3.2/wx/gtk/colordlg.h
254
include/wx-3.2/wx/gtk/colour.h
255
include/wx-3.2/wx/gtk/combobox.h
256
include/wx-3.2/wx/gtk/control.h
257
include/wx-3.2/wx/gtk/cursor.h
258
include/wx-3.2/wx/gtk/dataform.h
259
include/wx-3.2/wx/gtk/dataobj.h
260
include/wx-3.2/wx/gtk/dataobj2.h
261
include/wx-3.2/wx/gtk/dataview.h
262
include/wx-3.2/wx/gtk/dialog.h
263
include/wx-3.2/wx/gtk/dirdlg.h
264
include/wx-3.2/wx/gtk/dnd.h
265
include/wx-3.2/wx/gtk/dvrenderer.h
266
include/wx-3.2/wx/gtk/dvrenderers.h
267
include/wx-3.2/wx/gtk/evtloop.h
268
include/wx-3.2/wx/gtk/evtloopsrc.h
269
include/wx-3.2/wx/gtk/filectrl.h
270
include/wx-3.2/wx/gtk/filedlg.h
271
include/wx-3.2/wx/gtk/filehistory.h
272
include/wx-3.2/wx/gtk/filepicker.h
273
include/wx-3.2/wx/gtk/font.h
274
include/wx-3.2/wx/gtk/fontdlg.h
275
include/wx-3.2/wx/gtk/fontpicker.h
276
include/wx-3.2/wx/gtk/frame.h
277
include/wx-3.2/wx/gtk/gauge.h
278
include/wx-3.2/wx/gtk/glcanvas.h
279
include/wx-3.2/wx/gtk/gnome/gvfs.h
280
include/wx-3.2/wx/gtk/hyperlink.h
281
include/wx-3.2/wx/gtk/infobar.h
282
include/wx-3.2/wx/gtk/listbox.h
283
include/wx-3.2/wx/gtk/mdi.h
284
include/wx-3.2/wx/gtk/menu.h
285
include/wx-3.2/wx/gtk/menuitem.h
286
include/wx-3.2/wx/gtk/mimetype.h
287
include/wx-3.2/wx/gtk/minifram.h
288
include/wx-3.2/wx/gtk/msgdlg.h
289
include/wx-3.2/wx/gtk/nonownedwnd.h
290
include/wx-3.2/wx/gtk/notebook.h
291
include/wx-3.2/wx/gtk/pen.h
292
include/wx-3.2/wx/gtk/popupwin.h
293
include/wx-3.2/wx/gtk/print.h
294
include/wx-3.2/wx/gtk/radiobox.h
295
include/wx-3.2/wx/gtk/radiobut.h
296
include/wx-3.2/wx/gtk/region.h
297
include/wx-3.2/wx/gtk/scrolbar.h
298
include/wx-3.2/wx/gtk/scrolwin.h
299
include/wx-3.2/wx/gtk/slider.h
300
include/wx-3.2/wx/gtk/spinbutt.h
301
include/wx-3.2/wx/gtk/spinctrl.h
302
include/wx-3.2/wx/gtk/srchctrl.h
303
include/wx-3.2/wx/gtk/statbmp.h
304
include/wx-3.2/wx/gtk/statbox.h
305
include/wx-3.2/wx/gtk/statline.h
306
include/wx-3.2/wx/gtk/stattext.h
307
include/wx-3.2/wx/gtk/taskbar.h
308
include/wx-3.2/wx/gtk/textctrl.h
309
include/wx-3.2/wx/gtk/textentry.h
310
include/wx-3.2/wx/gtk/tglbtn.h
311
include/wx-3.2/wx/gtk/toolbar.h
312
include/wx-3.2/wx/gtk/tooltip.h
313
include/wx-3.2/wx/gtk/toplevel.h
314
include/wx-3.2/wx/gtk/webview_webkit.h
315
include/wx-3.2/wx/gtk/webviewhistoryitem_webkit.h
316
include/wx-3.2/wx/gtk/window.h
317
include/wx-3.2/wx/hash.h
318
include/wx-3.2/wx/hashmap.h
319
include/wx-3.2/wx/hashset.h
320
include/wx-3.2/wx/headercol.h
321
include/wx-3.2/wx/headerctrl.h
322
include/wx-3.2/wx/help.h
323
include/wx-3.2/wx/helpbase.h
324
include/wx-3.2/wx/helphtml.h
325
include/wx-3.2/wx/helpwin.h
326
include/wx-3.2/wx/html/forcelnk.h
327
include/wx-3.2/wx/html/helpctrl.h
328
include/wx-3.2/wx/html/helpdata.h
329
include/wx-3.2/wx/html/helpdlg.h
330
include/wx-3.2/wx/html/helpfrm.h
331
include/wx-3.2/wx/html/helpwnd.h
332
include/wx-3.2/wx/html/htmlcell.h
333
include/wx-3.2/wx/html/htmldefs.h
334
include/wx-3.2/wx/html/htmlfilt.h
335
include/wx-3.2/wx/html/htmlpars.h
336
include/wx-3.2/wx/html/htmlproc.h
337
include/wx-3.2/wx/html/htmltag.h
338
include/wx-3.2/wx/html/htmlwin.h
339
include/wx-3.2/wx/html/htmprint.h
340
include/wx-3.2/wx/html/m_templ.h
341
include/wx-3.2/wx/html/styleparams.h
342
include/wx-3.2/wx/html/winpars.h
343
include/wx-3.2/wx/htmllbox.h
344
include/wx-3.2/wx/hyperlink.h
345
include/wx-3.2/wx/icon.h
346
include/wx-3.2/wx/iconbndl.h
347
include/wx-3.2/wx/iconloc.h
348
include/wx-3.2/wx/imagbmp.h
349
include/wx-3.2/wx/image.h
350
include/wx-3.2/wx/imaggif.h
351
include/wx-3.2/wx/imagiff.h
352
include/wx-3.2/wx/imagjpeg.h
353
include/wx-3.2/wx/imaglist.h
354
include/wx-3.2/wx/imagpcx.h
355
include/wx-3.2/wx/imagpng.h
356
include/wx-3.2/wx/imagpnm.h
357
include/wx-3.2/wx/imagtga.h
358
include/wx-3.2/wx/imagtiff.h
359
include/wx-3.2/wx/imagxpm.h
360
include/wx-3.2/wx/infobar.h
361
include/wx-3.2/wx/init.h
362
include/wx-3.2/wx/intl.h
363
include/wx-3.2/wx/iosfwrap.h
364
include/wx-3.2/wx/ioswrap.h
365
include/wx-3.2/wx/ipc.h
366
include/wx-3.2/wx/ipcbase.h
367
include/wx-3.2/wx/itemattr.h
368
include/wx-3.2/wx/itemid.h
369
include/wx-3.2/wx/joystick.h
370
include/wx-3.2/wx/kbdstate.h
371
include/wx-3.2/wx/language.h
372
include/wx-3.2/wx/layout.h
373
include/wx-3.2/wx/laywin.h
374
include/wx-3.2/wx/link.h
375
include/wx-3.2/wx/list.h
376
include/wx-3.2/wx/listbase.h
377
include/wx-3.2/wx/listbook.h
378
include/wx-3.2/wx/listbox.h
379
include/wx-3.2/wx/listctrl.h
380
include/wx-3.2/wx/listimpl.cpp
381
include/wx-3.2/wx/localedefs.h
382
include/wx-3.2/wx/log.h
383
include/wx-3.2/wx/longlong.h
384
include/wx-3.2/wx/lzmastream.h
385
include/wx-3.2/wx/math.h
386
include/wx-3.2/wx/matrix.h
387
include/wx-3.2/wx/mdi.h
388
include/wx-3.2/wx/mediactrl.h
389
include/wx-3.2/wx/memconf.h
390
include/wx-3.2/wx/memory.h
391
include/wx-3.2/wx/memtext.h
392
include/wx-3.2/wx/menu.h
393
include/wx-3.2/wx/menuitem.h
394
include/wx-3.2/wx/meta/convertible.h
395
include/wx-3.2/wx/meta/if.h
396
include/wx-3.2/wx/meta/implicitconversion.h
397
include/wx-3.2/wx/meta/int2type.h
398
include/wx-3.2/wx/meta/movable.h
399
include/wx-3.2/wx/meta/pod.h
400
include/wx-3.2/wx/meta/removeref.h
401
include/wx-3.2/wx/metafile.h
402
include/wx-3.2/wx/mimetype.h
403
include/wx-3.2/wx/minifram.h
404
include/wx-3.2/wx/modalhook.h
405
include/wx-3.2/wx/module.h
406
include/wx-3.2/wx/mousemanager.h
407
include/wx-3.2/wx/mousestate.h
408
include/wx-3.2/wx/msgdlg.h
409
include/wx-3.2/wx/msgout.h
410
include/wx-3.2/wx/msgqueue.h
411
include/wx-3.2/wx/mstream.h
412
include/wx-3.2/wx/nativewin.h
413
include/wx-3.2/wx/nonownedwnd.h
414
include/wx-3.2/wx/notebook.h
415
include/wx-3.2/wx/notifmsg.h
416
include/wx-3.2/wx/numdlg.h
417
include/wx-3.2/wx/numformatter.h
418
include/wx-3.2/wx/object.h
419
include/wx-3.2/wx/odcombo.h
420
include/wx-3.2/wx/overlay.h
421
include/wx-3.2/wx/ownerdrw.h
422
include/wx-3.2/wx/palette.h
423
include/wx-3.2/wx/panel.h
424
include/wx-3.2/wx/paper.h
425
include/wx-3.2/wx/pen.h
426
include/wx-3.2/wx/peninfobase.h
427
include/wx-3.2/wx/persist.h
428
include/wx-3.2/wx/persist/bookctrl.h
429
include/wx-3.2/wx/persist/dataview.h
430
include/wx-3.2/wx/persist/splitter.h
431
include/wx-3.2/wx/persist/toplevel.h
432
include/wx-3.2/wx/persist/treebook.h
433
include/wx-3.2/wx/persist/window.h
434
include/wx-3.2/wx/pickerbase.h
435
include/wx-3.2/wx/platform.h
436
include/wx-3.2/wx/platinfo.h
437
include/wx-3.2/wx/popupwin.h
438
include/wx-3.2/wx/position.h
439
include/wx-3.2/wx/power.h
440
include/wx-3.2/wx/preferences.h
441
include/wx-3.2/wx/print.h
442
include/wx-3.2/wx/printdlg.h
443
include/wx-3.2/wx/prntbase.h
444
include/wx-3.2/wx/process.h
445
include/wx-3.2/wx/progdlg.h
446
include/wx-3.2/wx/propdlg.h
447
include/wx-3.2/wx/propgrid/advprops.h
448
include/wx-3.2/wx/propgrid/editors.h
449
include/wx-3.2/wx/propgrid/manager.h
450
include/wx-3.2/wx/propgrid/property.h
451
include/wx-3.2/wx/propgrid/propgrid.h
452
include/wx-3.2/wx/propgrid/propgriddefs.h
453
include/wx-3.2/wx/propgrid/propgridiface.h
454
include/wx-3.2/wx/propgrid/propgridpagestate.h
455
include/wx-3.2/wx/propgrid/props.h
456
include/wx-3.2/wx/protocol/file.h
457
include/wx-3.2/wx/protocol/ftp.h
458
include/wx-3.2/wx/protocol/http.h
459
include/wx-3.2/wx/protocol/log.h
460
include/wx-3.2/wx/protocol/protocol.h
461
include/wx-3.2/wx/ptr_scpd.h
462
include/wx-3.2/wx/ptr_shrd.h
463
include/wx-3.2/wx/quantize.h
464
include/wx-3.2/wx/radiobox.h
465
include/wx-3.2/wx/radiobut.h
466
include/wx-3.2/wx/range.h
467
include/wx-3.2/wx/rawbmp.h
468
include/wx-3.2/wx/rearrangectrl.h
469
include/wx-3.2/wx/recguard.h
470
include/wx-3.2/wx/regex.h
471
include/wx-3.2/wx/region.h
472
include/wx-3.2/wx/renderer.h
473
include/wx-3.2/wx/ribbon/art.h
474
include/wx-3.2/wx/ribbon/art_internal.h
475
include/wx-3.2/wx/ribbon/bar.h
476
include/wx-3.2/wx/ribbon/buttonbar.h
477
include/wx-3.2/wx/ribbon/control.h
478
include/wx-3.2/wx/ribbon/gallery.h
479
include/wx-3.2/wx/ribbon/page.h
480
include/wx-3.2/wx/ribbon/panel.h
481
include/wx-3.2/wx/ribbon/toolbar.h
482
include/wx-3.2/wx/richmsgdlg.h
483
include/wx-3.2/wx/richtext/richtextbackgroundpage.h
484
include/wx-3.2/wx/richtext/richtextborderspage.h
485
include/wx-3.2/wx/richtext/richtextbuffer.h
486
include/wx-3.2/wx/richtext/richtextbulletspage.h
487
include/wx-3.2/wx/richtext/richtextctrl.h
488
include/wx-3.2/wx/richtext/richtextdialogpage.h
489
include/wx-3.2/wx/richtext/richtextfontpage.h
490
include/wx-3.2/wx/richtext/richtextformatdlg.h
491
include/wx-3.2/wx/richtext/richtexthtml.h
492
include/wx-3.2/wx/richtext/richtextimagedlg.h
493
include/wx-3.2/wx/richtext/richtextindentspage.h
494
include/wx-3.2/wx/richtext/richtextliststylepage.h
495
include/wx-3.2/wx/richtext/richtextmarginspage.h
496
include/wx-3.2/wx/richtext/richtextprint.h
497
include/wx-3.2/wx/richtext/richtextsizepage.h
498
include/wx-3.2/wx/richtext/richtextstyledlg.h
499
include/wx-3.2/wx/richtext/richtextstylepage.h
500
include/wx-3.2/wx/richtext/richtextstyles.h
501
include/wx-3.2/wx/richtext/richtextsymboldlg.h
502
include/wx-3.2/wx/richtext/richtexttabspage.h
503
include/wx-3.2/wx/richtext/richtextuicustomization.h
504
include/wx-3.2/wx/richtext/richtextxml.h
505
include/wx-3.2/wx/richtooltip.h
506
include/wx-3.2/wx/rtti.h
507
include/wx-3.2/wx/sashwin.h
508
include/wx-3.2/wx/sckaddr.h
509
include/wx-3.2/wx/sckipc.h
510
include/wx-3.2/wx/sckstrm.h
511
include/wx-3.2/wx/scopedarray.h
512
include/wx-3.2/wx/scopedptr.h
513
include/wx-3.2/wx/scopeguard.h
514
include/wx-3.2/wx/scrolbar.h
515
include/wx-3.2/wx/scrolwin.h
516
include/wx-3.2/wx/secretstore.h
517
include/wx-3.2/wx/selstore.h
518
include/wx-3.2/wx/settings.h
519
include/wx-3.2/wx/sharedptr.h
520
include/wx-3.2/wx/simplebook.h
521
include/wx-3.2/wx/sizer.h
522
include/wx-3.2/wx/slider.h
523
include/wx-3.2/wx/snglinst.h
524
include/wx-3.2/wx/socket.h
525
include/wx-3.2/wx/sound.h
526
include/wx-3.2/wx/spinbutt.h
527
include/wx-3.2/wx/spinctrl.h
528
include/wx-3.2/wx/splash.h
529
include/wx-3.2/wx/splitter.h
530
include/wx-3.2/wx/srchctrl.h
531
include/wx-3.2/wx/sstream.h
532
include/wx-3.2/wx/stack.h
533
include/wx-3.2/wx/stackwalk.h
534
include/wx-3.2/wx/statbmp.h
535
include/wx-3.2/wx/statbox.h
536
include/wx-3.2/wx/statline.h
537
include/wx-3.2/wx/stattext.h
538
include/wx-3.2/wx/statusbr.h
539
include/wx-3.2/wx/stc/stc.h
540
include/wx-3.2/wx/stdpaths.h
541
include/wx-3.2/wx/stdstream.h
542
include/wx-3.2/wx/stockitem.h
543
include/wx-3.2/wx/stopwatch.h
544
include/wx-3.2/wx/strconv.h
545
include/wx-3.2/wx/stream.h
546
include/wx-3.2/wx/string.h
547
include/wx-3.2/wx/stringimpl.h
548
include/wx-3.2/wx/stringops.h
549
include/wx-3.2/wx/strvararg.h
550
include/wx-3.2/wx/sysopt.h
551
include/wx-3.2/wx/systhemectrl.h
552
include/wx-3.2/wx/tarstrm.h
553
include/wx-3.2/wx/taskbar.h
554
include/wx-3.2/wx/taskbarbutton.h
555
include/wx-3.2/wx/tbarbase.h
556
include/wx-3.2/wx/testing.h
557
include/wx-3.2/wx/textbuf.h
558
include/wx-3.2/wx/textcompleter.h
559
include/wx-3.2/wx/textctrl.h
560
include/wx-3.2/wx/textdlg.h
561
include/wx-3.2/wx/textentry.h
562
include/wx-3.2/wx/textfile.h
563
include/wx-3.2/wx/textwrapper.h
564
include/wx-3.2/wx/tglbtn.h
565
include/wx-3.2/wx/thread.h
566
include/wx-3.2/wx/thrimpl.cpp
567
include/wx-3.2/wx/time.h
568
include/wx-3.2/wx/timectrl.h
569
include/wx-3.2/wx/timer.h
570
include/wx-3.2/wx/tipdlg.h
571
include/wx-3.2/wx/tipwin.h
572
include/wx-3.2/wx/tls.h
573
include/wx-3.2/wx/tokenzr.h
574
include/wx-3.2/wx/toolbar.h
575
include/wx-3.2/wx/toolbook.h
576
include/wx-3.2/wx/tooltip.h
577
include/wx-3.2/wx/toplevel.h
578
include/wx-3.2/wx/tracker.h
579
include/wx-3.2/wx/translation.h
580
include/wx-3.2/wx/treebase.h
581
include/wx-3.2/wx/treebook.h
582
include/wx-3.2/wx/treectrl.h
583
include/wx-3.2/wx/treelist.h
584
include/wx-3.2/wx/txtstrm.h
585
include/wx-3.2/wx/typeinfo.h
586
include/wx-3.2/wx/types.h
587
include/wx-3.2/wx/uiaction.h
588
include/wx-3.2/wx/uilocale.h
589
include/wx-3.2/wx/unichar.h
590
include/wx-3.2/wx/unix/app.h
591
include/wx-3.2/wx/unix/apptbase.h
592
include/wx-3.2/wx/unix/apptrait.h
593
include/wx-3.2/wx/unix/chkconf.h
594
include/wx-3.2/wx/unix/evtloop.h
595
include/wx-3.2/wx/unix/evtloopsrc.h
596
include/wx-3.2/wx/unix/fontutil.h
597
include/wx-3.2/wx/unix/fswatcher_inotify.h
598
include/wx-3.2/wx/unix/fswatcher_kqueue.h
599
%%GTK3%%include/wx-3.2/wx/unix/glegl.h
600
include/wx-3.2/wx/unix/glx11.h
601
include/wx-3.2/wx/unix/joystick.h
602
include/wx-3.2/wx/unix/mimetype.h
603
include/wx-3.2/wx/unix/pipe.h
604
include/wx-3.2/wx/unix/sound.h
605
include/wx-3.2/wx/unix/stackwalk.h
606
include/wx-3.2/wx/unix/stdpaths.h
607
include/wx-3.2/wx/unix/taskbarx11.h
608
include/wx-3.2/wx/unix/tls.h
609
include/wx-3.2/wx/unix/utilsx11.h
610
include/wx-3.2/wx/uri.h
611
include/wx-3.2/wx/url.h
612
include/wx-3.2/wx/ustring.h
613
include/wx-3.2/wx/utils.h
614
include/wx-3.2/wx/valgen.h
615
include/wx-3.2/wx/validate.h
616
include/wx-3.2/wx/valnum.h
617
include/wx-3.2/wx/valtext.h
618
include/wx-3.2/wx/variant.h
619
include/wx-3.2/wx/vector.h
620
include/wx-3.2/wx/version.h
621
include/wx-3.2/wx/versioninfo.h
622
include/wx-3.2/wx/vidmode.h
623
include/wx-3.2/wx/vlbox.h
624
include/wx-3.2/wx/vms_x_fix.h
625
include/wx-3.2/wx/volume.h
626
include/wx-3.2/wx/vscroll.h
627
include/wx-3.2/wx/weakref.h
628
include/wx-3.2/wx/webrequest.h
629
include/wx-3.2/wx/webview.h
630
include/wx-3.2/wx/webviewarchivehandler.h
631
include/wx-3.2/wx/webviewfshandler.h
632
include/wx-3.2/wx/wfstream.h
633
include/wx-3.2/wx/window.h
634
include/wx-3.2/wx/windowid.h
635
include/wx-3.2/wx/windowptr.h
636
include/wx-3.2/wx/withimages.h
637
include/wx-3.2/wx/wizard.h
638
include/wx-3.2/wx/wrapsizer.h
639
include/wx-3.2/wx/wupdlock.h
640
include/wx-3.2/wx/wx.h
641
include/wx-3.2/wx/wxchar.h
642
include/wx-3.2/wx/wxcrt.h
643
include/wx-3.2/wx/wxcrtbase.h
644
include/wx-3.2/wx/wxcrtvararg.h
645
include/wx-3.2/wx/wxhtml.h
646
include/wx-3.2/wx/wxprec.h
647
include/wx-3.2/wx/xlocale.h
648
include/wx-3.2/wx/xml/xml.h
649
include/wx-3.2/wx/xpmdecod.h
650
include/wx-3.2/wx/xpmhand.h
651
include/wx-3.2/wx/xrc/xh_activityindicator.h
652
include/wx-3.2/wx/xrc/xh_all.h
653
include/wx-3.2/wx/xrc/xh_animatctrl.h
654
include/wx-3.2/wx/xrc/xh_aui.h
655
include/wx-3.2/wx/xrc/xh_auitoolb.h
656
include/wx-3.2/wx/xrc/xh_bannerwindow.h
657
include/wx-3.2/wx/xrc/xh_bmp.h
658
include/wx-3.2/wx/xrc/xh_bmpbt.h
659
include/wx-3.2/wx/xrc/xh_bmpcbox.h
660
include/wx-3.2/wx/xrc/xh_bookctrlbase.h
661
include/wx-3.2/wx/xrc/xh_bttn.h
662
include/wx-3.2/wx/xrc/xh_cald.h
663
include/wx-3.2/wx/xrc/xh_chckb.h
664
include/wx-3.2/wx/xrc/xh_chckl.h
665
include/wx-3.2/wx/xrc/xh_choic.h
666
include/wx-3.2/wx/xrc/xh_choicbk.h
667
include/wx-3.2/wx/xrc/xh_clrpicker.h
668
include/wx-3.2/wx/xrc/xh_cmdlinkbn.h
669
include/wx-3.2/wx/xrc/xh_collpane.h
670
include/wx-3.2/wx/xrc/xh_combo.h
671
include/wx-3.2/wx/xrc/xh_comboctrl.h
672
include/wx-3.2/wx/xrc/xh_dataview.h
673
include/wx-3.2/wx/xrc/xh_datectrl.h
674
include/wx-3.2/wx/xrc/xh_dirpicker.h
675
include/wx-3.2/wx/xrc/xh_dlg.h
676
include/wx-3.2/wx/xrc/xh_editlbox.h
677
include/wx-3.2/wx/xrc/xh_filectrl.h
678
include/wx-3.2/wx/xrc/xh_filepicker.h
679
include/wx-3.2/wx/xrc/xh_fontpicker.h
680
include/wx-3.2/wx/xrc/xh_frame.h
681
include/wx-3.2/wx/xrc/xh_gauge.h
682
include/wx-3.2/wx/xrc/xh_gdctl.h
683
include/wx-3.2/wx/xrc/xh_grid.h
684
include/wx-3.2/wx/xrc/xh_html.h
685
include/wx-3.2/wx/xrc/xh_htmllbox.h
686
include/wx-3.2/wx/xrc/xh_hyperlink.h
687
include/wx-3.2/wx/xrc/xh_infobar.h
688
include/wx-3.2/wx/xrc/xh_listb.h
689
include/wx-3.2/wx/xrc/xh_listbk.h
690
include/wx-3.2/wx/xrc/xh_listc.h
691
include/wx-3.2/wx/xrc/xh_mdi.h
692
include/wx-3.2/wx/xrc/xh_menu.h
693
include/wx-3.2/wx/xrc/xh_notbk.h
694
include/wx-3.2/wx/xrc/xh_odcombo.h
695
include/wx-3.2/wx/xrc/xh_panel.h
696
include/wx-3.2/wx/xrc/xh_propdlg.h
697
include/wx-3.2/wx/xrc/xh_radbt.h
698
include/wx-3.2/wx/xrc/xh_radbx.h
699
include/wx-3.2/wx/xrc/xh_ribbon.h
700
include/wx-3.2/wx/xrc/xh_richtext.h
701
include/wx-3.2/wx/xrc/xh_scrol.h
702
include/wx-3.2/wx/xrc/xh_scwin.h
703
include/wx-3.2/wx/xrc/xh_simplebook.h
704
include/wx-3.2/wx/xrc/xh_sizer.h
705
include/wx-3.2/wx/xrc/xh_slidr.h
706
include/wx-3.2/wx/xrc/xh_spin.h
707
include/wx-3.2/wx/xrc/xh_split.h
708
include/wx-3.2/wx/xrc/xh_srchctrl.h
709
include/wx-3.2/wx/xrc/xh_statbar.h
710
include/wx-3.2/wx/xrc/xh_stbmp.h
711
include/wx-3.2/wx/xrc/xh_stbox.h
712
include/wx-3.2/wx/xrc/xh_stlin.h
713
include/wx-3.2/wx/xrc/xh_sttxt.h
714
include/wx-3.2/wx/xrc/xh_styledtextctrl.h
715
include/wx-3.2/wx/xrc/xh_text.h
716
include/wx-3.2/wx/xrc/xh_tglbtn.h
717
include/wx-3.2/wx/xrc/xh_timectrl.h
718
include/wx-3.2/wx/xrc/xh_toolb.h
719
include/wx-3.2/wx/xrc/xh_toolbk.h
720
include/wx-3.2/wx/xrc/xh_tree.h
721
include/wx-3.2/wx/xrc/xh_treebk.h
722
include/wx-3.2/wx/xrc/xh_unkwn.h
723
include/wx-3.2/wx/xrc/xh_wizrd.h
724
include/wx-3.2/wx/xrc/xmlres.h
725
include/wx-3.2/wx/xrc/xmlreshandler.h
726
include/wx-3.2/wx/xti.h
727
include/wx-3.2/wx/xti2.h
728
include/wx-3.2/wx/xtictor.h
729
include/wx-3.2/wx/xtihandler.h
730
include/wx-3.2/wx/xtiprop.h
731
include/wx-3.2/wx/xtistrm.h
732
include/wx-3.2/wx/xtitypes.h
733
include/wx-3.2/wx/xtixml.h
734
include/wx-3.2/wx/zipstrm.h
735
include/wx-3.2/wx/zstream.h
736
lib/libwx_baseu-3.2.so
737
lib/libwx_baseu-3.2.so.0
738
lib/libwx_baseu-3.2.so.0.1.0
739
lib/libwx_baseu_net-3.2.so
740
lib/libwx_baseu_net-3.2.so.0
741
lib/libwx_baseu_net-3.2.so.0.1.0
742
lib/libwx_baseu_xml-3.2.so
743
lib/libwx_baseu_xml-3.2.so.0
744
lib/libwx_baseu_xml-3.2.so.0.1.0
745
lib/libwx_%%GTKVER%%u_adv-3.2.so
746
lib/libwx_%%GTKVER%%u_adv-3.2.so.0
747
lib/libwx_%%GTKVER%%u_adv-3.2.so.0.1.0
748
lib/libwx_%%GTKVER%%u_aui-3.2.so
749
lib/libwx_%%GTKVER%%u_aui-3.2.so.0
750
lib/libwx_%%GTKVER%%u_aui-3.2.so.0.1.0
751
lib/libwx_%%GTKVER%%u_core-3.2.so
752
lib/libwx_%%GTKVER%%u_core-3.2.so.0
753
lib/libwx_%%GTKVER%%u_core-3.2.so.0.1.0
754
lib/libwx_%%GTKVER%%u_gl-3.2.so
755
lib/libwx_%%GTKVER%%u_gl-3.2.so.0
756
lib/libwx_%%GTKVER%%u_gl-3.2.so.0.1.0
757
lib/libwx_%%GTKVER%%u_html-3.2.so
758
lib/libwx_%%GTKVER%%u_html-3.2.so.0
759
lib/libwx_%%GTKVER%%u_html-3.2.so.0.1.0
760
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.2.so
761
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.2.so.0
762
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.2.so.0.1.0
763
lib/libwx_%%GTKVER%%u_propgrid-3.2.so
764
lib/libwx_%%GTKVER%%u_propgrid-3.2.so.0
765
lib/libwx_%%GTKVER%%u_propgrid-3.2.so.0.1.0
766
lib/libwx_%%GTKVER%%u_qa-3.2.so
767
lib/libwx_%%GTKVER%%u_qa-3.2.so.0
768
lib/libwx_%%GTKVER%%u_qa-3.2.so.0.1.0
769
lib/libwx_%%GTKVER%%u_ribbon-3.2.so
770
lib/libwx_%%GTKVER%%u_ribbon-3.2.so.0
771
lib/libwx_%%GTKVER%%u_ribbon-3.2.so.0.1.0
772
lib/libwx_%%GTKVER%%u_richtext-3.2.so
773
lib/libwx_%%GTKVER%%u_richtext-3.2.so.0
774
lib/libwx_%%GTKVER%%u_richtext-3.2.so.0.1.0
775
lib/libwx_%%GTKVER%%u_stc-3.2.so
776
lib/libwx_%%GTKVER%%u_stc-3.2.so.0
777
lib/libwx_%%GTKVER%%u_stc-3.2.so.0.1.0
778
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.2.so
779
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.2.so.0
780
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.2.so.0.1.0
781
lib/libwx_%%GTKVER%%u_xrc-3.2.so
782
lib/libwx_%%GTKVER%%u_xrc-3.2.so.0
783
lib/libwx_%%GTKVER%%u_xrc-3.2.so.0.1.0
784
%%WEBKIT%%lib/wx/3.2/web-extensions/webkit2_extu-3.2.so
785
lib/wx/include/%%GTKVER%%-unicode-3.2/wx/setup.h
786
share/aclocal/wxwin32.m4
787
share/bakefile/presets/wx32.bkl
788
share/bakefile/presets/wx32_presets.py
789
share/bakefile/presets/wx32_unix.bkl
790
share/bakefile/presets/wx32_win32.bkl
791
share/bakefile/presets/wx32_xrc.bkl
792
%%NLS%%share/locale/ca/LC_MESSAGES/wxstd-3.2.mo
793
%%NLS%%share/locale/cs/LC_MESSAGES/wxstd-3.2.mo
794
%%NLS%%share/locale/da/LC_MESSAGES/wxstd-3.2.mo
795
%%NLS%%share/locale/de/LC_MESSAGES/wxstd-3.2.mo
796
%%NLS%%share/locale/el/LC_MESSAGES/wxstd-3.2.mo
797
%%NLS%%share/locale/es/LC_MESSAGES/wxstd-3.2.mo
798
%%NLS%%share/locale/fi/LC_MESSAGES/wxstd-3.2.mo
799
%%NLS%%share/locale/fr/LC_MESSAGES/wxstd-3.2.mo
800
%%NLS%%share/locale/hu/LC_MESSAGES/wxstd-3.2.mo
801
%%NLS%%share/locale/id/LC_MESSAGES/wxstd-3.2.mo
802
%%NLS%%share/locale/it/LC_MESSAGES/wxstd-3.2.mo
803
%%NLS%%share/locale/ja/LC_MESSAGES/wxstd-3.2.mo
804
%%NLS%%share/locale/nl/LC_MESSAGES/wxstd-3.2.mo
805
%%NLS%%share/locale/pl/LC_MESSAGES/wxstd-3.2.mo
806
%%NLS%%share/locale/ru/LC_MESSAGES/wxstd-3.2.mo
807
%%NLS%%share/locale/sl/LC_MESSAGES/wxstd-3.2.mo
808
%%NLS%%share/locale/sv/LC_MESSAGES/wxstd-3.2.mo
809
%%NLS%%share/locale/tr/LC_MESSAGES/wxstd-3.2.mo
810
%%NLS%%share/locale/uk/LC_MESSAGES/wxstd-3.2.mo
811
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxstd-3.2.mo
812
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxstd-3.2.mo

Return to bug 265093