Path to this page:
Subject: CVS commit: pkgsrc/x11/fltk13
From: Michael Baeuerle
Date: 2024-11-18 13:07:44
Message id: 20241118120744.81205FC7D@cvs.NetBSD.org
Log Message:
x11/fltk13: Update to 1.3.10
This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.9.
CHANGES IN FLTK 1.3.10 RELEASED: Nov 16 2024
FLTK 1.3.10 is a maintenance release with some fixes and enhancements.
Highlights in this release:
This release includes some new inline methods that were added in 1.4.0
to prepare user code for the migration to 1.4.0. These are mainly
methods with new names that replace methods which are deprecated in
FLTK 1.4 and would issue compiler warnings if used in 1.4.0. Using the
new method names in user code makes it possible to write code that is
compatible with both 1.3.10 and 1.4.x w/o compiler warnings.
CMake: The new file 'FLTKConfig.cmake' (generated by CMake builds only)
can be used in user CMake projects to find the correct FLTK config file
for the required FLTK version (1.3 or 1.4).
Details:
Adam Halim:
Backport support for mouse buttons 4 + 5 (#1076, #1068)
Albrecht Schlosser:
Add missing FL_EXPORT of class Fl_XFont_On_Demand (#922)
Fix a bunch of compiler warnings (backported from 'master')
Bump version numbers from 1.3.9 to 1.3.10
Update bundled libraries
Fl_File_Chooser: set insert position to end of string (#1004)
... after filename "expansion" with current directory
Remove unused function after commit f323257cbc59c9ae
CMake: improve FLTKConfig.cmake[.in] (#898)
CMake: add FLTKConfigVersion.cmake
Implement missing Fl_Single_Window::make_current()
Keep sending FL_DRAG until all mouse buttons are released
Fix doxygen warning
Finish "Backport support for mouse buttons 4+5" (#1076, #1068)
ManoloFLTK:
Fix "FLTK on NetBSD very slow on X11 with Unicode locale" (#935)
macOS: let fullscreen windows have access to the system menubar
Simplify creation of OpenGL contexts under X11 platform (#1005)
Crash in macOS when switching fullscreen window between displays (#1022)
macOS: fix "Fl_Window::cursor(...) does not work reliably on some \
platforms"
(#1082)
X11: fix test/gl_overlay stale overlay rendering (#1111)
Matthias Melcher:
Fix Fl_Shared_Image refcount (#877)
Fix crash in Fl_Preferences for deformed group name (#891)
Fix shared image handling in file chooser (#887)
Fix OpenGL context caching on macOS (#737)
macOS: Fix color component mixup in gl_draw text rendering (#947)
Files: