2021-01-12 16:58:31 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
wxGTK30: Don't use non-standard library names on SunOS.
|
2020-11-29 23:08:56 by Darrin B. Jewell | Files touched by this commit (3) |
Log message:
x11/wxGTK30: don't call install_name_tool on symlinks
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-07-18 15:02:54 by Adam Ciarcinski | Files touched by this commit (12) | |
Log message:
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.
|
2020-05-31 18:43:05 by Roland Illig | Files touched by this commit (2) |
Log message:
databases/pgadmin3: remove unknown configure option
|
2020-05-21 16:00:51 by Roland Illig | Files touched by this commit (2) |
Log message:
games/asc: remove unknown configure option --with-wx-version
This is needed to build the package with GNU_CONFIGURE_STRICT=yes.
|
2020-05-20 08:09:10 by Roland Illig | Files touched by this commit (52) |
Log message:
mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
|
2020-03-18 15:11:37 by Greg Troxel | Files touched by this commit (3) |
Log message:
wxgtk30: Back out regen of patch-configure
Building and running mkpatches apparently does the wrong thing,
perhaps due to interaction with SUBST of the same file. Rather than
figure that out, just restore the patch.
In makeosxtags, quote variables formerly in [[.
|
2020-03-18 00:39:15 by Greg Troxel | Files touched by this commit (3) |
Log message:
wxGTK30: Add bashism remediation patch
New checks found a "test [[" bug. Fix that, and regenerate another
patch whose line numbers were far off.
(No functional change.)
|
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message:
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
|