fltk1.4_1.4.2-1_multi.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Mon, 31 Mar 2025 22:06:02 -0400 |
Binary: | fltk-options fltk-options-dbgsym fltk1.4-doc fltk1.4-games fltk1.4-games-dbgsym fluid fluid-dbgsym libfltk-cairo1.4 libfltk-cairo1.4-dbgsym libfltk-forms1.4 libfltk-forms1.4-dbgsym libfltk-gl1.4 libfltk-gl1.4-dbgsym libfltk-images1.4 libfltk-images1.4-dbgsym libfltk1.4 libfltk1.4-compat-headers libfltk1.4-dbgsym libfltk1.4-dev |
Source: | fltk1.4 |
Architecture: | all amd64 source |
Version: | 1.4.2-1 |
Distribution: | experimental |
Urgency: | medium |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Changed-By: | Aaron M. Ucko <ucko@debian.org> |
Closes: | 984620 1099996 |
Description: | fltk-options - Fast Light Toolkit - library option manager fltk1.4-doc - Fast Light Toolkit - documentation fltk1.4-games - Fast Light Toolkit - example games: checkers, sudoku fluid - Fast Light Toolkit - user interface designer libfltk-cairo1.4 - Fast Light Toolkit - Cairo rendering layer support libfltk-forms1.4 - Fast Light Toolkit - Forms compatibility layer support libfltk-gl1.4 - Fast Light Toolkit - OpenGL rendering support libfltk-images1.4 - Fast Light Toolkit - image loading support libfltk1.4 - Fast Light Toolkit - main shared library libfltk1.4-compat-headers - Fast Light Toolkit - compatibility header symlinks libfltk1.4-dev - Fast Light Toolkit - development files |
Changes: | fltk1.4 (1.4.2-1) experimental; urgency=medium * New upstream minor release, with a forked source package. (Closes: #1099996.) * debian/*: Substitute 1.4 for 1.3, including in filenames. * debian/*.symbols*: Fully reset, imposing specific version requirements only on post-1.4.0 symbols. - Stop worrying about long ago compiler upgrades, but do continue to count symbols absent under Clang or LTO as optional. - Account for architecture variation, provisionally treating i386 and amd64 as representative of all 32- and 64-bit architectures respectively. * debian/libfltk1.4.symbols(.*-bit-only): Add symbols from enabling (limited) standard C++ library integration. * debian/FLTK-Targets-none-tail.cmake: Prefix fluid with fltk::. * debian/control: - Add build dependencies needed for the new Wayland backend: libdbus-1-dev, libdecor-0-dev (>= 0.2.0) | libgtk-3-dev, libegl-dev, libglew-dev, libpango1.0-dev, libwayland-dev, libxkb-common-dev, and wayland-protocols. (With some debian/rules changes, closes: #984620.) - fltk1.4-games additionally conflicts/replaces fltk1.3-games and mentions flpuzzle, whose needs are relegated to Recommends. - Add a new fltk-options binary package, which libfltk1.4 suggests. (Its contents are small, but folding it in would break multiarch support.) - Substitute pkgconf for transitional pkg-config. * debian/copyright: Update, courtesy of Dima Kogan. * debian/fix-fltk-config: New, because the traditional one-liner doesn't cut it with the CMake build system. * debian/fix-fltk-targets: - Account for modern fltk::* target names (including for executables) and for suffix changes (-shared/-static rather than _SHARED/_STATIC). - Clean up stray new references to (system) library directories. * debian/fltk-options.*: Populate new fltk-options package. * debian/fltk1.4-doc.docs: Drop in favor of CMake PDF installation. * debian/fltk1.4-doc.examples: Copy relevant portions of (obj-*/)test. * debian/fltk1.4-doc.install: Let CMake install HTML. * debian/libfltk*1.4.install: Accommodate paths that include patchlevels. * debian/libfltk1.4-compat-headers.install: Don't expect fl_file_chooser.h under CMake. * debian/libfltk1.4-{compat-headers,dev}.install: Account for .h header additions and removals. (Most headers have capital .H extensions and as such automatically go to libfltk1.4-dev.) * debian/libfltk1.4-{compat-headers,dev}.links: Make explicit fl_file_chooser.{h,H} symlinks. * debian/libfltk1.4-dev.install: Move CMake support files from /usr/lib/fltk to /usr/share/fltk, where FLTK's CMake build system puts them. They're already necessarily architecture-independent to allow for multiarch coinstallability. Retain our ersatz CMakeCache.txt even under CMake; the full version is architecture-dependent. * debian/libfltk1.4-dev.lintian-overrides: Update accordingly. * debian/libfltk1.4.docs: Delete (no more known-bugs list to install). * debian/rules: - Accommodate name changes (.txt extension additions) to upstream documentation files installed into all binary packages. - When sanity-checking the postprocessed FLTK-Targets-none,cmake, look for [_cmake_import_]check_targets rather than add_*, no longer present in raw output either. - Replace old CMake OPTION_* settings with current equivalents: FLTK_OPTION_CAIRO_EXT, FLTK_BUILD_SHARED_LIBS, and FLTK_INSTALL_LINKS. - Build and install fltk-options. - Formally prepare to use CMake for the actual build: move XCFLAGS up, supply CMakeTmp via a new cmake_out macro, and install CMake support files to /usr/share/fltk rather than /usr/lib/fltk. - Drop anything specific to the traditional build system. - Explicitly define CP936 and -fvisibility-inlines-hidden for lack of corresponding CMake build system options. - Set DEB_C(XX)FLAGS_MAINT_APPEND from XCFLAGS. - Change cmake_out to obj-$(DEB_HOST_GNU_TYPE). - Set LD_LIBRARY_PATH for the sake of dynamically linked local fluid. - Explicitly suppress dh_autoreconf(_clean) and dh_update_autotools_config. - Ensure fix-fltk-config's executability too. - Set FLTK_INSTALL_{HTML,PDF}_DOCS, CMAKE_SKIP_RPATH, and (for now) CMAKE_HAVE_THREADS_LIBRARY; however, set FLTK_INSTALL_* only when building architecture-independent packages. - Invoke CMake's docs target for documentation. - Copy games from under $(cmake_out). - Postprocess fltk-config with fix-fltk-config. - Clean up duplicate uncompressed man pages. - Enable (limited) standard C++ library integration. - Install glpuzzle (a Klotski implementation), as flpuzzle, relegating anything only it needs to Recommends. (Installation suggested by upstream developer Albrecht Schlosser.) * debian/.gitignore: Add fltk-options. * documentation/CMakeLists.txt: - Set timestamp values, including a new TODAY, via CMake's SOURCE_DATE_EPOCH-honoring builtin. - Adjust installation destinations. * documentation/{Makefile,src/fltk-title.tex.in}: Uniformly use @...@ for substitutions for CMake compatibility; specifically, change \today to @TODAY@. * documentation/make_pdf: Consult SOURCE_DATE_EPOCH directly. * fltk-config.in: Drop added sed calls in favor of fix-fltk-config. * {fltk-options,fluid}/CMakeLists.txt: Link to shared FLTK libraries. * fltk-options/Makefile: Install modern MIME XML metadata rather than a legacy mimelnk .desktop file that doesn't even exist. |
Files: | 73a453bf87f965e98f761d1e3d966c11 3006 libs optional fltk1.4_1.4.2-1.dsc 2df31c81fbf9ef79f9ac5895d4559e6b 9277276 libs optional fltk1.4_1.4.2.orig.tar.gz 4a5db421d6d11c45c51201b8026a3bea 62728 libs optional fltk1.4_1.4.2-1.debian.tar.xz 4a17f90cf1c1903b75030802a3a20e8a 34392 debug optional fltk-options-dbgsym_1.4.2-1_amd64.deb 658ea64b2cdf137655c1f45b5c0bb562 55288 x11 optional fltk-options_1.4.2-1_amd64.deb f780d1e2af492dd888c62169bff72815 15416148 doc optional fltk1.4-doc_1.4.2-1_all.deb 7378150ab6d2a32d89f461c90aaa68dc 7680708 debug optional fltk1.4-games-dbgsym_1.4.2-1_amd64.deb f716f7cd239ccf3c07ad434c71f80c10 999204 games optional fltk1.4-games_1.4.2-1_amd64.deb 5f359aeeb87378e448cb4b891340e0c1 28585 libs optional fltk1.4_1.4.2-1_amd64.buildinfo 1981525596c98ad06100f2b7421304e7 1149476 debug optional fluid-dbgsym_1.4.2-1_amd64.deb 7a72fc6996c97f90e0e6ffd50b3dd481 330980 devel optional fluid_1.4.2-1_amd64.deb 02314c04090a8c59fca942fe2cd7e32e 2348 debug optional libfltk-cairo1.4-dbgsym_1.4.2-1_amd64.deb ee21b49b3cc5a0b3d12fee1d90aad0a3 28844 libs optional libfltk-cairo1.4_1.4.2-1_amd64.deb bc92195dbad6263e27f10eb0e7608d29 49760 debug optional libfltk-forms1.4-dbgsym_1.4.2-1_amd64.deb 76e4e108bb921c3f470394e828cf7ac9 36476 libs optional libfltk-forms1.4_1.4.2-1_amd64.deb bdd4eafa6755bc15747a9563fac828fe 179800 debug optional libfltk-gl1.4-dbgsym_1.4.2-1_amd64.deb 6c86f36eb3ae2261efa4fb1dea848712 83572 libs optional libfltk-gl1.4_1.4.2-1_amd64.deb d07c12601b48b4d1b9f5a50ede9f15fb 295428 debug optional libfltk-images1.4-dbgsym_1.4.2-1_amd64.deb 8ed241d48dc49c8735e852f25a3c4b8b 109668 libs optional libfltk-images1.4_1.4.2-1_amd64.deb 3ddeeb97bf095c0d13604f1a1e843d43 29348 libdevel optional libfltk1.4-compat-headers_1.4.2-1_all.deb 2bd440d39e355f09ddb2a15c9a126dc4 2504628 debug optional libfltk1.4-dbgsym_1.4.2-1_amd64.deb 50d2bc3923a7cb5738bee6131762d545 1055956 libdevel optional libfltk1.4-dev_1.4.2-1_amd64.deb 968ba25e3528f330bca4dd882fc54cc6 585240 libs optional libfltk1.4_1.4.2-1_amd64.deb |
fltk1.4_1.4.2-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | fltk1.4 |
Binary: | fluid, fltk-options, libfltk1.4-dev, libfltk1.4-compat-headers, libfltk1.4, libfltk-cairo1.4, libfltk-forms1.4, libfltk-gl1.4, libfltk-images1.4, fltk1.4-doc, fltk1.4-games |
Architecture: | any all |
Version: | 1.4.2-1 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Homepage: | https://www.fltk.org/ |
Standards-Version: | 4.6.2 |
Vcs-Browser: | https://salsa.debian.org/ucko/fltk1.4 |
Vcs-Git: | https://salsa.debian.org/ucko/fltk1.4.git |
Build-Depends: | debhelper-compat (=13), libcairo2-dev, libgl-dev | libgl1-mesa-dev, libglu1-mesa-dev | libglu-dev, libjpeg-dev, libpng-dev, libx11-dev, libxcursor-dev, libxext-dev, libxft-dev, libxinerama-dev, pkgconf, zlib1g-dev | libz-dev |
Build-Depends-Arch: | cmake, libasound2-dev [linux-any], libdbus-1-dev, libegl-dev, libdecor-0-dev (>= 0.2.0) | libgtk-3-dev, libglew-dev, libpango1.0-dev, libwayland-dev, libxkbcommon-dev, wayland-protocols |
Build-Depends-Indep: | doxygen-latex, texlive-font-utils, texlive-latex-extra |
Package-List: | fltk-options deb x11 optional arch=any fltk1.4-doc deb doc optional arch=all fltk1.4-games deb games optional arch=any fluid deb devel optional arch=any libfltk-cairo1.4 deb libs optional arch=any libfltk-forms1.4 deb libs optional arch=any libfltk-gl1.4 deb libs optional arch=any libfltk-images1.4 deb libs optional arch=any libfltk1.4 deb libs optional arch=any libfltk1.4-compat-headers deb libdevel optional arch=all libfltk1.4-dev deb libdevel optional arch=any |
Files: | 2df31c81fbf9ef79f9ac5895d4559e6b 9277276 fltk1.4_1.4.2.orig.tar.gz 4a5db421d6d11c45c51201b8026a3bea 62728 fltk1.4_1.4.2-1.debian.tar.xz |
Dgit: | f215b0309a279202a1a7105b1491bb7f4d4fe3bc debian archive/debian/1.4.2-1 https://git.dgit.debian.org/fltk1.4 |
control file for fltk-options_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | fltk-options |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 111 |
Depends: | libc6 (>=2.38), libfltk1.4, libgcc-s1 (>=3.0), libstdc++6 (>=5) |
Section: | x11 |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - library option manager This package provides a tool for viewing and setting overall FLTK options interactively or programmatically. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of fltk-options_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/bin/ -rwxr-xr-x root/root 28256 2025-04-01 02:06 ./usr/bin/fltk-options drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/applications/ -rw-r--r-- root/root 224 2025-04-01 01:09 ./usr/share/applications/fltk-options.desktop drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk-options/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/fltk-options/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/fltk-options/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/fltk-options/README.txt.gz -rw-r--r-- root/root 5553 2025-04-01 02:06 ./usr/share/doc/fltk-options/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/fltk-options/copyright drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/apps/ -rw-r--r-- root/root 9072 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/apps/fltk-options.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/apps/ -rw-r--r-- root/root 1546 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/apps/fltk-options.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root 2516 2025-04-01 02:06 ./usr/share/icons/hicolor/48x48/apps/fltk-options.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/64x64/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/64x64/apps/ -rw-r--r-- root/root 3642 2025-04-01 02:06 ./usr/share/icons/hicolor/64x64/apps/fltk-options.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/man1/ -rw-r--r-- root/root 1092 2025-04-01 02:06 ./usr/share/man/man1/fltk-options.1.gz drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/mime/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/mime/packages/ -rw-r--r-- root/root 232 2025-04-01 01:09 ./usr/share/mime/packages/fltk-options.xml |
copyright of fltk-options_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for fltk-options-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | fltk-options-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 60 |
Depends: | fltk-options (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Description: | debug symbols for fltk-options |
Build-Ids: | f01c15d0f6ce93bd234dd06145a444428b5118f9 |
contents of fltk-options-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/f0/ -rw-r--r-- root/root 50288 2025-04-01 02:06 ./usr/lib/debug/.build-id/f0/1c15d0f6ce93bd234dd06145a444428b5118f9.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk-options-dbgsym -> fltk-options |
copyright of fltk-options-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for fltk1.4-doc_1.4.2-1_all.deb (click to toggle) | |
---|---|
Package: | fltk1.4-doc |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | all |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 63850 |
Section: | doc |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - documentation This package provides documentation for FLTK, including a chapter on its user interface designer (fluid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of fltk1.4-doc_1.4.2-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/CREDITS.txt drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/ -rw-r--r-- root/root 294242 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Enumerations_8H.html -rw-r--r-- root/root 39883 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Enumerations_8H.js -rw-r--r-- root/root 299112 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Enumerations_8H_source.html -rw-r--r-- root/root 17753 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/FAQ.html -rw-r--r-- root/root 5232 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/FL200.png -rw-r--r-- root/root 4261 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/FLTK-devel.html -rw-r--r-- root/root 20681 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_8H.html -rw-r--r-- root/root 2217 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_8H.js -rw-r--r-- root/root 193657 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_8H_source.html -rw-r--r-- root/root 23376 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_8cxx.html -rw-r--r-- root/root 861 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_8cxx.js -rw-r--r-- root/root 1652 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Check_Button.png -rw-r--r-- root/root 61208 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_File_Chooser.jpg -rw-r--r-- root/root 3112 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_File_Input.png -rw-r--r-- root/root 1952 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Flex_simple.png -rw-r--r-- root/root 10544 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Grid.png -rw-r--r-- root/root 11282 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Grid_show_grid_1.png -rw-r--r-- root/root 5010 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Help_Dialog.png -rw-r--r-- root/root 457 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Light_Button.png -rw-r--r-- root/root 1645 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Multi_Label-menu-item.png -rw-r--r-- root/root 410508 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Native_File_Chooser.png -rw-r--r-- root/root 517 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Return_Button.png -rw-r--r-- root/root 1167 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Roller.png -rw-r--r-- root/root 526 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Round_Button.png -rw-r--r-- root/root 5749 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Scroll.png -rw-r--r-- root/root 10885 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Spinner.png -rw-r--r-- root/root 63524 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Terminal-24bit-colors.png -rw-r--r-- root/root 59419 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Terminal-3bit-colors.png -rw-r--r-- root/root 48352 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Terminal-demo.png -rw-r--r-- root/root 37477 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Terminal-utf8-demo.png -rw-r--r-- root/root 32973 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Terminal_Tech_Docs.html -rw-r--r-- root/root 8453 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Tile.png -rw-r--r-- root/root 64350 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Tree_Item-dimensions.png -rw-r--r-- root/root 540 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Value_Input.png -rw-r--r-- root/root 573 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl_Value_Output.png -rw-r--r-- root/root 14750 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Adjuster_8H_source.html -rw-r--r-- root/root 31948 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Anim__GIF__Image_8H_source.html -rw-r--r-- root/root 11242 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__BMP__Image_8H_source.html -rw-r--r-- root/root 24449 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Bitmap_8H_source.html -rw-r--r-- root/root 5432 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Box_8H.html -rw-r--r-- root/root 75 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Box_8H.js -rw-r--r-- root/root 12556 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Box_8H_source.html -rw-r--r-- root/root 57188 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Browser_8H_source.html -rw-r--r-- root/root 62666 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Browser___8H_source.html -rw-r--r-- root/root 28622 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Button_8H_source.html -rw-r--r-- root/root 6407 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Cairo_8H.html -rw-r--r-- root/root 18577 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Cairo_8H_source.html -rw-r--r-- root/root 5709 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Cairo__Window_8H.html -rw-r--r-- root/root 19017 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Cairo__Window_8H_source.html -rw-r--r-- root/root 12345 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Chart_8H.html -rw-r--r-- root/root 1039 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Chart_8H.js -rw-r--r-- root/root 38657 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Chart_8H_source.html -rw-r--r-- root/root 35210 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Check__Browser_8H_source.html -rw-r--r-- root/root 10092 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Check__Button_8H_source.html -rw-r--r-- root/root 13885 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Choice_8H_source.html -rw-r--r-- root/root 24758 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Clock_8H_source.html -rw-r--r-- root/root 6030 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Color__Chooser_8H.html -rw-r--r-- root/root 31524 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Color__Chooser_8H_source.html -rw-r--r-- root/root 18925 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Copy__Surface_8H_source.html -rw-r--r-- root/root 25824 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Counter_8H_source.html -rw-r--r-- root/root 7244 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Device_8H.html -rw-r--r-- root/root 268 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Device_8H.js -rw-r--r-- root/root 25558 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Device_8H_source.html -rw-r--r-- root/root 17668 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Dial_8H_source.html -rw-r--r-- root/root 14964 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Double__Window_8H_source.html -rw-r--r-- root/root 5010 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Double__Window_8cxx.html -rw-r--r-- root/root 9843 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Export_8H_source.html -rw-r--r-- root/root 28361 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__File__Browser_8H_source.html -rw-r--r-- root/root 65109 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__File__Chooser_8H_source.html -rw-r--r-- root/root 31127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__File__Icon_8H_source.html -rw-r--r-- root/root 20572 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__File__Input_8H_source.html -rw-r--r-- root/root 9532 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Fill__Dial_8H_source.html -rw-r--r-- root/root 9506 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Fill__Slider_8H_source.html -rw-r--r-- root/root 37568 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Flex_8H_source.html -rw-r--r-- root/root 9600 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Float__Input_8H_source.html -rw-r--r-- root/root 13853 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__FormsBitmap_8H_source.html -rw-r--r-- root/root 13756 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__FormsPixmap_8H_source.html -rw-r--r-- root/root 14956 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Free_8H_source.html -rw-r--r-- root/root 21496 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__GIF__Image_8H_source.html -rw-r--r-- root/root 13000 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Gl__Choice_8H_source.html -rw-r--r-- root/root 37854 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Gl__Window_8H_source.html -rw-r--r-- root/root 30720 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Gl__Window__Driver_8H_source.html -rw-r--r-- root/root 129780 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Graphics__Driver_8H_source.html -rw-r--r-- root/root 5441 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Graphics__Driver_8cxx.html -rw-r--r-- root/root 139 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Graphics__Driver_8cxx.js -rw-r--r-- root/root 16330 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Grid_8H.html -rw-r--r-- root/root 1022 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Grid_8H.js -rw-r--r-- root/root 59468 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Grid_8H_source.html -rw-r--r-- root/root 4894 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Grid_8cxx.html -rw-r--r-- root/root 6465 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Group_8H.html -rw-r--r-- root/root 138 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Group_8H.js -rw-r--r-- root/root 41700 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Group_8H_source.html -rw-r--r-- root/root 22508 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Help__Dialog_8H_source.html -rw-r--r-- root/root 83157 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Help__View_8H_source.html -rw-r--r-- root/root 9676 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Hold__Browser_8H_source.html -rw-r--r-- root/root 9570 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Hor__Fill__Slider_8H_source.html -rw-r--r-- root/root 9631 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Hor__Nice__Slider_8H_source.html -rw-r--r-- root/root 9620 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Hor__Slider_8H_source.html -rw-r--r-- root/root 9663 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Hor__Value__Slider_8H_source.html -rw-r--r-- root/root 20052 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__ICO__Image_8H_source.html -rw-r--r-- root/root 9065 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Image_8H.html -rw-r--r-- root/root 508 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Image_8H.js -rw-r--r-- root/root 57878 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Image_8H_source.html -rw-r--r-- root/root 21393 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Image__Reader_8h_source.html -rw-r--r-- root/root 25891 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Image__Surface_8H_source.html -rw-r--r-- root/root 20064 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Input_8H_source.html -rw-r--r-- root/root 54160 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Input__Choice_8H_source.html -rw-r--r-- root/root 76629 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Input___8H_source.html -rw-r--r-- root/root 9561 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Int__Input_8H_source.html -rw-r--r-- root/root 15613 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Int__Vector_8H_source.html -rw-r--r-- root/root 11138 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__JPEG__Image_8H_source.html -rw-r--r-- root/root 11572 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Light__Button_8H_source.html -rw-r--r-- root/root 9471 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Line__Dial_8H_source.html -rw-r--r-- root/root 7198 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu_8H_source.html -rw-r--r-- root/root 12918 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu__Bar_8H_source.html -rw-r--r-- root/root 17310 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu__Button_8H_source.html -rw-r--r-- root/root 13322 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu__Item_8H.html -rw-r--r-- root/root 200 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu__Item_8H.js -rw-r--r-- root/root 93993 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu__Item_8H_source.html -rw-r--r-- root/root 10108 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu__Window_8H_source.html -rw-r--r-- root/root 47808 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Menu___8H_source.html -rw-r--r-- root/root 30949 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Message_8h_source.html -rw-r--r-- root/root 9707 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Multi__Browser_8H_source.html -rw-r--r-- root/root 13549 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Multi__Label_8H_source.html -rw-r--r-- root/root 9652 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Multiline__Input_8H_source.html -rw-r--r-- root/root 9749 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Multiline__Output_8H_source.html -rw-r--r-- root/root 5814 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Native__File__Chooser_8H.html -rw-r--r-- root/root 145 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Native__File__Chooser_8H.js -rw-r--r-- root/root 45224 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Native__File__Chooser_8H_source.html -rw-r--r-- root/root 15864 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Native__File__Chooser__Kdialog_8H_source.html -rw-r--r-- root/root 10077 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Native__File__Chooser__Zenity_8H_source.html -rw-r--r-- root/root 9501 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Nice__Slider_8H_source.html -rw-r--r-- root/root 7698 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Object_8H_source.html -rw-r--r-- root/root 9344 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Output_8H_source.html -rw-r--r-- root/root 16170 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Overlay__Window_8H_source.html -rw-r--r-- root/root 40591 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__PDF__File__Surface_8H_source.html -rw-r--r-- root/root 15452 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__PNG__Image_8H_source.html -rw-r--r-- root/root 9793 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__PNM__Image_8H_source.html -rw-r--r-- root/root 17949 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Pack_8H_source.html -rw-r--r-- root/root 6890 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Paged__Device_8H.html -rw-r--r-- root/root 341 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Paged__Device_8H.js -rw-r--r-- root/root 45984 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Paged__Device_8H_source.html -rw-r--r-- root/root 4945 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Paged__Device_8cxx.html -rw-r--r-- root/root 27353 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Pixmap_8H_source.html -rw-r--r-- root/root 14700 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Plugin_8H_source.html -rw-r--r-- root/root 24184 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Positioner_8H_source.html -rw-r--r-- root/root 8517 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__PostScript_8H.html -rw-r--r-- root/root 346 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__PostScript_8H.js -rw-r--r-- root/root 46438 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__PostScript_8H_source.html -rw-r--r-- root/root 65577 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Preferences_8H_source.html -rw-r--r-- root/root 5440 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Printer_8H.html -rw-r--r-- root/root 91 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Printer_8H.js -rw-r--r-- root/root 37062 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Printer_8H_source.html -rw-r--r-- root/root 18233 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Progress_8H_source.html -rw-r--r-- root/root 7557 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__RGB__Image_8H_source.html -rw-r--r-- root/root 9508 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Radio__Button_8H_source.html -rw-r--r-- root/root 9701 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Radio__Light__Button_8H_source.html -rw-r--r-- root/root 9661 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Radio__Round__Button_8H_source.html -rw-r--r-- root/root 34442 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Rect_8H_source.html -rw-r--r-- root/root 12889 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Repeat__Button_8H_source.html -rw-r--r-- root/root 11493 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Return__Button_8H_source.html -rw-r--r-- root/root 11713 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Roller_8H_source.html -rw-r--r-- root/root 9311 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Round__Button_8H_source.html -rw-r--r-- root/root 9541 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Round__Clock_8H_source.html -rw-r--r-- root/root 16206 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__SVG__File__Surface_8H_source.html -rw-r--r-- root/root 21941 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__SVG__Image_8H_source.html -rw-r--r-- root/root 15141 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Scheme_8H_source.html -rw-r--r-- root/root 12260 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Scheme__Choice_8H_source.html -rw-r--r-- root/root 54118 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Screen__Driver_8H_source.html -rw-r--r-- root/root 43444 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Scroll_8H_source.html -rw-r--r-- root/root 18342 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Scrollbar_8H_source.html -rw-r--r-- root/root 10723 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Secret__Input_8H_source.html -rw-r--r-- root/root 9722 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Select__Browser_8H_source.html -rw-r--r-- root/root 14575 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Shared__Image_8H.html -rw-r--r-- root/root 311 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Shared__Image_8H.js -rw-r--r-- root/root 34553 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Shared__Image_8H_source.html -rw-r--r-- root/root 14904 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Shortcut__Button_8H_source.html -rw-r--r-- root/root 9553 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Simple__Counter_8H_source.html -rw-r--r-- root/root 15134 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Single__Window_8H_source.html -rw-r--r-- root/root 20488 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Slider_8H_source.html -rw-r--r-- root/root 48943 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Spinner_8H_source.html -rw-r--r-- root/root 21590 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__String_8H_source.html -rw-r--r-- root/root 6516 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Sys__Menu__Bar_8H.html -rw-r--r-- root/root 214 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Sys__Menu__Bar_8H.js -rw-r--r-- root/root 29859 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Sys__Menu__Bar_8H_source.html -rw-r--r-- root/root 26804 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Sys__Menu__Bar__Driver_8H_source.html -rw-r--r-- root/root 65223 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__System__Driver_8H_source.html -rw-r--r-- root/root 150675 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Table_8H_source.html -rw-r--r-- root/root 30314 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Table__Row_8H_source.html -rw-r--r-- root/root 32188 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tabs_8H_source.html -rw-r--r-- root/root 8348 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Terminal_8H.html -rw-r--r-- root/root 753 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Terminal_8H.js -rw-r--r-- root/root 218543 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Terminal_8H_source.html -rw-r--r-- root/root 89815 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Text__Buffer_8H_source.html -rw-r--r-- root/root 118604 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Text__Display_8H_source.html -rw-r--r-- root/root 36414 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Text__Editor_8H_source.html -rw-r--r-- root/root 26788 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tile_8H_source.html -rw-r--r-- root/root 17947 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tiled__Image_8H_source.html -rw-r--r-- root/root 4457 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Timeout_8cxx.html -rw-r--r-- root/root 7419 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Timeout_8h.html -rw-r--r-- root/root 91 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Timeout_8h.js -rw-r--r-- root/root 31997 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Timeout_8h_source.html -rw-r--r-- root/root 17394 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Timer_8H_source.html -rw-r--r-- root/root 9655 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Toggle__Button_8H_source.html -rw-r--r-- root/root 7631 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Toggle__Light__Button_8H_source.html -rw-r--r-- root/root 7631 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Toggle__Round__Button_8H_source.html -rw-r--r-- root/root 39402 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tooltip_8H_source.html -rw-r--r-- root/root 10706 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree_8H.html -rw-r--r-- root/root 1072 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree_8H.js -rw-r--r-- root/root 73150 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree_8H_source.html -rw-r--r-- root/root 5978 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Item_8H.html -rw-r--r-- root/root 102 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Item_8H.js -rw-r--r-- root/root 102145 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Item_8H_source.html -rw-r--r-- root/root 5699 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Item__Array_8H.html -rw-r--r-- root/root 129 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Item__Array_8H.js -rw-r--r-- root/root 20196 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Item__Array_8H_source.html -rw-r--r-- root/root 21260 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Prefs_8H.html -rw-r--r-- root/root 2672 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Prefs_8H.js -rw-r--r-- root/root 111350 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Tree__Prefs_8H_source.html -rw-r--r-- root/root 27050 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Valuator_8H_source.html -rw-r--r-- root/root 29664 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Value__Input_8H_source.html -rw-r--r-- root/root 20782 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Value__Output_8H_source.html -rw-r--r-- root/root 25277 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Value__Slider_8H_source.html -rw-r--r-- root/root 11401 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Widget_8H.html -rw-r--r-- root/root 688 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Widget_8H.js -rw-r--r-- root/root 157152 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Widget_8H_source.html -rw-r--r-- root/root 14649 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Widget__Surface_8H_source.html -rw-r--r-- root/root 7004 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Window_8H.html -rw-r--r-- root/root 260 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Window_8H.js -rw-r--r-- root/root 78565 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Window_8H_source.html -rw-r--r-- root/root 67907 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Window__Driver_8H_source.html -rw-r--r-- root/root 13241 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__Wizard_8H_source.html -rw-r--r-- root/root 9586 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__XBM__Image_8H_source.html -rw-r--r-- root/root 9909 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__XColor_8H_source.html -rw-r--r-- root/root 9724 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__XPM__Image_8H_source.html -rw-r--r-- root/root 4552 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__compose_8cxx.html -rw-r--r-- root/root 19630 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__get__system__colors_8cxx.html -rw-r--r-- root/root 961 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Fl__get__system__colors_8cxx.js -rw-r--r-- root/root 821 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Info.plist -rw-r--r-- root/root 1029 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Makefile -rw-r--r-- root/root 166812 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Nodes.xml.gz -rw-r--r-- root/root 149488 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Tokens.xml.gz -rw-r--r-- root/root 4409 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Ximint_8h_source.html -rw-r--r-- root/root 4413 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Xlibint_8h_source.html -rw-r--r-- root/root 26654 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/Xutf8_8h_source.html -rw-r--r-- root/root 1090 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/adjuster1.png -rw-r--r-- root/root 37459 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/advanced.html -rw-r--r-- root/root 70341 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/annotated.html -rw-r--r-- root/root 11941 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/annotated_dup.js -rw-r--r-- root/root 19645 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/armscii__8_8h_source.html -rw-r--r-- root/root 8027 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/ascii_8h_source.html -rw-r--r-- root/root 37787 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/basics.html -rw-r--r-- root/root 676 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/bc_s.png -rw-r--r-- root/root 635 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/bc_sd.png -rw-r--r-- root/root 647965 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/big5_8h_source.html -rw-r--r-- root/root 28899 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/big5__emacs_8h_source.html -rw-r--r-- root/root 17302 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/boxtypes.png -rw-r--r-- root/root 21632 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/bundled-libs.html -rw-r--r-- root/root 1384 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/buttons.png -rw-r--r-- root/root 44698 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cairo_test.png -rw-r--r-- root/root 207700 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/case_8h_source.html -rw-r--r-- root/root 31858 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cgdebug_8h_source.html -rw-r--r-- root/root 6657 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/charts.png -rw-r--r-- root/root 1254 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/choice.png -rw-r--r-- root/root 71968 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl-members.html -rw-r--r-- root/root 328811 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl.html -rw-r--r-- root/root 1449 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl.js -rw-r--r-- root/root 64285 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Adjuster-members.html -rw-r--r-- root/root 157159 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Adjuster.html -rw-r--r-- root/root 536 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Adjuster.js -rw-r--r-- root/root 615 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Adjuster.png -rw-r--r-- root/root 38819 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Anim__GIF__Image-members.html -rw-r--r-- root/root 147308 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Anim__GIF__Image.html -rw-r--r-- root/root 4491 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Anim__GIF__Image.js -rw-r--r-- root/root 930 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Anim__GIF__Image.png -rw-r--r-- root/root 21375 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__BMP__Image-members.html -rw-r--r-- root/root 58627 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__BMP__Image.html -rw-r--r-- root/root 213 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__BMP__Image.js -rw-r--r-- root/root 887 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__BMP__Image.png -rw-r--r-- root/root 19493 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Bitmap-members.html -rw-r--r-- root/root 66246 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Bitmap.html -rw-r--r-- root/root 1024 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Bitmap.js -rw-r--r-- root/root 678 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Bitmap.png -rw-r--r-- root/root 56135 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Box-members.html -rw-r--r-- root/root 137015 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Box.html -rw-r--r-- root/root 336 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Box.js -rw-r--r-- root/root 398 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Box.png -rw-r--r-- root/root 99536 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser-members.html -rw-r--r-- root/root 353870 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser.html -rw-r--r-- root/root 5722 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser.js -rw-r--r-- root/root 2114 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser.png -rw-r--r-- root/root 86885 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser__-members.html -rw-r--r-- root/root 287848 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser__.html -rw-r--r-- root/root 5517 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser__.js -rw-r--r-- root/root 2249 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Browser__.png -rw-r--r-- root/root 60644 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Button-members.html -rw-r--r-- root/root 162005 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Button.html -rw-r--r-- root/root 1435 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Button.js -rw-r--r-- root/root 3752 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Button.png -rw-r--r-- root/root 6752 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__State-members.html -rw-r--r-- root/root 11975 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__State.html -rw-r--r-- root/root 723 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__State.js -rw-r--r-- root/root 91661 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__Window-members.html -rw-r--r-- root/root 239306 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__Window.html -rw-r--r-- root/root 309 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__Window.js -rw-r--r-- root/root 1114 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Cairo__Window.png -rw-r--r-- root/root 4868 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Callback__User__Data-members.html -rw-r--r-- root/root 7801 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Callback__User__Data.html -rw-r--r-- root/root 262 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Callback__User__Data.js -rw-r--r-- root/root 62501 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Chart-members.html -rw-r--r-- root/root 175841 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Chart.html -rw-r--r-- root/root 1741 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Chart.js -rw-r--r-- root/root 410 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Chart.png -rw-r--r-- root/root 91680 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Browser-members.html -rw-r--r-- root/root 240126 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Browser.html -rw-r--r-- root/root 2705 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Browser.js -rw-r--r-- root/root 916 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Browser.png -rw-r--r-- root/root 61327 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Button-members.html -rw-r--r-- root/root 143480 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Button.html -rw-r--r-- root/root 130 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Button.js -rw-r--r-- root/root 892 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Check__Button.png -rw-r--r-- root/root 71293 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Choice-members.html -rw-r--r-- root/root 191210 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Choice.html -rw-r--r-- root/root 515 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Choice.js -rw-r--r-- root/root 906 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Choice.png -rw-r--r-- root/root 59367 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock-members.html -rw-r--r-- root/root 144216 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock.html -rw-r--r-- root/root 355 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock.js -rw-r--r-- root/root 875 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock.png -rw-r--r-- root/root 58593 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock__Output-members.html -rw-r--r-- root/root 146921 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock__Output.html -rw-r--r-- root/root 1011 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock__Output.js -rw-r--r-- root/root 882 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Clock__Output.png -rw-r--r-- root/root 71540 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Color__Chooser-members.html -rw-r--r-- root/root 197844 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Color__Chooser.html -rw-r--r-- root/root 1294 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Color__Chooser.js -rw-r--r-- root/root 682 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Color__Chooser.png -rw-r--r-- root/root 12041 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Copy__Surface-members.html -rw-r--r-- root/root 48528 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Copy__Surface.html -rw-r--r-- root/root 1045 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Copy__Surface.js -rw-r--r-- root/root 834 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Copy__Surface.png -rw-r--r-- root/root 66542 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Counter-members.html -rw-r--r-- root/root 167332 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Counter.html -rw-r--r-- root/root 1291 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Counter.js -rw-r--r-- root/root 930 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Counter.png -rw-r--r-- root/root 6595 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Device__Plugin-members.html -rw-r--r-- root/root 13469 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Device__Plugin.html -rw-r--r-- root/root 500 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Device__Plugin.js -rw-r--r-- root/root 497 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Device__Plugin.png -rw-r--r-- root/root 65581 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Dial-members.html -rw-r--r-- root/root 158757 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Dial.html -rw-r--r-- root/root 820 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Dial.js -rw-r--r-- root/root 968 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Dial.png -rw-r--r-- root/root 7732 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Display__Device-members.html -rw-r--r-- root/root 15108 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Display__Device.html -rw-r--r-- root/root 583 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Display__Device.png -rw-r--r-- root/root 90319 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Double__Window-members.html -rw-r--r-- root/root 237784 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Double__Window.html -rw-r--r-- root/root 877 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Double__Window.js -rw-r--r-- root/root 1519 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Double__Window.png -rw-r--r-- root/root 12282 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__EPS__File__Surface-members.html -rw-r--r-- root/root 47796 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__EPS__File__Surface.html -rw-r--r-- root/root 1017 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__EPS__File__Surface.js -rw-r--r-- root/root 865 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__EPS__File__Surface.png -rw-r--r-- root/root 4342 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__End-members.html -rw-r--r-- root/root 7600 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__End.html -rw-r--r-- root/root 101 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__End.js -rw-r--r-- root/root 101753 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Browser-members.html -rw-r--r-- root/root 258644 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Browser.html -rw-r--r-- root/root 937 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Browser.js -rw-r--r-- root/root 1045 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Browser.png -rw-r--r-- root/root 24901 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Chooser-members.html -rw-r--r-- root/root 78021 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Chooser.html -rw-r--r-- root/root 4950 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Chooser.js -rw-r--r-- root/root 13655 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Icon-members.html -rw-r--r-- root/root 41328 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Icon.html -rw-r--r-- root/root 1506 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Icon.js -rw-r--r-- root/root 77814 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Input-members.html -rw-r--r-- root/root 195879 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Input.html -rw-r--r-- root/root 914 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Input.js -rw-r--r-- root/root 697 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__File__Input.png -rw-r--r-- root/root 65902 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Dial-members.html -rw-r--r-- root/root 151308 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Dial.html -rw-r--r-- root/root 121 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Dial.js -rw-r--r-- root/root 711 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Dial.png -rw-r--r-- root/root 66209 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Slider-members.html -rw-r--r-- root/root 151938 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Slider.html -rw-r--r-- root/root 127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Slider.js -rw-r--r-- root/root 743 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Fill__Slider.png -rw-r--r-- root/root 73938 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Flex-members.html -rw-r--r-- root/root 237193 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Flex.html -rw-r--r-- root/root 1956 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Flex.js -rw-r--r-- root/root 553 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Flex.png -rw-r--r-- root/root 76250 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Float__Input-members.html -rw-r--r-- root/root 180902 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Float__Input.html -rw-r--r-- root/root 127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Float__Input.js -rw-r--r-- root/root 792 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Float__Input.png -rw-r--r-- root/root 56815 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsBitmap-members.html -rw-r--r-- root/root 128821 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsBitmap.html -rw-r--r-- root/root 468 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsBitmap.js -rw-r--r-- root/root 509 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsBitmap.png -rw-r--r-- root/root 56812 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsPixmap-members.html -rw-r--r-- root/root 133037 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsPixmap.html -rw-r--r-- root/root 468 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsPixmap.js -rw-r--r-- root/root 513 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsPixmap.png -rw-r--r-- root/root 55987 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsText-members.html -rw-r--r-- root/root 126106 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsText.html -rw-r--r-- root/root 111 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsText.js -rw-r--r-- root/root 453 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__FormsText.png -rw-r--r-- root/root 56126 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Free-members.html -rw-r--r-- root/root 136031 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Free.html -rw-r--r-- root/root 344 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Free.js -rw-r--r-- root/root 401 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Free.png -rw-r--r-- root/root 23785 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__GIF__Image-members.html -rw-r--r-- root/root 65376 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__GIF__Image.html -rw-r--r-- root/root 583 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__GIF__Image.js -rw-r--r-- root/root 937 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__GIF__Image.png -rw-r--r-- root/root 4761 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Gl__Choice-members.html -rw-r--r-- root/root 5693 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Gl__Choice.html -rw-r--r-- root/root 97831 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Gl__Window-members.html -rw-r--r-- root/root 308937 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Gl__Window.html -rw-r--r-- root/root 3231 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Gl__Window.js -rw-r--r-- root/root 1041 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Gl__Window.png -rw-r--r-- root/root 102070 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Glut__Window-members.html -rw-r--r-- root/root 274458 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Glut__Window.html -rw-r--r-- root/root 588 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Glut__Window.js -rw-r--r-- root/root 1043 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Glut__Window.png -rw-r--r-- root/root 79556 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid-members.html -rw-r--r-- root/root 262686 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid.html -rw-r--r-- root/root 2784 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid.js -rw-r--r-- root/root 556 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid.png -rw-r--r-- root/root 9690 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid_1_1Cell-members.html -rw-r--r-- root/root 16081 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid_1_1Cell.html -rw-r--r-- root/root 290 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Grid_1_1Cell.js -rw-r--r-- root/root 66774 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Group-members.html -rw-r--r-- root/root 225829 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Group.html -rw-r--r-- root/root 3423 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Group.js -rw-r--r-- root/root 4576 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Group.png -rw-r--r-- root/root 9055 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__Dialog-members.html -rw-r--r-- root/root 24058 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__Dialog.html -rw-r--r-- root/root 1699 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__Dialog.js -rw-r--r-- root/root 74955 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__View-members.html -rw-r--r-- root/root 197155 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__View.html -rw-r--r-- root/root 2755 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__View.js -rw-r--r-- root/root 643 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Help__View.png -rw-r--r-- root/root 99866 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hold__Browser-members.html -rw-r--r-- root/root 247434 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hold__Browser.html -rw-r--r-- root/root 130 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hold__Browser.js -rw-r--r-- root/root 1052 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hold__Browser.png -rw-r--r-- root/root 66268 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Fill__Slider-members.html -rw-r--r-- root/root 151351 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Fill__Slider.html -rw-r--r-- root/root 897 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Fill__Slider.png -rw-r--r-- root/root 66268 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Nice__Slider-members.html -rw-r--r-- root/root 151868 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Nice__Slider.html -rw-r--r-- root/root 920 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Nice__Slider.png -rw-r--r-- root/root 66201 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Slider-members.html -rw-r--r-- root/root 152098 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Slider.html -rw-r--r-- root/root 124 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Slider.js -rw-r--r-- root/root 832 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Slider.png -rw-r--r-- root/root 69638 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Value__Slider-members.html -rw-r--r-- root/root 160939 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Value__Slider.html -rw-r--r-- root/root 1127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Hor__Value__Slider.png -rw-r--r-- root/root 22553 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__ICO__Image-members.html -rw-r--r-- root/root 59158 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__ICO__Image.html -rw-r--r-- root/root 502 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__ICO__Image.js -rw-r--r-- root/root 879 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__ICO__Image.png -rw-r--r-- root/root 16874 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image-members.html -rw-r--r-- root/root 106499 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image.html -rw-r--r-- root/root 2517 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image.js -rw-r--r-- root/root 4213 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image.png -rw-r--r-- root/root 8361 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image__Reader-members.html -rw-r--r-- root/root 9940 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image__Reader.html -rw-r--r-- root/root 13257 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image__Surface-members.html -rw-r--r-- root/root 69066 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image__Surface.html -rw-r--r-- root/root 1347 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image__Surface.js -rw-r--r-- root/root 847 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Image__Surface.png -rw-r--r-- root/root 76503 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input-members.html -rw-r--r-- root/root 196749 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input.html -rw-r--r-- root/root 437 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input.js -rw-r--r-- root/root 3550 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input.png -rw-r--r-- root/root 74234 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__-members.html -rw-r--r-- root/root 263560 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__.html -rw-r--r-- root/root 5544 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__.js -rw-r--r-- root/root 3555 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__.png -rw-r--r-- root/root 75202 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__Choice-members.html -rw-r--r-- root/root 220678 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__Choice.html -rw-r--r-- root/root 2917 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__Choice.js -rw-r--r-- root/root 680 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Input__Choice.png -rw-r--r-- root/root 76234 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Int__Input-members.html -rw-r--r-- root/root 180760 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Int__Input.html -rw-r--r-- root/root 121 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Int__Input.js -rw-r--r-- root/root 733 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Int__Input.png -rw-r--r-- root/root 21409 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__JPEG__Image-members.html -rw-r--r-- root/root 58503 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__JPEG__Image.html -rw-r--r-- root/root 218 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__JPEG__Image.js -rw-r--r-- root/root 691 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__JPEG__Image.png -rw-r--r-- root/root 61019 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Light__Button-members.html -rw-r--r-- root/root 148398 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Light__Button.html -rw-r--r-- root/root 306 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Light__Button.js -rw-r--r-- root/root 2218 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Light__Button.png -rw-r--r-- root/root 65916 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Line__Dial-members.html -rw-r--r-- root/root 150756 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Line__Dial.html -rw-r--r-- root/root 743 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Line__Dial.png -rw-r--r-- root/root 7096 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Mac__App__Menu-members.html -rw-r--r-- root/root 14109 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Mac__App__Menu.html -rw-r--r-- root/root 70956 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__-members.html -rw-r--r-- root/root 255820 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__.html -rw-r--r-- root/root 4131 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__.js -rw-r--r-- root/root 1729 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__.png -rw-r--r-- root/root 72253 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Bar-members.html -rw-r--r-- root/root 184089 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Bar.html -rw-r--r-- root/root 459 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Bar.js -rw-r--r-- root/root 928 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Bar.png -rw-r--r-- root/root 74308 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Button-members.html -rw-r--r-- root/root 187334 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Button.html -rw-r--r-- root/root 1351 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Button.js -rw-r--r-- root/root 670 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Button.png -rw-r--r-- root/root 90922 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Window-members.html -rw-r--r-- root/root 228694 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Window.html -rw-r--r-- root/root 320 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Window.js -rw-r--r-- root/root 1116 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Menu__Window.png -rw-r--r-- root/root 99874 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multi__Browser-members.html -rw-r--r-- root/root 247629 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multi__Browser.html -rw-r--r-- root/root 133 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multi__Browser.js -rw-r--r-- root/root 1061 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multi__Browser.png -rw-r--r-- root/root 76282 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Input-members.html -rw-r--r-- root/root 181412 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Input.html -rw-r--r-- root/root 139 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Input.js -rw-r--r-- root/root 855 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Input.png -rw-r--r-- root/root 76573 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Output-members.html -rw-r--r-- root/root 182969 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Output.html -rw-r--r-- root/root 142 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Output.js -rw-r--r-- root/root 1066 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Multiline__Output.png -rw-r--r-- root/root 15047 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Native__File__Chooser-members.html -rw-r--r-- root/root 60524 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Native__File__Chooser.html -rw-r--r-- root/root 3973 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Native__File__Chooser.js -rw-r--r-- root/root 66228 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Nice__Slider-members.html -rw-r--r-- root/root 151281 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Nice__Slider.html -rw-r--r-- root/root 859 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Nice__Slider.png -rw-r--r-- root/root 76206 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Output-members.html -rw-r--r-- root/root 181434 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Output.html -rw-r--r-- root/root 110 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Output.js -rw-r--r-- root/root 1074 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Output.png -rw-r--r-- root/root 92195 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Overlay__Window-members.html -rw-r--r-- root/root 247325 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Overlay__Window.html -rw-r--r-- root/root 1186 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Overlay__Window.js -rw-r--r-- root/root 1115 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Overlay__Window.png -rw-r--r-- root/root 29999 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PDF__File__Surface-members.html -rw-r--r-- root/root 80695 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PDF__File__Surface.html -rw-r--r-- root/root 1687 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PDF__File__Surface.js -rw-r--r-- root/root 1158 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PDF__File__Surface.png -rw-r--r-- root/root 21301 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNG__Image-members.html -rw-r--r-- root/root 56213 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNG__Image.html -rw-r--r-- root/root 213 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNG__Image.js -rw-r--r-- root/root 690 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNG__Image.png -rw-r--r-- root/root 20682 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNM__Image-members.html -rw-r--r-- root/root 52810 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNM__Image.html -rw-r--r-- root/root 121 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNM__Image.js -rw-r--r-- root/root 690 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PNM__Image.png -rw-r--r-- root/root 68403 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pack-members.html -rw-r--r-- root/root 172112 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pack.html -rw-r--r-- root/root 587 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pack.js -rw-r--r-- root/root 564 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pack.png -rw-r--r-- root/root 26283 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Paged__Device-members.html -rw-r--r-- root/root 70611 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Paged__Device.html -rw-r--r-- root/root 5809 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Paged__Device.js -rw-r--r-- root/root 2117 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Paged__Device.png -rw-r--r-- root/root 19717 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pixmap-members.html -rw-r--r-- root/root 65112 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pixmap.html -rw-r--r-- root/root 1031 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pixmap.js -rw-r--r-- root/root 1195 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Pixmap.png -rw-r--r-- root/root 4642 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin-members.html -rw-r--r-- root/root 11218 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin.html -rw-r--r-- root/root 196 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin.js -rw-r--r-- root/root 501 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin.png -rw-r--r-- root/root 30322 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin__Manager-members.html -rw-r--r-- root/root 76024 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin__Manager.html -rw-r--r-- root/root 607 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin__Manager.js -rw-r--r-- root/root 561 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Plugin__Manager.png -rw-r--r-- root/root 61382 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Positioner-members.html -rw-r--r-- root/root 143028 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Positioner.html -rw-r--r-- root/root 1769 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Positioner.js -rw-r--r-- root/root 428 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Positioner.png -rw-r--r-- root/root 30310 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PostScript__File__Device-members.html -rw-r--r-- root/root 94376 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PostScript__File__Device.html -rw-r--r-- root/root 2435 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PostScript__File__Device.js -rw-r--r-- root/root 1264 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__PostScript__File__Device.png -rw-r--r-- root/root 28223 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences-members.html -rw-r--r-- root/root 159582 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences.html -rw-r--r-- root/root 6124 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences.js -rw-r--r-- root/root 567 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences.png -rw-r--r-- root/root 5339 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1Name-members.html -rw-r--r-- root/root 12902 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1Name.html -rw-r--r-- root/root 334 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1Name.js -rw-r--r-- root/root 13869 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1Node-members.html -rw-r--r-- root/root 17791 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1Node.html -rw-r--r-- root/root 7264 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1RootNode-members.html -rw-r--r-- root/root 8918 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Preferences_1_1RootNode.html -rw-r--r-- root/root 31960 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Printer-members.html -rw-r--r-- root/root 103682 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Printer.html -rw-r--r-- root/root 1398 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Printer.js -rw-r--r-- root/root 1005 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Printer.png -rw-r--r-- root/root 57611 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Progress-members.html -rw-r--r-- root/root 136393 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Progress.html -rw-r--r-- root/root 704 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Progress.js -rw-r--r-- root/root 448 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Progress.png -rw-r--r-- root/root 20717 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__RGB__Image-members.html -rw-r--r-- root/root 83639 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__RGB__Image.html -rw-r--r-- root/root 1363 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__RGB__Image.js -rw-r--r-- root/root 2034 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__RGB__Image.png -rw-r--r-- root/root 60979 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Button-members.html -rw-r--r-- root/root 139620 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Button.html -rw-r--r-- root/root 130 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Button.js -rw-r--r-- root/root 661 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Button.png -rw-r--r-- root/root 61405 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Light__Button-members.html -rw-r--r-- root/root 139628 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Light__Button.html -rw-r--r-- root/root 1006 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Light__Button.png -rw-r--r-- root/root 61688 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Round__Button-members.html -rw-r--r-- root/root 143777 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Round__Button.html -rw-r--r-- root/root 150 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Round__Button.js -rw-r--r-- root/root 1256 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Radio__Round__Button.png -rw-r--r-- root/root 10398 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Rect-members.html -rw-r--r-- root/root 34235 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Rect.html -rw-r--r-- root/root 1646 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Rect.js -rw-r--r-- root/root 61088 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Repeat__Button-members.html -rw-r--r-- root/root 144478 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Repeat__Button.html -rw-r--r-- root/root 223 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Repeat__Button.js -rw-r--r-- root/root 686 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Repeat__Button.png -rw-r--r-- root/root 61033 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Return__Button-members.html -rw-r--r-- root/root 146482 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Return__Button.html -rw-r--r-- root/root 311 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Return__Button.js -rw-r--r-- root/root 675 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Return__Button.png -rw-r--r-- root/root 63648 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Roller-members.html -rw-r--r-- root/root 152204 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Roller.html -rw-r--r-- root/root 272 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Roller.js -rw-r--r-- root/root 584 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Roller.png -rw-r--r-- root/root 61327 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Button-members.html -rw-r--r-- root/root 144614 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Button.html -rw-r--r-- root/root 130 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Button.js -rw-r--r-- root/root 1266 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Button.png -rw-r--r-- root/root 59697 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Clock-members.html -rw-r--r-- root/root 138225 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Clock.html -rw-r--r-- root/root 127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Clock.js -rw-r--r-- root/root 873 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Round__Clock.png -rw-r--r-- root/root 12165 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__File__Surface-members.html -rw-r--r-- root/root 47060 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__File__Surface.html -rw-r--r-- root/root 923 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__File__Surface.js -rw-r--r-- root/root 911 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__File__Surface.png -rw-r--r-- root/root 22101 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__Image-members.html -rw-r--r-- root/root 94679 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__Image.html -rw-r--r-- root/root 1108 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__Image.js -rw-r--r-- root/root 700 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__SVG__Image.png -rw-r--r-- root/root 4967 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scheme-members.html -rw-r--r-- root/root 12254 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scheme.html -rw-r--r-- root/root 72317 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scheme__Choice-members.html -rw-r--r-- root/root 180114 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scheme__Choice.html -rw-r--r-- root/root 317 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scheme__Choice.js -rw-r--r-- root/root 897 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scheme__Choice.png -rw-r--r-- root/root 72048 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scroll-members.html -rw-r--r-- root/root 205674 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scroll.html -rw-r--r-- root/root 1883 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scroll.js -rw-r--r-- root/root 569 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scroll.png -rw-r--r-- root/root 67665 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scrollbar-members.html -rw-r--r-- root/root 173045 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scrollbar.html -rw-r--r-- root/root 805 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scrollbar.js -rw-r--r-- root/root 775 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Scrollbar.png -rw-r--r-- root/root 76281 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Secret__Input-members.html -rw-r--r-- root/root 184198 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Secret__Input.html -rw-r--r-- root/root 219 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Secret__Input.js -rw-r--r-- root/root 847 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Secret__Input.png -rw-r--r-- root/root 99882 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Select__Browser-members.html -rw-r--r-- root/root 247001 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Select__Browser.html -rw-r--r-- root/root 136 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Select__Browser.js -rw-r--r-- root/root 1094 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Select__Browser.png -rw-r--r-- root/root 27948 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shared__Image-members.html -rw-r--r-- root/root 104807 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shared__Image.html -rw-r--r-- root/root 1764 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shared__Image.js -rw-r--r-- root/root 517 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shared__Image.png -rw-r--r-- root/root 62316 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shortcut__Button-members.html -rw-r--r-- root/root 147074 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shortcut__Button.html -rw-r--r-- root/root 608 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shortcut__Button.js -rw-r--r-- root/root 690 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Shortcut__Button.png -rw-r--r-- root/root 66911 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Simple__Counter-members.html -rw-r--r-- root/root 154099 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Simple__Counter.html -rw-r--r-- root/root 928 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Simple__Counter.png -rw-r--r-- root/root 90073 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Single__Window-members.html -rw-r--r-- root/root 229471 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Single__Window.html -rw-r--r-- root/root 594 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Single__Window.js -rw-r--r-- root/root 1118 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Single__Window.png -rw-r--r-- root/root 65882 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Slider-members.html -rw-r--r-- root/root 163728 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Slider.html -rw-r--r-- root/root 864 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Slider.js -rw-r--r-- root/root 3219 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Slider.png -rw-r--r-- root/root 73869 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner-members.html -rw-r--r-- root/root 193688 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner.html -rw-r--r-- root/root 2749 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner.js -rw-r--r-- root/root 598 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner.png -rw-r--r-- root/root 76486 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner_1_1Fl__Spinner__Input-members.html -rw-r--r-- root/root 179330 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner_1_1Fl__Spinner__Input.html -rw-r--r-- root/root 153 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner_1_1Fl__Spinner__Input.js -rw-r--r-- root/root 1011 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Spinner_1_1Fl__Spinner__Input.png -rw-r--r-- root/root 7427 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Surface__Device-members.html -rw-r--r-- root/root 29721 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Surface__Device.html -rw-r--r-- root/root 708 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Surface__Device.js -rw-r--r-- root/root 3423 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Surface__Device.png -rw-r--r-- root/root 75780 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Sys__Menu__Bar-members.html -rw-r--r-- root/root 228313 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Sys__Menu__Bar.html -rw-r--r-- root/root 2505 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Sys__Menu__Bar.js -rw-r--r-- root/root 919 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Sys__Menu__Bar.png -rw-r--r-- root/root 99333 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table-members.html -rw-r--r-- root/root 340458 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table.html -rw-r--r-- root/root 10531 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table.js -rw-r--r-- root/root 807 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table.png -rw-r--r-- root/root 102372 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table__Row-members.html -rw-r--r-- root/root 257651 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table__Row.html -rw-r--r-- root/root 830 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table__Row.js -rw-r--r-- root/root 800 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Table__Row.png -rw-r--r-- root/root 77012 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tabs-members.html -rw-r--r-- root/root 255123 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tabs.html -rw-r--r-- root/root 3311 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tabs.js -rw-r--r-- root/root 560 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tabs.png -rw-r--r-- root/root 119552 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal-members.html -rw-r--r-- root/root 473977 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal.html -rw-r--r-- root/root 18796 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal.js -rw-r--r-- root/root 600 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal.png -rw-r--r-- root/root 19068 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1CharStyle-members.html -rw-r--r-- root/root 26000 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1CharStyle.html -rw-r--r-- root/root 10107 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Cursor-members.html -rw-r--r-- root/root 12390 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Cursor.html -rw-r--r-- root/root 9694 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1EscapeSeq-members.html -rw-r--r-- root/root 12030 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1EscapeSeq.html -rw-r--r-- root/root 7153 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Margin-members.html -rw-r--r-- root/root 8123 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Margin.html -rw-r--r-- root/root 6776 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1PartialUtf8Buf-members.html -rw-r--r-- root/root 7344 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1PartialUtf8Buf.html -rw-r--r-- root/root 19008 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1RingBuffer-members.html -rw-r--r-- root/root 23996 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1RingBuffer.html -rw-r--r-- root/root 11776 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Selection-members.html -rw-r--r-- root/root 16679 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Selection.html -rw-r--r-- root/root 144 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Selection.js -rw-r--r-- root/root 11531 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Utf8Char-members.html -rw-r--r-- root/root 14756 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Terminal_1_1Utf8Char.html -rw-r--r-- root/root 37688 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Buffer-members.html -rw-r--r-- root/root 151993 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Buffer.html -rw-r--r-- root/root 10457 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Buffer.js -rw-r--r-- root/root 136027 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Display-members.html -rw-r--r-- root/root 457863 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Display.html -rw-r--r-- root/root 11618 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Display.js -rw-r--r-- root/root 870 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Display.png -rw-r--r-- root/root 149608 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Editor-members.html -rw-r--r-- root/root 376803 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Editor.html -rw-r--r-- root/root 1984 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Editor.js -rw-r--r-- root/root 867 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Editor.png -rw-r--r-- root/root 8343 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Selection-members.html -rw-r--r-- root/root 34309 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Selection.html -rw-r--r-- root/root 1221 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Text__Selection.js -rw-r--r-- root/root 74288 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tile-members.html -rw-r--r-- root/root 228839 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tile.html -rw-r--r-- root/root 2219 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tile.js -rw-r--r-- root/root 551 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tile.png -rw-r--r-- root/root 18311 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tiled__Image-members.html -rw-r--r-- root/root 64523 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tiled__Image.html -rw-r--r-- root/root 670 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tiled__Image.js -rw-r--r-- root/root 473 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tiled__Image.png -rw-r--r-- root/root 11752 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timeout-members.html -rw-r--r-- root/root 51009 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timeout.html -rw-r--r-- root/root 446 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timeout.js -rw-r--r-- root/root 57707 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timer-members.html -rw-r--r-- root/root 140118 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timer.html -rw-r--r-- root/root 847 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timer.js -rw-r--r-- root/root 403 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Timer.png -rw-r--r-- root/root 60987 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Toggle__Button-members.html -rw-r--r-- root/root 141334 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Toggle__Button.html -rw-r--r-- root/root 133 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Toggle__Button.js -rw-r--r-- root/root 677 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Toggle__Button.png -rw-r--r-- root/root 13977 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tooltip-members.html -rw-r--r-- root/root 50670 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tooltip.html -rw-r--r-- root/root 104035 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree-members.html -rw-r--r-- root/root 487018 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree.html -rw-r--r-- root/root 12114 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree.js -rw-r--r-- root/root 552 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree.png -rw-r--r-- root/root 38516 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Item-members.html -rw-r--r-- root/root 200005 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Item.html -rw-r--r-- root/root 10584 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Item.js -rw-r--r-- root/root 9484 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Item__Array-members.html -rw-r--r-- root/root 29298 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Item__Array.html -rw-r--r-- root/root 1671 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Item__Array.js -rw-r--r-- root/root 25742 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Prefs-members.html -rw-r--r-- root/root 67359 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Prefs.html -rw-r--r-- root/root 6014 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Tree__Prefs.js -rw-r--r-- root/root 63326 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Valuator-members.html -rw-r--r-- root/root 161351 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Valuator.html -rw-r--r-- root/root 2345 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Valuator.js -rw-r--r-- root/root 6200 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Valuator.png -rw-r--r-- root/root 67543 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Input-members.html -rw-r--r-- root/root 175722 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Input.html -rw-r--r-- root/root 1471 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Input.js -rw-r--r-- root/root 674 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Input.png -rw-r--r-- root/root 66157 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Output-members.html -rw-r--r-- root/root 165556 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Output.html -rw-r--r-- root/root 937 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Output.js -rw-r--r-- root/root 707 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Output.png -rw-r--r-- root/root 69270 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Slider-members.html -rw-r--r-- root/root 171927 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Slider.html -rw-r--r-- root/root 1232 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Slider.js -rw-r--r-- root/root 1135 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Value__Slider.png -rw-r--r-- root/root 55849 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget-members.html -rw-r--r-- root/root 347776 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget.html -rw-r--r-- root/root 12002 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget.js -rw-r--r-- root/root 3885 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget.png -rw-r--r-- root/root 10890 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Surface-members.html -rw-r--r-- root/root 43637 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Surface.html -rw-r--r-- root/root 1090 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Surface.js -rw-r--r-- root/root 3165 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Surface.png -rw-r--r-- root/root 5578 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Tracker-members.html -rw-r--r-- root/root 14854 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Tracker.html -rw-r--r-- root/root 513 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Widget__Tracker.js -rw-r--r-- root/root 89799 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Window-members.html -rw-r--r-- root/root 359384 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Window.html -rw-r--r-- root/root 6873 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Window.js -rw-r--r-- root/root 2665 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Window.png -rw-r--r-- root/root 68005 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Wizard-members.html -rw-r--r-- root/root 161361 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Wizard.html -rw-r--r-- root/root 512 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Wizard.js -rw-r--r-- root/root 584 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__Wizard.png -rw-r--r-- root/root 19486 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XBM__Image-members.html -rw-r--r-- root/root 47663 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XBM__Image.html -rw-r--r-- root/root 121 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XBM__Image.js -rw-r--r-- root/root 669 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XBM__Image.png -rw-r--r-- root/root 19710 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XPM__Image-members.html -rw-r--r-- root/root 47550 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XPM__Image.html -rw-r--r-- root/root 121 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XPM__Image.js -rw-r--r-- root/root 672 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classFl__XPM__Image.png -rw-r--r-- root/root 21406 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/classes.html -rw-r--r-- root/root 2189 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/clock.png -rw-r--r-- root/root 132 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/closed.png -rw-r--r-- root/root 66943 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/common.html -rw-r--r-- root/root 10214 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/compact_buttons_gleam.png -rw-r--r-- root/root 9429 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/compact_buttons_gtk.png -rw-r--r-- root/root 24259 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/coordinates.html -rw-r--r-- root/root 15085 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/coordinates.png -rw-r--r-- root/root 1305 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/counter.png -rw-r--r-- root/root 18243 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cp1133_8h_source.html -rw-r--r-- root/root 22810 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cp1251_8h_source.html -rw-r--r-- root/root 23338 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cp1255_8h_source.html -rw-r--r-- root/root 26404 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cp1256_8h_source.html -rw-r--r-- root/root 1095581 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/cp936ext_8h_source.html -rw-r--r-- root/root 12610 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/darkmode_toggle.js -rw-r--r-- root/root 22137 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/deprecated.html -rw-r--r-- root/root 16965 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/development.html -rw-r--r-- root/root 908 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dial.png -rw-r--r-- root/root 70496 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dingbats___8h_source.html -rw-r--r-- root/root 4084 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_138aff360eb965c43b94267b8d1ce09e.html -rw-r--r-- root/root 7206 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_28761ee5864b81ffe7a0e260a66616a9.html -rw-r--r-- root/root 595 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_28761ee5864b81ffe7a0e260a66616a9.js -rw-r--r-- root/root 16868 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_456dec06ed9659f99bbad8c3d7f3c328.html -rw-r--r-- root/root 2378 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_456dec06ed9659f99bbad8c3d7f3c328.js -rw-r--r-- root/root 21826 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_68267d1309a1af8e8297ef4c3efbcdba.html -rw-r--r-- root/root 3125 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_68267d1309a1af8e8297ef4c3efbcdba.js -rw-r--r-- root/root 65547 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_950f51950c2cabe10ebd6b853ac42963.html -rw-r--r-- root/root 10754 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_950f51950c2cabe10ebd6b853ac42963.js -rw-r--r-- root/root 5584 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_edec0e9e32bb55a20b6f55b127d935c1.html -rw-r--r-- root/root 258 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_edec0e9e32bb55a20b6f55b127d935c1.js -rw-r--r-- root/root 4252 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_f88565ce73e30c3f862eb8afe99abfc1.html -rw-r--r-- root/root 4159 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dir_fcb5e7210367157b46a25b4162161da7.html -rw-r--r-- root/root 1503 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/doc.svg -rw-r--r-- root/root 1503 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/docd.svg -rw-r--r-- root/root 45560 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/doxygen.css -rw-r--r-- root/root 15461 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/doxygen.svg -rw-r--r-- root/root 100672 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/drawing.html -rw-r--r-- root/root 7704 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/dynsections.js -rw-r--r-- root/root 56078 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/editor-linenumbers.png -rw-r--r-- root/root 149427 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/editor.html -rw-r--r-- root/root 8822 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/editor.png -rw-r--r-- root/root 19863 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/enumerations.html -rw-r--r-- root/root 40167 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/events.html -rw-r--r-- root/root 41360 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/examples.html -rw-r--r-- root/root 5361 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fastarrow_8h_source.html -rw-r--r-- root/root 15900 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/filename_8H.html -rw-r--r-- root/root 1536 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/filename_8H.js -rw-r--r-- root/root 35650 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/filename_8H_source.html -rw-r--r-- root/root 82581 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/files.html -rw-r--r-- root/root 218 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/files_dup.js -rw-r--r-- root/root 4544 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__arc_8cxx.html -rw-r--r-- root/root 34032 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__ask_8H.html -rw-r--r-- root/root 2360 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__ask_8H.js -rw-r--r-- root/root 41592 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__ask_8H_source.html -rw-r--r-- root/root 29612 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__ask_8cxx.html -rw-r--r-- root/root 2281 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__ask_8cxx.js -rw-r--r-- root/root 9617 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__attr_8h.html -rw-r--r-- root/root 270 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__attr_8h.js -rw-r--r-- root/root 31370 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__attr_8h_source.html -rw-r--r-- root/root 26218 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__boxtype_8cxx.html -rw-r--r-- root/root 2032 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__boxtype_8cxx.js -rw-r--r-- root/root 24542 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__callback__macros_8H.html -rw-r--r-- root/root 347 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__callback__macros_8H.js -rw-r--r-- root/root 77754 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__callback__macros_8H_source.html -rw-r--r-- root/root 14115 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__casts_8H_source.html -rw-r--r-- root/root 43777 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__cmap_8h_source.html -rw-r--r-- root/root 7764 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__color_8cxx.html -rw-r--r-- root/root 217 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__color_8cxx.js -rw-r--r-- root/root 12586 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__contrast_8cxx.html -rw-r--r-- root/root 812 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__contrast_8cxx.js -rw-r--r-- root/root 4812 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__curve_8cxx.html -rw-r--r-- root/root 99878 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__draw_8H.html -rw-r--r-- root/root 12715 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__draw_8H.js -rw-r--r-- root/root 217728 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__draw_8H_source.html -rw-r--r-- root/root 7677 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__message_8H_source.html -rw-r--r-- root/root 11059 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__oxy_8h_source.html -rw-r--r-- root/root 4511 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__rect_8cxx.html -rw-r--r-- root/root 6002 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__show__colormap_8H.html -rw-r--r-- root/root 130 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__show__colormap_8H.js -rw-r--r-- root/root 9094 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__show__colormap_8H_source.html -rw-r--r-- root/root 7080 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__show__input_8H_source.html -rw-r--r-- root/root 5905 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__string__functions_8h.html -rw-r--r-- root/root 122 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__string__functions_8h.js -rw-r--r-- root/root 10450 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__string__functions_8h_source.html -rw-r--r-- root/root 8340 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__types_8h.html -rw-r--r-- root/root 262 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__types_8h.js -rw-r--r-- root/root 10440 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__types_8h_source.html -rw-r--r-- root/root 36357 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__utf8_8h.html -rw-r--r-- root/root 4313 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__utf8_8h.js -rw-r--r-- root/root 66289 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__utf8_8h_source.html -rw-r--r-- root/root 4723 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__vertex_8cxx.html -rw-r--r-- root/root 15237 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__write__png_8cxx.html -rw-r--r-- root/root 305 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl__write__png_8cxx.js -rw-r--r-- root/root 5330 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_arc_xyr_diagram.png -rw-r--r-- root/root 5004 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_choice_left_middle_right.png -rw-r--r-- root/root 1165 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_choice_one.png -rw-r--r-- root/root 1721 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_choice_three.png -rw-r--r-- root/root 1520 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_choice_three_fmt.png -rw-r--r-- root/root 1311 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_choice_two.png -rw-r--r-- root/root 7694 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_color_chooser.jpg -rw-r--r-- root/root 661 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_hold_browser.png -rw-r--r-- root/root 6719 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_hor_nice_slider.png -rw-r--r-- root/root 20661 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_line_style.png -rw-r--r-- root/root 683 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_multi_browser.png -rw-r--r-- root/root 5419 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_pie_arc_diagram.png -rw-r--r-- root/root 1869 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fl_show_colormap.png -rw-r--r-- root/root 20721 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/flstring_8h_source.html -rw-r--r-- root/root 53032 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fltk-colormap.png -rw-r--r-- root/root 8013 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fltk-options.html -rw-r--r-- root/root 160099 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/fltk-options.png -rw-r--r-- root/root 1996 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/folderclosed.svg -rw-r--r-- root/root 1996 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/folderclosedd.svg -rw-r--r-- root/root 3269 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/folderopen.svg -rw-r--r-- root/root 3214 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/folderopend.svg -rw-r--r-- root/root 20189 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/forms.html -rw-r--r-- root/root 211426 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/forms_8H_source.html -rw-r--r-- root/root 27060 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/freeglut__teapot__data_8h_source.html -rw-r--r-- root/root 5248 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions.html -rw-r--r-- root/root 19584 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_a.html -rw-r--r-- root/root 14151 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_b.html -rw-r--r-- root/root 36488 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_c.html -rw-r--r-- root/root 30585 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_d.html -rw-r--r-- root/root 1074 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_dup.js -rw-r--r-- root/root 12913 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_e.html -rw-r--r-- root/root 6117 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_enum.html -rw-r--r-- root/root 34437 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_eval.html -rw-r--r-- root/root 19359 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_f.html -rw-r--r-- root/root 4255 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func.html -rw-r--r-- root/root 1166 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func.js -rw-r--r-- root/root 14322 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_a.html -rw-r--r-- root/root 9415 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_b.html -rw-r--r-- root/root 29923 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_c.html -rw-r--r-- root/root 27169 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_d.html -rw-r--r-- root/root 12209 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_e.html -rw-r--r-- root/root 15856 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_f.html -rw-r--r-- root/root 8639 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_g.html -rw-r--r-- root/root 18149 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_h.html -rw-r--r-- root/root 21920 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_i.html -rw-r--r-- root/root 4137 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_j.html -rw-r--r-- root/root 7751 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_k.html -rw-r--r-- root/root 14185 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_l.html -rw-r--r-- root/root 15137 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_m.html -rw-r--r-- root/root 8359 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_n.html -rw-r--r-- root/root 9809 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_o.html -rw-r--r-- root/root 13938 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_p.html -rw-r--r-- root/root 23907 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_r.html -rw-r--r-- root/root 32595 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_s.html -rw-r--r-- root/root 17840 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_t.html -rw-r--r-- root/root 10172 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_u.html -rw-r--r-- root/root 9886 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_v.html -rw-r--r-- root/root 8916 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_w.html -rw-r--r-- root/root 6178 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_x.html -rw-r--r-- root/root 5377 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_y.html -rw-r--r-- root/root 11898 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_func_~.html -rw-r--r-- root/root 8927 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_g.html -rw-r--r-- root/root 20405 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_h.html -rw-r--r-- root/root 23440 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_i.html -rw-r--r-- root/root 4124 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_j.html -rw-r--r-- root/root 8025 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_k.html -rw-r--r-- root/root 16756 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_l.html -rw-r--r-- root/root 19457 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_m.html -rw-r--r-- root/root 11148 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_n.html -rw-r--r-- root/root 13370 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_o.html -rw-r--r-- root/root 17969 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_p.html -rw-r--r-- root/root 4118 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_q.html -rw-r--r-- root/root 25158 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_r.html -rw-r--r-- root/root 37105 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_s.html -rw-r--r-- root/root 22333 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_t.html -rw-r--r-- root/root 4339 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_type.html -rw-r--r-- root/root 11986 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_u.html -rw-r--r-- root/root 11223 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_v.html -rw-r--r-- root/root 4689 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars.html -rw-r--r-- root/root 1122 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars.js -rw-r--r-- root/root 5903 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_a.html -rw-r--r-- root/root 5075 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_b.html -rw-r--r-- root/root 6664 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_c.html -rw-r--r-- root/root 6108 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_d.html -rw-r--r-- root/root 4399 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_e.html -rw-r--r-- root/root 6860 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_f.html -rw-r--r-- root/root 4143 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_g.html -rw-r--r-- root/root 5636 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_h.html -rw-r--r-- root/root 4662 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_i.html -rw-r--r-- root/root 4157 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_k.html -rw-r--r-- root/root 5310 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_l.html -rw-r--r-- root/root 7357 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_m.html -rw-r--r-- root/root 5209 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_n.html -rw-r--r-- root/root 4122 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_o.html -rw-r--r-- root/root 5870 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_p.html -rw-r--r-- root/root 4131 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_q.html -rw-r--r-- root/root 4399 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_r.html -rw-r--r-- root/root 6881 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_s.html -rw-r--r-- root/root 7301 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_t.html -rw-r--r-- root/root 4529 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_u.html -rw-r--r-- root/root 4776 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_v.html -rw-r--r-- root/root 5168 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_w.html -rw-r--r-- root/root 4259 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_x.html -rw-r--r-- root/root 4362 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_vars_y.html -rw-r--r-- root/root 10878 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_w.html -rw-r--r-- root/root 6401 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_x.html -rw-r--r-- root/root 5703 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_y.html -rw-r--r-- root/root 11885 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/functions_~.html -rw-r--r-- root/root 400672 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/gb2312_8h_source.html -rw-r--r-- root/root 18644 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/georgian__academy_8h_source.html -rw-r--r-- root/root 21402 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/georgian__ps_8h_source.html -rw-r--r-- root/root 12646 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/gl2opengl_8h_source.html -rw-r--r-- root/root 37286 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/gl_8h.html -rw-r--r-- root/root 1750 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/gl_8h.js -rw-r--r-- root/root 26991 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/gl_8h_source.html -rw-r--r-- root/root 7346 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/gl__draw_8H_source.html -rw-r--r-- root/root 13857 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals.html -rw-r--r-- root/root 9818 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_a.html -rw-r--r-- root/root 9204 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_b.html -rw-r--r-- root/root 16518 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_c.html -rw-r--r-- root/root 11473 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_d.html -rw-r--r-- root/root 20131 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_defs.html -rw-r--r-- root/root 981 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_dup.js -rw-r--r-- root/root 7709 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_e.html -rw-r--r-- root/root 6372 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_enum.html -rw-r--r-- root/root 13744 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval.html -rw-r--r-- root/root 902 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval.js -rw-r--r-- root/root 4787 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_a.html -rw-r--r-- root/root 5223 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_b.html -rw-r--r-- root/root 8876 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_c.html -rw-r--r-- root/root 7056 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_d.html -rw-r--r-- root/root 4947 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_e.html -rw-r--r-- root/root 4780 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_f.html -rw-r--r-- root/root 4123 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_h.html -rw-r--r-- root/root 4458 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_j.html -rw-r--r-- root/root 4445 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_k.html -rw-r--r-- root/root 4124 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_l.html -rw-r--r-- root/root 5620 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_m.html -rw-r--r-- root/root 4612 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_n.html -rw-r--r-- root/root 5433 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_o.html -rw-r--r-- root/root 4281 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_p.html -rw-r--r-- root/root 6964 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_r.html -rw-r--r-- root/root 5123 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_s.html -rw-r--r-- root/root 8443 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_t.html -rw-r--r-- root/root 4446 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_u.html -rw-r--r-- root/root 5638 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_w.html -rw-r--r-- root/root 4294 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_eval_z.html -rw-r--r-- root/root 9464 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_f.html -rw-r--r-- root/root 4733 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func.html -rw-r--r-- root/root 944 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func.js -rw-r--r-- root/root 5261 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_b.html -rw-r--r-- root/root 8016 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_c.html -rw-r--r-- root/root 7641 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_d.html -rw-r--r-- root/root 5442 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_e.html -rw-r--r-- root/root 6582 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_f.html -rw-r--r-- root/root 5890 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_g.html -rw-r--r-- root/root 4094 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_h.html -rw-r--r-- root/root 4470 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_i.html -rw-r--r-- root/root 5649 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_l.html -rw-r--r-- root/root 6955 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_m.html -rw-r--r-- root/root 4488 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_n.html -rw-r--r-- root/root 5237 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_o.html -rw-r--r-- root/root 5420 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_p.html -rw-r--r-- root/root 6077 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_r.html -rw-r--r-- root/root 5281 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_s.html -rw-r--r-- root/root 6181 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_t.html -rw-r--r-- root/root 7727 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_u.html -rw-r--r-- root/root 4217 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_v.html -rw-r--r-- root/root 6056 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_w.html -rw-r--r-- root/root 4659 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_x.html -rw-r--r-- root/root 4092 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_func_y.html -rw-r--r-- root/root 7395 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_g.html -rw-r--r-- root/root 5291 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_h.html -rw-r--r-- root/root 5660 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_i.html -rw-r--r-- root/root 4588 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_j.html -rw-r--r-- root/root 5070 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_k.html -rw-r--r-- root/root 7342 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_l.html -rw-r--r-- root/root 10686 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_m.html -rw-r--r-- root/root 5879 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_n.html -rw-r--r-- root/root 7550 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_o.html -rw-r--r-- root/root 6767 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_p.html -rw-r--r-- root/root 9839 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_r.html -rw-r--r-- root/root 9158 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_s.html -rw-r--r-- root/root 12392 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_t.html -rw-r--r-- root/root 9896 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_type.html -rw-r--r-- root/root 8691 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_u.html -rw-r--r-- root/root 4733 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_v.html -rw-r--r-- root/root 14994 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_vars.html -rw-r--r-- root/root 7971 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_w.html -rw-r--r-- root/root 4657 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_x.html -rw-r--r-- root/root 4434 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_y.html -rw-r--r-- root/root 4423 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/globals_z.html -rw-r--r-- root/root 11235 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/glu_8h_source.html -rw-r--r-- root/root 15787 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/glut.html -rw-r--r-- root/root 108222 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/glut_8H_source.html -rw-r--r-- root/root 18996 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__callback__functions.html -rw-r--r-- root/root 1716 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__callback__functions.js -rw-r--r-- root/root 59230 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__filenames.html -rw-r--r-- root/root 1541 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__filenames.js -rw-r--r-- root/root 116674 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__attributes.html -rw-r--r-- root/root 4153 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__attributes.js -rw-r--r-- root/root 40495 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__clipboard.html -rw-r--r-- root/root 1430 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__clipboard.js -rw-r--r-- root/root 25508 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__del__widget.html -rw-r--r-- root/root 565 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__del__widget.js -rw-r--r-- root/root 289783 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__drawings.html -rw-r--r-- root/root 10933 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__drawings.js -rw-r--r-- root/root 144541 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__events.html -rw-r--r-- root/root 5680 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__events.js -rw-r--r-- root/root 20480 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__multithread.html -rw-r--r-- root/root 506 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__multithread.js -rw-r--r-- root/root 51475 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__screen.html -rw-r--r-- root/root 1813 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__screen.js -rw-r--r-- root/root 6916 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__string.html -rw-r--r-- root/root 115 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__string.js -rw-r--r-- root/root 118297 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__unicode.html -rw-r--r-- root/root 4609 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__unicode.js -rw-r--r-- root/root 25543 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__windows.html -rw-r--r-- root/root 958 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__fl__windows.js -rw-r--r-- root/root 22125 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__group__cairo.html -rw-r--r-- root/root 1749 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__group__cairo.js -rw-r--r-- root/root 111726 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__group__comdlg.html -rw-r--r-- root/root 9765 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__group__comdlg.js -rw-r--r-- root/root 14003 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__group__macosx.html -rw-r--r-- root/root 666 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/group__group__macosx.js -rw-r--r-- root/root 2383 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/hello_cxx.png -rw-r--r-- root/root 74963 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/hierarchy.html -rw-r--r-- root/root 12315 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/hierarchy.js -rw-r--r-- root/root 15215 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/icon.png -rw-r--r-- root/root 65521 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/imKStoUCS_8c_source.html -rw-r--r-- root/root 8422 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/index.html -rw-r--r-- root/root 24660 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/index.js -rw-r--r-- root/root 24263 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/input_choice.png -rw-r--r-- root/root 25453 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/intro.html -rw-r--r-- root/root 19065 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__10_8h_source.html -rw-r--r-- root/root 16879 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__11_8h_source.html -rw-r--r-- root/root 19662 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__13_8h_source.html -rw-r--r-- root/root 22934 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__14_8h_source.html -rw-r--r-- root/root 14858 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__15_8h_source.html -rw-r--r-- root/root 20014 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__16_8h_source.html -rw-r--r-- root/root 7676 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__1_8h_source.html -rw-r--r-- root/root 20333 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__2_8h_source.html -rw-r--r-- root/root 20930 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__3_8h_source.html -rw-r--r-- root/root 20204 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__4_8h_source.html -rw-r--r-- root/root 17024 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__5_8h_source.html -rw-r--r-- root/root 17274 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__6_8h_source.html -rw-r--r-- root/root 18710 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__7_8h_source.html -rw-r--r-- root/root 18896 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__8_8h_source.html -rw-r--r-- root/root 15593 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__9_8h_source.html -rw-r--r-- root/root 20826 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/iso8859__9e_8h_source.html -rw-r--r-- root/root 11846 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/jisx0201_8h_source.html -rw-r--r-- root/root 376702 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/jisx0208_8h_source.html -rw-r--r-- root/root 340638 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/jisx0212_8h_source.html -rw-r--r-- root/root 176630 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/jquery.js -rw-r--r-- root/root 20788 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/koi8__c_8h_source.html -rw-r--r-- root/root 27296 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/koi8__r_8h_source.html -rw-r--r-- root/root 28685 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/koi8__u_8h_source.html -rw-r--r-- root/root 471103 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/ksc5601_8h_source.html -rw-r--r-- root/root 30230 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/license.html -rw-r--r-- root/root 4171 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mac-app-menu-preferences.png -rw-r--r-- root/root 8748 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mac_8H.html -rw-r--r-- root/root 489 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mac_8H.js -rw-r--r-- root/root 40431 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mac_8H_source.html -rw-r--r-- root/root 12010 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/math_8h_source.html -rw-r--r-- root/root 5375 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mediumarrow_8h_source.html -rw-r--r-- root/root 5925 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/menu.js -rw-r--r-- root/root 2058 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/menu.png -rw-r--r-- root/root 1184 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/menu_button.png -rw-r--r-- root/root 920 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/menubar.png -rw-r--r-- root/root 12479 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/menudata.js -rw-r--r-- root/root 40092 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/migration_1_4.html -rw-r--r-- root/root 582 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/minus.svg -rw-r--r-- root/root 582 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/minusd.svg -rw-r--r-- root/root 58333 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mk__wcwidth_8c_source.html -rw-r--r-- root/root 16023 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/mulelao_8h_source.html -rw-r--r-- root/root 6692 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/names_8h.html -rw-r--r-- root/root 304 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/names_8h.js -rw-r--r-- root/root 21469 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/names_8h_source.html -rw-r--r-- root/root 153 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/nav_f.png -rw-r--r-- root/root 169 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/nav_fd.png -rw-r--r-- root/root 95 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/nav_g.png -rw-r--r-- root/root 98 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/nav_h.png -rw-r--r-- root/root 114 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/nav_hd.png -rw-r--r-- root/root 2167 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtree.css -rw-r--r-- root/root 15935 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtree.js -rw-r--r-- root/root 7347 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreedata.js -rw-r--r-- root/root 21558 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex0.js -rw-r--r-- root/root 17764 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex1.js -rw-r--r-- root/root 19057 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex10.js -rw-r--r-- root/root 17818 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex11.js -rw-r--r-- root/root 18578 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex12.js -rw-r--r-- root/root 17961 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex13.js -rw-r--r-- root/root 12505 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex14.js -rw-r--r-- root/root 11048 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex15.js -rw-r--r-- root/root 15909 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex16.js -rw-r--r-- root/root 16453 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex17.js -rw-r--r-- root/root 15472 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex18.js -rw-r--r-- root/root 6110 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex19.js -rw-r--r-- root/root 15735 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex2.js -rw-r--r-- root/root 17446 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex3.js -rw-r--r-- root/root 17797 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex4.js -rw-r--r-- root/root 17306 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex5.js -rw-r--r-- root/root 18676 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex6.js -rw-r--r-- root/root 20007 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex7.js -rw-r--r-- root/root 17875 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex8.js -rw-r--r-- root/root 18874 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/navtreeindex9.js -rw-r--r-- root/root 9907 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/numericsort_8c.html -rw-r--r-- root/root 206 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/numericsort_8c.js -rw-r--r-- root/root 123 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/open.png -rw-r--r-- root/root 59063 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/opengl.html -rw-r--r-- root/root 82008 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/osissues.html -rw-r--r-- root/root 4041 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/pack.png -rw-r--r-- root/root 6481 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/pages.html -rw-r--r-- root/root 23571 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/platform_8H_source.html -rw-r--r-- root/root 15891 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/platform__types_8h.html -rw-r--r-- root/root 833 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/platform__types_8h.js -rw-r--r-- root/root 25534 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/platform__types_8h_source.html -rw-r--r-- root/root 696 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/plus.svg -rw-r--r-- root/root 696 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/plusd.svg -rw-r--r-- root/root 1005 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/positioner.png -rw-r--r-- root/root 9476 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/preface.html -rw-r--r-- root/root 9698 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/print__button_8h_source.html -rw-r--r-- root/root 11909 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/print__panel_8h_source.html -rw-r--r-- root/root 9422 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example1.png -rw-r--r-- root/root 9355 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example2.png -rw-r--r-- root/root 7544 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example3a.png -rw-r--r-- root/root 6439 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example3b.png -rw-r--r-- root/root 6534 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example3c.png -rw-r--r-- root/root 3034 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example4a.png -rw-r--r-- root/root 2921 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example4b.png -rw-r--r-- root/root 2645 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example5a.png -rw-r--r-- root/root 3241 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example5b.png -rw-r--r-- root/root 2653 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize-example5c.png -rw-r--r-- root/root 20451 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize.html -rw-r--r-- root/root 5685 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resize.js -rw-r--r-- root/root 647 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resizebox1.png -rw-r--r-- root/root 809 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/resizebox2.png -rw-r--r-- root/root 3090 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/round_clock.png -rw-r--r-- root/root 1037 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/scrollbar.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/ -rw-r--r-- root/root 130 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_0.js -rw-r--r-- root/root 548 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1.js -rw-r--r-- root/root 188632 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_10.js -rw-r--r-- root/root 10384 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_11.js -rw-r--r-- root/root 20663 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_12.js -rw-r--r-- root/root 27754 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_13.js -rw-r--r-- root/root 90 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_14.js -rw-r--r-- root/root 4509 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_15.js -rw-r--r-- root/root 20576 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_16.js -rw-r--r-- root/root 23872 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_17.js -rw-r--r-- root/root 9300 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_18.js -rw-r--r-- root/root 16773 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_19.js -rw-r--r-- root/root 17084 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1a.js -rw-r--r-- root/root 305 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1b.js -rw-r--r-- root/root 24642 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1c.js -rw-r--r-- root/root 50149 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1d.js -rw-r--r-- root/root 32708 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1e.js -rw-r--r-- root/root 15439 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_1f.js -rw-r--r-- root/root 134 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_2.js -rw-r--r-- root/root 11645 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_20.js -rw-r--r-- root/root 15543 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_21.js -rw-r--r-- root/root 3996 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_22.js -rw-r--r-- root/root 2526 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_23.js -rw-r--r-- root/root 90 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_24.js -rw-r--r-- root/root 7734 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_25.js -rw-r--r-- root/root 372 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_3.js -rw-r--r-- root/root 240 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_4.js -rw-r--r-- root/root 143 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_5.js -rw-r--r-- root/root 131 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_6.js -rw-r--r-- root/root 146 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_7.js -rw-r--r-- root/root 654 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_8.js -rw-r--r-- root/root 123 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_9.js -rw-r--r-- root/root 11458 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_a.js -rw-r--r-- root/root 28394 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_b.js -rw-r--r-- root/root 13941 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_c.js -rw-r--r-- root/root 51660 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_d.js -rw-r--r-- root/root 37066 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_e.js -rw-r--r-- root/root 13169 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/all_f.js -rw-r--r-- root/root 370 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_0.js -rw-r--r-- root/root 199 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_1.js -rw-r--r-- root/root 13754 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_2.js -rw-r--r-- root/root 119 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_3.js -rw-r--r-- root/root 125 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_4.js -rw-r--r-- root/root 129 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_5.js -rw-r--r-- root/root 103 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_6.js -rw-r--r-- root/root 186 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_7.js -rw-r--r-- root/root 238 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_8.js -rw-r--r-- root/root 210 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_9.js -rw-r--r-- root/root 427 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_a.js -rw-r--r-- root/root 109 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/classes_b.js -rw-r--r-- root/root 947 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/close.svg -rw-r--r-- root/root 131 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/defines_0.js -rw-r--r-- root/root 13792 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/defines_1.js -rw-r--r-- root/root 158 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/defines_2.js -rw-r--r-- root/root 127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_0.js -rw-r--r-- root/root 133 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_1.js -rw-r--r-- root/root 2757 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_2.js -rw-r--r-- root/root 262 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_3.js -rw-r--r-- root/root 406 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_4.js -rw-r--r-- root/root 246 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_5.js -rw-r--r-- root/root 143 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_6.js -rw-r--r-- root/root 361 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_7.js -rw-r--r-- root/root 175 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enums_8.js -rw-r--r-- root/root 10488 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_0.js -rw-r--r-- root/root 3119 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_1.js -rw-r--r-- root/root 1582 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_10.js -rw-r--r-- root/root 873 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_11.js -rw-r--r-- root/root 1238 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_12.js -rw-r--r-- root/root 603 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_13.js -rw-r--r-- root/root 682 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_14.js -rw-r--r-- root/root 3458 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_2.js -rw-r--r-- root/root 3535 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_3.js -rw-r--r-- root/root 1312 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_4.js -rw-r--r-- root/root 309 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_5.js -rw-r--r-- root/root 28921 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_6.js -rw-r--r-- root/root 174 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_7.js -rw-r--r-- root/root 626 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_8.js -rw-r--r-- root/root 732 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_9.js -rw-r--r-- root/root 1080 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_a.js -rw-r--r-- root/root 907 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_b.js -rw-r--r-- root/root 1575 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_c.js -rw-r--r-- root/root 3072 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_d.js -rw-r--r-- root/root 1661 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_e.js -rw-r--r-- root/root 607 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/enumvalues_f.js -rw-r--r-- root/root 98 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_0.js -rw-r--r-- root/root 4162 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_1.js -rw-r--r-- root/root 68 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_2.js -rw-r--r-- root/root 71 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_3.js -rw-r--r-- root/root 152 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_4.js -rw-r--r-- root/root 107 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_5.js -rw-r--r-- root/root 89 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_6.js -rw-r--r-- root/root 140 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_7.js -rw-r--r-- root/root 71 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/files_8.js -rw-r--r-- root/root 256 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_0.js -rw-r--r-- root/root 13555 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_1.js -rw-r--r-- root/root 21211 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_10.js -rw-r--r-- root/root 38116 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_11.js -rw-r--r-- root/root 19251 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_12.js -rw-r--r-- root/root 7898 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_13.js -rw-r--r-- root/root 8984 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_14.js -rw-r--r-- root/root 5655 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_15.js -rw-r--r-- root/root 2381 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_16.js -rw-r--r-- root/root 1769 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_17.js -rw-r--r-- root/root 7734 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_18.js -rw-r--r-- root/root 6812 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_2.js -rw-r--r-- root/root 32246 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_3.js -rw-r--r-- root/root 27150 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_4.js -rw-r--r-- root/root 8601 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_5.js -rw-r--r-- root/root 94494 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_6.js -rw-r--r-- root/root 8668 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_7.js -rw-r--r-- root/root 14807 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_8.js -rw-r--r-- root/root 21543 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_9.js -rw-r--r-- root/root 3481 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_a.js -rw-r--r-- root/root 15164 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_b.js -rw-r--r-- root/root 14152 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_c.js -rw-r--r-- root/root 4549 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_d.js -rw-r--r-- root/root 7657 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_e.js -rw-r--r-- root/root 9942 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/functions_f.js -rw-r--r-- root/root 111 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_0.js -rw-r--r-- root/root 442 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_1.js -rw-r--r-- root/root 816 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_2.js -rw-r--r-- root/root 353 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_3.js -rw-r--r-- root/root 124 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_4.js -rw-r--r-- root/root 1277 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_5.js -rw-r--r-- root/root 255 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_6.js -rw-r--r-- root/root 254 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_7.js -rw-r--r-- root/root 144 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_8.js -rw-r--r-- root/root 125 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_9.js -rw-r--r-- root/root 972 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_a.js -rw-r--r-- root/root 113 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_b.js -rw-r--r-- root/root 444 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_c.js -rw-r--r-- root/root 259 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_d.js -rw-r--r-- root/root 120 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/groups_e.js -rw-r--r-- root/root 804 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/mag.svg -rw-r--r-- root/root 804 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/mag_d.svg -rw-r--r-- root/root 1019 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/mag_sel.svg -rw-r--r-- root/root 1019 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/mag_seld.svg -rw-r--r-- root/root 124 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_0.js -rw-r--r-- root/root 120 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_1.js -rw-r--r-- root/root 160 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_10.js -rw-r--r-- root/root 102 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_11.js -rw-r--r-- root/root 189 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_12.js -rw-r--r-- root/root 434 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_13.js -rw-r--r-- root/root 765 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_14.js -rw-r--r-- root/root 280 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_15.js -rw-r--r-- root/root 469 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_16.js -rw-r--r-- root/root 107 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_2.js -rw-r--r-- root/root 101 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_3.js -rw-r--r-- root/root 957 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_4.js -rw-r--r-- root/root 305 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_5.js -rw-r--r-- root/root 666 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_6.js -rw-r--r-- root/root 931 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_7.js -rw-r--r-- root/root 437 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_8.js -rw-r--r-- root/root 1387 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_9.js -rw-r--r-- root/root 100 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_a.js -rw-r--r-- root/root 191 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_b.js -rw-r--r-- root/root 565 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_c.js -rw-r--r-- root/root 451 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_d.js -rw-r--r-- root/root 224 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_e.js -rw-r--r-- root/root 354 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/pages_f.js -rw-r--r-- root/root 5522 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/search.css -rw-r--r-- root/root 24093 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/search.js -rw-r--r-- root/root 736 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/searchdata.js -rw-r--r-- root/root 154 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/typedefs_0.js -rw-r--r-- root/root 4717 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/typedefs_1.js -rw-r--r-- root/root 139 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/typedefs_2.js -rw-r--r-- root/root 125 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/typedefs_3.js -rw-r--r-- root/root 140 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/typedefs_4.js -rw-r--r-- root/root 218 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/typedefs_5.js -rw-r--r-- root/root 634 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_0.js -rw-r--r-- root/root 1795 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_1.js -rw-r--r-- root/root 133 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_10.js -rw-r--r-- root/root 388 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_11.js -rw-r--r-- root/root 2683 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_12.js -rw-r--r-- root/root 2988 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_13.js -rw-r--r-- root/root 520 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_14.js -rw-r--r-- root/root 714 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_15.js -rw-r--r-- root/root 1039 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_16.js -rw-r--r-- root/root 247 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_17.js -rw-r--r-- root/root 341 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_18.js -rw-r--r-- root/root 994 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_2.js -rw-r--r-- root/root 2547 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_3.js -rw-r--r-- root/root 2045 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_4.js -rw-r--r-- root/root 390 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_5.js -rw-r--r-- root/root 13173 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_6.js -rw-r--r-- root/root 164 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_7.js -rw-r--r-- root/root 1531 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_8.js -rw-r--r-- root/root 634 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_9.js -rw-r--r-- root/root 158 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_a.js -rw-r--r-- root/root 1211 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_b.js -rw-r--r-- root/root 3126 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_c.js -rw-r--r-- root/root 1147 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_d.js -rw-r--r-- root/root 135 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_e.js -rw-r--r-- root/root 1797 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/search/variables_f.js -rw-r--r-- root/root 1189 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/slider.png -rw-r--r-- root/root 5361 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/slowarrow_8h_source.html -rw-r--r-- root/root 211481 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/spacing_8h_source.html -rw-r--r-- root/root 314 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/splitbar.png -rw-r--r-- root/root 282 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/splitbard.png -rw-r--r-- root/root 4868 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFL__CHART__ENTRY-members.html -rw-r--r-- root/root 6693 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFL__CHART__ENTRY.html -rw-r--r-- root/root 290 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFL__CHART__ENTRY.js -rw-r--r-- root/root 10072 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__GIF__Image_1_1GIF__FRAME-members.html -rw-r--r-- root/root 13675 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__GIF__Image_1_1GIF__FRAME.html -rw-r--r-- root/root 117 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__GIF__Image_1_1GIF__FRAME.js -rw-r--r-- root/root 5199 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__GIF__Image_1_1GIF__FRAME_1_1CPAL-members.html -rw-r--r-- root/root 6305 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__GIF__Image_1_1GIF__FRAME_1_1CPAL.html -rw-r--r-- root/root 4723 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__Bitmap__Font-members.html -rw-r--r-- root/root 5986 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__Bitmap__Font.html -rw-r--r-- root/root 4997 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeChar-members.html -rw-r--r-- root/root 5908 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeChar.html -rw-r--r-- root/root 5290 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeFont-members.html -rw-r--r-- root/root 6338 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeFont.html -rw-r--r-- root/root 4723 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeStrip-members.html -rw-r--r-- root/root 5492 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeStrip.html -rw-r--r-- root/root 4723 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeVertex-members.html -rw-r--r-- root/root 5410 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Glut__StrokeVertex.html -rw-r--r-- root/root 7037 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Block-members.html -rw-r--r-- root/root 9353 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Block.html -rw-r--r-- root/root 6768 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Font__Stack-members.html -rw-r--r-- root/root 11316 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Font__Stack.html -rw-r--r-- root/root 698 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Font__Stack.js -rw-r--r-- root/root 6362 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Font__Style-members.html -rw-r--r-- root/root 9808 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Font__Style.html -rw-r--r-- root/root 486 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Font__Style.js -rw-r--r-- root/root 5573 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Link-members.html -rw-r--r-- root/root 8345 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Link.html -rw-r--r-- root/root 532 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Link.js -rw-r--r-- root/root 4616 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Target-members.html -rw-r--r-- root/root 6205 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Target.html -rw-r--r-- root/root 203 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Help__Target.js -rw-r--r-- root/root 6542 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__ICO__Image_1_1IconDirEntry-members.html -rw-r--r-- root/root 9663 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__ICO__Image_1_1IconDirEntry.html -rw-r--r-- root/root 896 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__ICO__Image_1_1IconDirEntry.js -rw-r--r-- root/root 7190 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Label-members.html -rw-r--r-- root/root 17733 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Label.html -rw-r--r-- root/root 1089 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Label.js -rw-r--r-- root/root 24392 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Menu__Item-members.html -rw-r--r-- root/root 143998 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Menu__Item.html -rw-r--r-- root/root 6222 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Menu__Item.js -rw-r--r-- root/root 5662 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Multi__Label-members.html -rw-r--r-- root/root 32376 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Multi__Label.html -rw-r--r-- root/root 562 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Multi__Label.js -rw-r--r-- root/root 5080 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Paged__Device_1_1page__format-members.html -rw-r--r-- root/root 6826 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Paged__Device_1_1page__format.html -rw-r--r-- root/root 364 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Paged__Device_1_1page__format.js -rw-r--r-- root/root 4748 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Preferences_1_1Entry-members.html -rw-r--r-- root/root 5519 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Preferences_1_1Entry.html -rw-r--r-- root/root 5316 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Region__LRTB-members.html -rw-r--r-- root/root 7724 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Region__LRTB.html -rw-r--r-- root/root 438 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Region__LRTB.js -rw-r--r-- root/root 5436 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Region__XYWH-members.html -rw-r--r-- root/root 6765 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Region__XYWH.html -rw-r--r-- root/root 6695 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Scrollbar__Data-members.html -rw-r--r-- root/root 9183 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Scrollbar__Data.html -rw-r--r-- root/root 466 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1Fl__Scrollbar__Data.js -rw-r--r-- root/root 6371 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1ScrollInfo-members.html -rw-r--r-- root/root 10557 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1ScrollInfo.html -rw-r--r-- root/root 829 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Scroll_1_1ScrollInfo.js -rw-r--r-- root/root 5806 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Text__Display_1_1Style__Table__Entry-members.html -rw-r--r-- root/root 9671 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Text__Display_1_1Style__Table__Entry.html -rw-r--r-- root/root 615 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Text__Display_1_1Style__Table__Entry.js -rw-r--r-- root/root 5364 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Text__Editor_1_1Key__Binding-members.html -rw-r--r-- root/root 7617 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Text__Editor_1_1Key__Binding.html -rw-r--r-- root/root 464 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Text__Editor_1_1Key__Binding.js -rw-r--r-- root/root 5318 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Tile_1_1Size__Range-members.html -rw-r--r-- root/root 6324 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/structFl__Tile_1_1Size__Range.html -rw-r--r-- root/root 52905 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/subclassing.html -rw-r--r-- root/root 4807 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/symbol-examples.png -rw-r--r-- root/root 123839 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/symbol___8h_source.html -rw-r--r-- root/root 80122 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/symbols.png -rw-r--r-- root/root 853 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/sync_off.png -rw-r--r-- root/root 845 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/sync_on.png -rw-r--r-- root/root 142 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_a.png -rw-r--r-- root/root 135 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_ad.png -rw-r--r-- root/root 169 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_b.png -rw-r--r-- root/root 173 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_bd.png -rw-r--r-- root/root 177 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_h.png -rw-r--r-- root/root 180 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_hd.png -rw-r--r-- root/root 184 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_s.png -rw-r--r-- root/root 188 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tab_sd.png -rw-r--r-- root/root 10281 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/table-as-container.png -rw-r--r-- root/root 2360 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/table-dimensions.png -rw-r--r-- root/root 9630 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/table-simple.png -rw-r--r-- root/root 10560 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tabs.css -rw-r--r-- root/root 1577 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tabs.png -rw-r--r-- root/root 1054 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tabs_default.png -rw-r--r-- root/root 1127 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tabs_selection.png -rw-r--r-- root/root 1199 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tabs_uniform.png -rw-r--r-- root/root 24397 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tatar__cyr_8h_source.html -rw-r--r-- root/root 26224 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tcvn_8h_source.html -rw-r--r-- root/root 1815 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/text.png -rw-r--r-- root/root 16002 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tis620_8h_source.html -rw-r--r-- root/root 20347 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/todo.html -rw-r--r-- root/root 6625 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tooltip-options.png -rw-r--r-- root/root 10023 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/topics.html -rw-r--r-- root/root 1391 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/topics.js -rw-r--r-- root/root 5186 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tree-dimensions.png -rw-r--r-- root/root 14421 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tree-elements.png -rw-r--r-- root/root 2175 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/tree-simple.png -rw-r--r-- root/root 9067 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/ucs2be_8h_source.html -rw-r--r-- root/root 62653 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/ucs2fontmap_8c_source.html -rw-r--r-- root/root 32495 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/unicode.html -rw-r--r-- root/root 14895 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/unittest_images.png -rw-r--r-- root/root 36688 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/utf8Utils_8c_source.html -rw-r--r-- root/root 20788 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/utf8_8h_source.html -rw-r--r-- root/root 11987 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/utf8__internal_8h_source.html -rw-r--r-- root/root 6908 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/valuators.png -rw-r--r-- root/root 1437 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/value_slider.png -rw-r--r-- root/root 24146 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/viscii_8h_source.html -rw-r--r-- root/root 8364 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/vsnprintf_8c.html -rw-r--r-- root/root 107 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/vsnprintf_8c.js -rw-r--r-- root/root 126362 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/wayland-devel.html -rw-r--r-- root/root 12969 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/wayland_8H.html -rw-r--r-- root/root 690 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/wayland_8H.js -rw-r--r-- root/root 16503 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/wayland_8H_source.html -rw-r--r-- root/root 8313 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/win32_8H.html -rw-r--r-- root/root 433 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/win32_8H.js -rw-r--r-- root/root 21473 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/win32_8H_source.html -rw-r--r-- root/root 1043 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/wizard.png -rw-r--r-- root/root 12855 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/x11_8H.html -rw-r--r-- root/root 491 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/x11_8H.js -rw-r--r-- root/root 27853 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/x11_8H_source.html -rw-r--r-- root/root 8256 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/HTML/x_8H_source.html -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/fltk1.4-doc/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/fltk1.4-doc/README.txt.gz -rw-r--r-- root/root 5553 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/fltk1.4-doc/copyright drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/ -rw-r--r-- root/root 6761 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/CMakeLists.txt -rw-r--r-- root/root 679 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/CubeMain.cxx -rw-r--r-- root/root 3991 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/CubeView.cxx -rw-r--r-- root/root 3350 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/CubeView.h -rw-r--r-- root/root 4743 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/CubeViewUI.cxx -rw-r--r-- root/root 2420 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/CubeViewUI.fl -rw-r--r-- root/root 1168 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/CubeViewUI.h -rw-r--r-- root/root 2582 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/Makefile -rw-r--r-- root/root 1829 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/Makefile.FLTK -rw-r--r-- root/root 6317 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/OpenGL3-glut-test.cxx -rw-r--r-- root/root 8995 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/OpenGL3test.cxx -rw-r--r-- root/root 4809 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/README.txt -rw-r--r-- root/root 1296 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/adjuster.cxx -rw-r--r-- root/root 3777 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/animated.cxx -rw-r--r-- root/root 6298 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/animgifimage-play.cxx -rw-r--r-- root/root 5902 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/animgifimage-resize.cxx -rw-r--r-- root/root 1456 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/animgifimage-simple.cxx -rw-r--r-- root/root 10964 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/animgifimage.cxx -rw-r--r-- root/root 2191 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/arc.cxx -rw-r--r-- root/root 5397 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/ask.cxx -rw-r--r-- root/root 2096 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/bitmap.cxx -rw-r--r-- root/root 28384 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/blocks.cxx -rw-r--r-- root/root 6258 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/boxtype.cxx -rw-r--r-- root/root 2396 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/browser-simple.cxx -rw-r--r-- root/root 6401 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/browser.cxx -rw-r--r-- root/root 1312 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/button.cxx -rw-r--r-- root/root 2643 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/buttons.cxx -rw-r--r-- root/root 2899 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/cairo-draw-x.cxx -rw-r--r-- root/root 7527 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/cairo_test.cxx -rw-r--r-- root/root 5627 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/callbacks.cxx -rw-r--r-- root/root 2453 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/chart-simple.cxx -rw-r--r-- root/root 36616 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/checkers.cxx -rw-r--r-- root/root 99587 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/checkers_pieces.cxx -rw-r--r-- root/root 988 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/checkers_pieces.fl -rw-r--r-- root/root 859 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/checkers_pieces.h -rw-r--r-- root/root 7373 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/clipboard.cxx -rw-r--r-- root/root 1629 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/clock.cxx -rw-r--r-- root/root 6508 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/colbrowser.cxx -rw-r--r-- root/root 4137 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/color_chooser.cxx -rw-r--r-- root/root 15528 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/contrast.cxx -rw-r--r-- root/root 3933 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/coordinates.cxx -rw-r--r-- root/root 13447 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/cube.cxx -rw-r--r-- root/root 3915 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/cursor.cxx -rw-r--r-- root/root 2659 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/curve.cxx -rw-r--r-- root/root 19547 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/demo.cxx -rw-r--r-- root/root 2853 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/demo.menu -rw-r--r-- root/root 22653 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/device.cxx -rw-r--r-- root/root 3499 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/doublebuffer.cxx -rw-r--r-- root/root 8204 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/draggable-group.cxx -rw-r--r-- root/root 33182 2025-04-01 01:59 ./usr/share/doc/fltk1.4-doc/examples/editor.cxx -rw-r--r-- root/root 1701 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/fast_slow.cxx -rw-r--r-- root/root 1221 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/fast_slow.fl -rw-r--r-- root/root 298 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/fast_slow.h -rw-r--r-- root/root 10822 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/file_chooser.cxx -rw-r--r-- root/root 4199 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/flex_demo.cxx -rw-r--r-- root/root 3640 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/flex_login.cxx -rw-r--r-- root/root 4669 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/fltk-versions.cxx -rw-r--r-- root/root 2566 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/fluid-callback.fl -rw-r--r-- root/root 9283 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/fonts.cxx -rw-r--r-- root/root 6962 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/forms.cxx -rw-r--r-- root/root 22793 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/fractals.cxx -rw-r--r-- root/root 14569 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/fracviewer.cxx -rw-r--r-- root/root 3485 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/fracviewer.h -rw-r--r-- root/root 9765 2025-04-01 01:59 ./usr/share/doc/fltk1.4-doc/examples/fullscreen.cxx -rw-r--r-- root/root 3570 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/gl_overlay.cxx -rw-r--r-- root/root 32222 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/glpuzzle.cxx -rw-r--r-- root/root 4941 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/glut_test.cxx -rw-r--r-- root/root 1638 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/grid-simple.cxx -rw-r--r-- root/root 5904 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/grid_alignment.cxx -rw-r--r-- root/root 2127 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/grid_buttons.cxx -rw-r--r-- root/root 5323 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/grid_dialog.cxx -rw-r--r-- root/root 2923 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/grid_login.cxx -rw-r--r-- root/root 3460 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/handle_events.cxx -rw-r--r-- root/root 12700 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/handle_keys.cxx -rw-r--r-- root/root 885 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/hello.cxx -rw-r--r-- root/root 1774 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/help_dialog.cxx -rw-r--r-- root/root 2640 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-add_fd-and-popen.cxx -rw-r--r-- root/root 5686 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-browser-with-icons.cxx -rw-r--r-- root/root 4757 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-drag-and-drop.cxx -rw-r--r-- root/root 1652 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-draw-an-x.cxx -rw-r--r-- root/root 1881 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-flex-simple.cxx -rw-r--r-- root/root 7029 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-menu-with-images.cxx -rw-r--r-- root/root 3453 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-parse-args.cxx -rw-r--r-- root/root 3571 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-remap-numpad-keyboard-keys.cxx -rw-r--r-- root/root 4507 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-simple-svg.cxx -rw-r--r-- root/root 5115 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/howto-text-over-image-button.cxx -rw-r--r-- root/root 1852 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/icon.cxx -rw-r--r-- root/root 1588 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/iconize.cxx -rw-r--r-- root/root 4033 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/image.cxx -rw-r--r-- root/root 4502 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/inactive.cxx -rw-r--r-- root/root 3276 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/inactive.fl -rw-r--r-- root/root 621 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/inactive.h -rw-r--r-- root/root 4726 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/include_all.h -rw-r--r-- root/root 5705 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/input.cxx -rw-r--r-- root/root 2659 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/input_choice.cxx -rw-r--r-- root/root 5088 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/keyboard.cxx -rw-r--r-- root/root 777 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/keyboard.h -rw-r--r-- root/root 23327 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/keyboard_ui.cxx -rw-r--r-- root/root 17880 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/keyboard_ui.fl -rw-r--r-- root/root 551 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/keyboard_ui.h -rw-r--r-- root/root 6503 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/label.cxx -rw-r--r-- root/root 4830 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/line_style.cxx -rw-r--r-- root/root 4672 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/line_style_docs.cxx -rw-r--r-- root/root 5481 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/list_visuals.cxx -rw-r--r-- root/root 9457 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/mandelbrot.cxx -rw-r--r-- root/root 1802 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/mandelbrot.h -rw-r--r-- root/root 4507 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/mandelbrot_ui.cxx -rw-r--r-- root/root 2507 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/mandelbrot_ui.fl -rw-r--r-- root/root 1033 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/mandelbrot_ui.h -rw-r--r-- root/root 3671 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/menubar-add.cxx -rw-r--r-- root/root 10346 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/menubar.cxx -rw-r--r-- root/root 1816 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/message.cxx -rw-r--r-- root/root 2225 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/minimum.cxx -rw-r--r-- root/root 6186 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/native-filechooser.cxx -rw-r--r-- root/root 4926 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/nativefilechooser-simple-app.cxx -rw-r--r-- root/root 2535 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/nativefilechooser-simple.cxx -rw-r--r-- root/root 2416 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/navigation.cxx -rw-r--r-- root/root 7068 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/offscreen.cxx -rw-r--r-- root/root 2416 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/output.cxx -rw-r--r-- root/root 1995 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/overlay.cxx -rw-r--r-- root/root 3518 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pack.cxx -rw-r--r-- root/root 3566 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmap.cxx -rw-r--r-- root/root 4635 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmap_browser.cxx drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/ -rw-r--r-- root/root 9119 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/animated_fluid_gif.h -rw-r--r-- root/root 6132 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/black_checker.png -rw-r--r-- root/root 7336 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/black_checker_king.png -rw-r--r-- root/root 1699 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/blast.xpm -rw-r--r-- root/root 2905 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/block.xcf_gz -rw-r--r-- root/root 1698 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/blue.xpm -rw-r--r-- root/root 1703 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/blue_bomb.xpm -rw-r--r-- root/root 12023 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/checker.svg -rw-r--r-- root/root 1698 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/cyan.xpm -rw-r--r-- root/root 1703 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/cyan_bomb.xpm -rw-r--r-- root/root 1698 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/gray.xpm -rw-r--r-- root/root 1703 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/gray_bomb.xpm -rw-r--r-- root/root 1699 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/green.xpm -rw-r--r-- root/root 1704 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/green_bomb.xpm -rw-r--r-- root/root 1701 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/magenta.xpm -rw-r--r-- root/root 1706 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/magenta_bomb.xpm -rw-r--r-- root/root 4496 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/porsche.xpm -rw-r--r-- root/root 4553 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/porsche1.xpm -rw-r--r-- root/root 1697 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/red.xpm -rw-r--r-- root/root 1702 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/red_bomb.xpm -rw-r--r-- root/root 4724 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/sorceress.xbm -rw-r--r-- root/root 891 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/sudoku.xbm -rw-r--r-- root/root 10720 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/tile.xpm -rw-r--r-- root/root 6550 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/white_checker.png -rw-r--r-- root/root 7562 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/white_checker_king.png -rw-r--r-- root/root 1700 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/yellow.xpm -rw-r--r-- root/root 1705 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/pixmaps/yellow_bomb.xpm -rw-r--r-- root/root 16820 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/preferences.cxx -rw-r--r-- root/root 13361 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/preferences.fl -rw-r--r-- root/root 1317 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/preferences.h -rw-r--r-- root/root 2751 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/progress-simple.cxx -rw-r--r-- root/root 5106 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/radio.cxx -rw-r--r-- root/root 4005 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/radio.fl -rw-r--r-- root/root 399 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/radio.h -rw-r--r-- root/root 1688 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-arrows.cxx -rw-r--r-- root/root 1386 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-arrows.h -rw-r--r-- root/root 4512 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example1.cxx -rw-r--r-- root/root 4633 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example2.cxx -rw-r--r-- root/root 3705 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example3a.cxx -rw-r--r-- root/root 3735 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example3b.cxx -rw-r--r-- root/root 3936 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example3c.cxx -rw-r--r-- root/root 2994 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example4a.cxx -rw-r--r-- root/root 3369 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example4b.cxx -rw-r--r-- root/root 2850 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example5a.cxx -rw-r--r-- root/root 3548 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example5b.cxx -rw-r--r-- root/root 3267 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resize-example5c.cxx -rw-r--r-- root/root 2179 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/resize.cxx -rw-r--r-- root/root 1450 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/resize.fl -rw-r--r-- root/root 217 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/resize.h -rw-r--r-- root/root 2545 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/resizebox.cxx -rw-r--r-- root/root 5664 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/rotated_text.cxx -rw-r--r-- root/root 3485 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/scroll.cxx -rw-r--r-- root/root 870 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/shadow_variables.cxx -rw-r--r-- root/root 2470 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/shape.cxx -rw-r--r-- root/root 3578 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/shapedwindow.cxx -rw-r--r-- root/root 1611 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/simple-terminal.cxx -rw-r--r-- root/root 5910 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/subwindow.cxx -rw-r--r-- root/root 37512 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/sudoku.cxx -rw-r--r-- root/root 3661 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/symbols.cxx -rw-r--r-- root/root 4532 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-as-container.cxx -rw-r--r-- root/root 4031 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-simple.cxx -rw-r--r-- root/root 10473 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-sort.cxx -rw-r--r-- root/root 13005 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-spreadsheet-with-keyboard-nav.cxx -rw-r--r-- root/root 11337 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-spreadsheet.cxx -rw-r--r-- root/root 6633 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-with-keynav.cxx -rw-r--r-- root/root 4698 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-with-right-click-menu.cxx -rw-r--r-- root/root 5516 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/table-with-right-column-stretch-fit.cxx -rw-r--r-- root/root 16549 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/table.cxx -rw-r--r-- root/root 2790 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/tabs-simple.cxx -rw-r--r-- root/root 15822 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/tabs.cxx -rw-r--r-- root/root 10988 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/tabs.fl -rw-r--r-- root/root 569 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/tabs.h -rw-r--r-- root/root 145804 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/terminal.cxx -rw-r--r-- root/root 130966 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/terminal.fl -rw-r--r-- root/root 9990 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/terminal.h -rw-r--r-- root/root 2139 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/textdisplay-with-colors.cxx -rw-r--r-- root/root 1739 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/texteditor-simple.cxx -rw-r--r-- root/root 5747 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/texteditor-with-dynamic-colors.cxx -rw-r--r-- root/root 4426 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/threads.cxx -rw-r--r-- root/root 2314 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/threads.h -rw-r--r-- root/root 3220 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/tile.cxx -rw-r--r-- root/root 2100 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/tiled_image.cxx -rw-r--r-- root/root 3244 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/trackball.h -rw-r--r-- root/root 2563 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/tree-as-container.cxx -rw-r--r-- root/root 6787 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/tree-custom-draw-items.cxx -rw-r--r-- root/root 2333 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/tree-custom-sort.cxx -rw-r--r-- root/root 5458 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/tree-of-tables.cxx -rw-r--r-- root/root 2825 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/tree-simple.cxx -rw-r--r-- root/root 88140 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/tree.cxx -rw-r--r-- root/root 67272 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/tree.fl -rw-r--r-- root/root 4143 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/tree.h -rw-r--r-- root/root 1340 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/twowin.cxx -rw-r--r-- root/root 2483 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_about.cxx -rw-r--r-- root/root 6738 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_circles.cxx -rw-r--r-- root/root 12163 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_complex_shapes.cxx -rw-r--r-- root/root 12677 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_core.cxx -rw-r--r-- root/root 14485 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_fast_shapes.cxx -rw-r--r-- root/root 11298 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_images.cxx -rw-r--r-- root/root 10349 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_points.cxx -rw-r--r-- root/root 12924 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_schemes.cxx -rw-r--r-- root/root 10924 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_scrollbarsize.cxx -rw-r--r-- root/root 3962 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_symbol.cxx -rw-r--r-- root/root 4370 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_terminal.cxx -rw-r--r-- root/root 3831 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_text.cxx -rw-r--r-- root/root 4269 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_unicode.cxx -rw-r--r-- root/root 1617 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittest_viewport.cxx -rw-r--r-- root/root 14541 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittests.cxx -rw-r--r-- root/root 8537 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/unittests.h -rw-r--r-- root/root 18422 2025-04-01 01:59 ./usr/share/doc/fltk1.4-doc/examples/utf8.cxx -rw-r--r-- root/root 11962 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/valuators.cxx -rw-r--r-- root/root 8472 2025-04-01 01:43 ./usr/share/doc/fltk1.4-doc/examples/valuators.fl -rw-r--r-- root/root 656 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/examples/valuators.h -rw-r--r-- root/root 1463 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/windowfocus.cxx -rw-r--r-- root/root 2626 2025-04-01 01:08 ./usr/share/doc/fltk1.4-doc/examples/wizard-simple.cxx -rw-r--r-- root/root 1811 2025-04-01 01:09 ./usr/share/doc/fltk1.4-doc/examples/wizard.cxx -rw-r--r-- root/root 10814876 2025-04-01 02:06 ./usr/share/doc/fltk1.4-doc/fltk.pdf.gz drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc-base/ -rw-r--r-- root/root 420 2025-04-01 01:59 ./usr/share/doc-base/fltk1.4-doc.fltk1.4-doc |
copyright of fltk1.4-doc_1.4.2-1_all.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for fltk1.4-games_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | fltk1.4-games |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 5036 |
Depends: | libasound2t64 (>=1.0.16), libc6 (>=2.38), libcairo2 (>=1.10.0), libdbus-1-3 (>=1.10), libdecor-0-0 (=0.2.2-2), libgcc-s1 (>=3.0), libglib2.0-0t64 (>=2.12.0), libjpeg62-turbo (>=1.3.1), libpango-1.0-0 (>=1.44.3), libpangocairo-1.0-0 (>=1.14.0), libpng16-16t64 (>=1.6.46), libstdc++6 (>=5.2), libwayland-client0 (>=1.20.0), libwayland-cursor0 (>=1.0.2), libx11-6, libxcursor1 (>>1.1.2), libxfixes3, libxinerama1 (>=2:1.1.4), libxkbcommon0 (>=0.5.0), zlib1g (>=1:1.2.2) |
Recommends: | libegl1, libgl1, libglu1-mesa | libglu1, libwayland-egl1 (>=1.15.0) |
Conflicts: | fltk1.1-games, fltk1.3-games |
Replaces: | fltk1.1-games, fltk1.3-games |
Section: | games |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - example games: checkers, sudoku This package contains the example games that accompany FLTK. Specifically, it contains the following two programs: - flblocks: clear groups of adjacent blocks before they fill the screen; - flcheckers: classic board game, also known as draughts; - flpuzzle: Klotski puzzle (slide blocks around); - flsudoku: Sudoku puzzle (place numbers in a grid). . NB: flpuzzle has a heavier dependency chain than the other games; playing it requires having this package's recommendations installed. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of fltk1.4-games_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/games/ -rwxr-xr-x root/root 1202832 2025-04-01 02:06 ./usr/games/flblocks -rwxr-xr-x root/root 1198672 2025-04-01 02:06 ./usr/games/flcheckers -rwxr-xr-x root/root 1275696 2025-04-01 02:06 ./usr/games/flpuzzle -rwxr-xr-x root/root 1362304 2025-04-01 02:06 ./usr/games/flsudoku drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/applications/ -rw-r--r-- root/root 194 2025-04-01 02:06 ./usr/share/applications/flblocks.desktop -rw-r--r-- root/root 189 2025-04-01 02:06 ./usr/share/applications/flcheckers.desktop -rw-r--r-- root/root 186 2025-04-01 02:06 ./usr/share/applications/flsudoku.desktop drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-games/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/fltk1.4-games/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/fltk1.4-games/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/fltk1.4-games/README.txt.gz -rw-r--r-- root/root 5554 2025-04-01 02:06 ./usr/share/doc/fltk1.4-games/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/fltk1.4-games/copyright drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/apps/ -rw-r--r-- root/root 16233 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/apps/flblocks.png -rw-r--r-- root/root 23655 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/apps/flcheckers.png -rw-r--r-- root/root 6514 2025-04-01 02:06 ./usr/share/icons/hicolor/128x128/apps/flsudoku.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/apps/ -rw-r--r-- root/root 1856 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/apps/flblocks.png -rw-r--r-- root/root 1871 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/apps/flcheckers.png -rw-r--r-- root/root 295 2025-04-01 02:06 ./usr/share/icons/hicolor/32x32/apps/flsudoku.png drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/man6/ -rw-r--r-- root/root 553 2025-04-01 02:06 ./usr/share/man/man6/flblocks.6.gz -rw-r--r-- root/root 512 2025-04-01 02:06 ./usr/share/man/man6/flcheckers.6.gz -rw-r--r-- root/root 737 2025-04-01 02:06 ./usr/share/man/man6/flsudoku.6.gz |
copyright of fltk1.4-games_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for fltk1.4-games-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | fltk1.4-games-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 9406 |
Depends: | fltk1.4-games (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Description: | debug symbols for fltk1.4-games |
Build-Ids: | 2c7ac4bf3ae358e53015c16053a9ec3bd51dbb74 6f6c6f9eed44f84c532569f349a07bfd7e97ce7f a4c7ce08b541f00a007562676d9de8a14906e243 e6a89119389eb6905183f5520bb842b5df6b8a2b |
contents of fltk1.4-games-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/2c/ -rw-r--r-- root/root 2142176 2025-04-01 02:06 ./usr/lib/debug/.build-id/2c/7ac4bf3ae358e53015c16053a9ec3bd51dbb74.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/6f/ -rw-r--r-- root/root 2484832 2025-04-01 02:06 ./usr/lib/debug/.build-id/6f/6c6f9eed44f84c532569f349a07bfd7e97ce7f.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/a4/ -rw-r--r-- root/root 2315536 2025-04-01 02:06 ./usr/lib/debug/.build-id/a4/c7ce08b541f00a007562676d9de8a14906e243.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/e6/ -rw-r--r-- root/root 2134328 2025-04-01 02:06 ./usr/lib/debug/.build-id/e6/a89119389eb6905183f5520bb842b5df6b8a2b.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.dwz/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.dwz/x86_64-linux-gnu/ -rw-r--r-- root/root 537160 2025-04-01 02:06 ./usr/lib/debug/.dwz/x86_64-linux-gnu/fltk1.4-games.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/fltk1.4-games-dbgsym -> fltk1.4-games |
copyright of fltk1.4-games-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for fluid-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | fluid-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 1490 |
Depends: | fluid (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Description: | debug symbols for fluid |
Build-Ids: | a4ec8003a1d307fb297f1d0214bc755f051e8976 |
contents of fluid-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/a4/ -rw-r--r-- root/root 1515216 2025-04-01 02:06 ./usr/lib/debug/.build-id/a4/ec8003a1d307fb297f1d0214bc755f051e8976.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/fluid-dbgsym -> fluid |
copyright of fluid-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libfltk-cairo1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-cairo1.4 |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 68 |
Depends: | libfltk1.4 (=1.4.2-1) |
Section: | libs |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - Cairo rendering layer support This package contains the files necessary for running programs dynamically linked with FLTK's Cairo rendering layer bindings. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of libfltk-cairo1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 13880 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_cairo.so.1.4.2 drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-cairo1.4/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk-cairo1.4/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk-cairo1.4/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk-cairo1.4/README.txt.gz -rw-r--r-- root/root 5558 2025-04-01 02:06 ./usr/share/doc/libfltk-cairo1.4/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk-cairo1.4/copyright drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/lintian/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/lintian/overrides/ -rw-r--r-- root/root 80 2025-04-01 01:59 ./usr/share/lintian/overrides/libfltk-cairo1.4 lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_cairo.so.1.4 -> libfltk_cairo.so.1.4.2 |
copyright of libfltk-cairo1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libfltk-cairo1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-cairo1.4-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 15 |
Depends: | libfltk-cairo1.4 (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Multi-Arch: | same |
Description: | debug symbols for libfltk-cairo1.4 |
Build-Ids: | cbb32d1d70e1aa6401745b7aa84eab88234b2569 |
contents of libfltk-cairo1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/cb/ -rw-r--r-- root/root 4248 2025-04-01 02:06 ./usr/lib/debug/.build-id/cb/b32d1d70e1aa6401745b7aa84eab88234b2569.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-cairo1.4-dbgsym -> libfltk-cairo1.4 |
copyright of libfltk-cairo1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libfltk-forms1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-forms1.4 |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 84 |
Depends: | libfltk1.4 (=1.4.2-1), libc6 (>=2.38), libgcc-s1 (>=3.0), libstdc++6 (>=5) |
Section: | libs |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - Forms compatibility layer support This package contains the files necessary for running programs dynamically linked with FLTK's Forms compatibility layer. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of libfltk-forms1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 30736 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_forms.so.1.4.2 drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-forms1.4/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk-forms1.4/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk-forms1.4/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk-forms1.4/README.txt.gz -rw-r--r-- root/root 5558 2025-04-01 02:06 ./usr/share/doc/libfltk-forms1.4/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk-forms1.4/copyright lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_forms.so.1.4 -> libfltk_forms.so.1.4.2 |
copyright of libfltk-forms1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libfltk-forms1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-forms1.4-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 67 |
Depends: | libfltk-forms1.4 (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Multi-Arch: | same |
Description: | debug symbols for libfltk-forms1.4 |
Build-Ids: | 7bc68a8d37dcbb345a35e4bfb506034211385b2d |
contents of libfltk-forms1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/7b/ -rw-r--r-- root/root 57728 2025-04-01 02:06 ./usr/lib/debug/.build-id/7b/c68a8d37dcbb345a35e4bfb506034211385b2d.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-forms1.4-dbgsym -> libfltk-forms1.4 |
copyright of libfltk-forms1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libfltk-gl1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-gl1.4 |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 257 |
Depends: | libfltk1.4 (=1.4.2-1), libc6 (>=2.38), libegl1, libgcc-s1 (>=3.0), libgl1, libglu1-mesa | libglu1, libstdc++6 (>=5), libwayland-client0 (>=1.20.0), libwayland-egl1 (>=1.15.0), libx11-6 |
Section: | libs |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - OpenGL rendering support This package contains the files necessary for running programs dynamically linked with FLTK's OpenGL rendering bindings. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of libfltk-gl1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 198328 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_gl.so.1.4.2 drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-gl1.4/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk-gl1.4/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk-gl1.4/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk-gl1.4/README.txt.gz -rw-r--r-- root/root 5554 2025-04-01 02:06 ./usr/share/doc/libfltk-gl1.4/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk-gl1.4/copyright lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_gl.so.1.4 -> libfltk_gl.so.1.4.2 |
copyright of libfltk-gl1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libfltk-gl1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-gl1.4-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 240 |
Depends: | libfltk-gl1.4 (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Multi-Arch: | same |
Description: | debug symbols for libfltk-gl1.4 |
Build-Ids: | 18489c88a93ee4907c6c2dae2e84f0543bbaa246 |
contents of libfltk-gl1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/18/ -rw-r--r-- root/root 235264 2025-04-01 02:06 ./usr/lib/debug/.build-id/18/489c88a93ee4907c6c2dae2e84f0543bbaa246.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-gl1.4-dbgsym -> libfltk-gl1.4 |
copyright of libfltk-gl1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libfltk-images1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-images1.4 |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 280 |
Depends: | libfltk1.4 (=1.4.2-1), libc6 (>=2.38), libgcc-s1 (>=3.0), libjpeg62-turbo (>=1.3.1), libpng16-16t64 (>=1.6.46), libstdc++6 (>=5), zlib1g (>=1:1.2.2) |
Section: | libs |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - image loading support This package contains the files necessary for running programs dynamically linked with FLTK's bindings to image-loading libraries. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of libfltk-images1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 222216 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_images.so.1.4.2 drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-images1.4/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk-images1.4/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk-images1.4/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk-images1.4/README.txt.gz -rw-r--r-- root/root 5559 2025-04-01 02:06 ./usr/share/doc/libfltk-images1.4/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk-images1.4/copyright lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_images.so.1.4 -> libfltk_images.so.1.4.2 |
copyright of libfltk-images1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libfltk-images1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk-images1.4-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 332 |
Depends: | libfltk-images1.4 (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Multi-Arch: | same |
Description: | debug symbols for libfltk-images1.4 |
Build-Ids: | 0de40067a30e62bb4f4cf0ca6153bc3249ace553 |
contents of libfltk-images1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/0d/ -rw-r--r-- root/root 329560 2025-04-01 02:06 ./usr/lib/debug/.build-id/0d/e40067a30e62bb4f4cf0ca6153bc3249ace553.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk-images1.4-dbgsym -> libfltk-images1.4 |
copyright of libfltk-images1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libfltk1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk1.4 |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 1847 |
Depends: | libc6 (>=2.38), libcairo2 (>=1.10.0), libdbus-1-3 (>=1.10), libdecor-0-0 (=0.2.2-2), libgcc-s1 (>=3.0), libglib2.0-0t64 (>=2.12.0), libpango-1.0-0 (>=1.44.3), libpangocairo-1.0-0 (>=1.14.0), libstdc++6 (>=5.2), libwayland-client0 (>=1.20.0), libwayland-cursor0 (>=1.0.2), libx11-6, libxcursor1 (>>1.1.2), libxfixes3, libxinerama1 (>=2:1.1.4), libxkbcommon0 (>=0.5.0) |
Suggests: | fltk-options |
Section: | libs |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - main shared library This package contains the files necessary for running programs dynamically linked with FLTK. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of libfltk1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 1661432 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk.so.1.4.2 drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk1.4/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk1.4/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk1.4/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk1.4/README.txt.gz -rw-r--r-- root/root 5553 2025-04-01 02:06 ./usr/share/doc/libfltk1.4/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk1.4/copyright lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk.so.1.4 -> libfltk.so.1.4.2 |
copyright of libfltk1.4_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libfltk1.4-compat-headers_1.4.2-1_all.deb (click to toggle) | |
---|---|
Package: | libfltk1.4-compat-headers |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | all |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 202 |
Depends: | libfltk1.4-dev |
Section: | libdevel |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - compatibility header symlinks This package provides header symlinks with .h rather than .H extensions for compatibility with some older code that relies on the lowercase-h names. |
contents of libfltk1.4-compat-headers_1.4.2-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/include/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/include/FL/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk1.4-compat-headers/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk1.4-compat-headers/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-compat-headers/NEWS.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-compat-headers/README.txt.gz -rw-r--r-- root/root 5554 2025-04-01 02:06 ./usr/share/doc/libfltk1.4-compat-headers/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-compat-headers/copyright lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Enumerations.h -> Enumerations.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl.h -> Fl.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Adjuster.h -> Fl_Adjuster.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Anim_GIF_Image.h -> Fl_Anim_GIF_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_BMP_Image.h -> Fl_BMP_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Bitmap.h -> Fl_Bitmap.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Box.h -> Fl_Box.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Browser.h -> Fl_Browser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Browser_.h -> Fl_Browser_.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Button.h -> Fl_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Cairo.h -> Fl_Cairo.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Cairo_Window.h -> Fl_Cairo_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Chart.h -> Fl_Chart.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Check_Browser.h -> Fl_Check_Browser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Check_Button.h -> Fl_Check_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Choice.h -> Fl_Choice.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Clock.h -> Fl_Clock.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Color_Chooser.h -> Fl_Color_Chooser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Copy_Surface.h -> Fl_Copy_Surface.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Counter.h -> Fl_Counter.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Device.h -> Fl_Device.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Dial.h -> Fl_Dial.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Double_Window.h -> Fl_Double_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Export.h -> Fl_Export.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_File_Browser.h -> Fl_File_Browser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_File_Chooser.h -> Fl_File_Chooser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_File_Icon.h -> Fl_File_Icon.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_File_Input.h -> Fl_File_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Fill_Dial.h -> Fl_Fill_Dial.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Fill_Slider.h -> Fl_Fill_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Flex.h -> Fl_Flex.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Float_Input.h -> Fl_Float_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_FormsBitmap.h -> Fl_FormsBitmap.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_FormsPixmap.h -> Fl_FormsPixmap.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Free.h -> Fl_Free.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_GIF_Image.h -> Fl_GIF_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Gl_Window.h -> Fl_Gl_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Graphics_Driver.h -> Fl_Graphics_Driver.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Grid.h -> Fl_Grid.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Group.h -> Fl_Group.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Help_Dialog.h -> Fl_Help_Dialog.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Help_View.h -> Fl_Help_View.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Hold_Browser.h -> Fl_Hold_Browser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Hor_Fill_Slider.h -> Fl_Hor_Fill_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Hor_Nice_Slider.h -> Fl_Hor_Nice_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Hor_Slider.h -> Fl_Hor_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Hor_Value_Slider.h -> Fl_Hor_Value_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_ICO_Image.h -> Fl_ICO_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Image.h -> Fl_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Image_Surface.h -> Fl_Image_Surface.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Input.h -> Fl_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Input_.h -> Fl_Input_.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Input_Choice.h -> Fl_Input_Choice.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Int_Input.h -> Fl_Int_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_JPEG_Image.h -> Fl_JPEG_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Light_Button.h -> Fl_Light_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Line_Dial.h -> Fl_Line_Dial.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Menu.h -> Fl_Menu.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Menu_.h -> Fl_Menu_.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Menu_Bar.h -> Fl_Menu_Bar.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Menu_Button.h -> Fl_Menu_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Menu_Item.h -> Fl_Menu_Item.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Menu_Window.h -> Fl_Menu_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Multi_Browser.h -> Fl_Multi_Browser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Multi_Label.h -> Fl_Multi_Label.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Multiline_Input.h -> Fl_Multiline_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Multiline_Output.h -> Fl_Multiline_Output.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Native_File_Chooser.h -> Fl_Native_File_Chooser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Nice_Slider.h -> Fl_Nice_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Object.h -> Fl_Object.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Output.h -> Fl_Output.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Overlay_Window.h -> Fl_Overlay_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_PDF_File_Surface.h -> Fl_PDF_File_Surface.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_PNG_Image.h -> Fl_PNG_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_PNM_Image.h -> Fl_PNM_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Pack.h -> Fl_Pack.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Paged_Device.h -> Fl_Paged_Device.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Pixmap.h -> Fl_Pixmap.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Plugin.h -> Fl_Plugin.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Positioner.h -> Fl_Positioner.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_PostScript.h -> Fl_PostScript.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Preferences.h -> Fl_Preferences.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Printer.h -> Fl_Printer.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Progress.h -> Fl_Progress.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_RGB_Image.h -> Fl_RGB_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Radio_Button.h -> Fl_Radio_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Radio_Light_Button.h -> Fl_Radio_Light_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Radio_Round_Button.h -> Fl_Radio_Round_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Rect.h -> Fl_Rect.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Repeat_Button.h -> Fl_Repeat_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Return_Button.h -> Fl_Return_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Roller.h -> Fl_Roller.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Round_Button.h -> Fl_Round_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Round_Clock.h -> Fl_Round_Clock.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_SVG_File_Surface.h -> Fl_SVG_File_Surface.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_SVG_Image.h -> Fl_SVG_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Scheme.h -> Fl_Scheme.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Scheme_Choice.h -> Fl_Scheme_Choice.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Scroll.h -> Fl_Scroll.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Scrollbar.h -> Fl_Scrollbar.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Secret_Input.h -> Fl_Secret_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Select_Browser.h -> Fl_Select_Browser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Shared_Image.h -> Fl_Shared_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Shortcut_Button.h -> Fl_Shortcut_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Simple_Counter.h -> Fl_Simple_Counter.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Single_Window.h -> Fl_Single_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Slider.h -> Fl_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Spinner.h -> Fl_Spinner.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Sys_Menu_Bar.h -> Fl_Sys_Menu_Bar.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Table.h -> Fl_Table.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Table_Row.h -> Fl_Table_Row.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tabs.h -> Fl_Tabs.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Terminal.h -> Fl_Terminal.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Text_Buffer.h -> Fl_Text_Buffer.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Text_Display.h -> Fl_Text_Display.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Text_Editor.h -> Fl_Text_Editor.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tile.h -> Fl_Tile.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tiled_Image.h -> Fl_Tiled_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Timer.h -> Fl_Timer.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Toggle_Button.h -> Fl_Toggle_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Toggle_Light_Button.h -> Fl_Toggle_Light_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Toggle_Round_Button.h -> Fl_Toggle_Round_Button.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tooltip.h -> Fl_Tooltip.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tree.h -> Fl_Tree.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tree_Item.h -> Fl_Tree_Item.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tree_Item_Array.h -> Fl_Tree_Item_Array.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Tree_Prefs.h -> Fl_Tree_Prefs.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Valuator.h -> Fl_Valuator.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Value_Input.h -> Fl_Value_Input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Value_Output.h -> Fl_Value_Output.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Value_Slider.h -> Fl_Value_Slider.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Widget.h -> Fl_Widget.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Widget_Surface.h -> Fl_Widget_Surface.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Window.h -> Fl_Window.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_Wizard.h -> Fl_Wizard.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_XBM_Image.h -> Fl_XBM_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/Fl_XPM_Image.h -> Fl_XPM_Image.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/filename.h -> filename.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_ask.h -> fl_ask.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_callback_macros.h -> fl_callback_macros.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_casts.h -> fl_casts.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_draw.h -> fl_draw.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_file_chooser.h -> Fl_File_Chooser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_message.h -> fl_message.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_show_colormap.h -> fl_show_colormap.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_show_input.h -> fl_show_input.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/forms.h -> forms.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/gl_draw.h -> gl_draw.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/glut.h -> glut.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/mac.h -> mac.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/platform.h -> platform.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/wayland.h -> wayland.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/win32.h -> win32.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/x.h -> x.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/x11.h -> x11.H |
copyright of libfltk1.4-compat-headers_1.4.2-1_all.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
control file for libfltk1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk1.4-dbgsym |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 2760 |
Depends: | libfltk1.4 (=1.4.2-1) |
Section: | debug |
Priority: | optional |
Multi-Arch: | same |
Description: | debug symbols for libfltk1.4 |
Build-Ids: | 257e6efa4a2ceaaca90f9235faf98c88bab09fda |
contents of libfltk1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/debug/.build-id/25/ -rw-r--r-- root/root 2815056 2025-04-01 02:06 ./usr/lib/debug/.build-id/25/7e6efa4a2ceaaca90f9235faf98c88bab09fda.debug drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk1.4-dbgsym -> libfltk1.4 |
copyright of libfltk1.4-dbgsym_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
control file for libfltk1.4-dev_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
Package: | libfltk1.4-dev |
Source: | fltk1.4 |
Version: | 1.4.2-1 |
Architecture: | amd64 |
Maintainer: | Aaron M. Ucko <ucko@debian.org> |
Installed-Size: | 5649 |
Depends: | dpkg-dev, libfltk-cairo1.4 (=1.4.2-1), libfltk-forms1.4 (=1.4.2-1), libfltk-gl1.4 (=1.4.2-1), libfltk-images1.4 (=1.4.2-1), libfltk1.4 (=1.4.2-1), libx11-dev |
Recommends: | fluid, libgl-dev, libglu1-mesa-dev | libglu-dev |
Suggests: | fltk1.4-doc, libcairo2-dev, libjpeg-dev, libpng-dev, libxext-dev, libxft-dev, libxinerama-dev, zlib1g-dev | libz-dev |
Conflicts: | libfltk-dev |
Replaces: | libfltk-dev |
Provides: | libfltk-dev |
Section: | libdevel |
Priority: | optional |
Multi-Arch: | same |
Homepage: | https://www.fltk.org/ |
Description: | Fast Light Toolkit - development files This package provides the files necessary for compiling programs that depend on FLTK. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. |
contents of libfltk1.4-dev_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-04-01 02:06 ./ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/bin/ -rwxr-xr-x root/root 76 2025-04-01 01:59 ./usr/bin/fltk-config -rwxr-xr-x root/root 12029 2025-04-01 02:06 ./usr/bin/x86_64-linux-gnu-fltk-config drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/include/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/include/FL/ -rw-r--r-- root/root 60884 2025-04-01 01:59 ./usr/include/FL/Enumerations.H -rw-r--r-- root/root 65211 2025-04-01 01:59 ./usr/include/FL/Fl.H -rw-r--r-- root/root 2065 2025-04-01 01:08 ./usr/include/FL/Fl_Adjuster.H -rw-r--r-- root/root 5498 2025-04-01 01:08 ./usr/include/FL/Fl_Anim_GIF_Image.H -rw-r--r-- root/root 1005 2025-04-01 01:08 ./usr/include/FL/Fl_BMP_Image.H -rw-r--r-- root/root 2358 2025-04-01 01:08 ./usr/include/FL/Fl_Bitmap.H -rw-r--r-- root/root 2358 2025-04-01 01:59 ./usr/include/FL/Fl_Box.H -rw-r--r-- root/root 12736 2025-04-01 01:08 ./usr/include/FL/Fl_Browser.H -rw-r--r-- root/root 16147 2025-04-01 01:08 ./usr/include/FL/Fl_Browser_.H -rw-r--r-- root/root 6091 2025-04-01 01:08 ./usr/include/FL/Fl_Button.H -rw-r--r-- root/root 3530 2025-04-01 01:08 ./usr/include/FL/Fl_Cairo.H -rw-r--r-- root/root 4548 2025-04-01 01:08 ./usr/include/FL/Fl_Cairo_Window.H -rw-r--r-- root/root 6219 2025-04-01 01:08 ./usr/include/FL/Fl_Chart.H -rw-r--r-- root/root 3556 2025-04-01 01:08 ./usr/include/FL/Fl_Check_Browser.H -rw-r--r-- root/root 799 2025-04-01 01:08 ./usr/include/FL/Fl_Check_Button.H -rw-r--r-- root/root 4094 2025-04-01 01:08 ./usr/include/FL/Fl_Choice.H -rw-r--r-- root/root 4911 2025-04-01 01:08 ./usr/include/FL/Fl_Clock.H -rw-r--r-- root/root 5877 2025-04-01 01:08 ./usr/include/FL/Fl_Color_Chooser.H -rw-r--r-- root/root 4071 2025-04-01 01:08 ./usr/include/FL/Fl_Copy_Surface.H -rw-r--r-- root/root 2985 2025-04-01 01:08 ./usr/include/FL/Fl_Counter.H -rw-r--r-- root/root 5890 2025-04-01 01:08 ./usr/include/FL/Fl_Device.H -rw-r--r-- root/root 2372 2025-04-01 01:08 ./usr/include/FL/Fl_Dial.H -rw-r--r-- root/root 1506 2025-04-01 01:08 ./usr/include/FL/Fl_Double_Window.H -rw-r--r-- root/root 942 2025-04-01 01:08 ./usr/include/FL/Fl_Export.H -rw-r--r-- root/root 2939 2025-04-01 01:08 ./usr/include/FL/Fl_File_Browser.H -rw-r--r-- root/root 8150 2025-04-01 01:59 ./usr/include/FL/Fl_File_Chooser.H -rw-r--r-- root/root 4949 2025-04-01 01:08 ./usr/include/FL/Fl_File_Icon.H -rw-r--r-- root/root 3164 2025-04-01 01:08 ./usr/include/FL/Fl_File_Input.H -rw-r--r-- root/root 834 2025-04-01 01:08 ./usr/include/FL/Fl_Fill_Dial.H -rw-r--r-- root/root 895 2025-04-01 01:08 ./usr/include/FL/Fl_Fill_Slider.H -rw-r--r-- root/root 11525 2025-04-01 01:08 ./usr/include/FL/Fl_Flex.H -rw-r--r-- root/root 1154 2025-04-01 01:08 ./usr/include/FL/Fl_Float_Input.H -rw-r--r-- root/root 1072 2025-04-01 01:08 ./usr/include/FL/Fl_FormsBitmap.H -rw-r--r-- root/root 1166 2025-04-01 01:08 ./usr/include/FL/Fl_FormsPixmap.H -rw-r--r-- root/root 2624 2025-04-01 01:08 ./usr/include/FL/Fl_Free.H -rw-r--r-- root/root 3095 2025-04-01 01:08 ./usr/include/FL/Fl_GIF_Image.H -rw-r--r-- root/root 10045 2025-04-01 01:08 ./usr/include/FL/Fl_Gl_Window.H -rw-r--r-- root/root 26779 2025-04-01 01:43 ./usr/include/FL/Fl_Graphics_Driver.H -rw-r--r-- root/root 13048 2025-04-01 01:59 ./usr/include/FL/Fl_Grid.H -rw-r--r-- root/root 8877 2025-04-01 01:08 ./usr/include/FL/Fl_Group.H -rw-r--r-- root/root 2629 2025-04-01 01:59 ./usr/include/FL/Fl_Help_Dialog.H -rw-r--r-- root/root 14906 2025-04-01 01:43 ./usr/include/FL/Fl_Help_View.H -rw-r--r-- root/root 1649 2025-04-01 01:08 ./usr/include/FL/Fl_Hold_Browser.H -rw-r--r-- root/root 764 2025-04-01 01:08 ./usr/include/FL/Fl_Hor_Fill_Slider.H -rw-r--r-- root/root 1027 2025-04-01 01:08 ./usr/include/FL/Fl_Hor_Nice_Slider.H -rw-r--r-- root/root 896 2025-04-01 01:08 ./usr/include/FL/Fl_Hor_Slider.H -rw-r--r-- root/root 782 2025-04-01 01:08 ./usr/include/FL/Fl_Hor_Value_Slider.H -rw-r--r-- root/root 1818 2025-04-01 01:08 ./usr/include/FL/Fl_ICO_Image.H -rw-r--r-- root/root 14583 2025-04-01 01:08 ./usr/include/FL/Fl_Image.H -rw-r--r-- root/root 4447 2025-04-01 01:08 ./usr/include/FL/Fl_Image_Surface.H -rw-r--r-- root/root 8517 2025-04-01 01:08 ./usr/include/FL/Fl_Input.H -rw-r--r-- root/root 18084 2025-04-01 01:08 ./usr/include/FL/Fl_Input_.H -rw-r--r-- root/root 6969 2025-04-01 01:08 ./usr/include/FL/Fl_Input_Choice.H -rw-r--r-- root/root 1089 2025-04-01 01:08 ./usr/include/FL/Fl_Int_Input.H -rw-r--r-- root/root 1138 2025-04-01 01:08 ./usr/include/FL/Fl_JPEG_Image.H -rw-r--r-- root/root 1329 2025-04-01 01:08 ./usr/include/FL/Fl_Light_Button.H -rw-r--r-- root/root 720 2025-04-01 01:08 ./usr/include/FL/Fl_Line_Dial.H -rw-r--r-- root/root 563 2025-04-01 01:08 ./usr/include/FL/Fl_Menu.H -rw-r--r-- root/root 10356 2025-04-01 01:08 ./usr/include/FL/Fl_Menu_.H -rw-r--r-- root/root 3460 2025-04-01 01:08 ./usr/include/FL/Fl_Menu_Bar.H -rw-r--r-- root/root 2985 2025-04-01 01:08 ./usr/include/FL/Fl_Menu_Button.H -rw-r--r-- root/root 21411 2025-04-01 01:08 ./usr/include/FL/Fl_Menu_Item.H -rw-r--r-- root/root 1226 2025-04-01 01:08 ./usr/include/FL/Fl_Menu_Window.H -rw-r--r-- root/root 1817 2025-04-01 01:08 ./usr/include/FL/Fl_Multi_Browser.H -rw-r--r-- root/root 4334 2025-04-01 01:08 ./usr/include/FL/Fl_Multi_Label.H -rw-r--r-- root/root 1750 2025-04-01 01:08 ./usr/include/FL/Fl_Multiline_Input.H -rw-r--r-- root/root 1893 2025-04-01 01:08 ./usr/include/FL/Fl_Multiline_Output.H -rw-r--r-- root/root 11098 2025-04-01 01:08 ./usr/include/FL/Fl_Native_File_Chooser.H -rw-r--r-- root/root 735 2025-04-01 01:08 ./usr/include/FL/Fl_Nice_Slider.H -rw-r--r-- root/root 642 2025-04-01 01:08 ./usr/include/FL/Fl_Object.H -rw-r--r-- root/root 1811 2025-04-01 01:08 ./usr/include/FL/Fl_Output.H -rw-r--r-- root/root 2650 2025-04-01 01:08 ./usr/include/FL/Fl_Overlay_Window.H -rw-r--r-- root/root 4178 2025-04-01 01:08 ./usr/include/FL/Fl_PDF_File_Surface.H -rw-r--r-- root/root 1569 2025-04-01 01:08 ./usr/include/FL/Fl_PNG_Image.H -rw-r--r-- root/root 929 2025-04-01 01:08 ./usr/include/FL/Fl_PNM_Image.H -rw-r--r-- root/root 3254 2025-04-01 01:08 ./usr/include/FL/Fl_Pack.H -rw-r--r-- root/root 4024 2025-04-01 01:08 ./usr/include/FL/Fl_Paged_Device.H -rw-r--r-- root/root 2717 2025-04-01 01:08 ./usr/include/FL/Fl_Pixmap.H -rw-r--r-- root/root 2458 2025-04-01 01:08 ./usr/include/FL/Fl_Plugin.H -rw-r--r-- root/root 2645 2025-04-01 01:08 ./usr/include/FL/Fl_Positioner.H -rw-r--r-- root/root 11579 2025-04-01 01:08 ./usr/include/FL/Fl_PostScript.H -rw-r--r-- root/root 16856 2025-04-01 01:08 ./usr/include/FL/Fl_Preferences.H -rw-r--r-- root/root 5975 2025-04-01 01:08 ./usr/include/FL/Fl_Printer.H -rw-r--r-- root/root 1563 2025-04-01 01:08 ./usr/include/FL/Fl_Progress.H -rw-r--r-- root/root 582 2025-04-01 01:08 ./usr/include/FL/Fl_RGB_Image.H -rw-r--r-- root/root 738 2025-04-01 01:08 ./usr/include/FL/Fl_Radio_Button.H -rw-r--r-- root/root 786 2025-04-01 01:08 ./usr/include/FL/Fl_Radio_Light_Button.H -rw-r--r-- root/root 786 2025-04-01 01:08 ./usr/include/FL/Fl_Radio_Round_Button.H -rw-r--r-- root/root 4911 2025-04-01 01:08 ./usr/include/FL/Fl_Rect.H -rw-r--r-- root/root 1342 2025-04-01 01:08 ./usr/include/FL/Fl_Repeat_Button.H -rw-r--r-- root/root 1317 2025-04-01 01:08 ./usr/include/FL/Fl_Return_Button.H -rw-r--r-- root/root 1200 2025-04-01 01:08 ./usr/include/FL/Fl_Roller.H -rw-r--r-- root/root 1255 2025-04-01 01:08 ./usr/include/FL/Fl_Round_Button.H -rw-r--r-- root/root 853 2025-04-01 01:08 ./usr/include/FL/Fl_Round_Clock.H -rw-r--r-- root/root 3445 2025-04-01 01:08 ./usr/include/FL/Fl_SVG_File_Surface.H -rw-r--r-- root/root 5988 2025-04-01 01:08 ./usr/include/FL/Fl_SVG_Image.H -rw-r--r-- root/root 1663 2025-04-01 01:08 ./usr/include/FL/Fl_Scheme.H -rw-r--r-- root/root 999 2025-04-01 01:08 ./usr/include/FL/Fl_Scheme_Choice.H -rw-r--r-- root/root 8451 2025-04-01 01:08 ./usr/include/FL/Fl_Scroll.H -rw-r--r-- root/root 3230 2025-04-01 01:08 ./usr/include/FL/Fl_Scrollbar.H -rw-r--r-- root/root 1312 2025-04-01 01:08 ./usr/include/FL/Fl_Secret_Input.H -rw-r--r-- root/root 1468 2025-04-01 01:08 ./usr/include/FL/Fl_Select_Browser.H -rw-r--r-- root/root 7173 2025-04-01 01:08 ./usr/include/FL/Fl_Shared_Image.H -rw-r--r-- root/root 1249 2025-04-01 01:08 ./usr/include/FL/Fl_Shortcut_Button.H -rw-r--r-- root/root 904 2025-04-01 01:08 ./usr/include/FL/Fl_Simple_Counter.H -rw-r--r-- root/root 1719 2025-04-01 01:08 ./usr/include/FL/Fl_Single_Window.H -rw-r--r-- root/root 3136 2025-04-01 01:08 ./usr/include/FL/Fl_Slider.H -rw-r--r-- root/root 6519 2025-04-01 01:08 ./usr/include/FL/Fl_Spinner.H -rw-r--r-- root/root 6242 2025-04-01 01:08 ./usr/include/FL/Fl_Sys_Menu_Bar.H -rw-r--r-- root/root 36959 2025-04-01 01:59 ./usr/include/FL/Fl_Table.H -rw-r--r-- root/root 5236 2025-04-01 01:59 ./usr/include/FL/Fl_Table_Row.H -rw-r--r-- root/root 13136 2025-04-01 01:59 ./usr/include/FL/Fl_Tabs.H -rw-r--r-- root/root 57952 2025-04-01 01:08 ./usr/include/FL/Fl_Terminal.H -rw-r--r-- root/root 30164 2025-04-01 01:08 ./usr/include/FL/Fl_Text_Buffer.H -rw-r--r-- root/root 24402 2025-04-01 01:43 ./usr/include/FL/Fl_Text_Display.H -rw-r--r-- root/root 5391 2025-04-01 01:08 ./usr/include/FL/Fl_Text_Editor.H -rw-r--r-- root/root 2720 2025-04-01 01:08 ./usr/include/FL/Fl_Tile.H -rw-r--r-- root/root 1531 2025-04-01 01:08 ./usr/include/FL/Fl_Tiled_Image.H -rw-r--r-- root/root 2019 2025-04-01 01:08 ./usr/include/FL/Fl_Timer.H -rw-r--r-- root/root 1278 2025-04-01 01:08 ./usr/include/FL/Fl_Toggle_Button.H -rw-r--r-- root/root 651 2025-04-01 01:08 ./usr/include/FL/Fl_Toggle_Light_Button.H -rw-r--r-- root/root 651 2025-04-01 01:08 ./usr/include/FL/Fl_Toggle_Round_Button.H -rw-r--r-- root/root 5432 2025-04-01 01:08 ./usr/include/FL/Fl_Tooltip.H -rw-r--r-- root/root 20197 2025-04-01 01:08 ./usr/include/FL/Fl_Tree.H -rw-r--r-- root/root 17155 2025-04-01 01:08 ./usr/include/FL/Fl_Tree_Item.H -rw-r--r-- root/root 3161 2025-04-01 01:08 ./usr/include/FL/Fl_Tree_Item_Array.H -rw-r--r-- root/root 16393 2025-04-01 01:08 ./usr/include/FL/Fl_Tree_Prefs.H -rw-r--r-- root/root 5006 2025-04-01 01:59 ./usr/include/FL/Fl_Valuator.H -rw-r--r-- root/root 4625 2025-04-01 01:08 ./usr/include/FL/Fl_Value_Input.H -rw-r--r-- root/root 2566 2025-04-01 01:08 ./usr/include/FL/Fl_Value_Output.H -rw-r--r-- root/root 3220 2025-04-01 01:08 ./usr/include/FL/Fl_Value_Slider.H -rw-r--r-- root/root 50506 2025-04-01 01:08 ./usr/include/FL/Fl_Widget.H -rw-r--r-- root/root 1516 2025-04-01 01:08 ./usr/include/FL/Fl_Widget_Surface.H -rw-r--r-- root/root 24294 2025-04-01 01:08 ./usr/include/FL/Fl_Window.H -rw-r--r-- root/root 1313 2025-04-01 01:08 ./usr/include/FL/Fl_Wizard.H -rw-r--r-- root/root 830 2025-04-01 01:08 ./usr/include/FL/Fl_XBM_Image.H -rw-r--r-- root/root 847 2025-04-01 01:08 ./usr/include/FL/Fl_XPM_Image.H -rw-r--r-- root/root 5477 2025-04-01 01:08 ./usr/include/FL/filename.H -rw-r--r-- root/root 4673 2025-04-01 01:08 ./usr/include/FL/fl_ask.H -rw-r--r-- root/root 5315 2025-04-01 01:08 ./usr/include/FL/fl_attr.h -rw-r--r-- root/root 23557 2025-04-01 01:08 ./usr/include/FL/fl_callback_macros.H -rw-r--r-- root/root 1600 2025-04-01 01:08 ./usr/include/FL/fl_casts.H -rw-r--r-- root/root 1875 2025-04-01 02:06 ./usr/include/FL/fl_config.h -rw-r--r-- root/root 43827 2025-04-01 01:43 ./usr/include/FL/fl_draw.H -rw-r--r-- root/root 574 2025-04-01 01:08 ./usr/include/FL/fl_message.H -rw-r--r-- root/root 1208 2025-04-01 01:08 ./usr/include/FL/fl_show_colormap.H -rw-r--r-- root/root 518 2025-04-01 01:08 ./usr/include/FL/fl_show_input.H -rw-r--r-- root/root 1109 2025-04-01 01:08 ./usr/include/FL/fl_string_functions.h -rw-r--r-- root/root 1943 2025-04-01 01:08 ./usr/include/FL/fl_types.h -rw-r--r-- root/root 8244 2025-04-01 01:08 ./usr/include/FL/fl_utf8.h -rw-r--r-- root/root 33939 2025-04-01 01:08 ./usr/include/FL/forms.H -rw-r--r-- root/root 3304 2025-04-01 01:08 ./usr/include/FL/gl.h -rw-r--r-- root/root 1421 2025-04-01 01:08 ./usr/include/FL/gl2opengl.h -rw-r--r-- root/root 553 2025-04-01 01:08 ./usr/include/FL/gl_draw.H -rw-r--r-- root/root 1197 2025-04-01 01:08 ./usr/include/FL/glu.h -rw-r--r-- root/root 18771 2025-04-01 01:08 ./usr/include/FL/glut.H -rw-r--r-- root/root 6344 2025-04-01 01:08 ./usr/include/FL/mac.H -rw-r--r-- root/root 1507 2025-04-01 01:08 ./usr/include/FL/math.h -rw-r--r-- root/root 3685 2025-04-01 01:08 ./usr/include/FL/names.h -rw-r--r-- root/root 2653 2025-04-01 01:08 ./usr/include/FL/platform.H -rw-r--r-- root/root 4742 2025-04-01 01:08 ./usr/include/FL/platform_types.h -rw-r--r-- root/root 2211 2025-04-01 01:08 ./usr/include/FL/wayland.H -rw-r--r-- root/root 3310 2025-04-01 01:08 ./usr/include/FL/win32.H -rw-r--r-- root/root 876 2025-04-01 01:08 ./usr/include/FL/x.H -rw-r--r-- root/root 4440 2025-04-01 01:08 ./usr/include/FL/x11.H drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/fltk/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 3624970 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk.a -rw-r--r-- root/root 1216 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_cairo.a -rw-r--r-- root/root 54122 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_forms.a -rw-r--r-- root/root 379186 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_gl.a -rw-r--r-- root/root 367580 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_images.a drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/doc/libfltk1.4-dev/ -rw-r--r-- root/root 1496 2025-04-01 01:08 ./usr/share/doc/libfltk1.4-dev/CREDITS.txt -rw-r--r-- root/root 12470 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-dev/NEWS.gz -rw-r--r-- root/root 14260 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-dev/README.CMake.txt.gz -rw-r--r-- root/root 3971 2025-04-01 01:08 ./usr/share/doc/libfltk1.4-dev/README.Cairo.txt.gz -rw-r--r-- root/root 5456 2025-04-01 01:43 ./usr/share/doc/libfltk1.4-dev/README.Unix.txt.gz -rw-r--r-- root/root 1772 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-dev/README.abi-version.txt.gz -rw-r--r-- root/root 3173 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-dev/README.txt.gz -rw-r--r-- root/root 5553 2025-04-01 02:06 ./usr/share/doc/libfltk1.4-dev/changelog.Debian.gz -rw-r--r-- root/root 13817 2025-04-01 01:59 ./usr/share/doc/libfltk1.4-dev/copyright drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/fltk/ -rw-r--r-- root/root 255 2025-04-01 01:59 ./usr/share/fltk/CMakeCache.txt -rw-r--r-- root/root 2931 2025-04-01 01:08 ./usr/share/fltk/FLTK-Functions.cmake -rw-r--r-- root/root 6127 2025-04-01 02:06 ./usr/share/fltk/FLTK-Targets-none.cmake -rw-r--r-- root/root 13034 2025-04-01 02:06 ./usr/share/fltk/FLTK-Targets.cmake -rw-r--r-- root/root 5009 2025-04-01 02:06 ./usr/share/fltk/FLTKConfig.cmake -rw-r--r-- root/root 3675 2025-04-01 02:06 ./usr/share/fltk/FLTKConfigVersion.cmake drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/lintian/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/lintian/overrides/ -rw-r--r-- root/root 85 2025-04-01 01:59 ./usr/share/lintian/overrides/libfltk1.4-dev drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/ drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/man1/ -rw-r--r-- root/root 830 2025-04-01 02:06 ./usr/share/man/man1/fltk-config.1.gz drwxr-xr-x root/root 0 2025-04-01 02:06 ./usr/share/man/man3/ -rw-r--r-- root/root 1130 2025-04-01 02:06 ./usr/share/man/man3/fltk.3.gz lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/FL/fl_file_chooser.H -> Fl_File_Chooser.H lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/include/Fl -> FL lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/fltk/FLTKUse.cmake -> UseFLTK.cmake lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk.so -> libfltk.so.1.4 lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_cairo.so -> libfltk_cairo.so.1.4 lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_forms.so -> libfltk_forms.so.1.4 lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_gl.so -> libfltk_gl.so.1.4 lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/lib/x86_64-linux-gnu/libfltk_images.so -> libfltk_images.so.1.4 lrwxrwxrwx root/root 0 2025-04-01 02:06 ./usr/share/man/man1/x86_64-linux-gnu-fltk-config.1.gz -> fltk-config.1.gz |
copyright of libfltk1.4-dev_1.4.2-1_amd64.deb (click to toggle) | |
---|---|
NOTE: Copyright is the same as fltk-options (fltk-options_1.4.2-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fltk1.4 Upstream-Contact: fltk@fltk.org Source: http://www.fltk.org/ Files: * Copyright: 1998-2025 Bill Spitzak (spitzak@users.sourceforge.net) and others, most notably the following (from the CREDITS file): . Greg Ercolano Manolo Gouy Ian MacArthur Matthias Melcher (mm@robowerk.com) Albrecht Schlosser . Fabien Costantini (fabien67@users.sf.net) Craig P. Earls Curtis Edwards (trilec@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Lauri Kasanen Robert Kesterson (robertk@users.sourceforge.net) Pierre Ossman James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Bill Spitzak Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) . Laszlo Z. Antal (LZA) Teun Burgers Paul Chambers Stephen Davies Yuri D'Elia Domingo Alvarez Duarte Yuri Fedorchenko George Garvey Duncan Gibson Daniel Harding Mikael Hultgren Stuart Levy Jean-Marc Lienher (OksiD) Howard Lightstone Mike Lindner Alexander Mai Alexander Rabi James Roth Ivan Nieto (Mr.Satan) Jamie Snape Andrea Suatoni Michael Surette Paul Sydney Aaron Ucko Emanuele Vicentini Josef Vitu Jim Wilson Ken Yarnall License: LGPL-2+ with static linking exception This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. . FLTK License December 11, 2001 . The FLTK library and included programs are provided under the terms of the GNU Library General Public License (LGPL) with the following exceptions: . 1. Modifications to the FLTK configure script, config header file, and makefiles by themselves to support a specific platform do not constitute a modified or derivative work. . The authors do request that such modifications be contributed to the FLTK project - send all contributions through the "Software Trouble Report" on the following page: . https://www.fltk.org/bugs.php . 2. Widgets that are subclassed from FLTK widgets do not constitute a derivative work. . 3. Static linking of applications and widgets to the FLTK library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared FLTK libraries, or link their applications or widgets against a user-supplied version of FLTK. . If you link the application or widget to a modified version of FLTK, then the changes to FLTK must be provided under the terms of the LGPL in sections 1, 2, and 4. . 4. You do not have to provide a copy of the FLTK license with programs that are linked to the FLTK library, nor do you have to identify the FLTK license in your program or documentation as required by section 6 of the LGPL. . However, programs must still identify their use of FLTK. The following example statement can be included in user documentation to satisfy this requirement: . [program/widget] is based in part on the work of the FLTK project (https://www.fltk.org). . You can find multiple versions of the LGPL in /usr/share/common-licenses; in particular, /usr/share/common-licenses/LGPL-2 contains version 2. Files: config.* configure Copyright: 1992-2021 Free Software Foundation, Inc. License: LGPL-2+ with static linking exception Files: jpeg/* Copyright: 1991-2024, Thomas G. Lane, Guido Vollbeding. Comment: Unused by Debian. License: JPEG Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. Files: FL/Fl_File_Input.H Copyright: 1998-2022 Bill Spitzak and others. 1998 Curtis Edwards. License: LGPL-2+ with static linking exception Files: src/fl_oxy.* Copyright: 2011 Dmitrij K. aka "kdiman" 2012-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: src/Fl_Native_File_Chooser_FLTK.cxx src/Fl_Native_File_Chooser_GTK.cxx Copyright: 1998-2023 Bill Spitzak and others. 2012 IMM License: LGPL-2+ with static linking exception Files: fltk-config.in Copyright: 2000-2021 Bill Spitzak and others 2000 James Dean Palmer License: LGPL-2+ with static linking exception Files: FL/Fl_Flex.* src/Fl_Flex.cxx test/flex_* Copyright: 2020 Karsten Pedersen 2022-2024 Bill Spitzak and others. License: LGPL-2+ with static linking exception Files: FL/Fl_Text* src/Fl_Text* Copyright: 2001-2023 Bill Spitzak and others Mark Edel License: LGPL-2+ with static linking exception Files: test/device.cxx Copyright: 1998-2021 Roman Kantor and others License: LGPL-2+ with static linking exception Files: png/* Copyright: 1995, 1996 Guy Eric Schalnat, Group 42, Inc. 1995-2024 The PNG Reference Library Authors 1996, 1997 Andreas Dilger 1998-2016 Glenn Randers-Pehrson 2018-2024 Cosmin Truta. Comment: Unused by Debian. License: PNG Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, without fee, subject to the following restrictions: . 1. The origin of this source code must not be misrepresented. . 2. Altered versions must be plainly marked as such and must not be misrepresented as being the original source. . 3. This Copyright notice may not be removed or altered from any source or altered source distribution. Files: png/Makefile Copyright: 1997-2011 Easy Software Products 2012-2024 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/freeglut* Copyright: 1999-2010 Pawel W. Olszta. License: FreeGLUT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Files: src/freeglut_teapot* Copyright: 1993, Silicon Graphics, Inc. License: SGI-OpenGL Files: test/trackball* Copyright: 1993, 1994, Silicon Graphics, Inc. License: SGI-OpenGL License: SGI-OpenGL Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Files: zlib/* Copyright: 1995-2024 Jean-loup Gailly and Mark Adler. Comment: Unused by Debian. License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: src/xutf8/* Copyright: 2000-2010 O'ksi'D License: LGPL-2+ with static linking exception Files: src/xutf8/utf8Input.c Copyright: 2000-2003 O'ksi'D 2004-2021 Bill Spitzak and others License: LGPL-2+ with static linking exception Files: src/xutf8/lcUniConv/* Copyright: 1999-2000 Free Software Foundation, Inc. License: MIT-xutf8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FREE SOFTWARE FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the Free Software Foundation shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Free Software Foundation. Files: libdecor/src/* Copyright: 2017-2018 Red Hat Inc. 2019 Christian Rauch 2024 Colin Kinloch 2019 Jonas Ådahl License: MIT-libdecor Files: libdecor/src/os-compatibility.* Copyright: 2012 Collabora, Ltd. License: MIT-libdecor Files: libdecor/src/plugins/common/libdecor-cairo-blur.c Copyright: 2008 Kristian Høgsberg 2012 Intel Corporation License: MIT-libdecor Files: nanosvg/* Copyright: 2013-2014 Mikko Mononen <memon@inside.org> 2002-2004 Maxim Shemanarev License: zlib-nanosvg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: MIT-libdecor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 01.04.2025 / 03:02:38 (UTC)