head	1.6;
access;
symbols
	pkgsrc-2026Q1:1.6.0.46
	pkgsrc-2026Q1-base:1.6
	pkgsrc-2025Q4:1.6.0.44
	pkgsrc-2025Q4-base:1.6
	pkgsrc-2025Q3:1.6.0.42
	pkgsrc-2025Q3-base:1.6
	pkgsrc-2025Q2:1.6.0.40
	pkgsrc-2025Q2-base:1.6
	pkgsrc-2025Q1:1.6.0.38
	pkgsrc-2025Q1-base:1.6
	pkgsrc-2024Q4:1.6.0.36
	pkgsrc-2024Q4-base:1.6
	pkgsrc-2024Q3:1.6.0.34
	pkgsrc-2024Q3-base:1.6
	pkgsrc-2024Q2:1.6.0.32
	pkgsrc-2024Q2-base:1.6
	pkgsrc-2024Q1:1.6.0.30
	pkgsrc-2024Q1-base:1.6
	pkgsrc-2023Q4:1.6.0.28
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.6.0.26
	pkgsrc-2023Q3-base:1.6
	pkgsrc-2023Q2:1.6.0.24
	pkgsrc-2023Q2-base:1.6
	pkgsrc-2023Q1:1.6.0.22
	pkgsrc-2023Q1-base:1.6
	pkgsrc-2022Q4:1.6.0.20
	pkgsrc-2022Q4-base:1.6
	pkgsrc-2022Q3:1.6.0.18
	pkgsrc-2022Q3-base:1.6
	pkgsrc-2022Q2:1.6.0.16
	pkgsrc-2022Q2-base:1.6
	pkgsrc-2022Q1:1.6.0.14
	pkgsrc-2022Q1-base:1.6
	pkgsrc-2021Q4:1.6.0.12
	pkgsrc-2021Q4-base:1.6
	pkgsrc-2021Q3:1.6.0.10
	pkgsrc-2021Q3-base:1.6
	pkgsrc-2021Q2:1.6.0.8
	pkgsrc-2021Q2-base:1.6
	pkgsrc-2021Q1:1.6.0.6
	pkgsrc-2021Q1-base:1.6
	pkgsrc-2020Q4:1.6.0.4
	pkgsrc-2020Q4-base:1.6
	pkgsrc-2020Q3:1.6.0.2
	pkgsrc-2020Q3-base:1.6
	pkgsrc-2020Q2:1.5.0.14
	pkgsrc-2020Q2-base:1.5
	pkgsrc-2020Q1:1.5.0.10
	pkgsrc-2020Q1-base:1.5
	pkgsrc-2019Q4:1.5.0.12
	pkgsrc-2019Q4-base:1.5
	pkgsrc-2019Q3:1.5.0.8
	pkgsrc-2019Q3-base:1.5
	pkgsrc-2019Q2:1.5.0.6
	pkgsrc-2019Q2-base:1.5
	pkgsrc-2019Q1:1.5.0.4
	pkgsrc-2019Q1-base:1.5
	pkgsrc-2018Q4:1.5.0.2
	pkgsrc-2018Q4-base:1.5
	pkgsrc-2018Q1:1.2.0.20
	pkgsrc-2018Q1-base:1.2
	pkgsrc-2017Q4:1.2.0.18
	pkgsrc-2017Q4-base:1.2
	pkgsrc-2017Q3:1.2.0.16
	pkgsrc-2017Q3-base:1.2
	pkgsrc-2017Q2:1.2.0.12
	pkgsrc-2017Q2-base:1.2
	pkgsrc-2017Q1:1.2.0.10
	pkgsrc-2017Q1-base:1.2
	pkgsrc-2016Q4:1.2.0.8
	pkgsrc-2016Q4-base:1.2
	pkgsrc-2016Q3:1.2.0.6
	pkgsrc-2016Q3-base:1.2
	pkgsrc-2016Q2:1.2.0.4
	pkgsrc-2016Q2-base:1.2
	pkgsrc-2016Q1:1.2.0.2
	pkgsrc-2016Q1-base:1.2;
locks; strict;
comment	@# @;


1.6
date	2020.07.18.13.02.53;	author adam;	state Exp;
branches;
next	1.5;
commitid	vNbQ2P4av9HeVygC;

1.5
date	2018.12.08.10.47.17;	author bouyer;	state Exp;
branches;
next	1.4;
commitid	lRQlEvvBoKvh4Z2B;

