Next | Query returned 61 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-11-18 13:07:44 by Michael Baeuerle | Files touched by this commit (2)
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)
   2024-07-12 12:27:14 by Michael Baeuerle | Files touched by this commit (3)
Log message:
x11/fltk13: Fix linking of libraries again

Do not link shared libraries against static libfltk.
Bump PKGREVISION.
   2024-07-10 13:03:43 by Michael Baeuerle | Files touched by this commit (2)
Log message:
x11/fltk13: Fix dependencies

No bump for PKGREVISION (formerly the build failed if libs are not created
in matching order by coincidence).
   2024-07-05 17:52:47 by Michael Baeuerle | Files touched by this commit (3)
Log message:
x11/fltk13: Fix linking of libraries
   2024-05-08 14:49:06 by Michael Baeuerle | Files touched by this commit (3)
Log message:
x11/fltk13: Update to 1.3.9

This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.8.

CHANGES IN FLTK 1.3.9                              RELEASED: Dec 09 2023

FLTK 1.3.9 is a maintenance release with some fixes and enhancements.

Highlights in this release:

  - Support macOS up to macOS 14 "Sonoma".

Details:

  Albrecht Schlosser:
    Backport X11 INCR protocol fixes from 1.4.0 (issue #451)
    X11: Suppress compiler warnings when using gcc or clang
    Fix crash if a program exits before it opens a window (STR 3484).
    Fix compilation error with current Visual Studio 2022
    Windows: #define WIN32 if not defined by user
    Backport warning fixes from 1.4.0 in src/fl_draw.cxx (#693)
    Fix compiler warning as pointed out in PR #693
    Fix another compiler warning (#693)
    Remove unused variable, fix "type issue" (#445, part 2)
    Fix stack buffer overflow found by address sanitizer
    Fix "gtk+ rendering" (GitHub Issue #443)
    Fix doxygen warnings
    Bump version numbers, prepare release 1.3.9
    Fix several compiler warnings
    Update bundled image libraries and zlib to current versions
    Update README, README.CMake.txt, and some support files
    Fix compiler warnings: backported from 1.4 (git 'master')
    CMake/MSVC: remove confusing recommendation to rerun CMake
    Documentation: remove dark color on title page
    Raise CMake minimum required version to 3.15 and more

  ManoloFLTK:
    macOS platform: Issue #325
      "Disabling IM disables Greek and Cyrillic layouts"
    Fix fullscreen window level corner cases on macOS
    Fix issue #373 apparent with macOS platform and SDK ? 10.13
    Issue #452: Fl::get_font_name failure on OS-X.
    Issue #454: crash in Fl::get_font_name().
    Issue #469: Fl_Sys_Menu_Bar menu item shortcuts using Esc or Tab
      don't work on Mac
    Fix "Focus is lost leaving full screen on macOS 13" (#608)
    Add support of macOS Ventura 13.0 and macOS Sonoma 14.0
    macOS: remove configure option --enable-x11 and
      CMake OPTION_APPLE_X11; this functionality remains in FLTK 1.4.
    configure.ac: make sure local-png and local-zlib always run together
    Remove the -mwindows argument from CFLAGS and CXXFLAGS

Matthias Melcher:
    Issue #188: Fix reference counts and search for Fl_Shared_Image
      original

  YX:
    Fix IME problem (issue #270)
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-07-27 20:46:49 by Thomas Klausner | Files touched by this commit (3)
Log message:
fltk: fix png library name.

Bump PKGREVISION.
   2021-11-22 11:49:08 by Michael Baeuerle | Files touched by this commit (2)
Log message:
x11/fltk13: Update to 1.3.8

This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.7.

CHANGES IN FLTK 1.3.8                                 RELEASED: Nov 20 2021

FLTK 1.3.8 is a maintenance release with some fixes and enhancements.

Details:

  Albrecht Schlosser:
    Make "FLTK_CONSOLIDATE_MOTION" user-definable (issue #76)
    Fix compiler warnings (backported from 1.4)
    Add new dialog fl_choice_n() with extended return values (#282)

  ManoloFLTK:
    Account for deprecation of [NSBitmapImageRep initWithFocusedViewRect:]
      in macOS 10.14
    macOS: fix fullscreen window when other windows were created before
    Fix issue #287: "FLTK 1.3.6 doesn't handle fullscreen on macOS"
    Fix issue #288: "FLTK 1.3.6+ doesn't notify window movement on macOS"
    Fix issue #279: "HiDpi issue on macOS with retina display"
    macOS: Allow building with non-Apple compiler that may not support
      blocks
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

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

Next | Query returned 61 messages, browsing 1 to 10 | Previous