Up to [cvs.NetBSD.org] / pkgsrc / x11 / wxGTK32
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 29 21:15:20 2023 UTC (4 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 3 17:36:40 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 6 19:35:04 2022 UTC (8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
wxGTK32: updated to 3.2.1 3.2.1 Coming soon after 3.2.0, this is mostly a bug fix release, with just one noteworthy new feature: the addition of wxFileDialog::AddShortcut() function. However it fixes some important regressions and other problems: Fix crash in applications calling g_log_set_writer_func() with recent glib. Several fixes to alpha channel handling in wxMSW bitmaps. Generate key and focus events for wxSearchCtrl in wxOSX. Fix creating wxRadioBox without any items in wxOSX. Fix regression with AUI floating pane positioning. Avoid new warnings given by gcc 12. Fix building with MSVS 2022 standard-conforming preprocessor. Work around MSVS 2022 optimizer bug that broke wxImage resizing. NetBSD build fixes.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 11 05:09:34 2022 UTC (9 months, 3 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 21 11:39:21 2022 UTC (10 months, 2 weeks ago) by wiz
Branch: MAIN
x11/wxGTK32: import wxGTK32-3.2.0 Packaged with help from dbj@ wxWidgets is a set of libraries that allows C++ applications to compile and run on several different types of computer, with minimal source code changes. There is one library per supported GUI (such as Windows, GTK+, Motif, and Mac). As well as providing a common API (Application Programming Interface) for GUI functionality, it provides functionality for accessing some commonly-used operating system facilities, from copying and deleting files to socket and thread support. wxWidgets is a 'framework' in the sense that it provides a lot of built-in functionality, which the application can use or replace as required, thus saving a great deal of coding effort. Basic data structures such as strings, arrays, linked lists and hash tables are also supported. Such a toolkit is not unique - there are others to choose from - but wxWidgets is free, well-established, well-documented, and very broad in its coverage of GUI functionality. It has some extras that make it stand out from the crowd, such as the many convenience dialogs, built-in HTML display and printing, virtual filesystems, easy-to-use OLE automation controller class, Open GL support, and many other features that make it easier to write modern and user-friendly applications. This package contains the 3.2 stable branch of the library.