1.4
date	2018.04.29.05.39.55;	author wiz;	state dead;
branches;
next	1.3;
commitid	3WtFOn8e9wxTxiAA;

1.3
date	2018.04.29.05.39.33;	author wiz;	state Exp;
branches;
next	1.2;
commitid	oucjTinhZC7GxiAA;

1.2
date	2016.02.18.06.20.45;	author dbj;	state Exp;
branches;
next	1.1;
commitid	VCL0sXHlNSS5wmVy;

1.1
date	2016.02.17.10.16.05;	author dbj;	state Exp;
branches;
next	;
commitid	pqqtAPc33DXiQfVy;


desc
@@


1.6
log
@wxGTK30: updated to 3.0.5.1

3.0.5.1

This is a patch release updating the soname of the shared libraries for Unix/ELF systems which was forgotten in 3.0.5. Because of this, please use the source archives from this release if you're building wxWidgets shared libraries from source under these systems, but please refer to 3.0.5 files for all the rest, i.e. MSW binaries and the documentation.

For completeness, the only other changes compared to 3.0.5 are:
- Workaround for the problem with overflowing maximum command line length in MinGW builds not using configure.
- Fix for a problem with wxSpinCtrl in wxGTK


3.0.5

All:
- Support nullptr in wxPrintf() and other pseudo-vararg functions.
- Fix problem with wx-config installation and use under NetBSD (wiz).
- Avoid spurious errors on thread creation under NetBSD.

All (GUI):
- Improve stock items consistency and aesthetics (dhowland).
- Implement wxTextCtrl::HitTest() for single line controls.
- Improve wxSVGFileDC to support more of wxDC API (Maarten Bent).

wxMSW:
- Fix handling of AUX2 mouse button events (Trylz).
- Honour alignment flags for multiline buttons using custom colours too.
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).

wxGTK:
- Fix position of popup menus shown in wxListCtrl.
- Fix not showing wxInfoBar with GTK+ 3 < 3.22.29.
- Potentially incompatible change: wxDataViewModel::Cleared() now works as
  documented cross-platform.  Previously on wxGTK it just emptied the model
  rather than triggering a reload of the model.  If you are working around the
  broken behaviour with wxGTK-specific code in your application you should
  check that your application works correctly with this change.
