summaryrefslogtreecommitdiff
path: root/x11/wxGTK31
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20wxGTK*: Don't attempt to use inotify on SunOSnia1-1/+3
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge2-4/+4
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.
2022-07-14Bump everything affected by the jpeg.buildlink3.mk fix.dholland1-2/+2
2022-06-28*: recursive bump for perl 5.36wiz2-3/+4
2022-06-07wxGTK31: updated to 3.1.7adam7-83/+90
3.1.7 CMake build system improvements (better precompiled headers support). New wxFileDialog customization API working with IFileDialog in wxMSW. Many updated translations and new wxTRANSLATE_IN_CONTEXT(). Fixes for bad interactions with new macOS 12 features in wxOSX. Several previously missing attributes added to multiple XRC handlers. Row reordering by dragging and UI enhancements in wxGrid. Ability to suppress selected (or all) GTK warning messages in wxGTK. And many, many bugs fixes, including for the regressions in 3.1.6.
2022-05-30wxGTK31: updated to 3.1.6adam8-168/+365
wxWidgets 3.1.6 New wxBitmapBundle class allowing to provide art work for both normal and high DPI in a simple way. New wxUILocale class replacing the old (but still available) wxLocale, but not suffering from its multiple problems and providing more functionality. Support for using native spell-checking in wxTextCtrl. Support for undo/redo in wxTextCtrl in wxOSX. Better drag-and-drop implementation in wxOSX. Fixes for important bugs in wxDataViewCtrl under all platforms. Many improvements and bug fixes for Wayland support in wxGTK. Support for the latest OS versions (Windows 11, macOS 12) and compilers (MSVS 2022, gcc 12, clang 13). Project bug tracker has been moved to GitHub Issues.
2021-12-08revbump for icu and libffiadam2-4/+4
2021-11-15*: recursive bump for gstreamer 1.18.5wiz1-2/+2
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-1/+2
2021-05-14wxGTK31: needs glunia1-1/+2
2021-04-02wxGTK*: be more explicit about differenceswiz2-3/+3
2021-04-02x11/wxGTK31: import wxGTK31-3.1.4wiz9-0/+1016
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.1 branch of the library.