Bump version numbers to 1.4.2
Build and Test / build-linux (push) Waiting to run
Build and Test / build-wayland (push) Waiting to run
Build and Test / build-macos (push) Waiting to run
Build and Test / build-windows (push) Waiting to run

This commit is contained in:
Albrecht Schlosser
2025-02-19 19:08:55 +01:00
parent 97f2cdcc29
commit 02af6a57eb
33 changed files with 62 additions and 63 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2024 by Bill Spitzak and others.
// Copyright 1998-2025 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -36,6 +36,8 @@
# include "fl_types.h"
# include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
// Current FLTK version: 1.4.2
/** \name Version Numbers
FLTK defines some constants to help the programmer to
@@ -63,7 +65,7 @@
FLTK remains binary compatible between patches.
*/
#define FL_PATCH_VERSION 1
#define FL_PATCH_VERSION 2
/**
The FLTK version number as a \em double.
+1 -1
View File
@@ -21,7 +21,7 @@
// =======================================================================
//
// generated by Fast Light User Interface Designer (fluid) version 1.0401
// generated by Fast Light User Interface Designer (fluid) version 1.0402
#ifndef Fl_File_Chooser_H
#define Fl_File_Chooser_H
+4 -4
View File
@@ -2,7 +2,7 @@
// Fl_Grid widget header for the Fast Light Tool Kit (FLTK).
//
// Copyright 2021-2022 by Albrecht Schlosser.
// Copyright 2022-2023 by Bill Spitzak and others.
// Copyright 2022-2025 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -98,9 +98,9 @@ const Fl_Grid_Align FL_GRID_BOTTOM_RIGHT = FL_GRID_BOTTOM | FL_GRID_RIGHT;
Fl_Group::resizable() widget is ignored (if set). Calling init_sizes()
is not necessary.
\note Fl_Grid is, as of FLTK 1.4.1, still in experimental state and
should be used with caution. The API can still be changed although it is
assumed to be almost stable - as stable as possible for a first release.
\note Fl_Grid is, as of FLTK 1.4.x, still in experimental state and should
be used with caution. The API can still be changed although it is assumed
to be almost stable - as stable as possible for a first release.
Example: Simple 3x3 Fl_Grid with five buttons:
\n
+1 -1
View File
@@ -21,7 +21,7 @@
// ========================================================================
//
// generated by Fast Light User Interface Designer (fluid) version 1.0401
// generated by Fast Light User Interface Designer (fluid) version 1.0402
#ifndef Fl_Help_Dialog_H
#define Fl_Help_Dialog_H