- Return appropriate values for some previously hard-coded system colours.
@
text
@@@comment $NetBSD: PLIST.gtk2,v 1.5 2018/12/08 10:47:17 bouyer Exp $
include/wx-3.0/wx/aui/tabartgtk.h
include/wx-3.0/wx/generic/fontdlgg.h
include/wx-3.0/wx/generic/icon.h
include/wx-3.0/wx/generic/imaglist.h
include/wx-3.0/wx/generic/paletteg.h
include/wx-3.0/wx/gtk/accel.h
include/wx-3.0/wx/gtk/animate.h
include/wx-3.0/wx/gtk/anybutton.h
include/wx-3.0/wx/gtk/app.h
include/wx-3.0/wx/gtk/assertdlg_gtk.h
include/wx-3.0/wx/gtk/bitmap.h
include/wx-3.0/wx/gtk/bmpbuttn.h
include/wx-3.0/wx/gtk/bmpcbox.h
include/wx-3.0/wx/gtk/brush.h
include/wx-3.0/wx/gtk/button.h
include/wx-3.0/wx/gtk/calctrl.h
include/wx-3.0/wx/gtk/checkbox.h
include/wx-3.0/wx/gtk/checklst.h
include/wx-3.0/wx/gtk/chkconf.h
include/wx-3.0/wx/gtk/choice.h
include/wx-3.0/wx/gtk/clipbrd.h
include/wx-3.0/wx/gtk/clrpicker.h
include/wx-3.0/wx/gtk/collpane.h
include/wx-3.0/wx/gtk/colordlg.h
include/wx-3.0/wx/gtk/colour.h
include/wx-3.0/wx/gtk/combobox.h
include/wx-3.0/wx/gtk/control.h
include/wx-3.0/wx/gtk/cursor.h
include/wx-3.0/wx/gtk/dataform.h
include/wx-3.0/wx/gtk/dataobj.h
include/wx-3.0/wx/gtk/dataobj2.h
include/wx-3.0/wx/gtk/dataview.h
include/wx-3.0/wx/gtk/dialog.h
include/wx-3.0/wx/gtk/dirdlg.h
include/wx-3.0/wx/gtk/dnd.h
include/wx-3.0/wx/gtk/dvrenderer.h
include/wx-3.0/wx/gtk/dvrenderers.h
include/wx-3.0/wx/gtk/evtloop.h
include/wx-3.0/wx/gtk/evtloopsrc.h
include/wx-3.0/wx/gtk/filectrl.h
include/wx-3.0/wx/gtk/filedlg.h
include/wx-3.0/wx/gtk/filehistory.h
include/wx-3.0/wx/gtk/filepicker.h
include/wx-3.0/wx/gtk/font.h
include/wx-3.0/wx/gtk/fontdlg.h
include/wx-3.0/wx/gtk/fontpicker.h
include/wx-3.0/wx/gtk/frame.h
include/wx-3.0/wx/gtk/gauge.h
include/wx-3.0/wx/gtk/glcanvas.h
include/wx-3.0/wx/gtk/gnome/gvfs.h
include/wx-3.0/wx/gtk/hildon/notifmsg.h
include/wx-3.0/wx/gtk/hyperlink.h
include/wx-3.0/wx/gtk/infobar.h
include/wx-3.0/wx/gtk/listbox.h
include/wx-3.0/wx/gtk/mdi.h
include/wx-3.0/wx/gtk/menu.h
include/wx-3.0/wx/gtk/menuitem.h
include/wx-3.0/wx/gtk/minifram.h
include/wx-3.0/wx/gtk/msgdlg.h
include/wx-3.0/wx/gtk/nonownedwnd.h
include/wx-3.0/wx/gtk/notebook.h
include/wx-3.0/wx/gtk/notifmsg.h
include/wx-3.0/wx/gtk/pen.h
include/wx-3.0/wx/gtk/popupwin.h
include/wx-3.0/wx/gtk/print.h
include/wx-3.0/wx/gtk/radiobox.h
include/wx-3.0/wx/gtk/radiobut.h
include/wx-3.0/wx/gtk/region.h
include/wx-3.0/wx/gtk/scrolbar.h
include/wx-3.0/wx/gtk/scrolwin.h
include/wx-3.0/wx/gtk/slider.h
include/wx-3.0/wx/gtk/spinbutt.h
include/wx-3.0/wx/gtk/spinctrl.h
include/wx-3.0/wx/gtk/statbmp.h
include/wx-3.0/wx/gtk/statbox.h
include/wx-3.0/wx/gtk/statline.h
include/wx-3.0/wx/gtk/stattext.h
include/wx-3.0/wx/gtk/taskbar.h
include/wx-3.0/wx/gtk/textctrl.h
include/wx-3.0/wx/gtk/textentry.h
include/wx-3.0/wx/gtk/tglbtn.h
include/wx-3.0/wx/gtk/toolbar.h
include/wx-3.0/wx/gtk/tooltip.h
include/wx-3.0/wx/gtk/toplevel.h
include/wx-3.0/wx/gtk/webview_webkit.h
include/wx-3.0/wx/gtk/webviewhistoryitem_webkit.h
include/wx-3.0/wx/gtk/window.h
include/wx-3.0/wx/private/pipestream.h
include/wx-3.0/wx/private/streamtempinput.h
include/wx-3.0/wx/unix/execute.h
include/wx-3.0/wx/unix/fontutil.h
include/wx-3.0/wx/unix/fswatcher_inotify.h
include/wx-3.0/wx/unix/glx11.h
include/wx-3.0/wx/unix/joystick.h
include/wx-3.0/wx/unix/mimetype.h
include/wx-3.0/wx/unix/private/pipestream.h
include/wx-3.0/wx/unix/sound.h
include/wx-3.0/wx/unix/taskbarx11.h
include/wx-3.0/wx/unix/utilsx11.h
lib/libwx_baseu-3.0.so
lib/libwx_baseu-3.0.so.0
lib/libwx_baseu-3.0.so.0.5.0
lib/libwx_baseu_net-3.0.so
lib/libwx_baseu_net-3.0.so.0
lib/libwx_baseu_net-3.0.so.0.5.0
lib/libwx_baseu_xml-3.0.so
lib/libwx_baseu_xml-3.0.so.0
lib/libwx_baseu_xml-3.0.so.0.5.0
lib/libwx_gtk2u_adv-3.0.so
lib/libwx_gtk2u_adv-3.0.so.0
lib/libwx_gtk2u_adv-3.0.so.0.5.0
lib/libwx_gtk2u_aui-3.0.so
lib/libwx_gtk2u_aui-3.0.so.0
lib/libwx_gtk2u_aui-3.0.so.0.5.0
lib/libwx_gtk2u_core-3.0.so
lib/libwx_gtk2u_core-3.0.so.0
lib/libwx_gtk2u_core-3.0.so.0.5.0
lib/libwx_gtk2u_gl-3.0.so
lib/libwx_gtk2u_gl-3.0.so.0
lib/libwx_gtk2u_gl-3.0.so.0.5.0
lib/libwx_gtk2u_html-3.0.so
lib/libwx_gtk2u_html-3.0.so.0
lib/libwx_gtk2u_html-3.0.so.0.5.0
lib/libwx_gtk2u_media-3.0.so
lib/libwx_gtk2u_media-3.0.so.0
lib/libwx_gtk2u_media-3.0.so.0.5.0
lib/libwx_gtk2u_propgrid-3.0.so
lib/libwx_gtk2u_propgrid-3.0.so.0
lib/libwx_gtk2u_propgrid-3.0.so.0.5.0
lib/libwx_gtk2u_qa-3.0.so
lib/libwx_gtk2u_qa-3.0.so.0
lib/libwx_gtk2u_qa-3.0.so.0.5.0
lib/libwx_gtk2u_ribbon-3.0.so
lib/libwx_gtk2u_ribbon-3.0.so.0
lib/libwx_gtk2u_ribbon-3.0.so.0.5.0
lib/libwx_gtk2u_richtext-3.0.so
lib/libwx_gtk2u_richtext-3.0.so.0
lib/libwx_gtk2u_richtext-3.0.so.0.5.0
lib/libwx_gtk2u_stc-3.0.so
lib/libwx_gtk2u_stc-3.0.so.0
lib/libwx_gtk2u_stc-3.0.so.0.5.0
lib/libwx_gtk2u_xrc-3.0.so
lib/libwx_gtk2u_xrc-3.0.so.0
lib/libwx_gtk2u_xrc-3.0.so.0.5.0
lib/wx/config/gtk2-unicode-3.0
lib/wx/include/gtk2-unicode-3.0/wx/setup.h
@


