./x11/wxGTK32, Cross-platform wxWidgets GUI library (3.2 stable branch)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.6nb6, Package name: wxGTK32-3.2.6nb6, Maintainer: 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.


Master sites:

Filesize: 26883.359 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-27 09:21:09 by Thomas Klausner | Files touched by this commit (1055)
Log message:
*: recursive bump for pango requiring fontconfig 2.15
   2024-12-26 19:10:23 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
wxGTK32: fix build on macOS 15; fix PLIST for macOS/Darwin
   2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944)
Log message:
*: recursive bump for default-on option of at-spi2-core
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-09-15 12:32:50 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
wxGTK32: update to 3.2.6.

3.2.6: (released 2024-09-09)
----------------------------

All:

- Backport multiple fixes to CMake build system from 3.3 (Maarten Bent, #24616).
- Fix regression in wxTranslations language resolution introduced in 3.2.3 (#24297).
- Add wxTranslations::AddAvailableCatalog() overload with msgid language (#24297).

All (GUI):

- Fix resource leak in wxBitmapBundle in some circumstances (#24703).
- Speed up using XRC when using wxXRC_NO_RELOADING (John de Rooij, #24536).
- Fix wxGridBagSizer with different horz/vert gaps (Alex Shvartzkop, #24550).
- Dark mode appearance fixes for wxActivityIndicator, wxHyperlinkCtrl, etc.
- Fix using wxNOT_FOUND index with wxDataViewChoiceByIndexRenderer (Konstantin
  S. Matveyev, #24741).
- Improve wxWizard appearance in high DPI (taler21, #24743).
- Fix wxPropertyGrid row height in high DPI (taler21, #24607).

wxGTK:

- Fix possible crash during drag-and-drop (#24677).
- Fix using wxDatePickerCtrl in ca_ES, cs_CZ and some other locales (#24533).
- Fix wxListBox minimum size regression in 3.2.5 (#24551).
- Fix wxBitmapComboBox bitmaps scaling in high DPI (#24563).
- Allow positioning wxDialog at specified position, at least under X11 (#24552).
- Fix incorrect handling of ligatures in wxStyledTextCtrl (Funami580, #13168).
- Fix using wrong keyboard layout in key events (Ivan Sorokin, #24772).
- Fix wrong wxStaticText layout on non-first wxWizard page (#19053).
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS