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

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


Branch: CURRENT, Version: 3.2.6nb5, Package name: wxGTK32-3.2.6nb5, 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-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
   2024-07-07 14:07:06 by Thomas Klausner | Files touched by this commit (2)
Log message:
wxGTK*: bump PKGREVISION for wx-config fix
   2024-07-07 13:37:25 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
wxGTK3*: output rpath from wx-config

Pkgsrc uses rpath on many systems but
wx-config only outputs the rpath if
it is run uninstalled, so make it
output the rpath if pkgsrc uses rpath.
Makes wxgtk programs execute correctly
when run compiled and run from
codelite.