1.5
log
@Add a gtk2 option (default off), as proposed on tech-pkg@@ on Nov 26.
At last opencpn and kicad have anoying display bugs when compiled with gtk3.
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST.gtk2,v 1.1 2018/04/29 05:40:09 wiz Exp $
d103 1
a103 1
lib/libwx_baseu-3.0.so.0.4.0
d106 1
a106 1
lib/libwx_baseu_net-3.0.so.0.4.0
d109 1
a109 1
lib/libwx_baseu_xml-3.0.so.0.4.0
d112 1
a112 1
lib/libwx_gtk2u_adv-3.0.so.0.4.0
d115 1
a115 1
lib/libwx_gtk2u_aui-3.0.so.0.4.0
d118 1
a118 1
lib/libwx_gtk2u_core-3.0.so.0.4.0
d121 1
a121 1
lib/libwx_gtk2u_gl-3.0.so.0.4.0
d124 1
a124 1
lib/libwx_gtk2u_html-3.0.so.0.4.0
d127 1
a127 1
lib/libwx_gtk2u_media-3.0.so.0.4.0
d130 1
a130 1
lib/libwx_gtk2u_propgrid-3.0.so.0.4.0
d133 1
a133 1
lib/libwx_gtk2u_qa-3.0.so.0.4.0
d136 1
a136 1
lib/libwx_gtk2u_ribbon-3.0.so.0.4.0
d139 1
a139 1
lib/libwx_gtk2u_richtext-3.0.so.0.4.0
d142 1
a142 1
lib/libwx_gtk2u_stc-3.0.so.0.4.0
d145 1
a145 1
lib/libwx_gtk2u_xrc-3.0.so.0.4.0
@


1.4
log
@wxGTK30: remove unused PLIST
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST.gtk2,v 1.3 2018/04/29 05:39:33 wiz Exp $
@


1.3
log
@wxGTK30: update to 3.0.4.

Switch to gtk3.
Remove libtool patch, the maintenance effort is too high.

3.0.4: (released 2018-03-08)
----------------------------

All (non-GUI):

- Don't crash on trailing '%' in wxDateTime::Format().
- Fix various problems when parsing invalid ZIP files.
- Fix generic wxTimePickerCtrl to accept max values from keyboard.
- Multiple surrogate-related fixes in UTF-16 support.
- Fix reading wide character data in wxFile::ReadAll().
- Make parsing WAV data more robust.
- Fix copy ctor in numeric validators classes.

All (GUI):

- Fix wxListbook::GetPageImage() to not always return -1 (Kinaou Hervé).
- Don't reset scroll position to zero when window size changes.
- Prevent use of deleted wxDocMDIChildFrame in wxView dtor.
- Avoid delayed destruction if TLW was never created.
- Fix possible crash when destroying wxTextCtrl using hints.
- Fix display of non-breaking spaces in wxHTML non-Unicode build.
- Fix memory leak of wxClientData when wxChoice is deleted.
- Draw a point instead of a line in wxGCDC::DrawPoint().
- Set wxPG cell background colour as wxPGComboBox background colour.
- Fix ribbon page issues.
- Avoid permanently setting text hint color when using generic text entry hints.
- Avoid overriding text control color in generic wxSearchCtrl.
- Fix auto-sizing multiline wxGrid column labels with empty lines.
- Fix displaying labels of wxRadioBox items.
- Update selection in wxAuiNotebook correctly after tab move.

wxGTK:

- Allow using more recent WebKit2GTK+ in wxWebView (Scott Talbert).
- Fix displaying wxRadioBox items labels containing ampersands.
- Fix creating cursor from XBM data with GTK3.
- Fix wxComboBox entry sizing with GTK+ >= 3.20.
- Fix drawing miniframe resize grip with GTK3.
- Fix unresponsive frame after using wxHtmlHelpFrame from a dialog.
- Fix SetPen() with a re-used user dash array.
- Fix memory leak when wxDataViewCtrl is deleted.
- Avoid some GTK+ run-time errors when using wx{File,Dir}PickerCtrl.
- Avoid crashing when wxTaskBarIcon is used with a non-X11 display.
- Hide wxSpinButton's underlying GtkEntry using CSS on GTK+ >= 3.20.
- Fix wxButton::SetBitmapPosition() with GTK+ 3.
- Use CSS for window font and colors on GTK3.
- Fix keyboard navigation for controls which are initially disabled.
- Don't destroy clipping region if empty clipping region is required.
- Fix for modified state not set after next change following a ChangeValue().
- Avoid invisible wxTextCtrl selection with GTK+3.
- Fix non-default background issues with GTK+2.
- Apply current style to wxStaticBox container when it's created.
- Prevent widgets from drawing outside their allocation with GTK+3.
- Fix custom scheme handling in wxWebView WebKit2 implementation.

wxMSW:

- Fix BSTR memory leaks in wxMediaCtrl and wxWebView (PB).

wxOSX:

- Fix build with 10.13 (High Sierra) SDK (François-Xavier Coudert).
- Fix removing tools from wxToolBar.
- Fix crash when switching between monitors.
- Handle stand-alone weekday and month names in macOS date formats.

- Disable use of AVKit is 32 bit wxOSX builds.
@
text
@d1 1
a1 1
@@comment $NetBSD: PLIST.gtk2,v 1.2 2016/02/18 06:20:45 dbj Exp $
@


1.2
log
@add missing @@comment with rcs tag
@
text
@d1 1
a1 1
@@comment $NetBSD: $
d3 1
d93 1
d101 45
a145 12
lib/libwx_gtk2u_adv-3.0.la
lib/libwx_gtk2u_aui-3.0.la
lib/libwx_gtk2u_core-3.0.la
lib/libwx_gtk2u_gl-3.0.la
lib/libwx_gtk2u_html-3.0.la
lib/libwx_gtk2u_media-3.0.la
lib/libwx_gtk2u_propgrid-3.0.la
lib/libwx_gtk2u_qa-3.0.la
lib/libwx_gtk2u_ribbon-3.0.la
lib/libwx_gtk2u_richtext-3.0.la
lib/libwx_gtk2u_stc-3.0.la
lib/libwx_gtk2u_xrc-3.0.la
@


1.1
log
@build wxGTK30 using cocoa by default on Darwin
we might want to consider renaming this package
@
text
@d1 1
@

