debian/0000755000000000000000000000000012267257044007177 5ustar debian/libfltk1.1-dev.postinst0000644000000000000000000000044311447034400013414 0ustar #!/bin/sh set -e . /usr/share/debconf/confmodule #DEBHELPER# case "$1" in configure) db_get libfltk1.1-dev/header-links if [ "$RET" = "true" ]; then ln=ln else ln=: fi (cd /usr/include/FL for H in *.H; do h=`basename $H .H`.h; rm -f $h && $ln -s $H $h; done) ;; esac debian/compat0000644000000000000000000000000211575520206010367 0ustar 9 debian/watch0000644000000000000000000000025111447034400010212 0ustar version=3 opts="downloadurlmangle=s|.*FILE=|ftp://ftp.easysw.com/pub/|,uversionmangle=s|rc|~rc|" \ http://www.fltk.org/software.php .*/fltk-(1\.1\.\d.*)-source\.tar\.gz debian/fltk1.1-doc.doc-base0000644000000000000000000000074511447034400012513 0ustar Document: fltk1.1-doc Title: Fast Light Toolkit Programming Manual Author: Bill Spitzak et al Abstract: This manual contains an API reference for the Fast Light Toolkit and documentation on the FLUID user interface designer. Section: Programming/C++ Format: HTML Index: /usr/share/doc/fltk1.1-doc/HTML/index.html Files: /usr/share/doc/fltk1.1-doc/HTML/*.html Format: postscript Files: /usr/share/doc/fltk1.1-doc/fltk.ps.gz Format: PDF Files: /usr/share/doc/fltk1.1-doc/fltk.pdf.gz debian/fltk1.1-doc.docs0000644000000000000000000000005511447034400011760 0ustar documentation/fltk.pdf documentation/fltk.ps debian/fltk1.1-doc.install0000644000000000000000000000003211725766310012504 0ustar usr/share/doc/fltk1.1-doc debian/changelog0000644000000000000000000010720712267256765011071 0ustar fltk1.1 (1.1.10-17) unstable; urgency=medium * debian/libfltk1.1.symbols: - Resolve most optional symbols by assuming GCC 4.6 or newer, already true as of wheezy. - Re-flag symbols absent when building with clang 3.3 as optional. (NB: Building with clang will still fail because it misoptimizes the fortified getcwd wrapper, causing fluid to enter an infinite loop.) * Standards-Version: 3.9.5 (already compliant). -- Aaron M. Ucko Mon, 20 Jan 2014 12:33:41 -0500 fltk1.1 (1.1.10-16) unstable; urgency=low * fltk-config.in: Fix --ldflags output to reinstate -lX11 (to account for potential calls to XCreatePixmap via the fl_create_offscreen macro) and to omit the explicit -L flag, as the script's automatic filtering of standard directories doesn't account for multiarch paths. (See #713933 in fltk1.3.) -- Aaron M. Ucko Thu, 27 Jun 2013 21:55:14 -0400 fltk1.1 (1.1.10-15) unstable; urgency=low * debian/libfltk1.1.symbols: Flag symbols absent when built with Clang 3.2, and in one instance also with GCC 4.8, as optional. (Closes: #701277.) -- Aaron M. Ucko Wed, 06 Mar 2013 14:15:25 -0500 fltk1.1 (1.1.10-14) unstable; urgency=medium * debian/rules: - Keep hardening flags out of the installed fltk-config by adding an extra configure run with them disabled and using the resulting fltk-config. (See #677705.) - Explicitly use hardened CPPFLAGS. * .gitignore: add fltk-config.unhardened. -- Aaron M. Ucko Mon, 18 Jun 2012 21:56:07 -0400 fltk1.1 (1.1.10-13) unstable; urgency=low * debian/control: drop ancient version on libfltk1.1-dev's libxft-dev suggestion. * debian/rules: - Pass hardened LDFLAGS to configure as DSOFLAGS too. (Closes: #663278.) - Enable full hardening. * debian/source/options: rename to (git-only) local-options, so any source patches from NMUs will wind up in separate files. * src/Makefile: substitute -fPIC for -fPIE in C(XX)FLAGS. * test/Makefile: link the threads demo with LDFLAGS, not CXXFLAGS! * debian/po/pt_BR.po: update Brazilian Portuguese translation, thanks to J. S. Júnior. (Closes: #663493.) -- Aaron M. Ucko Thu, 15 Mar 2012 22:41:00 -0400 fltk1.1 (1.1.10-12) unstable; urgency=low * debian/control: - Wrap and sort (build) dependencies. - Substitute libpng-dev for libpng12(-0)-dev. (Closes: #662328.) - Require debhelper (>= 9), which has been final for some time. - Standards-Version: 3.9.3. (No changes needed.) * debian/libfltk1.1-dev.install: sort as well. * debian/po/pl.po: add Polish translation, thanks to Michał Kułach. (Closes: #661067.) * debian/po/it.po: update Italian translation, thanks to Beatrice Torracca. (Closes: #661926.) -- Aaron M. Ucko Wed, 07 Mar 2012 18:43:00 -0500 fltk1.1 (1.1.10-11) unstable; urgency=low * debian/po/nl.po: update Dutch translation, thanks to Jeroen Schot. (Closes: #651845.) -- Aaron M. Ucko Wed, 22 Feb 2012 22:01:13 -0500 fltk1.1 (1.1.10-10) unstable; urgency=high * src/Fl_PNG_Image.cxx: fix regression in previous upload that accidentally broke support for non-transparent PNG images. (Closes: #650286; thanks to Steve Cotton for the report and patch.) -- Aaron M. Ucko Mon, 28 Nov 2011 23:09:26 -0500 fltk1.1 (1.1.10-9) unstable; urgency=low * src/Fl_PNG_Image.cxx: obtain PNG header details via formal accessors, for compatibility with libpng versions (notably 1.5) that make the relevant structures private. (Closes: #648135.) -- Aaron M. Ucko Fri, 11 Nov 2011 16:43:31 -0500 fltk1.1 (1.1.10-8) unstable; urgency=low * FL/forms.h, fluid/Fl_Function_Type.cxx, fluid/file.cxx, src/Fl_File_Chooser2.cxx, src/forms_compatability.cxx (sic): avoid calling fl_alert and the like with non-constant strings, as caught by -Werror=format-security. (Closes: #643378.) -- Aaron M. Ucko Sun, 02 Oct 2011 00:06:32 -0400 fltk1.1 (1.1.10-7) unstable; urgency=low * debian/control: - Make libfltk1.1-dbg Multi-Arch: same, as it will only cover libraries; eliminate a stray newline in its description. - Drop fluid, which the fltk1.3 source package is taking over. * debian/fluid.*: Remove accordingly. * debian/rules: - Stop installing any fluid-related files. - Don't bother keeping debugging symbols for games. -- Aaron M. Ucko Sat, 16 Jul 2011 21:53:55 -0400 fltk1.1 (1.1.10-6) unstable; urgency=low * debian/control: - Revert overzealous Multi-Arch: same setting for libfltk1.1-dbg, which also ships debugging symbols for executables in non-multiarch paths. - Prepare for the libjpeg 8 transition by build-depending on, and having libfltk1.1-dev suggest, the virtual libjpeg-dev package. * debian/changelog: Correct Danish translator's name in previous entry. -- Aaron M. Ucko Mon, 20 Jun 2011 19:08:49 -0400 fltk1.1 (1.1.10-5) unstable; urgency=low * Build for multiarch, both on principle and per historical interest (as demonstrated by ia32-libs bug #441406): - debian/compat: Advance to 9. - debian/control: Advance build dependency on debhelper to (>= 8.1.3). Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} for libfltk1.1, Multi-Arch: same for libfltk1.1-dbg, and Multi-Arch: foreign for fluid. - debian/libfltk1.1(-dev).install: Match multi-arch paths. - debian/rules: Pass a multi-arch libdir to configure, and substitute it in FLTKConfig.cmake (which however remains in /usr/lib/fltk for now). - debian/FLTKConfig.cmake: Rename to FLTKConfig.cmake.in and un-hardcode the library directory. * debian/po/da.po: Add, thanks to Joe Dalton. (Closes: #621359.) * debian/fltk1.1.symbols: Add symbols introduced by GCC 4.5 or 4.6, but mark them as optional for the sake of architectures (ia64, sparc) that still default to 4.4. * debian/control: Standards-Version: 3.9.2. (No changes needed.) -- Aaron M. Ucko Mon, 13 Jun 2011 21:50:07 -0400 fltk1.1 (1.1.10-4) unstable; urgency=low * src/Fl_x.cxx: fix cut/copy/paste operations on 64-bit architectures per http://www.fltk.org/str.php?L2419, thanks to Valerio's report. -- Aaron M. Ucko Thu, 20 Jan 2011 20:41:59 -0500 fltk1.1 (1.1.10-3) unstable; urgency=low * debian/libfltk1.1.symbols: tag one symbol emitted *only* by GCC 4.3.x and 4.4.x (but not 4.5.x or up) as optional. (Closes: #609245.) * debian/compat: advance to 8, as it is safe to do so. * debian/control: - Advance debhelper requirement to (>= 8) per the above. - Advance dpkg-dev requirement to (>= 1.15.7) for dpkg-buildflags. - Generally clean up relationships; don't worry about anything pre-etch, and wildcard the build-dep on libasound2-dev to [linux-any]. - Set Vcs-* fields to point to (new) personal git.d.o repository. - Declare compatibility with Policy version 3.9.1. * debian/rules: - Obtain baseline {C,CXX,LD}FLAGS from dpkg-buildflags rather than relying on them to be in the environment courtesy of dpkg-buildpackage. - Stop passing -D_REENTRANT, which is not only obsolete but redundant. * debian/source/{format,options,patch-header}: advance to 3.0 (quilt), albeit in single-debian-patch mode per VCS use, for .orig.tar.bz2 support. * fluid/fluid.desktop: replace the Exec command (which used cd) with a Perl one-liner for compatibility with more desktop environments. (LP: #569518.) * debian/fluid.lintian-overrides: adjust accordingly. * fltk-config.in: strip -[gO]* from --c(xx)flags output. (LP: #606032.) * (debian/).gitignore: Direct git to ignore content generated during build. -- Aaron M. Ucko Sun, 09 Jan 2011 18:24:10 -0500 fltk1.1 (1.1.10-2) unstable; urgency=low * src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now otherwise fails to link on the Hurd (with complaints that libfltk.so.1 contains undefined references to pthread_mutexattr_*). * debian/source.lintian-overrides: retire per Lintian 2.3.1. (See #553264.) -- Aaron M. Ucko Wed, 06 Jan 2010 22:05:04 -0500 fltk1.1 (1.1.10-1) unstable; urgency=low * New upstream release. * {fluid,test}/Makefile: link against all directly referenced libraries, even if they are also indirect dependencies, to fix build errors with binutils-gold, which defaults to --no-add-needed. (Closes: #554365.) -- Aaron M. Ucko Wed, 30 Dec 2009 22:55:19 -0500 fltk1.1 (1.1.10~rc3-1) unstable; urgency=low * New upstream release candidate. -- Aaron M. Ucko Mon, 02 Nov 2009 21:33:34 -0500 fltk1.1 (1.1.10~rc2-3) unstable; urgency=low * debian/FLTKConfig.cmake: belatedly advance FLTK_VERSION_PATCH to 10. * debian/{fluid,source}.lintian-overrides: override spurious Lintian diagnostics; fluid.desktop's command is legitimate, as is the artificial debian/CMakeCache.txt discussed in #553264. -- Aaron M. Ucko Thu, 29 Oct 2009 23:20:55 -0400 fltk1.1 (1.1.10~rc2-2) unstable; urgency=low * debian/libfltk1.1.symbols: prepare for the GCC 4.4 transition by tagging three symbols (for inline methods) emitted *only* by GCC 4.3.x as optional. (Closes: #551612; LP: #455418.) -- Aaron M. Ucko Thu, 22 Oct 2009 22:18:12 -0400 fltk1.1 (1.1.10~rc2-1) unstable; urgency=low * New upstream release candidate. * debian/copyright: extend date range through 2009. * fluid/*: revert i18n patch (#333401); although I still support the general idea, it proved problematic in practice. (Translated strings weren't always properly isolated to the GUI, and the only translation wasn't actively maintained anyway.) * debian/fluid.install: update accordingly. (No more fluid.mo.) * Update Spanish Debconf translation, thanks to Franciso Javier Cuadrado. (Closes: #513692.) Apologies for the delay; the submission was slightly late for lenny, and as such no longer merited an upload on its own. * debian/control: - List ${misc:Depends} in Depends across the board, as future Debhelper versions could conceivably generate content for it. - Clean up Section fields: libfltk1.1 is already implicitly in libs, and libfltk1.1-dbg is in the newfangled debug section nowadays. ;-) - Advance Standards-Version to 3.8.3. (No further changes required.) - Require debhelper (>= 7.0.50) for further rules simplification. * debian/rules: - On alpha, lock in a version of 1.1.10~rc2 for symbols introduced when building with GCC 4.3, which is now the default on that platform too. - Simplify further per debhelper 7.0.50+'s override_dh_* support. -- Aaron M. Ucko Mon, 05 Oct 2009 23:30:45 -0400 fltk1.1 (1.1.9-6) unstable; urgency=low * The "belated translation updates keep rolling in" release. * Update Japanese Debconf translation, thanks to Hideki Yamane. (Closes: #494052.) -- Aaron M. Ucko Sun, 10 Aug 2008 15:27:05 -0400 fltk1.1 (1.1.9-5) unstable; urgency=low * Update Swedish Debconf translation, thanks to Martin Ågren. (Closes: #491533.) -- Aaron M. Ucko Wed, 23 Jul 2008 14:55:08 -0400 fltk1.1 (1.1.9-4) unstable; urgency=low * Debian still defaults to GCC 4.2 on alpha at present (2008-06-11); strip symbols introduced when building with 4.3 regardless of actual compiler version so that when the transition occurs, the generated dependencies will be suitably tight. -- Aaron M. Ucko Wed, 11 Jun 2008 18:12:25 -0400 fltk1.1 (1.1.9-3) unstable; urgency=low * Fl_Choice's post-1.1.7 policy of insisting on a white background in the default scheme doesn't work so well when the user has requested a white (or nearly white) foreground; revert to honoring the user's background choice as well in such cases. (Closes: #484660.) * Update symbols file, as building with GCC 4.3 appears to have introduced a handful of new symbols. * Declare compliance with Policy 3.8.0. (No changes required.) -- Aaron M. Ucko Tue, 10 Jun 2008 20:12:09 -0400 fltk1.1 (1.1.9-2) unstable; urgency=low * Tweak fl_xfont emulation to map generic font names (sans, etc.) to customary equivalents (such as helvetica). (Closes: #481026.) -- Aaron M. Ucko Wed, 14 May 2008 21:12:54 -0400 fltk1.1 (1.1.9-1) unstable; urgency=medium * New upstream release after all, with bug fixes that didn't quite manage to make 1.1.8. * Migrate from CDBS to Debhelper 7, adding a build dependency on dpkg-dev (>= 1.14.17) for baseline CFLAGS determination. -- Aaron M. Ucko Fri, 09 May 2008 23:38:09 -0400 fltk1.1 (1.1.8-1) unstable; urgency=medium * Final upstream 1.1.8 (and 1.1.x) release; no functional changes from rc3. -- Aaron M. Ucko Sat, 29 Mar 2008 09:48:46 -0400 fltk1.1 (1.1.8~rc3-1) unstable; urgency=low * New upstream release candidate. * Drop debian/rules logic to fix games' .desktop Categories, which upstream has now modernized. * Install cmake modules into /usr/lib/fltk and add a dummy cache, per FindFLTK.cmake's expectations. (Closes: #437967.) -- Aaron M. Ucko Mon, 24 Mar 2008 18:28:34 -0400 fltk1.1 (1.1.8~rc2-2) unstable; urgency=medium * Restore single-line fltk-config --libs output for compatibility with callers that expected such, even though they probably meant to use --ld(static)flags anyway. (Closes: #470327.) -- Aaron M. Ucko Tue, 11 Mar 2008 19:16:27 -0400 fltk1.1 (1.1.8~rc2-1) unstable; urgency=low * New upstream release candidate. -- Aaron M. Ucko Mon, 10 Mar 2008 20:26:14 -0400 fltk1.1 (1.1.8~rc1-2) unstable; urgency=low * Fix upstream fl_read_image() regression in dealing with double-buffered windows. (Closes: #469089.) -- Aaron M. Ucko Mon, 03 Mar 2008 19:53:26 -0500 fltk1.1 (1.1.8~rc1-1) unstable; urgency=low * New upstream release candidate. * Reformat copyright file slightly to ensure legal validity (per Lintian). * Readjust fltk1.1-doc's doc-base section to Programming/C++ per doc-base 0.8.10. * Add a libfltk1.1.symbols file to permit looser reverse dependencies in many cases. * Formally move to Debhelper 6, bumping the cdbs requirement to 0.4.51 to avoid #462130. * Update watch file to handle release candidates correctly. -- Aaron M. Ucko Thu, 28 Feb 2008 19:54:09 -0500 fltk1.1 (1.1.7-7) unstable; urgency=low * Apply upstream fix (to be included in 1.1.8 if and when it ever materializes) for "fluid -c"'s inappropriate X usage when generating code for Fl_Help_View widgets. (Closes: #455232.) * Adjust shared library linkage per dpkg-shlibdeps's new warnings. The only remaining warnings concern libm, which g++ pulls in even when not explicitly asked to. * Belatedly modernize fltk1.1-doc's doc-base section (Apps -> Applications). * Declare compliance with Policy 3.7.3. * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. (Closes: #452494.) [Debconf translation updates] * French. (Closes: #453262.) * Basque. (Closes: #453275.) * Galician. (Closes: #453327.) * Vietnamese. (Closes: #453380.) * Finnish. (Closes: #453643.) * Portuguese. (Closes: #453913.) * German. (Closes: #454643.) * Czech. (Closes: #455238.) * Russian. (Closes: #455964.) -- Aaron M. Ucko Mon, 17 Dec 2007 19:26:41 -0500 fltk1.1 (1.1.7-6) unstable; urgency=low * Turn fl_xfont into a smart pointer capable of on-demand (re)initialization so that future releases with improved core-font selection logic need not run it on every single font change. * Correct debian/watch. (Closes: #449636.) -- Aaron M. Ucko Wed, 07 Nov 2007 20:23:57 -0500 fltk1.1 (1.1.7-5) unstable; urgency=low * Ship binaries of the example games, with ALSA enabled on Linux, in a new fltk1.1-games package. (NB: although upstream's names for the games do not appear to conflict with anything currently in Debian, they are sufficiently generic that the Debian packages err on the side of caution by prepending fl.) * Further streamline all executables' shared-library dependencies. * Move .desktop files to /usr/share/applications, as /usr/share/applnk is deprecated and KDE-only. (Closes: #444063) * Run dh_icons for fluid and fltk1.1-games, also per #444063. * Modernize games' .desktop files' Categories settings as well. * Drop gratuitous (and typo-ridden) DEB_DH_SHLIBDEPS_ARGS setting. * fltk-config(.in) --compile: link FLTK dynamically. (Closes: #441141.) * Declare home page centrally (per dpkg 1.14.6) rather than in descriptions. * Accommodate the (atypical) possibility of multi-word CC and CXX settings. * Declare those inter-package dependencies that need to be tight with ${binary:Version} rather than the deprecated ${Source-Version}. * Modernize fluid's Debian menu section (Apps -> Applications). * Expand debian/copyright; in particular, clarify that licensees have the option of applying newer LGPL versions (than v2.0). * Drop old workaround for #365085 in favor of simply requiring a new enough cdbs. -- Aaron M. Ucko Sat, 13 Oct 2007 16:24:19 -0400 fltk1.1 (1.1.7-4) unstable; urgency=low * configure(.in), {src,test}/Makefile: drop unnecessary hardcoded dependencies on libXext, zlib, and libGLU, per Nathanael Nerode's patch; inaugurate libfltk1.1-dev's NEWS.Debian with a suitable entry. (Closes: #405233.) * debian/po/es.po: new Spanish translation for libfltk1.1-dev, courtesy of César Gómez Martín and Manuel Porras Peralta, unfortunately too late for etch. (Closes: #414453.) -- Aaron M. Ucko Sun, 22 Apr 2007 16:28:19 -0400 fltk1.1 (1.1.7-3) unstable; urgency=low * debian/po/pt.po: new (European) Portuguese translation for libfltk1.1-dev, courtesy of Pedro Ribeiro . (Closes: #410733.) * Declare (preexisting) compliance with Standards-Version: 3.7.2. -- Aaron M. Ucko Wed, 21 Feb 2007 16:56:13 -0500 fltk1.1 (1.1.7-2) unstable; urgency=low * debian/po/it.po: new Italian Debconf translation for libfltk1.1-dev, thanks to Andrea Bolognani . (Closes: #358191.) * Merge in more fixes from the 1.1 branch, whose likelihood of seeing another upstream release is highly uncertain; bump shlibs requirement because these add two new public methods. * (Build-)depend directly on libgl(u)1-mesa-dev by default (but keep the alternate [build-]dependencies on virtual packages, of course). * Install fluid-32.xpm, and use it as fluid's menu icon. * Move up to debhelper compatibility level 5, and make use of cdbs 0.4.37's automatic -dbg package handling. -- Aaron M. Ucko Sun, 16 Apr 2006 14:34:24 -0400 fltk1.1 (1.1.7-1) unstable; urgency=low * New upstream release; among many other things: - Fixes nonsensical sentence in documentation. (Closes: #341747.) - Documents new foreground()/background() paradigm. (Closes: #343550.) * Enable (newly added) Xinerama support and add an appropriate build dependency. * Build with the default GCC version on all architectures, as g++-4.0 no longer suffers from bug #336463 as of revision 4.0.2-4. (Closes: #342965.) * Generally resynch and tidy up debian/rules. * Rework installation slightly, and install fluid's new .desktop files. * Update version info in pregenerated FLTKConfig.cmake, and stop shipping a redundant copy of FLTKUse.cmake now that it's materialized upstream. * Extend fluid's internationalization to the two new fluid-generated modules (print_panel and template_panel) and attempt (rather conservatively, as I know extremely little Spanish) to bring its Spanish translation up to date. Further assistance, and for that matter a Spanish Debconf translation, would be appreciated. * Resynch with upstream SVN as of Jan. 31, which just adds some belated bugfixes. * Make fltk-config(.in) list indirect dependencies only for --ldstaticflags (vs. --ldflags), and accordingly downgrade most of libfltk1.1-dev's dependencies to suggestions. -- Aaron M. Ucko Wed, 1 Feb 2006 18:02:47 -0500 fltk1.1 (1.1.6-10) unstable; urgency=low * Build with g++-3.4 on mips(el) to work around GCC bug #336463. -- Aaron M. Ucko Sat, 5 Nov 2005 15:01:51 -0500 fltk1.1 (1.1.6-9) unstable; urgency=low * Internationalize fluid and add a Spanish translation, all thanks to Miriam Ruiz. (Closes: #333401.) * Backport upstream patch to use (user-specified) FL_FOREGROUND_COLOR et al. more widely. (Closes: #332489.) * Ship .cmake files (though cmake already supplies FindFLTK.cmake). (Closes: #333245.) -- Aaron M. Ucko Fri, 4 Nov 2005 22:41:43 -0500 fltk1.1 (1.1.6-8) unstable; urgency=low * debian/control: drop long-obsolete alternate (build-)dependencies on ancient versions of xlibs-dev. * debian/po/*: force an update to ensure a proper Report-Msgid-Bugs-To field. * debian/po/sv.po: new Swedish translation, thanks to Daniel Nylander . (Closes: #331473.) * BTW, libfltk1.1-dev's merged templates file should now be encoded in UTF-8 throughout rather than in a hodgepodge of national encodings. -- Aaron M. Ucko Mon, 10 Oct 2005 12:02:06 -0400 fltk1.1 (1.1.6-7) unstable; urgency=medium * Clean up build-dependencies now that the dust from the libglu1c2 fiasco has settled. * Give Fl_Check_Browser an appropriate destructor to keep it from leaking memory. (Closes: #321285, but affected programs may need to be recompiled to get the fix.) -- Aaron M. Ucko Thu, 11 Aug 2005 18:29:23 -0400 fltk1.1 (1.1.6-6) unstable; urgency=low * debian/po/vi.po: add a Vietnamese translation, thanks to Clytie Siddall . (Closes: #314172.) * debian/*: C++ transition. (Closes: #317539.) - libfltk1.1c102 renamed back to libfltk1.1, as no package by that name ever appeared in a release; redundant conflicts dropped. - Make sure to use a post-transition libglu1c2 such as libglu1-xorg. * debian/control: standards-version 3.6.2 (already compliant). -- Aaron M. Ucko Tue, 12 Jul 2005 17:36:12 -0400 fltk1.1 (1.1.6-5) unstable; urgency=medium * Revert previous change, which seems to have been ineffective for some reason, in favor of commenting out the problematic Makefile rule altogether. (Closes: #310151.) * debian/control: Go back to specifying the URL as part of the description rather than via a non-standard field that doesn't seem to have caught on. (Closes: #310240.) -- Aaron M. Ucko Sun, 22 May 2005 13:57:06 -0400 fltk1.1 (1.1.6-4) unstable; urgency=medium * debian/rules: touch configure to avoid trying to run autoconf as part of the build. (This got lost when converting to CDBS years ago; I don't know why it didn't bite any of the many intervening releases.) -- Aaron M. Ucko Fri, 20 May 2005 17:40:16 -0400 fltk1.1 (1.1.6-3) unstable; urgency=medium * debian/po/cs.po: add a Czech translation, thanks to Miroslav Kure . (Closes: #308058.) * debian/po/ja.po: add a Japanese translation, thanks to Atsushi Shimono . (Closes: #309730.) -- Aaron M. Ucko Thu, 19 May 2005 21:17:45 -0400 fltk1.1 (1.1.6-2) unstable; urgency=low * test/*.cxx: Apply patch from Andreas Jochens to fix bogus pointer->int casts, which GCC 4.0 rightly treats as errors on 64-bit systems. (Closes: #284168.) -- Aaron M. Ucko Sat, 4 Dec 2004 12:59:54 -0500 fltk1.1 (1.1.6-1) unstable; urgency=medium * New upstream bugfix release. * Remove oddly named stray po file that accidentally crept in last time. -- Aaron M. Ucko Wed, 24 Nov 2004 11:52:54 -0500 fltk1.1 (1.1.5-2) unstable; urgency=low * debian/po/pt_BR.po: add a Brazilian Portuguese Debconf translation, thanks to Tiago Bortoletto Vaz (Closes: #281459.) * src/fl_font_xft.cxx: kludge in support for using the Xlib code in fl_font_x.cxx as a fallback, for instance to work around bugs such as #277602 and #281203. -- Aaron M. Ucko Tue, 16 Nov 2004 10:44:06 -0500 fltk1.1 (1.1.5-1) unstable; urgency=medium * New upstream release; Debian patches merged forward as usual. * debian/rules: - stop setting DEB_MAKE_INSTALL_TARGET now that upstream supports DESTDIR. - resync OPTIM setting with configure(.ac). -- Aaron M. Ucko Tue, 19 Oct 2004 22:30:05 -0400 fltk1.1 (1.1.4+1.1.5rc3-1) unstable; urgency=low * New upstream release candidate; Debian patches merged forward as usual. -- Aaron M. Ucko Mon, 27 Sep 2004 11:46:22 -0400 fltk1.1 (1.1.4+1.1.5rc2-1) unstable; urgency=low * New upstream release candidate; Debian patches merged forward as usual. * debian/watch: new, in hopes of making DEHS somewhat happier; only marginally useful due to lack of support for release candidates, though. -- Aaron M. Ucko Tue, 27 Jul 2004 21:12:39 -0400 fltk1.1 (1.1.4+1.1.5rc1-3) unstable; urgency=low * debian/control: Make libfltk1.1-dev's description slightly more detailed. * debian/libfltk1.1-dev.config: determine header-links's default by inspecting /usr/include/FL. * debian/libfltk1.1-dev.postrm: remove gratuitous and potentially fragile use of debconf. -- Aaron M. Ucko Mon, 26 Jul 2004 21:08:49 -0400 fltk1.1 (1.1.4+1.1.5rc1-2) unstable; urgency=low * debian/{control,rules}: add a (new-style) libfltk1.1c102-dbg package. * New Debconf translations (debian/po/*.po): - nl [Dutch] by Luk Claes . (Closes: #251243.) - de [German] by Erik Schanze . (Closes: #252724.) -- Aaron M. Ucko Sat, 26 Jun 2004 19:35:37 -0400 fltk1.1 (1.1.4+1.1.5rc1-1) unstable; urgency=low * New upstream release candidate, incorporating the fix for #226014. Remaining patches ported forward (usually trivially). * FL/Makefile.in: revert changes (now handled more cleanly). * debian/libfltk1.1-dev.links: new, for the two header-related links we actually want. * debian/rules: - don't let CDBS pass CFLAGS to configure; FLTK's build system is somewhat idiosyncratic and prefers such settings in OPTIM. - take advantage of configure's new --without-links option. -- Aaron M. Ucko Wed, 14 Apr 2004 21:55:19 -0400 fltk1.1 (1.1.4-6) unstable; urgency=low * The "Oh, so THAT'S where the promised translation went" release. * debian/po/fr.po: new, per Eric Madesclair . (Closes: #232941.) -- Aaron M. Ucko Fri, 26 Mar 2004 23:13:18 -0500 fltk1.1 (1.1.4-5) unstable; urgency=medium * Urgency medium due to fix for FTBFS. * aclocal.m4: Supply Jurij Smakov's AC_PATH_X_CORRECTED et al. from #233969, since FLTK does not use Xt. * configure(.in): Use it. -- Aaron M. Ucko Thu, 11 Mar 2004 19:48:07 -0500 fltk1.1 (1.1.4-4) unstable; urgency=low * debian/changelog: fix thinko in previous entry. (The change was to rules, not changelog!) * debian/control: - adjust X (build-)dependencies per 4.3 reorg. - add libz-dev and libgl(u)-dev as alternatives for the relevant packages. - rework descriptions. * debian/menu: quote all values, restoring Lintian cleanliness. -- Aaron M. Ucko Wed, 3 Mar 2004 11:00:29 -0500 fltk1.1 (1.1.4-3) unstable; urgency=low * debian/libfltk1.1-dev.templates: gettextize despite a lack of translations, as this is apparently a chicken-and-egg situation. * debian/rules: fix DEB_DH_SHLIBDEPS_ARGS. -- Aaron M. Ucko Sun, 8 Feb 2004 09:54:11 -0500 fltk1.1 (1.1.4-2) unstable; urgency=low * debian/control: - (Build-)depend on libxft-dev (>> 2.1.2) rather than libxft2-dev, which is now just a virtual alias. (Closes: #227309.) - Bump build-dependency on debhelper to 4.1.46 per cdbs's advice. * debian/copyright: spell everything out as required. * debian/rules: install CREDITS per above. * documentation/intro.html: remove links to dead mirrors. (Closes: #216039.) * src/Fl_Preferences.cxx: don't bother calling makePathForFile until we actually want to write something. (Closes: #226014.) -- Aaron M. Ucko Wed, 14 Jan 2004 18:17:33 -0500 fltk1.1 (1.1.4-1) unstable; urgency=low * New upstream release. -- Aaron M. Ucko Tue, 9 Sep 2003 11:20:24 -0400 fltk1.1 (1.1.3+1.1.4rc2-2) unstable; urgency=low * fluid: make sure generated color specifications are actual Fl_Colors. (Closes: #207208). * debian/rules: remember to compile with -D_REENTRANT per Policy 10.2. * debian/control: Standards-Version 3.6.1. -- Aaron M. Ucko Mon, 25 Aug 2003 21:01:31 -0400 fltk1.1 (1.1.3+1.1.4rc2-1) unstable; urgency=low * New upstream release candidate, incorporating (among MANY other things) most of our changes, including support for Xft 2. * debian/control: Standards-Version increased to 3.6.0 (no changes needed). -- Aaron M. Ucko Wed, 30 Jul 2003 14:32:56 -0400 fltk1.1 (1.1.3+1.1.4rc1-3) unstable; urgency=low * debian/libfltk1.1-dev.config: increase priority of question to medium, since it seems to be more controversial than anticipated. (See #196003) * debian/rules: clear DEB_MAKE_CHECK_TARGET to avoid breaking with cdbs >= 0.4.3. * src/fl_font_xft.cxx: make sure to set fl_xfont to something valid, albeit not generally the actual requested font, in fl_font(). -- Aaron M. Ucko Sun, 29 Jun 2003 12:41:36 -0400 fltk1.1 (1.1.3+1.1.4rc1-2) unstable; urgency=medium * fluid/Fl_Widget_Type.cxx,src/Fl_Text_Editor.cxx: apply upstream's patch for STR #52 (which ate edits in most cases). -- Aaron M. Ucko Fri, 30 May 2003 11:30:58 -0400 fltk1.1 (1.1.3+1.1.4rc1-1) unstable; urgency=low * New upstream version (1.1.4 release candidate 1). * FL/Makefile.in, debian/libfltk1.1-dev.{config,postinst,postrm,templates}: make deprecated *.h headers optional, via Debconf. (Closes: #179503) * Makefile, makeinclude.in: revert DESTDIR hack. * configure: regenerate with Autoconf 2.57 rather than 2.13, since upstream uses 2.53 and the diff ends up much smaller. * debian/control: bump cdbs build-dep to >= 0.2.8. * debian/rules: - make sure to build libfltk1.1c102's shlibs file before calculating fluid's dependencies. - set DEB_MAKE_INSTALL_TARGET per cdbs 0.2.8. - set version in shlibs file automatically again. * debian/rules.manual: retire. * src/fl_font_xft.cxx: - upstream's fix for gl_font() is Xft1-specific; substitute a much cruder version that at least keeps it from segfaulting. -- Aaron M. Ucko Tue, 27 May 2003 15:44:15 -0400 fltk1.1 (1.1.3-6) unstable; urgency=low * debian/rules: re-add -fPIC (and -W*) back to the misleadingly named OPTIM. -- Aaron M. Ucko Fri, 23 May 2003 08:38:11 -0400 fltk1.1 (1.1.3-5) unstable; urgency=low * Sigh, properly write DEB_DH_MAKESHLIBS_ARGS in debian/rules. -- Aaron M. Ucko Thu, 22 May 2003 23:16:36 -0400 fltk1.1 (1.1.3-4) unstable; urgency=low * Rework DESTDIR handling to avoid breaking fltk-config. -- Aaron M. Ucko Thu, 22 May 2003 22:37:08 -0400 fltk1.1 (1.1.3-3) unstable; urgency=low * Adopted; thanks to Stefan for originally packaging it, and Ray for his recent build fixes. * Makefile: hack in DESTDIR support to make CDBS happy. * debian/control: Note adoption; build-dep on CDBS; bump standards version. * debian/copyright: Note adoption; drop (old) version number from URL. * debian/rules: Convert to CDBS. -- Aaron M. Ucko Thu, 22 May 2003 21:22:35 -0400 fltk1.1 (1.1.3-2.5) unstable; urgency=medium * NMU * [src/Makefile] Changed linking command for libfltk_forms.so, libfltk_images.so and libfltk_gl to get complete inter-library dependency information into them. * [Makefile] Changes several "break"s into "exit 1"s in order not to silently ignore errors. -- J.H.M. Dassen (Ray) Sat, 17 May 2003 11:32:21 +0200 fltk1.1 (1.1.3-2.4) unstable; urgency=medium * NMU. * [debian/rules] Touch configure.in and configure to ensure the build will not invoke autoconf (as the previous upload did on an m68k buildd). * [debian/control] Follow libpng12-0-dev -> libpng12-dev renaming. -- J.H.M. Dassen (Ray) Mon, 12 May 2003 06:21:45 +0200 fltk1.1 (1.1.3-2.3) unstable; urgency=medium * NMU. * [debian/control] Corrected the flwm version number in the Conflicts: line. * [documentation/Makefile] With htmldoc 1.8.23 some errors ((preformatted) text too long) occur but the resulting files are still acceptible - ignore htmldoc's exit code. -- J.H.M. Dassen (Ray) Sun, 11 May 2003 21:28:52 +0200 fltk1.1 (1.1.3-2.2) unstable; urgency=low * NMU again. * Fix Xft2-detection patch to include `xft-config --cflags` in CPPFLAGS to avoid a gratuitous, unlisted build-dependency on libttf2-dev. (Oops.) -- Aaron M. Ucko Thu, 8 May 2003 22:56:19 -0400 fltk1.1 (1.1.3-2.1) unstable; urgency=low * NMU with maintainer's permission. * Persuade to build against libxft2 after all. (Closes: #189467) - Declares forwards and backwards incompatibility with previous versions to be safe. * Change section of libfltk1.1-dev to libdevel. -- Aaron M. Ucko Thu, 17 Apr 2003 22:30:47 -0400 fltk1.1 (1.1.3-2) unstable; urgency=low * Link in libstdc++ dynamically (!) * fix -L path for dh_shlibdeps -- Stefan Schwandter Sat, 15 Mar 2003 16:26:11 +0100 fltk1.1 (1.1.3-1) unstable; urgency=low * New upstream release * Build-Conflicts libxft2-dev, because configure scripts won't use xft if it's installed * Change xlibmesa-dev build dependency to xlibmesa-gl-dev, xlibmesa-glu-dev -- Stefan Schwandter Sat, 15 Mar 2003 14:38:51 +0100 fltk1.1 (1.1.2-2) unstable; urgency=low * Compiled with gcc-3.2, libfltk1.1 -> libfltk1.1c102 * Small fix in copyright file -- Stefan Schwandter Tue, 7 Jan 2003 16:31:27 +0100 fltk1.1 (1.1.2-1) unstable; urgency=low * New upstream release -- Stefan Schwandter Sun, 1 Dec 2002 19:49:59 +0100 fltk1.1 (1.1.1-1) unstable; urgency=low * New upstream release * fltk1.1-doc: Added ps and pdf docs * Install unformatted manpages -- Stefan Schwandter Sun, 27 Oct 2002 23:13:10 +0100 fltk1.1 (1.1.0-4) unstable; urgency=low * debian/control: + removed libgl-dev dependency again + build against libpng12-0-dev -- Stefan Schwandter Sun, 27 Oct 2002 08:53:54 +0100 fltk1.1 (1.1.0-3) unstable; urgency=low * debian/control: + added libgl-dev to libfltk1.1-dev's deps -- Stefan Schwandter Fri, 11 Oct 2002 21:11:25 +0200 fltk1.1 (1.1.0-2) unstable; urgency=low * debian/control: + fix my e-mail address + some Suggests: changes -- Stefan Schwandter Fri, 11 Oct 2002 18:25:34 +0200 fltk1.1 (1.1.0-1) unstable; urgency=low * Initial release (closes: #131427) (closes: #135955) -- Stefan Schwandter Sat, 5 Oct 2002 10:07:26 +0200 debian/libfltk1.1-dev.NEWS0000644000000000000000000000076711447034400012316 0ustar fltk1.1 (1.1.7-4) unstable; urgency=low * To address http://bugs.debian.org/405233 , libfltk_gl.so.1.1 no longer pulls libGLU in automatically, as FLTK proper makes no use of GLU; likewise, fltk-config --ldstaticflags --use-gl no longer lists -lGLU. As such, if your fltk1.1-based application uses libGLU itself, you will need to link against libGLU explicitly. Apologies for any resulting inconvenience. -- Aaron M. Ucko Sun, 22 Apr 2007 15:40:16 -0400 debian/rules0000755000000000000000000000650212267114034010251 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS=hardening=+all CFLAGS := $(shell dpkg-buildflags --get CFLAGS) CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS XCFLAGS = -Wall -Wunused -Wno-format-y2k -fPIE -fno-strict-aliasing DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) libdir = /usr/lib/$(DEB_HOST_MULTIARCH) %: dh $@ override_dh_auto_configure: dh_auto_configure -- CC="$(CC)" CXX="$(CXX)" \ --enable-shared --enable-threads --enable-xft \ --enable-xinerama --libdir=$(libdir) \ $(shell DEB_BUILD_MAINT_OPTIONS=hardening=-all \ dpkg-buildflags --export=configure) mv fltk-config fltk-config.unhardened dh_auto_configure -- CC="$(CC)" CXX="$(CXX)" \ DSOFLAGS="$(filter-out -fPIE -pie,$(LDFLAGS))" \ --enable-shared --enable-threads --enable-xft \ --enable-xinerama --without-links --libdir=$(libdir) override_dh_auto_build: dh_auto_build -- OPTIM="$(CFLAGS) $(XCFLAGS)" STRIP=@: # documentation/Makefile ignores errors from htmldoc, so this command # should be safe to run unconditionally. $(MAKE) -C documentation fltk.pdf fltk.ps override_dh_clean: dh_clean debian/libfltk1.1.symbols.$(DEB_HOST_ARCH) \ fltk-config.unhardened override_dh_auto_install: dh_auto_install mkdir -p debian/tmp/usr/games mkdir -p debian/tmp/usr/lib/fltk mkdir -p debian/tmp/usr/share/applications mkdir -p debian/tmp/usr/share/icons/hicolor/32x32/apps mkdir -p debian/tmp/usr/share/icons/hicolor/128x128/apps mkdir -p debian/tmp/usr/share/man/man6 mkdir -p debian/tmp/usr/share/pixmaps ## fltk1.1-games (installed by hand to be able to add fl prefixes.) for game in blocks checkers sudoku; do \ cp test/$$game debian/tmp/usr/games/fl$$game && \ sed -e 's,Exec=,&/usr/games/fl,; s,Icon=,&fl,; s,Name=,&FLTK ,' \ test/desktop/$$game.desktop \ >debian/tmp/usr/share/applications/fl$$game.desktop && \ cp test/desktop/$$game-32.png \ debian/tmp/usr/share/icons/hicolor/32x32/apps/fl$$game.png && \ cp test/desktop/$$game-128.png \ debian/tmp/usr/share/icons/hicolor/128x128/apps/fl$$game.png && \ sed -e '1s,^\.TH ,&fl,; 3s,^,fl,' documentation/$$game.man \ >debian/tmp/usr/share/man/man6/fl$$game.6 && \ convert test/desktop/$$game-32.png \ debian/tmp/usr/share/pixmaps/fl$$game-32.xpm \ || exit 1; \ done ## libfltk1.1-dev cp CMake/FLTKUse.cmake debian/CMakeCache.txt debian/tmp/usr/lib/fltk sed 's,@libdir@,$(libdir),' debian/FLTKConfig.cmake.in \ >debian/tmp/usr/lib/fltk/FLTKConfig.cmake install fltk-config.unhardened debian/tmp/usr/bin/fltk-config override_dh_installdocs: dh_installdocs -A CREDITS README override_dh_makeshlibs: # On most Debian architectures, 1.1.9-3 was the first version to build # with GCC 4.3, which proceeded to introduce a few new symbols. On # alpha, however, 4.2 remained the default through lenny's release. ifeq ($(DEB_HOST_ARCH),alpha) sed -e 's/1\.1\.9-3~/1.1.10~rc2/' debian/libfltk1.1.symbols \ > debian/libfltk1.1.symbols.$(DEB_HOST_ARCH) endif dh_makeshlibs -V override_dh_strip: dh_strip -Nfltk1.1-games --dbg-package=libfltk1.1-dbg dh_strip -pfltk1.1-games debian/FLTKConfig.cmake.in0000644000000000000000000000226711575523461012503 0ustar #----------------------------------------------------------------------------- # # FLTKConfig.cmake - FLTK CMake configuration file for external projects. # # This file is configured by FLTK and used by the UseFLTK.cmake module # to load FLTK's settings for an external project. # The FLTK source tree. # SET(FLTK_SOURCE_DIR "@FLTK_SOURCE_DIR@") # The FLTK include file directories. SET(FLUID_COMMAND "/usr/bin/fluid") SET(FLTK_EXECUTABLE_DIRS "/usr/bin") SET(FLTK_LIBRARY_DIRS "@libdir@") SET(FLTK_LIBRARIES "fltk_images;fltk_gl;fltk_forms;fltk") SET(FLTK_INCLUDE_DIRS "/usr/include") # The C and C++ flags added by FLTK to the cmake-configured flags. SET(FLTK_REQUIRED_C_FLAGS "") SET(FLTK_REQUIRED_CXX_FLAGS "") # The FLTK version number SET(FLTK_VERSION_MAJOR "1") SET(FLTK_VERSION_MINOR "1") SET(FLTK_VERSION_PATCH "10") # Is FLTK using shared libraries? SET(FLTK_BUILD_SHARED_LIBS "ON") # SET(FLTK_BUILD_SETTINGS_FILE "@FLTK_BUILD_SETTINGS_FILE@") # The location of the UseFLTK.cmake file. SET(FLTK11_USE_FILE "/usr/lib/fltk/FLTKUse.cmake") # # The ExodusII library dependencies. # IF(NOT FLTK_NO_LIBRARY_DEPENDS) # INCLUDE("@FLTK_LIBRARY_DEPENDS_FILE@") # ENDIF(NOT FLTK_NO_LIBRARY_DEPENDS) debian/control0000644000000000000000000000663012267123662010605 0ustar Source: fltk1.1 Section: libs Priority: optional Maintainer: Aaron M. Ucko Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.15.7), imagemagick, libasound2-dev [linux-any], libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libjpeg-dev, libpng-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, zlib1g-dev | libz-dev Build-Depends-Indep: htmldoc Standards-Version: 3.9.5 Homepage: http://www.fltk.org/ Vcs-Git: git://git.debian.org/users/ucko/fltk1.1.git Vcs-Browser: http://git.debian.org/?p=users/ucko/fltk1.1.git;a=summary Package: libfltk1.1-dev Section: libdevel Architecture: any Depends: libfltk1.1 (= ${binary:Version}), libx11-dev, ${misc:Depends} Recommends: libgl1-mesa-dev | libgl-dev Suggests: fltk1.1-doc, fluid, libglu1-mesa-dev | libglu-dev, libjpeg-dev, libpng-dev, libxext-dev, libxft-dev, libxinerama-dev, zlib1g-dev | libz-dev Provides: libfltk-dev Conflicts: libfltk-dev Replaces: libfltk-dev 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. Package: libfltk1.1 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: flwm (<= 1.02-2) Multi-Arch: same Description: Fast Light Toolkit - shared libraries 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. Package: libfltk1.1-dbg Section: debug Priority: extra Architecture: any Depends: libfltk1.1 (= ${binary:Version}), ${misc:Depends} Recommends: gdb Multi-Arch: same Description: Fast Light Toolkit - shared libraries with debugging symbols This package is useful to provide a backtrace with symbol names in a debugger; this facilitates interpretation of core dumps, and aids in finding logic errors in programs using the libraries (or in the libraries themselves). . Non-programmers will likely have little use for this. . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. Package: fltk1.1-doc Section: doc Architecture: all Depends: ${misc:Depends} 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. Package: fltk1.1-games Section: games Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} 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; - flsudoku: Sudoku puzzle (place numbers in a grid). . The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface toolkit originally based on libForms. debian/copyright0000644000000000000000000000707111725766310011136 0ustar This package was originally debianized by Stefan Schwandter on Tue, 14 May 2002 13:55:24 +0200; Aaron M. Ucko now maintains it. It was downloaded from ftp://ftp.easysw.com/pub/fltk. Copyright © 1998-2009 Bill Spitzak (spitzak@users.sourceforge.net) and others, including: Craig P. Earls Curtis Edwards (trilex@users.sourceforge.net) Gustavo Hime (hime@users.sourceforge.net) Talbot Hughes Robert Kesterson (robertk@users.sourceforge.net) Matthias Melcher (matthiaswm@users.sourceforge.net) James Dean Palmer (jamespalmer@users.sourceforge.net) Vincent Penne (vincentp@users.sourceforge.net) Michael Sweet (easysw@users.sourceforge.net) Carl Thompson (clip@users.sourceforge.net) Nafees Bin Zafar (nafees@users.sourceforge.net) 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 to "fltk-bugs@fltk.org". 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 (http://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. Also, the CREDITS file in this directory contains a more complete list of contributors. debian/libfltk1.1-dev.links0000644000000000000000000000016211447034400012647 0ustar usr/include/FL usr/include/Fl usr/include/FL/Fl_File_Chooser.H usr/include/FL/fl_file_chooser.H debian/CMakeCache.txt0000644000000000000000000000037711447034400011637 0ustar # Fake cmake cache (the Debian build uses configure) to appease # CMake's picky FindFLTK.cmake. //Inverted to compensate for FindFLTK.cmake's own inversion(!) FLTK_USE_SYSTEM_JPEG:BOOL=FALSE FLTK_USE_SYSTEM_PNG:BOOL=FALSE FLTK_USE_SYSTEM_ZLIB:BOOL=FALSE debian/libfltk1.1-dev.manpages0000644000000000000000000000006511447034400013324 0ustar documentation/fltk-config.man documentation/fltk.man debian/libfltk1.1.symbols0000644000000000000000000024403612267113170012460 0ustar libfltk.so.1.1 libfltk1.1 #MINVER# * Build-Depends-Package: libfltk1.1-dev FL_NORMAL_SIZE@Base 1.1.6 _Z10fl_descentv@Base 1.1.6 _Z10fl_measurePKcRiS1_i@Base 1.1.6 _Z10fl_messagePKcz@Base 1.1.6 _Z10fl_polygoniiiiii@Base 1.1.6 _Z10fl_polygoniiiiiiii@Base 1.1.6 _Z10resizeformv@Base 1.1.6 _Z11fl_clip_boxiiiiRiS_S_S_@Base 1.1.6 _Z11fl_contrast8Fl_ColorS_@Base 1.1.6 _Z11fl_down_boxiiii8Fl_Color@Base 1.1.6 _Z11fl_draw_box10Fl_Boxtypeiiii8Fl_Color@Base 1.1.6 _Z11fl_end_linev@Base 1.1.6 _Z11fl_end_loopv@Base 1.1.6 _Z11fl_inactive8Fl_Color@Base 1.1.6 _Z11fl_no_labelPK8Fl_Labeliiii8Fl_Align@Base 1.1.6 _Z11fl_open_uriPKcPci@Base 1.1.8~rc1 _Z11fl_passwordPKcS0_z@Base 1.1.6 _Z11fl_pop_clipv@Base 1.1.6 _Z11fl_up_frameiiii8Fl_Color@Base 1.1.6 _Z12fl_fix_focusv@Base 1.1.6 _Z12fl_gray_rampv@Base 1.1.6 _Z12fl_push_clipiiii@Base 1.1.6 _Z12fl_rectboundiiii8Fl_Color@Base 1.1.6 _Z12fl_translatedd@Base 1.1.6 _Z13fl_add_symbolPKcPFv8Fl_ColorEi@Base 1.1.6 _Z13fl_begin_linev@Base 1.1.6 _Z13fl_begin_loopv@Base 1.1.6 _Z13fl_down_frameiiii8Fl_Color@Base 1.1.6 _Z13fl_draw_imagePFvPviiiPhES_iiiii@Base 1.1.6 _Z13fl_draw_imagePKhiiiiii@Base 1.1.6 _Z13fl_end_pointsv@Base 1.1.6 _Z13fl_line_styleiiPc@Base 1.1.6 _Z13fl_pop_matrixv@Base 1.1.6 _Z13fl_read_imagePhiiiii@Base 1.1.6 _Z14fl_clip_regionP8_XRegion@Base 1.1.6 _Z14fl_clip_regionv@Base 1.1.6 _Z14fl_dir_chooserPKcS0_i@Base 1.1.6 _Z14fl_draw_pixmapPKPKcii8Fl_Color@Base 1.1.6 _Z14fl_draw_pixmapPKPcii8Fl_Color@Base 1.1.6 _Z14fl_draw_symbolPKciiii8Fl_Color@Base 1.1.6 _Z14fl_end_polygonv@Base 1.1.6 _Z14fl_mult_matrixdddddd@Base 1.1.6 _Z14fl_not_clippediiii@Base 1.1.6 _Z14fl_parse_colorPKcRhS1_S1_@Base 1.1.6 _Z14fl_push_matrixv@Base 1.1.6 _Z14fl_thin_up_boxiiii8Fl_Color@Base 1.1.6 _Z14fl_throw_focusP9Fl_Widget@Base 1.1.6 _Z14fl_transform_xdd@Base 1.1.6 _Z14fl_transform_ydd@Base 1.1.6 _Z15fl_begin_pointsv@Base 1.1.6 _Z15fl_border_frameiiii8Fl_Color@Base 1.1.6 _Z15fl_embossed_boxiiii8Fl_Color@Base 1.1.6 _Z15fl_engraved_boxiiii8Fl_Color@Base 1.1.6 _Z15fl_file_chooserPKcS0_S0_i@Base 1.1.6 _Z15fl_filename_extPKc@Base 1.1.6 _Z15fl_message_iconv@Base 1.1.6 _Z15fl_normal_labelPK8Fl_Labeliiii8Fl_Align@Base 1.1.6 _Z15fl_old_shortcutPKc@Base 1.1.6 _Z15fl_open_displayP9_XDisplay@Base 1.1.6 _Z15fl_open_displayv@Base 1.1.6 _Z15fl_overlay_rectiiii@Base 1.1.6 _Z15fl_push_no_clipv@Base 1.1.6 _Z15fl_restore_clipv@Base 1.1.6 _Z15fl_return_arrowiiii@Base 1.1.6 _Z15fl_round_up_boxiiii8Fl_Color@Base 1.1.6 _Z15fl_text_drag_meiP15Fl_Text_Display@Base 1.1.6 _Z15fl_transform_dxdd@Base 1.1.6 _Z15fl_transform_dydd@Base 1.1.6 _Z16XRectangleRegioniiii@Base 1.1.6 _Z16fl_begin_polygonv@Base 1.1.6 _Z16fl_close_displayv@Base 1.1.6 _Z16fl_color_average8Fl_ColorS_f@Base 1.1.6 _Z16fl_color_chooserPKcRdS1_S1_@Base 1.1.6 _Z16fl_color_chooserPKcRhS1_S1_@Base 1.1.6 _Z16fl_filename_listPKcPPP6direntPFiS3_S3_E@Base 1.1.6 _Z16fl_filename_namePKc@Base 1.1.6 _Z16fl_overlay_clearv@Base 1.1.6 _Z16fl_show_colormap8Fl_Color@Base 1.1.6 _Z16fl_thin_down_boxiiii8Fl_Color@Base 1.1.6 _Z16fl_thin_up_frameiiii8Fl_Color@Base 1.1.6 _Z16gtk_round_up_boxiiii8Fl_Color@Base 1.1.8~rc1 _Z17fl_create_bitmaskiiPKh@Base 1.1.6 _Z17fl_delete_bitmaskm@Base 1.1.6 _Z17fl_embossed_frameiiii8Fl_Color@Base 1.1.6 _Z17fl_engraved_frameiiii8Fl_Color@Base 1.1.6 _Z17fl_filename_isdirPKc@Base 1.1.6 _Z17fl_filename_matchPKcS0_@Base 1.1.6 _Z17fl_measure_pixmapPKPKcRiS3_@Base 1.1.6 _Z17fl_measure_pixmapPKPcRiS2_@Base 1.1.6 _Z17fl_normal_measurePK8Fl_LabelRiS2_@Base 1.1.6 _Z17fl_round_down_boxiiii8Fl_Color@Base 1.1.6 _Z17fl_shortcut_labeli@Base 1.1.6 _Z18fl_draw_image_monoPFvPviiiPhES_iiiii@Base 1.1.6 _Z18fl_draw_image_monoPKhiiiiii@Base 1.1.6 _Z18fl_filename_expandPciPKc@Base 1.1.6 _Z18fl_filename_setextPciPKc@Base 1.1.6 _Z18fl_latin1_to_localPKci@Base 1.1.8~rc1 _Z18fl_local_to_latin1PKci@Base 1.1.8~rc1 _Z18fl_thin_down_frameiiii8Fl_Color@Base 1.1.6 _Z18gtk_round_down_boxiiii8Fl_Color@Base 1.1.8~rc1 _Z19fl_create_alphamaskiiiiPKh@Base 1.1.6 _Z19fl_destroy_xft_drawm@Base 1.1.6 _Z19fl_internal_boxtype10Fl_BoxtypePFviiii8Fl_ColorE@Base 1.1.6 _Z20fl_filename_absolutePciPKc@Base 1.1.6 _Z20fl_filename_relativePciPKc@Base 1.1.6 _Z20fl_sendClientMessagemmmmmmm@Base 1.1.6 _Z21fl_define_FL_OVAL_BOXv@Base 1.1.6 _Z21fl_local_to_mac_romanPKci@Base 1.1.8~rc1 _Z21fl_mac_roman_to_localPKci@Base 1.1.8~rc1 _Z21fl_transformed_vertexdd@Base 1.1.6 _Z22fl_define_FL_RFLAT_BOXv@Base 1.1.6 _Z22fl_end_complex_polygonv@Base 1.1.6 _Z23fl_define_FL_GTK_UP_BOXv@Base 1.1.8~rc1 _Z23fl_define_FL_SHADOW_BOXv@Base 1.1.6 _Z24_fl_filename_isdir_quickPKc@Base 1.1.8~rc1 _Z24fl_begin_complex_polygonv@Base 1.1.6 _Z24fl_can_do_alpha_blendingv@Base 1.1.8~rc1 _Z24fl_define_FL_DIAMOND_BOXv@Base 1.1.6 _Z24fl_define_FL_ROUNDED_BOXv@Base 1.1.6 _Z24fl_define_FL_RSHADOW_BOXv@Base 1.1.6 _Z24fl_file_chooser_callbackPFvPKcE@Base 1.1.6 _Z24fl_file_chooser_ok_labelPKc@Base 1.1.7 _Z25fl_define_FL_ROUND_UP_BOXv@Base 1.1.6 _Z25fl_define_FL_SHADOW_LABELv@Base 1.1.6 _Z27fl_define_FL_EMBOSSED_LABELv@Base 1.1.6 _Z27fl_define_FL_ENGRAVED_LABELv@Base 1.1.6 _Z27fl_define_FL_PLASTIC_UP_BOXv@Base 1.1.6 _Z6fl_arcddddd@Base 1.1.6 _Z6fl_arciiiidd@Base 1.1.6 _Z6fl_askPKcz@Base 1.1.6 _Z6fl_gapv@Base 1.1.6 _Z6fl_pieiiiidd@Base 1.1.6 _Z7fl_beepi@Base 1.1.6 _Z7fl_drawPKciff@Base 1.1.6 _Z7fl_drawPKcii@Base 1.1.6 _Z7fl_drawPKciii@Base 1.1.6 _Z7fl_drawPKciiii8Fl_AlignP8Fl_Imagei@Base 1.1.6 _Z7fl_drawPKciiii8Fl_AlignPFvS0_iiiEP8Fl_Imagei@Base 1.1.6 _Z7fl_findm@Base 1.1.6 _Z7fl_fontii@Base 1.1.6 _Z7fl_lineiiii@Base 1.1.6 _Z7fl_lineiiiiii@Base 1.1.6 _Z7fl_loopiiiiii@Base 1.1.6 _Z7fl_loopiiiiiiii@Base 1.1.6 _Z7fl_rectiiii@Base 1.1.6 _Z7fl_waitd@Base 1.1.6 _Z8fl_alertPKcz@Base 1.1.6 _Z8fl_arc_iiiiidd@Base 1.1.6 _Z8fl_color8Fl_Color@Base 1.1.6 _Z8fl_colorhhh@Base 1.1.6 _Z8fl_curvedddddddd@Base 1.1.6 _Z8fl_framePKciiii@Base 1.1.6 _Z8fl_inputPKcS0_z@Base 1.1.6 _Z8fl_pointii@Base 1.1.6 _Z8fl_readyv@Base 1.1.6 _Z8fl_rectfiiii8Fl_Color@Base 1.1.6 _Z8fl_rectfiiii@Base 1.1.6 _Z8fl_rectfiiiihhh@Base 1.1.6 _Z8fl_scaled@Base 1.1.6 _Z8fl_scaledd@Base 1.1.6 _Z8fl_widthPKc@Base 1.1.6 _Z8fl_widthPKci@Base 1.1.6 _Z8fl_widthh@Base 1.1.6 _Z9fl_choicePKcS0_S0_S0_z@Base 1.1.6 _Z9fl_circleddd@Base 1.1.6 _Z9fl_cursor9Fl_Cursor8Fl_ColorS0_@Base 1.1.6 _Z9fl_frame2PKciiii@Base 1.1.6 _Z9fl_handleRK7_XEvent@Base 1.1.6 _Z9fl_heightv@Base 1.1.6 _Z9fl_no_boxiiii8Fl_Color@Base 1.1.6 _Z9fl_rotated@Base 1.1.6 _Z9fl_scrolliiiiiiPFvPviiiiES_@Base 1.1.6 _Z9fl_up_boxiiii8Fl_Color@Base 1.1.6 _Z9fl_vertexdd@Base 1.1.6 _Z9fl_xpixel8Fl_Color@Base 1.1.6 _Z9fl_xpixelhhh@Base 1.1.6 _Z9fl_xxfontv@Base 1.1.6 _Z9fl_xylineiii@Base 1.1.6 _Z9fl_xylineiiii@Base 1.1.6 _Z9fl_xylineiiiii@Base 1.1.6 _Z9fl_yxlineiii@Base 1.1.6 _Z9fl_yxlineiiii@Base 1.1.6 _Z9fl_yxlineiiiii@Base 1.1.6 _ZN10Fl_Browser11item_selectEPvi@Base 1.1.6 _ZN10Fl_Browser12linepositionEiNS_16Fl_Line_PositionE@Base 1.1.6 _ZN10Fl_Browser3addEPKcPv@Base 1.1.6 _ZN10Fl_Browser4dataEiPv@Base 1.1.6 _ZN10Fl_Browser4hideEi@Base 1.1.6 _ZN10Fl_Browser4loadEPKc@Base 1.1.6 _ZN10Fl_Browser4moveEii@Base 1.1.6 _ZN10Fl_Browser4showEi@Base 1.1.6 _ZN10Fl_Browser4swapEP8FL_BLINES1_@Base 1.1.6 _ZN10Fl_Browser4swapEii@Base 1.1.6 _ZN10Fl_Browser4textEiPKc@Base 1.1.6 _ZN10Fl_Browser5clearEv@Base 1.1.6 _ZN10Fl_Browser6insertEiP8FL_BLINE@Base 1.1.6 _ZN10Fl_Browser6insertEiPKcPv@Base 1.1.6 _ZN10Fl_Browser6removeEi@Base 1.1.6 _ZN10Fl_Browser6selectEii@Base 1.1.6 _ZN10Fl_Browser7_removeEi@Base 1.1.6 _ZN10Fl_Browser7displayEii@Base 1.1.6 _ZN10Fl_BrowserC1EiiiiPKc@Base 1.1.6 _ZN10Fl_BrowserC2EiiiiPKc@Base 1.1.6 _ZN10Fl_BrowserD0Ev@Base 1.1.6 _ZN10Fl_BrowserD1Ev@Base 1.1.6 _ZN10Fl_BrowserD2Ev@Base 1.1.10-5~ _ZN10Fl_Counter12increment_cbEv@Base 1.1.6 _ZN10Fl_Counter13calc_mouseobjEv@Base 1.1.6 _ZN10Fl_Counter15repeat_callbackEPv@Base 1.1.6 _ZN10Fl_Counter4drawEv@Base 1.1.6 _ZN10Fl_Counter6handleEi@Base 1.1.6 _ZN10Fl_CounterC1EiiiiPKc@Base 1.1.6 _ZN10Fl_CounterC2EiiiiPKc@Base 1.1.6 _ZN10Fl_CounterD0Ev@Base 1.1.6 _ZN10Fl_CounterD1Ev@Base 1.1.6 _ZN10Fl_CounterD2Ev@Base 1.1.6 _ZN10Fl_Tooltip10enter_areaEP9Fl_WidgetiiiiPKc@Base 1.1.6 _ZN10Fl_Tooltip10textcolor_E@Base 1.1.6 _ZN10Fl_Tooltip11hoverdelay_E@Base 1.1.6 _ZN10Fl_Tooltip4exitE@Base 1.1.6 _ZN10Fl_Tooltip5enterE@Base 1.1.6 _ZN10Fl_Tooltip5exit_EP9Fl_Widget@Base 1.1.6 _ZN10Fl_Tooltip5font_E@Base 1.1.6 _ZN10Fl_Tooltip5size_E@Base 1.1.6 _ZN10Fl_Tooltip6color_E@Base 1.1.6 _ZN10Fl_Tooltip6delay_E@Base 1.1.6 _ZN10Fl_Tooltip6enter_EP9Fl_Widget@Base 1.1.6 _ZN10Fl_Tooltip7currentEP9Fl_Widget@Base 1.1.6 _ZN10Fl_Tooltip7widget_E@Base 1.1.6 _ZN10Fl_Tooltip8enabled_E@Base 1.1.6 _ZN10menuwindow10autoscrollEi@Base 1.1.6 _ZN10menuwindow12set_selectedEi@Base 1.1.6 _ZN10menuwindow13find_selectedEii@Base 1.1.6 _ZN10menuwindow4drawEv@Base 1.1.6 _ZN10menuwindow6handleEi@Base 1.1.6 _ZN10menuwindow6titlexEi@Base 1.1.6 _ZN10menuwindow8positionEii@Base 1.1.6 _ZN10menuwindow9drawentryEPK12Fl_Menu_Itemii@Base 1.1.6 _ZN10menuwindow9is_insideEii@Base 1.1.7-2~ _ZN10menuwindowC1EPK12Fl_Menu_ItemiiiiS2_S2_iii@Base 1.1.6 _ZN10menuwindowC2EPK12Fl_Menu_ItemiiiiS2_S2_iii@Base 1.1.6 _ZN10menuwindowD0Ev@Base 1.1.6 _ZN10menuwindowD1Ev@Base 1.1.6 _ZN10menuwindowD2Ev@Base 1.1.6 _ZN11Fl_Adjuster12value_damageEv@Base 1.1.6 _ZN11Fl_Adjuster4drawEv@Base 1.1.6 _ZN11Fl_Adjuster6handleEi@Base 1.1.6 _ZN11Fl_AdjusterC1EiiiiPKc@Base 1.1.6 _ZN11Fl_AdjusterC2EiiiiPKc@Base 1.1.6 _ZN11Fl_AdjusterD0Ev@Base 1.1.6 _ZN11Fl_AdjusterD1Ev@Base 1.1.6 (optional)_ZN11Fl_AdjusterD2Ev@Base 1.1.10-5~ _ZN11Fl_Browser_10update_topEv@Base 1.1.6 _ZN11Fl_Browser_11item_selectEPvi@Base 1.1.6 _ZN11Fl_Browser_11redraw_lineEPv@Base 1.1.6 _ZN11Fl_Browser_11select_onlyEPvi@Base 1.1.6 _ZN11Fl_Browser_16scrollbar_width_E@Base 1.1.6 _ZN11Fl_Browser_4drawEv@Base 1.1.6 _ZN11Fl_Browser_6handleEi@Base 1.1.6 _ZN11Fl_Browser_6resizeEiiii@Base 1.1.6 _ZN11Fl_Browser_6selectEPvii@Base 1.1.6 _ZN11Fl_Browser_7displayEPv@Base 1.1.6 _ZN11Fl_Browser_8deletingEPv@Base 1.1.6 _ZN11Fl_Browser_8deselectEi@Base 1.1.6 _ZN11Fl_Browser_8new_listEv@Base 1.1.6 _ZN11Fl_Browser_8positionEi@Base 1.1.6 _ZN11Fl_Browser_8swappingEPvS0_@Base 1.1.7-2~ _ZN11Fl_Browser_9find_itemEi@Base 1.1.6 _ZN11Fl_Browser_9hpositionEi@Base 1.1.6 _ZN11Fl_Browser_9insertingEPvS0_@Base 1.1.6 _ZN11Fl_Browser_9replacingEPvS0_@Base 1.1.6 (optional)_ZN11Fl_Browser_C1EiiiiPKc@Base 1.1.6 _ZN11Fl_Browser_C2EiiiiPKc@Base 1.1.6 _ZN11Fl_Browser_D0Ev@Base 1.1.6 _ZN11Fl_Browser_D1Ev@Base 1.1.6 (optional)_ZN11Fl_Browser_D2Ev@Base 1.1.9-3~ _ZN11Fl_FontSizeC1EPKc@Base 1.1.6 _ZN11Fl_FontSizeC2EPKc@Base 1.1.6 _ZN11Fl_FontSizeD1Ev@Base 1.1.6 _ZN11Fl_FontSizeD2Ev@Base 1.1.6 _ZN11Fl_Menu_Bar4drawEv@Base 1.1.6 _ZN11Fl_Menu_Bar6handleEi@Base 1.1.6 _ZN11Fl_Menu_BarD0Ev@Base 1.1.6 _ZN11Fl_Menu_BarD1Ev@Base 1.1.6 (optional)_ZN11Fl_Menu_BarD2Ev@Base 1.1.10-5~ _ZN11Fl_Progress4drawEv@Base 1.1.6 _ZN11Fl_ProgressC1EiiiiPKc@Base 1.1.6 _ZN11Fl_ProgressC2EiiiiPKc@Base 1.1.6 _ZN11Fl_ProgressD0Ev@Base 1.1.6 _ZN11Fl_ProgressD1Ev@Base 1.1.6 (optional)_ZN11Fl_ProgressD2Ev@Base 1.1.10-5~ _ZN11Fl_Valuator11handle_dragEd@Base 1.1.6 _ZN11Fl_Valuator12value_damageEv@Base 1.1.6 _ZN11Fl_Valuator14handle_releaseEv@Base 1.1.6 _ZN11Fl_Valuator4stepEd@Base 1.1.6 _ZN11Fl_Valuator5clampEd@Base 1.1.6 _ZN11Fl_Valuator5roundEd@Base 1.1.6 _ZN11Fl_Valuator5valueEd@Base 1.1.6 _ZN11Fl_Valuator6formatEPc@Base 1.1.6 _ZN11Fl_Valuator9incrementEdi@Base 1.1.6 _ZN11Fl_Valuator9precisionEi@Base 1.1.6 _ZN11Fl_Valuator9softclampEd@Base 1.1.6 (optional)_ZN11Fl_ValuatorC1EiiiiPKc@Base 1.1.6 _ZN11Fl_ValuatorC2EiiiiPKc@Base 1.1.6 _ZN11Fl_ValuatorD0Ev@Base 1.1.6 _ZN11Fl_ValuatorD1Ev@Base 1.1.6 (optional)_ZN11Fl_ValuatorD2Ev@Base 1.1.10-5~ _ZN11Flcc_HueBox10handle_keyEi@Base 1.1.6 _ZN11Flcc_HueBox4drawEv@Base 1.1.6 _ZN11Flcc_HueBox6handleEi@Base 1.1.6 _ZN11Flcc_HueBoxD0Ev@Base 1.1.6 _ZN11Flcc_HueBoxD1Ev@Base 1.1.6 (optional)_ZN11Flcc_HueBoxD2Ev@Base 1.1.10-5~ _ZN12Fl_File_Icon3addEs@Base 1.1.6 _ZN12Fl_File_Icon4drawEiiii8Fl_Colori@Base 1.1.6 _ZN12Fl_File_Icon4findEPKci@Base 1.1.6 _ZN12Fl_File_Icon5labelEP9Fl_Widget@Base 1.1.6 _ZN12Fl_File_Icon6first_E@Base 1.1.6 _ZN12Fl_File_Icon9labeltypeEPK8Fl_Labeliiii8Fl_Align@Base 1.1.6 _ZN12Fl_File_IconC1EPKciiPs@Base 1.1.6 _ZN12Fl_File_IconC2EPKciiPs@Base 1.1.6 _ZN12Fl_File_IconD1Ev@Base 1.1.6 _ZN12Fl_File_IconD2Ev@Base 1.1.6 _ZN12Fl_Help_View10add_targetEPKci@Base 1.1.6 _ZN12Fl_Help_View10get_lengthEPKc@Base 1.1.6 _ZN12Fl_Help_View10select_allEv@Base 1.1.8~rc1 _ZN12Fl_Help_View11current_posE@Base 1.1.8~rc1 _ZN12Fl_Help_View11follow_linkEP12Fl_Help_Link@Base 1.1.8~rc1 _ZN12Fl_Help_View12current_viewE@Base 1.1.8~rc1 _ZN12Fl_Help_View12format_tableEPiS0_PKc@Base 1.1.6 _ZN12Fl_Help_View13end_selectionEi@Base 1.1.8~rc1 _ZN12Fl_Help_View14selection_lastE@Base 1.1.8~rc1 _ZN12Fl_Help_View15begin_selectionEv@Base 1.1.8~rc1 _ZN12Fl_Help_View15clear_selectionEv@Base 1.1.8~rc1 _ZN12Fl_Help_View15compare_targetsEPK14Fl_Help_TargetS2_@Base 1.1.6 _ZN12Fl_Help_View15selection_firstE@Base 1.1.8~rc1 _ZN12Fl_Help_View16extend_selectionEv@Base 1.1.8~rc1 _ZN12Fl_Help_View18hv_selection_colorE@Base 1.1.8~rc1 _ZN12Fl_Help_View19selection_drag_lastE@Base 1.1.8~rc1 _ZN12Fl_Help_View19selection_push_lastE@Base 1.1.8~rc1 _ZN12Fl_Help_View20selection_drag_firstE@Base 1.1.8~rc1 _ZN12Fl_Help_View20selection_push_firstE@Base 1.1.8~rc1 _ZN12Fl_Help_View22clear_global_selectionEv@Base 1.1.8~rc1 _ZN12Fl_Help_View23hv_selection_text_colorE@Base 1.1.8~rc1 _ZN12Fl_Help_View4drawEv@Base 1.1.6 _ZN12Fl_Help_View4findEPKci@Base 1.1.6 _ZN12Fl_Help_View4loadEPKc@Base 1.1.6 _ZN12Fl_Help_View5valueEPKc@Base 1.1.6 _ZN12Fl_Help_View6formatEv@Base 1.1.6 _ZN12Fl_Help_View6handleEi@Base 1.1.6 _ZN12Fl_Help_View6resizeEiiii@Base 1.1.6 _ZN12Fl_Help_View7hv_drawEPKcii@Base 1.1.8~rc1 _ZN12Fl_Help_View7mouse_xE@Base 1.1.8~rc1 _ZN12Fl_Help_View7mouse_yE@Base 1.1.8~rc1 (optional)_ZN12Fl_Help_View7popfontERhS0_@Base 1.1.9-3~ _ZN12Fl_Help_View7toplineEPKc@Base 1.1.6 _ZN12Fl_Help_View7toplineEi@Base 1.1.6 _ZN12Fl_Help_View8add_linkEPKciiii@Base 1.1.6 _ZN12Fl_Help_View8do_alignEP13Fl_Help_BlockiiiRi@Base 1.1.6 _ZN12Fl_Help_View8get_attrEPKcS1_Pci@Base 1.1.6 _ZN12Fl_Help_View8leftlineEi@Base 1.1.6 (optional)_ZN12Fl_Help_View8pushfontEhh@Base 1.1.9-3~ _ZN12Fl_Help_View8selectedE@Base 1.1.8~rc1 _ZN12Fl_Help_View9add_blockEPKciiiih@Base 1.1.6 _ZN12Fl_Help_View9draw_modeE@Base 1.1.8~rc1 _ZN12Fl_Help_View9find_linkEii@Base 1.1.8~rc1 _ZN12Fl_Help_View9free_dataEv@Base 1.1.8~rc1 _ZN12Fl_Help_View9get_alignEPKci@Base 1.1.6 _ZN12Fl_Help_View9get_colorEPKc8Fl_Color@Base 1.1.6 _ZN12Fl_Help_View9get_imageEPKcii@Base 1.1.6 _ZN12Fl_Help_ViewC1EiiiiPKc@Base 1.1.6 _ZN12Fl_Help_ViewC2EiiiiPKc@Base 1.1.6 _ZN12Fl_Help_ViewD0Ev@Base 1.1.6 _ZN12Fl_Help_ViewD1Ev@Base 1.1.6 _ZN12Fl_Help_ViewD2Ev@Base 1.1.6 _ZN12Fl_Menu_Item3addEPKciPFvP9Fl_WidgetPvES4_i@Base 1.1.6 _ZN12Fl_Menu_Item7setonlyEv@Base 1.1.6 _ZN12Fl_RGB_Image10desaturateEv@Base 1.1.6 _ZN12Fl_RGB_Image13color_averageE8Fl_Colorf@Base 1.1.6 _ZN12Fl_RGB_Image4copyEii@Base 1.1.6 _ZN12Fl_RGB_Image4drawEiiiiii@Base 1.1.6 _ZN12Fl_RGB_Image5labelEP12Fl_Menu_Item@Base 1.1.6 _ZN12Fl_RGB_Image5labelEP9Fl_Widget@Base 1.1.6 _ZN12Fl_RGB_Image7uncacheEv@Base 1.1.6 _ZN12Fl_RGB_ImageD0Ev@Base 1.1.6 _ZN12Fl_RGB_ImageD1Ev@Base 1.1.6 _ZN12Fl_RGB_ImageD2Ev@Base 1.1.6 _ZN12Fl_Scrollbar10timeout_cbEPv@Base 1.1.6 _ZN12Fl_Scrollbar12increment_cbEv@Base 1.1.6 _ZN12Fl_Scrollbar4drawEv@Base 1.1.6 _ZN12Fl_Scrollbar6handleEi@Base 1.1.6 _ZN12Fl_ScrollbarC1EiiiiPKc@Base 1.1.6 _ZN12Fl_ScrollbarC2EiiiiPKc@Base 1.1.6 _ZN12Fl_ScrollbarD0Ev@Base 1.1.6 _ZN12Fl_ScrollbarD1Ev@Base 1.1.6 _ZN12Fl_ScrollbarD2Ev@Base 1.1.8~rc1 _ZN12Fl_XBM_ImageC1EPKc@Base 1.1.6 _ZN12Fl_XBM_ImageC2EPKc@Base 1.1.6 _ZN12Fl_XBM_ImageD0Ev@Base 1.1.6 _ZN12Fl_XBM_ImageD1Ev@Base 1.1.6 (optional)_ZN12Fl_XBM_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_XPM_ImageC1EPKc@Base 1.1.6 _ZN12Fl_XPM_ImageC2EPKc@Base 1.1.6 _ZN12Fl_XPM_ImageD0Ev@Base 1.1.6 _ZN12Fl_XPM_ImageD1Ev@Base 1.1.6 (optional)_ZN12Fl_XPM_ImageD2Ev@Base 1.1.10-5~ _ZN13Fl_File_Input12draw_buttonsEv@Base 1.1.6 _ZN13Fl_File_Input13handle_buttonEi@Base 1.1.6 _ZN13Fl_File_Input14update_buttonsEv@Base 1.1.6 _ZN13Fl_File_Input4drawEv@Base 1.1.6 _ZN13Fl_File_Input5valueEPKc@Base 1.1.6 _ZN13Fl_File_Input5valueEPKci@Base 1.1.6 _ZN13Fl_File_Input6handleEi@Base 1.1.6 _ZN13Fl_File_InputC1EiiiiPKc@Base 1.1.6 _ZN13Fl_File_InputC2EiiiiPKc@Base 1.1.6 _ZN13Fl_File_InputD0Ev@Base 1.1.6 _ZN13Fl_File_InputD1Ev@Base 1.1.6 (optional)_ZN13Fl_File_InputD2Ev@Base 1.1.10-5~ _ZN13Fl_Positioner4drawEiiii@Base 1.1.6 _ZN13Fl_Positioner4drawEv@Base 1.1.6 _ZN13Fl_Positioner5valueEdd@Base 1.1.6 _ZN13Fl_Positioner6handleEi@Base 1.1.6 _ZN13Fl_Positioner6handleEiiiii@Base 1.1.6 _ZN13Fl_Positioner6xvalueEd@Base 1.1.6 _ZN13Fl_Positioner6yvalueEd@Base 1.1.6 _ZN13Fl_Positioner7xboundsEdd@Base 1.1.6 _ZN13Fl_Positioner7yboundsEdd@Base 1.1.6 _ZN13Fl_PositionerC1EiiiiPKc@Base 1.1.6 _ZN13Fl_PositionerC2EiiiiPKc@Base 1.1.6 _ZN13Fl_PositionerD0Ev@Base 1.1.6 _ZN13Fl_PositionerD1Ev@Base 1.1.6 (optional)_ZN13Fl_PositionerD2Ev@Base 1.1.10-5~ _ZN13Fl_TooltipBox4drawEv@Base 1.1.6 _ZN13Fl_TooltipBox4showEv@Base 1.1.6 _ZN13Fl_TooltipBox6layoutEv@Base 1.1.6 _ZN13Fl_TooltipBoxD0Ev@Base 1.1.6 _ZN13Fl_TooltipBoxD1Ev@Base 1.1.6 (optional)_ZN13Fl_TooltipBoxD2Ev@Base 1.1.10-5~ _ZN13Flcc_ValueBox10handle_keyEi@Base 1.1.6 _ZN13Flcc_ValueBox4drawEv@Base 1.1.6 _ZN13Flcc_ValueBox6handleEi@Base 1.1.6 _ZN13Flcc_ValueBoxD0Ev@Base 1.1.6 _ZN13Flcc_ValueBoxD1Ev@Base 1.1.6 (optional)_ZN13Flcc_ValueBoxD2Ev@Base 1.1.10-5~ _ZN14Fl_Menu_Button4drawEv@Base 1.1.6 _ZN14Fl_Menu_Button5popupEv@Base 1.1.6 _ZN14Fl_Menu_Button6handleEi@Base 1.1.6 _ZN14Fl_Menu_ButtonC1EiiiiPKc@Base 1.1.6 _ZN14Fl_Menu_ButtonC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Menu_ButtonD0Ev@Base 1.1.6 _ZN14Fl_Menu_ButtonD1Ev@Base 1.1.6 (optional)_ZN14Fl_Menu_ButtonD2Ev@Base 1.1.10-5~ _ZN14Fl_Menu_Window4hideEv@Base 1.1.6 _ZN14Fl_Menu_Window4showEv@Base 1.1.6 _ZN14Fl_Menu_Window5eraseEv@Base 1.1.6 _ZN14Fl_Menu_Window5flushEv@Base 1.1.6 _ZN14Fl_Menu_WindowD0Ev@Base 1.1.6 _ZN14Fl_Menu_WindowD1Ev@Base 1.1.6 _ZN14Fl_Menu_WindowD2Ev@Base 1.1.6 _ZN14Fl_Multi_Label5labelEP12Fl_Menu_Item@Base 1.1.6 _ZN14Fl_Multi_Label5labelEP9Fl_Widget@Base 1.1.6 _ZN14Fl_Preferences10nameBufferE@Base 1.1.6 _ZN14Fl_Preferences11deleteEntryEPKc@Base 1.1.6 _ZN14Fl_Preferences11deleteGroupEPKc@Base 1.1.6 _ZN14Fl_Preferences11entryExistsEPKc@Base 1.1.6 _ZN14Fl_Preferences11groupExistsEPKc@Base 1.1.6 _ZN14Fl_Preferences15getUserdataPathEPci@Base 1.1.6 _ZN14Fl_Preferences3getEPKcPcS1_i@Base 1.1.6 _ZN14Fl_Preferences3getEPKcPvPKvii@Base 1.1.6 _ZN14Fl_Preferences3getEPKcRPcS1_@Base 1.1.6 _ZN14Fl_Preferences3getEPKcRPvPKvi@Base 1.1.6 _ZN14Fl_Preferences3getEPKcRdd@Base 1.1.6 _ZN14Fl_Preferences3getEPKcRff@Base 1.1.6 _ZN14Fl_Preferences3getEPKcRii@Base 1.1.6 _ZN14Fl_Preferences3setEPKcPKvi@Base 1.1.6 _ZN14Fl_Preferences3setEPKcS1_@Base 1.1.6 _ZN14Fl_Preferences3setEPKcd@Base 1.1.6 _ZN14Fl_Preferences3setEPKcdi@Base 1.1.8~rc1 _ZN14Fl_Preferences3setEPKcf@Base 1.1.6 _ZN14Fl_Preferences3setEPKcfi@Base 1.1.8~rc1 _ZN14Fl_Preferences3setEPKci@Base 1.1.6 _ZN14Fl_Preferences4NameC1EPKcz@Base 1.1.6 _ZN14Fl_Preferences4NameC1Ej@Base 1.1.6 _ZN14Fl_Preferences4NameC2EPKcz@Base 1.1.6 _ZN14Fl_Preferences4NameC2Ej@Base 1.1.6 _ZN14Fl_Preferences4NameD1Ev@Base 1.1.6 _ZN14Fl_Preferences4NameD2Ev@Base 1.1.6 _ZN14Fl_Preferences4Node11deleteEntryEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node12lastEntrySetE@Base 1.1.6 _ZN14Fl_Preferences4Node3addEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node3getEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node3setEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node3setEPKcS2_@Base 1.1.6 _ZN14Fl_Preferences4Node4findEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node5childEi@Base 1.1.6 _ZN14Fl_Preferences4Node5dirtyEv@Base 1.1.6 _ZN14Fl_Preferences4Node5writeEP8_IO_FILE@Base 1.1.6 _ZN14Fl_Preferences4Node6removeEv@Base 1.1.6 _ZN14Fl_Preferences4Node6searchEPKci@Base 1.1.6 _ZN14Fl_Preferences4Node8addChildEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node8getEntryEPKc@Base 1.1.6 _ZN14Fl_Preferences4Node9nChildrenEv@Base 1.1.6 _ZN14Fl_Preferences4Node9setParentEPS0_@Base 1.1.6 _ZN14Fl_Preferences4NodeC1EPKc@Base 1.1.6 _ZN14Fl_Preferences4NodeC2EPKc@Base 1.1.6 _ZN14Fl_Preferences4NodeD1Ev@Base 1.1.6 _ZN14Fl_Preferences4NodeD2Ev@Base 1.1.6 _ZN14Fl_Preferences4sizeEPKc@Base 1.1.6 _ZN14Fl_Preferences5entryEi@Base 1.1.6 _ZN14Fl_Preferences5flushEv@Base 1.1.6 _ZN14Fl_Preferences5groupEi@Base 1.1.6 _ZN14Fl_Preferences6groupsEv@Base 1.1.6 _ZN14Fl_Preferences7entriesEv@Base 1.1.6 _ZN14Fl_Preferences8RootNode4readEv@Base 1.1.6 _ZN14Fl_Preferences8RootNode5writeEv@Base 1.1.6 _ZN14Fl_Preferences8RootNode7getPathEPci@Base 1.1.6 _ZN14Fl_Preferences8RootNodeC1EPS_NS_4RootEPKcS4_@Base 1.1.6 _ZN14Fl_Preferences8RootNodeC1EPS_PKcS3_S3_@Base 1.1.6 _ZN14Fl_Preferences8RootNodeC2EPS_NS_4RootEPKcS4_@Base 1.1.6 _ZN14Fl_Preferences8RootNodeC2EPS_PKcS3_S3_@Base 1.1.6 _ZN14Fl_Preferences8RootNodeD1Ev@Base 1.1.6 _ZN14Fl_Preferences8RootNodeD2Ev@Base 1.1.6 _ZN14Fl_PreferencesC1ENS_4RootEPKcS2_@Base 1.1.6 _ZN14Fl_PreferencesC1EPKcS1_S1_@Base 1.1.6 _ZN14Fl_PreferencesC1EPS_PKc@Base 1.1.6 _ZN14Fl_PreferencesC1ERS_PKc@Base 1.1.6 _ZN14Fl_PreferencesC2ENS_4RootEPKcS2_@Base 1.1.6 _ZN14Fl_PreferencesC2EPKcS1_S1_@Base 1.1.6 _ZN14Fl_PreferencesC2EPS_PKc@Base 1.1.6 _ZN14Fl_PreferencesC2ERS_PKc@Base 1.1.6 _ZN14Fl_PreferencesD1Ev@Base 1.1.6 _ZN14Fl_PreferencesD2Ev@Base 1.1.6 _ZN14Fl_Text_Buffer10insertfileEPKcii@Base 1.1.6 _ZN14Fl_Text_Buffer10line_startEi@Base 1.1.6 _ZN14Fl_Text_Buffer10outputfileEPKciii@Base 1.1.6 _ZN14Fl_Text_Buffer10skip_linesEii@Base 1.1.6 _ZN14Fl_Text_Buffer10text_rangeEii@Base 1.1.6 _ZN14Fl_Text_Buffer10word_startEi@Base 1.1.6 _ZN14Fl_Text_Buffer11count_linesEii@Base 1.1.6 _ZN14Fl_Text_Buffer11unhighlightEv@Base 1.1.6 _ZN14Fl_Text_Buffer12rewind_linesEii@Base 1.1.6 _ZN14Fl_Text_Buffer12tab_distanceEi@Base 1.1.6 _ZN14Fl_Text_Buffer13insert_columnEiiPKcPiS2_@Base 1.1.6 _ZN14Fl_Text_Buffer14highlight_textEv@Base 1.1.6 _ZN14Fl_Text_Buffer14insert_column_EiiPKcPiS2_S2_@Base 1.1.6 _ZN14Fl_Text_Buffer14search_forwardEiPKcPii@Base 1.1.6 _ZN14Fl_Text_Buffer14selection_textEv@Base 1.1.6 _ZN14Fl_Text_Buffer15character_widthEciic@Base 1.1.6 _ZN14Fl_Text_Buffer15search_backwardEiPKcPii@Base 1.1.6 _ZN14Fl_Text_Buffer15selection_text_EP17Fl_Text_Selection@Base 1.1.6 _ZN14Fl_Text_Buffer16expand_characterEciPcic@Base 1.1.6 _ZN14Fl_Text_Buffer16expand_characterEiiPc@Base 1.1.6 _ZN14Fl_Text_Buffer16findchar_forwardEicPi@Base 1.1.6 _ZN14Fl_Text_Buffer16remove_selectionEv@Base 1.1.6 _ZN14Fl_Text_Buffer16secondary_selectEii@Base 1.1.6 _ZN14Fl_Text_Buffer17clear_rectangularEiiii@Base 1.1.6 _ZN14Fl_Text_Buffer17findchar_backwardEicPi@Base 1.1.6 _ZN14Fl_Text_Buffer17findchars_forwardEiPKcPi@Base 1.1.6 _ZN14Fl_Text_Buffer17remove_selection_EP17Fl_Text_Selection@Base 1.1.6 _ZN14Fl_Text_Buffer17replace_selectionEPKc@Base 1.1.6 _ZN14Fl_Text_Buffer17text_in_rectangleEiiii@Base 1.1.6 _ZN14Fl_Text_Buffer17update_selectionsEiii@Base 1.1.6 _ZN14Fl_Text_Buffer18findchars_backwardEiPKcPi@Base 1.1.6 _ZN14Fl_Text_Buffer18highlight_positionEPiS0_@Base 1.1.8~rc1 _ZN14Fl_Text_Buffer18highlight_positionEPiS0_S0_S0_S0_@Base 1.1.6 _ZN14Fl_Text_Buffer18remove_rectangularEiiii@Base 1.1.6 _ZN14Fl_Text_Buffer18replace_selection_EP17Fl_Text_SelectionPKc@Base 1.1.6 _ZN14Fl_Text_Buffer18secondary_unselectEv@Base 1.1.6 _ZN14Fl_Text_Buffer18select_rectangularEiiii@Base 1.1.6 _ZN14Fl_Text_Buffer18selection_positionEPiS0_@Base 1.1.6 _ZN14Fl_Text_Buffer18selection_positionEPiS0_S0_S0_S0_@Base 1.1.6 _ZN14Fl_Text_Buffer19add_modify_callbackEPFviiiiPKcPvES2_@Base 1.1.6 _ZN14Fl_Text_Buffer19overlay_rectangularEiiiPKcPiS2_@Base 1.1.6 _ZN14Fl_Text_Buffer19reallocate_with_gapEii@Base 1.1.6 _ZN14Fl_Text_Buffer19redisplay_selectionEP17Fl_Text_SelectionS1_@Base 1.1.6 _ZN14Fl_Text_Buffer19remove_rectangular_EiiiiPiS0_@Base 1.1.6 _ZN14Fl_Text_Buffer19replace_rectangularEiiiiPKc@Base 1.1.6 _ZN14Fl_Text_Buffer20overlay_rectangular_EiiiPKcPiS2_S2_@Base 1.1.6 _ZN14Fl_Text_Buffer21call_modify_callbacksEiiiiPKc@Base 1.1.6 _ZN14Fl_Text_Buffer21highlight_rectangularEiiii@Base 1.1.6 _ZN14Fl_Text_Buffer22add_predelete_callbackEPFviiPvES0_@Base 1.1.6 _ZN14Fl_Text_Buffer22remove_modify_callbackEPFviiiiPKcPvES2_@Base 1.1.6 _ZN14Fl_Text_Buffer24call_predelete_callbacksEii@Base 1.1.6 _ZN14Fl_Text_Buffer24secondary_selection_textEv@Base 1.1.6 _ZN14Fl_Text_Buffer25remove_predelete_callbackEPFviiPvES0_@Base 1.1.6 _ZN14Fl_Text_Buffer25skip_displayed_charactersEii@Base 1.1.6 _ZN14Fl_Text_Buffer26count_displayed_charactersEii@Base 1.1.6 _ZN14Fl_Text_Buffer26remove_secondary_selectionEv@Base 1.1.6 _ZN14Fl_Text_Buffer26substitute_null_charactersEPci@Base 1.1.6 _ZN14Fl_Text_Buffer27replace_secondary_selectionEPKc@Base 1.1.6 _ZN14Fl_Text_Buffer28secondary_select_rectangularEiiii@Base 1.1.6 _ZN14Fl_Text_Buffer28secondary_selection_positionEPiS0_@Base 1.1.8~rc1 _ZN14Fl_Text_Buffer28secondary_selection_positionEPiS0_S0_S0_S0_@Base 1.1.6 _ZN14Fl_Text_Buffer28unsubstitute_null_charactersEPc@Base 1.1.6 _ZN14Fl_Text_Buffer32rectangular_selection_boundariesEiiiPiS0_@Base 1.1.6 _ZN14Fl_Text_Buffer4copyEPS_iii@Base 1.1.6 _ZN14Fl_Text_Buffer4textEPKc@Base 1.1.6 _ZN14Fl_Text_Buffer4textEv@Base 1.1.6 _ZN14Fl_Text_Buffer4undoEPi@Base 1.1.6 _ZN14Fl_Text_Buffer6insertEiPKc@Base 1.1.6 _ZN14Fl_Text_Buffer6removeEii@Base 1.1.6 _ZN14Fl_Text_Buffer6selectEii@Base 1.1.6 _ZN14Fl_Text_Buffer7canUndoEc@Base 1.1.6 _ZN14Fl_Text_Buffer7insert_EiPKc@Base 1.1.6 _ZN14Fl_Text_Buffer7remove_Eii@Base 1.1.6 _ZN14Fl_Text_Buffer7replaceEiiPKc@Base 1.1.6 _ZN14Fl_Text_Buffer8line_endEi@Base 1.1.6 _ZN14Fl_Text_Buffer8move_gapEi@Base 1.1.6 _ZN14Fl_Text_Buffer8unselectEv@Base 1.1.6 _ZN14Fl_Text_Buffer8word_endEi@Base 1.1.6 _ZN14Fl_Text_Buffer9characterEi@Base 1.1.6 _ZN14Fl_Text_Buffer9highlightEii@Base 1.1.6 _ZN14Fl_Text_Buffer9line_textEi@Base 1.1.6 _ZN14Fl_Text_BufferC1Ei@Base 1.1.6 _ZN14Fl_Text_BufferC2Ei@Base 1.1.6 _ZN14Fl_Text_BufferD1Ev@Base 1.1.6 _ZN14Fl_Text_BufferD2Ev@Base 1.1.6 _ZN14Fl_Text_Editor10handle_keyEv@Base 1.1.6 _ZN14Fl_Text_Editor10kf_defaultEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor10kf_page_upEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor11kf_c_s_moveEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor12kf_backspaceEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor12kf_ctrl_moveEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor12kf_page_downEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor13kf_select_allEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor13kf_shift_moveEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor15add_key_bindingEiiPFiiPS_EPPNS_11Key_BindingE@Base 1.1.6 _ZN14Fl_Text_Editor17maybe_do_callbackEv@Base 1.1.6 _ZN14Fl_Text_Editor18bound_key_functionEiiPNS_11Key_BindingE@Base 1.1.6 _ZN14Fl_Text_Editor18remove_key_bindingEiiPPNS_11Key_BindingE@Base 1.1.6 _ZN14Fl_Text_Editor19global_key_bindingsE@Base 1.1.6 _ZN14Fl_Text_Editor23remove_all_key_bindingsEPPNS_11Key_BindingE@Base 1.1.6 _ZN14Fl_Text_Editor24add_default_key_bindingsEPPNS_11Key_BindingE@Base 1.1.6 _ZN14Fl_Text_Editor5kf_upEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor6handleEi@Base 1.1.6 _ZN14Fl_Text_Editor6kf_cutEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor6kf_endEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor7kf_copyEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor7kf_downEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor7kf_homeEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor7kf_leftEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor7kf_moveEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor7kf_undoEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor8kf_enterEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor8kf_pasteEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor8kf_rightEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor9kf_deleteEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor9kf_ignoreEiPS_@Base 1.1.6 _ZN14Fl_Text_Editor9kf_insertEiPS_@Base 1.1.6 _ZN14Fl_Text_EditorC1EiiiiPKc@Base 1.1.6 _ZN14Fl_Text_EditorC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Text_EditorD0Ev@Base 1.1.6 _ZN14Fl_Text_EditorD1Ev@Base 1.1.6 (optional)_ZN14Fl_Text_EditorD2Ev@Base 1.1.10-5~ _ZN14Fl_Tiled_Image10desaturateEv@Base 1.1.6 _ZN14Fl_Tiled_Image13color_averageE8Fl_Colorf@Base 1.1.6 _ZN14Fl_Tiled_Image4copyEii@Base 1.1.6 _ZN14Fl_Tiled_Image4drawEiiiiii@Base 1.1.6 _ZN14Fl_Tiled_ImageC1EP8Fl_Imageii@Base 1.1.6 _ZN14Fl_Tiled_ImageC2EP8Fl_Imageii@Base 1.1.6 _ZN14Fl_Tiled_ImageD0Ev@Base 1.1.6 _ZN14Fl_Tiled_ImageD1Ev@Base 1.1.6 _ZN14Fl_Tiled_ImageD2Ev@Base 1.1.6 _ZN14Fl_Value_Input12value_damageEv@Base 1.1.6 _ZN14Fl_Value_Input4drawEv@Base 1.1.6 _ZN14Fl_Value_Input6handleEi@Base 1.1.6 _ZN14Fl_Value_Input6resizeEiiii@Base 1.1.6 _ZN14Fl_Value_Input8input_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN14Fl_Value_InputC1EiiiiPKc@Base 1.1.6 _ZN14Fl_Value_InputC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Value_InputD0Ev@Base 1.1.6 _ZN14Fl_Value_InputD1Ev@Base 1.1.6 (optional)_ZN14Fl_Value_InputD2Ev@Base 1.1.10-5~ _ZN15Fl_Check_ButtonC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Check_ButtonC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Check_ButtonD0Ev@Base 1.1.6 _ZN15Fl_Check_ButtonD1Ev@Base 1.1.6 (optional)_ZN15Fl_Check_ButtonD2Ev@Base 1.1.10-5~ _ZN15Fl_Clock_Output4drawEiiii@Base 1.1.6 _ZN15Fl_Clock_Output4drawEv@Base 1.1.6 _ZN15Fl_Clock_Output5valueEiii@Base 1.1.6 _ZN15Fl_Clock_Output5valueEm@Base 1.1.6 _ZN15Fl_Clock_Output9drawhandsE8Fl_ColorS0_@Base 1.1.6 _ZN15Fl_Clock_OutputC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Clock_OutputC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Clock_OutputD0Ev@Base 1.1.6 _ZN15Fl_Clock_OutputD1Ev@Base 1.1.6 (optional)_ZN15Fl_Clock_OutputD2Ev@Base 1.1.10-5~ _ZN15Fl_File_Browser4loadEPKcPFiPP6direntS4_E@Base 1.1.6 _ZN15Fl_File_Browser6filterEPKc@Base 1.1.6 _ZN15Fl_File_BrowserC1EiiiiPKc@Base 1.1.6 _ZN15Fl_File_BrowserC2EiiiiPKc@Base 1.1.6 _ZN15Fl_File_BrowserD0Ev@Base 1.1.6 _ZN15Fl_File_BrowserD1Ev@Base 1.1.6 (optional)_ZN15Fl_File_BrowserD2Ev@Base 1.1.10-5~ _ZN15Fl_File_Chooser10cb_favListEP15Fl_File_BrowserPv@Base 1.1.6 _ZN15Fl_File_Chooser10fileListCBEv@Base 1.1.6 _ZN15Fl_File_Chooser10fileNameCBEv@Base 1.1.6 _ZN15Fl_File_Chooser10save_labelE@Base 1.1.7 _ZN15Fl_File_Chooser10show_labelE@Base 1.1.6 _ZN15Fl_File_Chooser11cb_fileListEP15Fl_File_BrowserPv@Base 1.1.6 _ZN15Fl_File_Chooser11cb_fileNameEP13Fl_File_InputPv@Base 1.1.6 _ZN15Fl_File_Chooser11cb_okButtonEP16Fl_Return_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser11cb_window_iEP16Fl_Double_WindowPv@Base 1.1.7 _ZN15Fl_File_Chooser11favoritesCBEP9Fl_Widget@Base 1.1.6 _ZN15Fl_File_Chooser12cb_favList_iEP15Fl_File_BrowserPv@Base 1.1.7 _ZN15Fl_File_Chooser12cb_newButtonEP9Fl_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser12filter_valueEi@Base 1.1.6 _ZN15Fl_File_Chooser12filter_valueEv@Base 1.1.6 _ZN15Fl_File_Chooser12showChoiceCBEv@Base 1.1.6 _ZN15Fl_File_Chooser13cb_fileList_iEP15Fl_File_BrowserPv@Base 1.1.7 _ZN15Fl_File_Chooser13cb_fileName_iEP13Fl_File_InputPv@Base 1.1.7 _ZN15Fl_File_Chooser13cb_okButton_iEP16Fl_Return_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser13cb_showChoiceEP9Fl_ChoicePv@Base 1.1.6 _ZN15Fl_File_Chooser13preview_labelE@Base 1.1.6 _ZN15Fl_File_Chooser14cb_favOkButtonEP16Fl_Return_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser14cb_favUpButtonEP9Fl_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser14cb_newButton_iEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser14filename_labelE@Base 1.1.6 _ZN15Fl_File_Chooser14update_previewEv@Base 1.1.6 _ZN15Fl_File_Chooser15all_files_labelE@Base 1.1.6 _ZN15Fl_File_Chooser15cb_cancelButtonEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser15cb_showChoice_iEP9Fl_ChoicePv@Base 1.1.7 _ZN15Fl_File_Chooser15favorites_labelE@Base 1.1.6 _ZN15Fl_File_Chooser16cb_favDownButtonEP9Fl_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser16cb_favOkButton_iEP16Fl_Return_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser16cb_favUpButton_iEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser16cb_previewButtonEP15Fl_Check_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser16update_favoritesEv@Base 1.1.6 _ZN15Fl_File_Chooser17cb_cancelButton_iEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser17favoritesButtonCBEv@Base 1.1.6 _ZN15Fl_File_Chooser17filesystems_labelE@Base 1.1.6 _ZN15Fl_File_Chooser18cb_favCancelButtonEP9Fl_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser18cb_favDeleteButtonEP9Fl_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser18cb_favDownButton_iEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser18cb_favoritesButtonEP14Fl_Menu_ButtonPv@Base 1.1.6 _ZN15Fl_File_Chooser18cb_previewButton_iEP15Fl_Check_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser19add_favorites_labelE@Base 1.1.6 _ZN15Fl_File_Chooser19custom_filter_labelE@Base 1.1.6 _ZN15Fl_File_Chooser19existing_file_labelE@Base 1.1.6 _ZN15Fl_File_Chooser19new_directory_labelE@Base 1.1.6 _ZN15Fl_File_Chooser20cb_favCancelButton_iEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser20cb_favDeleteButton_iEP9Fl_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser20cb_favoritesButton_iEP14Fl_Menu_ButtonPv@Base 1.1.7 _ZN15Fl_File_Chooser20rescan_keep_filenameEv@Base 1.1.7-2~ _ZN15Fl_File_Chooser21new_directory_tooltipE@Base 1.1.6 _ZN15Fl_File_Chooser22manage_favorites_labelE@Base 1.1.6 _ZN15Fl_File_Chooser3cb_EP7Fl_TilePv@Base 1.1.6 _ZN15Fl_File_Chooser4hideEv@Base 1.1.6 _ZN15Fl_File_Chooser4showEv@Base 1.1.6 _ZN15Fl_File_Chooser4sortE@Base 1.1.6 _ZN15Fl_File_Chooser4typeEi@Base 1.1.6 _ZN15Fl_File_Chooser4typeEv@Base 1.1.6 _ZN15Fl_File_Chooser5cb__iEP7Fl_TilePv@Base 1.1.7 _ZN15Fl_File_Chooser5colorE8Fl_Color@Base 1.1.6 _ZN15Fl_File_Chooser5colorEv@Base 1.1.6 _ZN15Fl_File_Chooser5countEv@Base 1.1.6 _ZN15Fl_File_Chooser5labelEPKc@Base 1.1.6 _ZN15Fl_File_Chooser5labelEv@Base 1.1.6 _ZN15Fl_File_Chooser5shownEv@Base 1.1.6 _ZN15Fl_File_Chooser5valueEPKc@Base 1.1.6 _ZN15Fl_File_Chooser5valueEi@Base 1.1.6 _ZN15Fl_File_Chooser6filterEPKc@Base 1.1.6 _ZN15Fl_File_Chooser6filterEv@Base 1.1.6 _ZN15Fl_File_Chooser6newdirEv@Base 1.1.6 _ZN15Fl_File_Chooser6prefs_E@Base 1.1.6 _ZN15Fl_File_Chooser6rescanEv@Base 1.1.6 _ZN15Fl_File_Chooser7previewEi@Base 1.1.6 _ZN15Fl_File_Chooser7visibleEv@Base 1.1.6 _ZN15Fl_File_Chooser8callbackEPFvPS_PvES1_@Base 1.1.6 _ZN15Fl_File_Chooser8iconsizeEh@Base 1.1.6 _ZN15Fl_File_Chooser8iconsizeEv@Base 1.1.6 _ZN15Fl_File_Chooser8ok_labelEPKc@Base 1.1.7 _ZN15Fl_File_Chooser8ok_labelEv@Base 1.1.7 _ZN15Fl_File_Chooser8textfontEh@Base 1.1.6 _ZN15Fl_File_Chooser8textfontEv@Base 1.1.6 _ZN15Fl_File_Chooser8textsizeEh@Base 1.1.6 _ZN15Fl_File_Chooser8textsizeEv@Base 1.1.6 _ZN15Fl_File_Chooser9cb_windowEP16Fl_Double_WindowPv@Base 1.1.6 _ZN15Fl_File_Chooser9directoryEPKc@Base 1.1.6 _ZN15Fl_File_Chooser9directoryEv@Base 1.1.6 _ZN15Fl_File_Chooser9previewCBEPS_@Base 1.1.6 _ZN15Fl_File_Chooser9textcolorE8Fl_Color@Base 1.1.6 _ZN15Fl_File_Chooser9textcolorEv@Base 1.1.6 _ZN15Fl_File_Chooser9user_dataEPv@Base 1.1.7 _ZN15Fl_File_ChooserC1EPKcS1_iS1_@Base 1.1.6 _ZN15Fl_File_ChooserC2EPKcS1_iS1_@Base 1.1.6 _ZN15Fl_File_ChooserD1Ev@Base 1.1.6 _ZN15Fl_File_ChooserD2Ev@Base 1.1.6 _ZN15Fl_Light_Button4drawEv@Base 1.1.6 _ZN15Fl_Light_Button6handleEi@Base 1.1.6 _ZN15Fl_Light_ButtonC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Light_ButtonC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Light_ButtonD0Ev@Base 1.1.6 _ZN15Fl_Light_ButtonD1Ev@Base 1.1.6 (optional)_ZN15Fl_Light_ButtonD2Ev@Base 1.1.10-5~ _ZN15Fl_Round_ButtonC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Round_ButtonC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Round_ButtonD0Ev@Base 1.1.6 _ZN15Fl_Round_ButtonD1Ev@Base 1.1.6 (optional)_ZN15Fl_Round_ButtonD2Ev@Base 1.1.10-5~ _ZN15Fl_Shared_Image10desaturateEv@Base 1.1.6 _ZN15Fl_Shared_Image10num_imagesEv@Base 1.1.6 _ZN15Fl_Shared_Image11add_handlerEPFP8Fl_ImagePKcPhiE@Base 1.1.6 _ZN15Fl_Shared_Image11num_images_E@Base 1.1.6 _ZN15Fl_Shared_Image13alloc_images_E@Base 1.1.6 _ZN15Fl_Shared_Image13color_averageE8Fl_Colorf@Base 1.1.6 _ZN15Fl_Shared_Image13num_handlers_E@Base 1.1.6 _ZN15Fl_Shared_Image14remove_handlerEPFP8Fl_ImagePKcPhiE@Base 1.1.6 _ZN15Fl_Shared_Image15alloc_handlers_E@Base 1.1.6 _ZN15Fl_Shared_Image3addEv@Base 1.1.6 _ZN15Fl_Shared_Image3getEPKcii@Base 1.1.6 _ZN15Fl_Shared_Image4copyEii@Base 1.1.6 _ZN15Fl_Shared_Image4drawEiiiiii@Base 1.1.6 _ZN15Fl_Shared_Image4findEPKcii@Base 1.1.6 _ZN15Fl_Shared_Image6imagesEv@Base 1.1.6 _ZN15Fl_Shared_Image6reloadEv@Base 1.1.6 _ZN15Fl_Shared_Image6updateEv@Base 1.1.6 _ZN15Fl_Shared_Image7compareEPPS_S1_@Base 1.1.6 _ZN15Fl_Shared_Image7images_E@Base 1.1.6 _ZN15Fl_Shared_Image7releaseEv@Base 1.1.6 _ZN15Fl_Shared_Image7uncacheEv@Base 1.1.6 _ZN15Fl_Shared_Image9handlers_E@Base 1.1.6 _ZN15Fl_Shared_ImageC1EPKcP8Fl_Image@Base 1.1.6 _ZN15Fl_Shared_ImageC1Ev@Base 1.1.6 _ZN15Fl_Shared_ImageC2EPKcP8Fl_Image@Base 1.1.6 _ZN15Fl_Shared_ImageC2Ev@Base 1.1.6 _ZN15Fl_Shared_ImageD0Ev@Base 1.1.6 _ZN15Fl_Shared_ImageD1Ev@Base 1.1.6 _ZN15Fl_Shared_ImageD2Ev@Base 1.1.6 _ZN15Fl_Text_Display10clear_rectEiiiii@Base 1.1.6 _ZN15Fl_Text_Display10draw_rangeEii@Base 1.1.6 _ZN15Fl_Text_Display10draw_vlineEiiiii@Base 1.1.6 _ZN15Fl_Text_Display10line_startEi@Base 1.1.6 _ZN15Fl_Text_Display10move_rightEv@Base 1.1.6 _ZN15Fl_Text_Display10overstrikeEPKc@Base 1.1.6 _ZN15Fl_Text_Display10skip_linesEiib@Base 1.1.6 _ZN15Fl_Text_Display11count_linesEiib@Base 1.1.6 _ZN15Fl_Text_Display11draw_cursorEii@Base 1.1.6 _ZN15Fl_Text_Display11draw_stringEiiiiPKci@Base 1.1.6 _ZN15Fl_Text_Display11show_cursorEi@Base 1.1.6 _ZN15Fl_Text_Display11wrapped_rowEi@Base 1.1.6 _ZN15Fl_Text_Display12cursor_styleEi@Base 1.1.6 _ZN15Fl_Text_Display12empty_vlinesEv@Base 1.1.6 _ZN15Fl_Text_Display12in_selectionEii@Base 1.1.6 _ZN15Fl_Text_Display12rewind_linesEii@Base 1.1.6 _ZN15Fl_Text_Display12string_widthEPKcii@Base 1.1.6 _ZN15Fl_Text_Display12vline_lengthEi@Base 1.1.6 _ZN15Fl_Text_Display12xy_to_rowcolEiiPiS0_i@Base 1.1.6 _ZN15Fl_Text_Display13find_line_endEibPiS0_@Base 1.1.6 _ZN15Fl_Text_Display13longest_vlineEv@Base 1.1.6 _ZN15Fl_Text_Display13measure_vlineEi@Base 1.1.6 _ZN15Fl_Text_Display13previous_wordEv@Base 1.1.6 _ZN15Fl_Text_Display14calc_last_charEv@Base 1.1.6 _ZN15Fl_Text_Display14display_insertEv@Base 1.1.6 _ZN15Fl_Text_Display14h_scrollbar_cbEP12Fl_ScrollbarPS_@Base 1.1.6 _ZN15Fl_Text_Display14highlight_dataEP14Fl_Text_BufferPKNS_17Style_Table_EntryEicPFviPvES5_@Base 1.1.6 _ZN15Fl_Text_Display14position_styleEiiii@Base 1.1.6 _ZN15Fl_Text_Display14position_to_xyEiPiS0_@Base 1.1.6 _ZN15Fl_Text_Display14v_scrollbar_cbEP12Fl_ScrollbarPS_@Base 1.1.6 _ZN15Fl_Text_Display14wrapped_columnEii@Base 1.1.6 _ZN15Fl_Text_Display14xy_to_positionEiii@Base 1.1.6 _ZN15Fl_Text_Display15find_wrap_rangeEPKciiiPiS2_S2_S2_@Base 1.1.6 _ZN15Fl_Text_Display15insert_positionEi@Base 1.1.6 _ZN15Fl_Text_Display15redisplay_rangeEii@Base 1.1.6 _ZN15Fl_Text_Display15scroll_timer_cbEPv@Base 1.1.7 _ZN15Fl_Text_Display16calc_line_startsEii@Base 1.1.6 _ZN15Fl_Text_Display16position_to_lineEiPi@Base 1.1.6 _ZN15Fl_Text_Display17draw_line_numbersEb@Base 1.1.6 _ZN15Fl_Text_Display18buffer_modified_cbEiiiiPKcPv@Base 1.1.6 _ZN15Fl_Text_Display18offset_line_startsEi@Base 1.1.6 _ZN15Fl_Text_Display18update_h_scrollbarEv@Base 1.1.6 _ZN15Fl_Text_Display18update_line_startsEiiiiiPi@Base 1.1.6 _ZN15Fl_Text_Display18update_v_scrollbarEv@Base 1.1.6 _ZN15Fl_Text_Display19buffer_predelete_cbEiiPv@Base 1.1.6 _ZN15Fl_Text_Display19position_to_linecolEiPiS0_@Base 1.1.6 _ZN15Fl_Text_Display19wrap_uses_characterEi@Base 1.1.6 _ZN15Fl_Text_Display20show_insert_positionEv@Base 1.1.6 _ZN15Fl_Text_Display20wrapped_line_counterEP14Fl_Text_BufferiiibiPiS2_S2_S2_b@Base 1.1.6 _ZN15Fl_Text_Display21measure_deleted_linesEii@Base 1.1.6 _ZN15Fl_Text_Display23extend_range_for_stylesEPiS0_@Base 1.1.6 _ZN15Fl_Text_Display23range_touches_selectionEP17Fl_Text_Selectionii@Base 1.1.6 _ZN15Fl_Text_Display24absolute_top_line_numberEi@Base 1.1.6 _ZN15Fl_Text_Display28get_absolute_top_line_numberEv@Base 1.1.6 _ZN15Fl_Text_Display30measure_proportional_characterEcii@Base 1.1.6 _ZN15Fl_Text_Display30reset_absolute_top_line_numberEv@Base 1.1.6 _ZN15Fl_Text_Display33maintain_absolute_top_line_numberEi@Base 1.1.6 _ZN15Fl_Text_Display36maintaining_absolute_top_line_numberEv@Base 1.1.6 _ZN15Fl_Text_Display4drawEv@Base 1.1.6 _ZN15Fl_Text_Display6bufferEP14Fl_Text_Buffer@Base 1.1.6 _ZN15Fl_Text_Display6handleEi@Base 1.1.6 _ZN15Fl_Text_Display6insertEPKc@Base 1.1.6 _ZN15Fl_Text_Display6resizeEiiii@Base 1.1.6 _ZN15Fl_Text_Display6scrollEii@Base 1.1.6 _ZN15Fl_Text_Display7move_upEv@Base 1.1.6 _ZN15Fl_Text_Display7scroll_Eii@Base 1.1.6 _ZN15Fl_Text_Display8line_endEib@Base 1.1.6 _ZN15Fl_Text_Display9draw_textEiiii@Base 1.1.6 _ZN15Fl_Text_Display9move_downEv@Base 1.1.6 _ZN15Fl_Text_Display9move_leftEv@Base 1.1.6 _ZN15Fl_Text_Display9next_wordEv@Base 1.1.6 _ZN15Fl_Text_Display9wrap_modeEii@Base 1.1.6 _ZN15Fl_Text_DisplayC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Text_DisplayC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Text_DisplayD0Ev@Base 1.1.6 _ZN15Fl_Text_DisplayD1Ev@Base 1.1.6 _ZN15Fl_Text_DisplayD2Ev@Base 1.1.6 _ZN15Fl_Value_Output4drawEv@Base 1.1.6 _ZN15Fl_Value_Output6handleEi@Base 1.1.6 _ZN15Fl_Value_OutputC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_OutputC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_OutputD0Ev@Base 1.1.6 _ZN15Fl_Value_OutputD1Ev@Base 1.1.6 (optional)_ZN15Fl_Value_OutputD2Ev@Base 1.1.10-5~ _ZN15Fl_Value_Slider4drawEv@Base 1.1.6 _ZN15Fl_Value_Slider6handleEi@Base 1.1.6 _ZN15Fl_Value_SliderC1EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_SliderC2EiiiiPKc@Base 1.1.6 _ZN15Fl_Value_SliderD0Ev@Base 1.1.6 _ZN15Fl_Value_SliderD1Ev@Base 1.1.6 (optional)_ZN15Fl_Value_SliderD2Ev@Base 1.1.10-5~ _ZN16Fl_Check_Browser10check_noneEv@Base 1.1.6 _ZN16Fl_Check_Browser11item_selectEPvi@Base 1.1.6 _ZN16Fl_Check_Browser3addEPc@Base 1.1.6 _ZN16Fl_Check_Browser3addEPci@Base 1.1.6 _ZN16Fl_Check_Browser5clearEv@Base 1.1.6 _ZN16Fl_Check_Browser6handleEi@Base 1.1.8~rc1 _ZN16Fl_Check_Browser6removeEi@Base 1.1.8~rc1 _ZN16Fl_Check_Browser7checkedEii@Base 1.1.6 _ZN16Fl_Check_Browser9check_allEv@Base 1.1.6 _ZN16Fl_Check_BrowserC1EiiiiPKc@Base 1.1.6 _ZN16Fl_Check_BrowserC2EiiiiPKc@Base 1.1.6 _ZN16Fl_Check_BrowserD0Ev@Base 1.1.6 _ZN16Fl_Check_BrowserD1Ev@Base 1.1.6 (optional)_ZN16Fl_Check_BrowserD2Ev@Base 1.1.10-5~ _ZN16Fl_Color_Chooser13set_valuatorsEv@Base 1.1.6 _ZN16Fl_Color_Chooser3hsvEddd@Base 1.1.6 _ZN16Fl_Color_Chooser3rgbEddd@Base 1.1.6 _ZN16Fl_Color_Chooser6rgb_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN16Fl_Color_Chooser7hsv2rgbEdddRdS0_S0_@Base 1.1.6 _ZN16Fl_Color_Chooser7mode_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN16Fl_Color_Chooser7rgb2hsvEdddRdS0_S0_@Base 1.1.6 _ZN16Fl_Color_ChooserC1EiiiiPKc@Base 1.1.6 _ZN16Fl_Color_ChooserC2EiiiiPKc@Base 1.1.6 _ZN16Fl_Color_ChooserD0Ev@Base 1.1.6 _ZN16Fl_Color_ChooserD1Ev@Base 1.1.6 _ZN16Fl_Color_ChooserD2Ev@Base 1.1.10-5~ _ZN16Fl_Double_Window4hideEv@Base 1.1.6 _ZN16Fl_Double_Window4showEv@Base 1.1.6 _ZN16Fl_Double_Window5flushEi@Base 1.1.6 _ZN16Fl_Double_Window5flushEv@Base 1.1.6 _ZN16Fl_Double_Window6resizeEiiii@Base 1.1.6 _ZN16Fl_Double_WindowD0Ev@Base 1.1.6 _ZN16Fl_Double_WindowD1Ev@Base 1.1.6 _ZN16Fl_Double_WindowD2Ev@Base 1.1.6 _ZN16Fl_Repeat_Button15repeat_callbackEPv@Base 1.1.6 _ZN16Fl_Repeat_Button6handleEi@Base 1.1.6 _ZN16Fl_Repeat_ButtonD0Ev@Base 1.1.6 _ZN16Fl_Repeat_ButtonD1Ev@Base 1.1.6 (optional)_ZN16Fl_Repeat_ButtonD2Ev@Base 1.1.10-5~ _ZN16Fl_Return_Button4drawEv@Base 1.1.6 _ZN16Fl_Return_Button6handleEi@Base 1.1.6 _ZN16Fl_Return_ButtonD0Ev@Base 1.1.6 _ZN16Fl_Return_ButtonD1Ev@Base 1.1.6 (optional)_ZN16Fl_Return_ButtonD2Ev@Base 1.1.10-5~ _ZN16Fl_Single_Window4showEv@Base 1.1.6 _ZN16Fl_Single_Window5flushEv@Base 1.1.6 _ZN16Fl_Single_WindowD0Ev@Base 1.1.6 _ZN16Fl_Single_WindowD1Ev@Base 1.1.6 (optional)_ZN16Fl_Single_WindowD2Ev@Base 1.1.10-5~ _ZN16Flcc_Value_Input6formatEPc@Base 1.1.6 _ZN16Flcc_Value_InputD0Ev@Base 1.1.6 _ZN16Flcc_Value_InputD1Ev@Base 1.1.6 (optional)_ZN16Flcc_Value_InputD2Ev@Base 1.1.10-5~ _ZN17Fl_Overlay_Window14can_do_overlayEv@Base 1.1.6 _ZN17Fl_Overlay_Window14redraw_overlayEv@Base 1.1.6 _ZN17Fl_Overlay_Window4hideEv@Base 1.1.6 _ZN17Fl_Overlay_Window4showEv@Base 1.1.6 _ZN17Fl_Overlay_Window5flushEv@Base 1.1.6 _ZN17Fl_Overlay_Window6resizeEiiii@Base 1.1.6 _ZN17Fl_Overlay_WindowD0Ev@Base 1.1.6 _ZN17Fl_Overlay_WindowD1Ev@Base 1.1.6 _ZN17Fl_Overlay_WindowD2Ev@Base 1.1.6 _ZN17Fl_Text_Selection15set_rectangularEiiii@Base 1.1.6 _ZN17Fl_Text_Selection3setEii@Base 1.1.6 _ZN17Fl_Text_Selection6updateEiii@Base 1.1.6 _ZN17Fl_Text_Selection8includesEiii@Base 1.1.6 _ZN17Fl_Text_Selection8positionEPiS0_@Base 1.1.6 _ZN17Fl_Text_Selection8positionEPiS0_S0_S0_S0_@Base 1.1.6 _ZN2Fl10backgroundEhhh@Base 1.1.6 _ZN2Fl10belowmouseEP9Fl_Widget@Base 1.1.6 _ZN2Fl10e_is_clickE@Base 1.1.6 _ZN2Fl10foregroundEhhh@Base 1.1.6 _ZN2Fl10free_colorE8Fl_Colori@Base 1.1.6 _ZN2Fl10scheme_bg_E@Base 1.1.6 _ZN2Fl11add_handlerEPFiiE@Base 1.1.6 _ZN2Fl11add_timeoutEdPFvPvES0_@Base 1.1.6 _ZN2Fl11awake_data_E@Base 1.1.8~rc1 _ZN2Fl11awake_ring_E@Base 1.1.8~rc1 _ZN2Fl11background2Ehhh@Base 1.1.6 _ZN2Fl11belowmouse_E@Base 1.1.6 _ZN2Fl11get_boxtypeE10Fl_Boxtype@Base 1.1.6 _ZN2Fl11has_timeoutEPFvPvES0_@Base 1.1.6 _ZN2Fl11next_windowEPK9Fl_Window@Base 1.1.6 _ZN2Fl11remove_idleEPFvPvES0_@Base 1.1.6 _ZN2Fl11screen_xywhERiS0_S0_S0_i@Base 1.1.7 _ZN2Fl11screen_xywhERiS0_S0_S0_ii@Base 1.1.7 _ZN2Fl11set_boxtypeE10Fl_BoxtypePFviiii8Fl_ColorEhhhh@Base 1.1.6 _ZN2Fl11set_boxtypeE10Fl_BoxtypeS0_@Base 1.1.6 _ZN2Fl12event_insideEPK9Fl_Widget@Base 1.1.6 _ZN2Fl12event_insideEiiii@Base 1.1.6 _ZN2Fl12first_windowEP9Fl_Window@Base 1.1.6 _ZN2Fl12first_windowEv@Base 1.1.6 _ZN2Fl12own_colormapEv@Base 1.1.6 _ZN2Fl12remove_checkEPFvPvES0_@Base 1.1.6 _ZN2Fl12screen_countEv@Base 1.1.7 _ZN2Fl13compose_stateE@Base 1.1.6 _ZN2Fl13delete_widgetEP9Fl_Widget@Base 1.1.6 _ZN2Fl13dnd_text_ops_E@Base 1.1.6 _ZN2Fl13get_font_nameE7Fl_FontPi@Base 1.1.6 _ZN2Fl13reload_schemeEv@Base 1.1.6 _ZN2Fl13set_labeltypeE12Fl_LabeltypePFvPK8Fl_Labeliiii8Fl_AlignEPFvS3_RiS7_E@Base 1.1.6 _ZN2Fl13test_shortcutEi@Base 1.1.6 _ZN2Fl14get_font_sizesE7Fl_FontRPi@Base 1.1.6 _ZN2Fl14remove_handlerEPFiiE@Base 1.1.6 _ZN2Fl14remove_timeoutEPFvPvES0_@Base 1.1.6 _ZN2Fl14repeat_timeoutEdPFvPvES0_@Base 1.1.6 _ZN2Fl14scrollbar_sizeEi@Base 1.1.8~rc1 _ZN2Fl14scrollbar_sizeEv@Base 1.1.8~rc1 _ZN2Fl14thread_messageEv@Base 1.1.6 _ZN2Fl14visible_focus_E@Base 1.1.6 _ZN2Fl15default_atcloseEP9Fl_WindowPv@Base 1.1.6 _ZN2Fl15draw_box_activeEv@Base 1.1.6 _ZN2Fl15selection_ownerEP9Fl_Widget@Base 1.1.6 _ZN2Fl16awake_ring_head_E@Base 1.1.8~rc1 _ZN2Fl16awake_ring_size_E@Base 1.1.8~rc1 _ZN2Fl16awake_ring_tail_E@Base 1.1.8~rc1 _ZN2Fl16selection_owner_E@Base 1.1.6 _ZN2Fl17e_original_keysymE@Base 1.1.8~rc1 _ZN2Fl17get_system_colorsEv@Base 1.1.6 _ZN2Fl18add_awake_handler_EPFvPvES0_@Base 1.1.8~rc1 _ZN2Fl18do_widget_deletionEv@Base 1.1.6 _ZN2Fl18get_awake_handler_ERPFvPvERS0_@Base 1.1.8~rc1 _ZN2Fl1hEv@Base 1.1.6 _ZN2Fl1wEv@Base 1.1.6 _ZN2Fl1xEv@Base 1.1.8~rc1 _ZN2Fl1yEv@Base 1.1.8~rc1 _ZN2Fl20clear_widget_pointerEPK9Fl_Widget@Base 1.1.8~rc1 _ZN2Fl20watch_widget_pointerERP9Fl_Widget@Base 1.1.8~rc1 _ZN2Fl22release_widget_pointerERP9Fl_Widget@Base 1.1.8~rc1 _ZN2Fl3argEiPPcRi@Base 1.1.6 _ZN2Fl3dndEv@Base 1.1.6 _ZN2Fl3e_xE@Base 1.1.6 _ZN2Fl3e_yE@Base 1.1.6 _ZN2Fl3runEv@Base 1.1.6 _ZN2Fl4argsEiPPc@Base 1.1.6 _ZN2Fl4argsEiPPcRiPFiiS1_S2_E@Base 1.1.6 _ZN2Fl4copyEPKcii@Base 1.1.6 _ZN2Fl4e_dxE@Base 1.1.6 _ZN2Fl4e_dyE@Base 1.1.6 _ZN2Fl4grabEP9Fl_Window@Base 1.1.6 _ZN2Fl4helpE@Base 1.1.6 _ZN2Fl4idleE@Base 1.1.6 _ZN2Fl4lockEv@Base 1.1.6 _ZN2Fl4waitEd@Base 1.1.6 _ZN2Fl4waitEv@Base 1.1.6 _ZN2Fl5awakeEPFvPvES0_@Base 1.1.8~rc1 _ZN2Fl5awakeEPv@Base 1.1.6 _ZN2Fl5checkEv@Base 1.1.6 _ZN2Fl5errorE@Base 1.1.6 _ZN2Fl5fatalE@Base 1.1.6 _ZN2Fl5flushEv@Base 1.1.6 _ZN2Fl5focusEP9Fl_Widget@Base 1.1.6 _ZN2Fl5grab_E@Base 1.1.6 _ZN2Fl5pasteER9Fl_Widget@Base 1.1.6 _ZN2Fl5pasteER9Fl_Widgeti@Base 1.1.6 _ZN2Fl5readyEv@Base 1.1.6 _ZN2Fl6add_fdEiPFviPvES0_@Base 1.1.6 _ZN2Fl6add_fdEiiPFviPvES0_@Base 1.1.6 _ZN2Fl6box_dhE10Fl_Boxtype@Base 1.1.6 _ZN2Fl6box_dwE10Fl_Boxtype@Base 1.1.6 _ZN2Fl6box_dxE10Fl_Boxtype@Base 1.1.6 _ZN2Fl6box_dyE10Fl_Boxtype@Base 1.1.6 _ZN2Fl6e_textE@Base 1.1.6 _ZN2Fl6focus_E@Base 1.1.6 _ZN2Fl6handleEiP9Fl_Window@Base 1.1.6 _ZN2Fl6modal_E@Base 1.1.6 _ZN2Fl6pushedEP9Fl_Widget@Base 1.1.6 _ZN2Fl6redrawEv@Base 1.1.6 _ZN2Fl6schemeEPKc@Base 1.1.6 _ZN2Fl6unlockEv@Base 1.1.6 _ZN2Fl6visualEi@Base 1.1.6 _ZN2Fl7atcloseE@Base 1.1.6 _ZN2Fl7composeERi@Base 1.1.6 _ZN2Fl7damage_E@Base 1.1.6 _ZN2Fl7displayEPKc@Base 1.1.6 _ZN2Fl7e_stateE@Base 1.1.6 _ZN2Fl7get_keyEi@Base 1.1.6 _ZN2Fl7pushed_E@Base 1.1.6 _ZN2Fl7scheme_E@Base 1.1.6 _ZN2Fl7versionEv@Base 1.1.6 _ZN2Fl7warningE@Base 1.1.6 _ZN2Fl8add_idleEPFvPvES0_@Base 1.1.6 _ZN2Fl8e_clicksE@Base 1.1.6 _ZN2Fl8e_keysymE@Base 1.1.6 _ZN2Fl8e_lengthE@Base 1.1.6 _ZN2Fl8e_numberE@Base 1.1.6 _ZN2Fl8e_x_rootE@Base 1.1.6 _ZN2Fl8e_y_rootE@Base 1.1.6 _ZN2Fl8get_fontE7Fl_Font@Base 1.1.6 _ZN2Fl8has_idleEPFvPvES0_@Base 1.1.6 _ZN2Fl8set_fontE7Fl_FontPKc@Base 1.1.6 _ZN2Fl8set_fontE7Fl_FontS0_@Base 1.1.6 _ZN2Fl9add_checkEPFvPvES0_@Base 1.1.6 _ZN2Fl9event_keyEi@Base 1.1.6 _ZN2Fl9get_colorE8Fl_Color@Base 1.1.6 _ZN2Fl9get_colorE8Fl_ColorRhS1_S1_@Base 1.1.6 _ZN2Fl9get_mouseERiS0_@Base 1.1.6 _ZN2Fl9has_checkEPFvPvES0_@Base 1.1.8~rc1 _ZN2Fl9readqueueEv@Base 1.1.6 _ZN2Fl9remove_fdEi@Base 1.1.6 _ZN2Fl9remove_fdEii@Base 1.1.6 _ZN2Fl9selectionER9Fl_WidgetPKci@Base 1.1.6 _ZN2Fl9set_colorE8Fl_Colorhhh@Base 1.1.6 _ZN2Fl9set_colorE8Fl_Colorj@Base 1.1.6 _ZN2Fl9set_fontsEPKc@Base 1.1.6 _ZN4Fl_X5firstE@Base 1.1.6 _ZN4Fl_X7set_xidEP9Fl_Windowm@Base 1.1.6 _ZN4Fl_X8make_xidEP9Fl_WindowP11XVisualInfom@Base 1.1.6 _ZN4Fl_X9sendxjunkEv@Base 1.1.6 _ZN6Fl_Box4drawEv@Base 1.1.6 _ZN6Fl_Box6handleEi@Base 1.1.6 _ZN6Fl_BoxD0Ev@Base 1.1.6 _ZN6Fl_BoxD1Ev@Base 1.1.6 (optional)_ZN6Fl_BoxD2Ev@Base 1.1.10-5~ _ZN7Fl_Dial4drawEiiii@Base 1.1.6 _ZN7Fl_Dial4drawEv@Base 1.1.6 _ZN7Fl_Dial6handleEi@Base 1.1.6 _ZN7Fl_Dial6handleEiiiii@Base 1.1.6 _ZN7Fl_DialC1EiiiiPKc@Base 1.1.6 _ZN7Fl_DialC2EiiiiPKc@Base 1.1.6 _ZN7Fl_DialD0Ev@Base 1.1.6 _ZN7Fl_DialD1Ev@Base 1.1.6 (optional)_ZN7Fl_DialD2Ev@Base 1.1.10-5~ _ZN7Fl_Pack4drawEv@Base 1.1.6 _ZN7Fl_PackC1EiiiiPKc@Base 1.1.6 _ZN7Fl_PackC2EiiiiPKc@Base 1.1.6 _ZN7Fl_PackD0Ev@Base 1.1.6 _ZN7Fl_PackD1Ev@Base 1.1.6 (optional)_ZN7Fl_PackD2Ev@Base 1.1.10-5~ _ZN7Fl_Tabs10tab_heightEv@Base 1.1.6 _ZN7Fl_Tabs11redraw_tabsEv@Base 1.1.8~rc1 _ZN7Fl_Tabs13tab_positionsEPiS0_@Base 1.1.6 _ZN7Fl_Tabs4drawEv@Base 1.1.6 _ZN7Fl_Tabs4pushEP9Fl_Widget@Base 1.1.6 _ZN7Fl_Tabs5valueEP9Fl_Widget@Base 1.1.6 _ZN7Fl_Tabs5valueEv@Base 1.1.6 _ZN7Fl_Tabs5whichEii@Base 1.1.6 _ZN7Fl_Tabs6handleEi@Base 1.1.6 _ZN7Fl_Tabs8draw_tabEiiiiP9Fl_Widgeti@Base 1.1.6 _ZN7Fl_TabsC1EiiiiPKc@Base 1.1.6 _ZN7Fl_TabsC2EiiiiPKc@Base 1.1.6 _ZN7Fl_TabsD0Ev@Base 1.1.6 _ZN7Fl_TabsD1Ev@Base 1.1.6 (optional)_ZN7Fl_TabsD2Ev@Base 1.1.10-5~ _ZN7Fl_Tile6handleEi@Base 1.1.6 _ZN7Fl_Tile6resizeEiiii@Base 1.1.6 _ZN7Fl_Tile8positionEiiii@Base 1.1.6 _ZN7Fl_TileD0Ev@Base 1.1.6 _ZN7Fl_TileD1Ev@Base 1.1.6 (optional)_ZN7Fl_TileD2Ev@Base 1.1.10-5~ _ZN8Fl_Chart3addEdPKcj@Base 1.1.6 _ZN8Fl_Chart4drawEv@Base 1.1.6 _ZN8Fl_Chart5clearEv@Base 1.1.6 _ZN8Fl_Chart6boundsEdd@Base 1.1.6 _ZN8Fl_Chart6insertEidPKcj@Base 1.1.6 _ZN8Fl_Chart7maxsizeEi@Base 1.1.6 _ZN8Fl_Chart7replaceEidPKcj@Base 1.1.6 _ZN8Fl_ChartC1EiiiiPKc@Base 1.1.6 _ZN8Fl_ChartC2EiiiiPKc@Base 1.1.6 _ZN8Fl_ChartD0Ev@Base 1.1.6 _ZN8Fl_ChartD1Ev@Base 1.1.6 _ZN8Fl_ChartD2Ev@Base 1.1.6 _ZN8Fl_Clock6handleEi@Base 1.1.6 _ZN8Fl_ClockC1EhiiiiPKc@Base 1.1.6 _ZN8Fl_ClockC1EiiiiPKc@Base 1.1.6 _ZN8Fl_ClockC2EhiiiiPKc@Base 1.1.6 _ZN8Fl_ClockC2EiiiiPKc@Base 1.1.6 _ZN8Fl_ClockD0Ev@Base 1.1.6 _ZN8Fl_ClockD1Ev@Base 1.1.6 _ZN8Fl_ClockD2Ev@Base 1.1.6 _ZN8Fl_Group10init_sizesEv@Base 1.1.6 _ZN8Fl_Group10navigationEi@Base 1.1.6 _ZN8Fl_Group13draw_childrenEv@Base 1.1.6 _ZN8Fl_Group3addER9Fl_Widget@Base 1.1.6 _ZN8Fl_Group3endEv@Base 1.1.6 _ZN8Fl_Group4drawEv@Base 1.1.6 _ZN8Fl_Group5beginEv@Base 1.1.6 _ZN8Fl_Group5clearEv@Base 1.1.6 _ZN8Fl_Group5sizesEv@Base 1.1.6 _ZN8Fl_Group6handleEi@Base 1.1.6 _ZN8Fl_Group6insertER9Fl_Widgeti@Base 1.1.6 _ZN8Fl_Group6removeER9Fl_Widget@Base 1.1.6 _ZN8Fl_Group6resizeEiiii@Base 1.1.6 _ZN8Fl_Group7currentEPS_@Base 1.1.6 _ZN8Fl_Group7currentEv@Base 1.1.6 _ZN8Fl_Group8current_E@Base 1.1.6 _ZN8Fl_GroupC1EiiiiPKc@Base 1.1.6 _ZN8Fl_GroupC2EiiiiPKc@Base 1.1.6 _ZN8Fl_GroupD0Ev@Base 1.1.6 _ZN8Fl_GroupD1Ev@Base 1.1.6 _ZN8Fl_GroupD2Ev@Base 1.1.6 _ZN8Fl_Image10desaturateEv@Base 1.1.6 _ZN8Fl_Image10draw_emptyEii@Base 1.1.6 _ZN8Fl_Image13color_averageE8Fl_Colorf@Base 1.1.6 _ZN8Fl_Image4copyEii@Base 1.1.6 _ZN8Fl_Image4drawEiiiiii@Base 1.1.6 _ZN8Fl_Image5labelEP12Fl_Menu_Item@Base 1.1.6 _ZN8Fl_Image5labelEP9Fl_Widget@Base 1.1.6 _ZN8Fl_Image7measureEPK8Fl_LabelRiS3_@Base 1.1.6 _ZN8Fl_Image7uncacheEv@Base 1.1.6 _ZN8Fl_Image9labeltypeEPK8Fl_Labeliiii8Fl_Align@Base 1.1.6 _ZN8Fl_ImageD0Ev@Base 1.1.6 _ZN8Fl_ImageD1Ev@Base 1.1.6 _ZN8Fl_ImageD2Ev@Base 1.1.6 _ZN8Fl_Input10handle_keyEv@Base 1.1.6 _ZN8Fl_Input14shift_positionEi@Base 1.1.6 _ZN8Fl_Input22shift_up_down_positionEi@Base 1.1.6 _ZN8Fl_Input4drawEv@Base 1.1.6 _ZN8Fl_Input6handleEi@Base 1.1.6 _ZN8Fl_InputC1EiiiiPKc@Base 1.1.6 _ZN8Fl_InputC2EiiiiPKc@Base 1.1.6 _ZN8Fl_InputD0Ev@Base 1.1.6 _ZN8Fl_InputD1Ev@Base 1.1.6 (optional)_ZN8Fl_InputD2Ev@Base 1.1.10-5~ _ZN8Fl_Menu_3addEPKc@Base 1.1.6 _ZN8Fl_Menu_3addEPKciPFvP9Fl_WidgetPvES4_i@Base 1.1.6 _ZN8Fl_Menu_4copyEPK12Fl_Menu_ItemPv@Base 1.1.6 _ZN8Fl_Menu_4menuEPK12Fl_Menu_Item@Base 1.1.6 _ZN8Fl_Menu_5clearEv@Base 1.1.6 _ZN8Fl_Menu_5valueEPK12Fl_Menu_Item@Base 1.1.6 _ZN8Fl_Menu_6globalEv@Base 1.1.6 _ZN8Fl_Menu_6pickedEPK12Fl_Menu_Item@Base 1.1.6 _ZN8Fl_Menu_6removeEi@Base 1.1.6 _ZN8Fl_Menu_7replaceEiPKc@Base 1.1.6 _ZN8Fl_Menu_9find_itemEPKc@Base 1.1.6 (optional)_ZN8Fl_Menu_C1EiiiiPKc@Base 1.1.6 _ZN8Fl_Menu_C2EiiiiPKc@Base 1.1.6 _ZN8Fl_Menu_D0Ev@Base 1.1.6 _ZN8Fl_Menu_D1Ev@Base 1.1.6 _ZN8Fl_Menu_D2Ev@Base 1.1.6 _ZN9ColorChip4drawEv@Base 1.1.6 _ZN9ColorChipD0Ev@Base 1.1.6 _ZN9ColorChipD1Ev@Base 1.1.6 (optional)_ZN9ColorChipD2Ev@Base 1.1.10-5~ _ZN9ColorMenu3runEv@Base 1.1.6 _ZN9ColorMenu4drawEv@Base 1.1.6 _ZN9ColorMenu6handleEi@Base 1.1.6 _ZN9ColorMenu7drawboxE8Fl_Color@Base 1.1.6 _ZN9ColorMenuC1E8Fl_Color@Base 1.1.6 _ZN9ColorMenuC2E8Fl_Color@Base 1.1.6 _ZN9ColorMenuD0Ev@Base 1.1.6 _ZN9ColorMenuD1Ev@Base 1.1.6 (optional)_ZN9ColorMenuD2Ev@Base 1.1.10-5~ _ZN9Fl_Bitmap4copyEii@Base 1.1.6 _ZN9Fl_Bitmap4drawEiiiiii@Base 1.1.6 _ZN9Fl_Bitmap5labelEP12Fl_Menu_Item@Base 1.1.6 _ZN9Fl_Bitmap5labelEP9Fl_Widget@Base 1.1.6 _ZN9Fl_Bitmap7uncacheEv@Base 1.1.6 _ZN9Fl_BitmapD0Ev@Base 1.1.6 _ZN9Fl_BitmapD1Ev@Base 1.1.6 _ZN9Fl_BitmapD2Ev@Base 1.1.6 _ZN9Fl_Button4drawEv@Base 1.1.6 _ZN9Fl_Button5valueEi@Base 1.1.6 _ZN9Fl_Button6handleEi@Base 1.1.6 _ZN9Fl_Button7setonlyEv@Base 1.1.6 _ZN9Fl_ButtonC1EiiiiPKc@Base 1.1.6 _ZN9Fl_ButtonC2EiiiiPKc@Base 1.1.6 _ZN9Fl_ButtonD0Ev@Base 1.1.6 _ZN9Fl_ButtonD1Ev@Base 1.1.6 (optional)_ZN9Fl_ButtonD2Ev@Base 1.1.10-5~ _ZN9Fl_Choice4drawEv@Base 1.1.6 _ZN9Fl_Choice5valueEPK12Fl_Menu_Item@Base 1.1.6 _ZN9Fl_Choice5valueEi@Base 1.1.6 _ZN9Fl_Choice6handleEi@Base 1.1.6 _ZN9Fl_ChoiceC1EiiiiPKc@Base 1.1.6 _ZN9Fl_ChoiceC2EiiiiPKc@Base 1.1.6 _ZN9Fl_ChoiceD0Ev@Base 1.1.6 _ZN9Fl_ChoiceD1Ev@Base 1.1.6 (optional)_ZN9Fl_ChoiceD2Ev@Base 1.1.10-5~ _ZN9Fl_Input_10handletextEiiiii@Base 1.1.6 _ZN9Fl_Input_12handle_mouseEiiiii@Base 1.1.6 _ZN9Fl_Input_12static_valueEPKc@Base 1.1.6 _ZN9Fl_Input_12static_valueEPKci@Base 1.1.6 _ZN9Fl_Input_13put_in_bufferEi@Base 1.1.6 _ZN9Fl_Input_14minimal_updateEi@Base 1.1.6 _ZN9Fl_Input_14minimal_updateEii@Base 1.1.6 _ZN9Fl_Input_16up_down_positionEii@Base 1.1.6 _ZN9Fl_Input_17maybe_do_callbackEv@Base 1.1.6 _ZN9Fl_Input_4copyEi@Base 1.1.6 _ZN9Fl_Input_4undoEv@Base 1.1.6 _ZN9Fl_Input_5valueEPKc@Base 1.1.6 _ZN9Fl_Input_5valueEPKci@Base 1.1.6 _ZN9Fl_Input_6resizeEiiii@Base 1.1.6 _ZN9Fl_Input_7replaceEiiPKci@Base 1.1.6 _ZN9Fl_Input_8drawtextEiiii@Base 1.1.6 _ZN9Fl_Input_8positionEii@Base 1.1.6 _ZN9Fl_Input_9copy_cutsEv@Base 1.1.6 (optional)_ZN9Fl_Input_C1EiiiiPKc@Base 1.1.6 _ZN9Fl_Input_C2EiiiiPKc@Base 1.1.6 _ZN9Fl_Input_D0Ev@Base 1.1.6 _ZN9Fl_Input_D1Ev@Base 1.1.6 _ZN9Fl_Input_D2Ev@Base 1.1.6 _ZN9Fl_Pixmap10desaturateEv@Base 1.1.6 _ZN9Fl_Pixmap11delete_dataEv@Base 1.1.6 _ZN9Fl_Pixmap13color_averageE8Fl_Colorf@Base 1.1.6 _ZN9Fl_Pixmap4copyEii@Base 1.1.6 _ZN9Fl_Pixmap4drawEiiiiii@Base 1.1.6 _ZN9Fl_Pixmap5labelEP12Fl_Menu_Item@Base 1.1.6 _ZN9Fl_Pixmap5labelEP9Fl_Widget@Base 1.1.6 _ZN9Fl_Pixmap7measureEv@Base 1.1.6 _ZN9Fl_Pixmap7uncacheEv@Base 1.1.6 _ZN9Fl_Pixmap8set_dataEPKPKc@Base 1.1.6 _ZN9Fl_Pixmap9copy_dataEv@Base 1.1.6 _ZN9Fl_PixmapD0Ev@Base 1.1.6 _ZN9Fl_PixmapD1Ev@Base 1.1.6 _ZN9Fl_PixmapD2Ev@Base 1.1.6 _ZN9Fl_Roller4drawEv@Base 1.1.6 _ZN9Fl_Roller6handleEi@Base 1.1.6 _ZN9Fl_RollerC1EiiiiPKc@Base 1.1.6 _ZN9Fl_RollerC2EiiiiPKc@Base 1.1.6 _ZN9Fl_RollerD0Ev@Base 1.1.6 _ZN9Fl_RollerD1Ev@Base 1.1.6 (optional)_ZN9Fl_RollerD2Ev@Base 1.1.10-5~ _ZN9Fl_Scroll12scrollbar_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN9Fl_Scroll13hscrollbar_cbEP9Fl_WidgetPv@Base 1.1.6 _ZN9Fl_Scroll19fix_scrollbar_orderEv@Base 1.1.6 _ZN9Fl_Scroll4bboxERiS0_S0_S0_@Base 1.1.6 _ZN9Fl_Scroll4drawEv@Base 1.1.6 _ZN9Fl_Scroll5clearEv@Base 1.1.6 _ZN9Fl_Scroll6handleEi@Base 1.1.6 _ZN9Fl_Scroll6resizeEiiii@Base 1.1.6 _ZN9Fl_Scroll8positionEii@Base 1.1.6 _ZN9Fl_Scroll9draw_clipEPviiii@Base 1.1.6 _ZN9Fl_ScrollC1EiiiiPKc@Base 1.1.6 _ZN9Fl_ScrollC2EiiiiPKc@Base 1.1.6 _ZN9Fl_ScrollD0Ev@Base 1.1.6 _ZN9Fl_ScrollD1Ev@Base 1.1.6 (optional)_ZN9Fl_ScrollD2Ev@Base 1.1.10-5~ _ZN9Fl_Slider10_Fl_SliderEv@Base 1.1.6 _ZN9Fl_Slider11scrollvalueEiiii@Base 1.1.6 _ZN9Fl_Slider11slider_sizeEd@Base 1.1.6 _ZN9Fl_Slider4drawEiiii@Base 1.1.6 _ZN9Fl_Slider4drawEv@Base 1.1.6 _ZN9Fl_Slider6boundsEdd@Base 1.1.6 _ZN9Fl_Slider6handleEi@Base 1.1.6 _ZN9Fl_Slider6handleEiiiii@Base 1.1.6 _ZN9Fl_Slider7draw_bgEiiii@Base 1.1.6 _ZN9Fl_SliderC1EhiiiiPKc@Base 1.1.6 _ZN9Fl_SliderC1EiiiiPKc@Base 1.1.6 _ZN9Fl_SliderC2EhiiiiPKc@Base 1.1.6 _ZN9Fl_SliderC2EiiiiPKc@Base 1.1.6 _ZN9Fl_SliderD0Ev@Base 1.1.6 _ZN9Fl_SliderD1Ev@Base 1.1.6 (optional)_ZN9Fl_SliderD2Ev@Base 1.1.9-3~ _ZN9Fl_Widget10copy_labelEPKc@Base 1.1.6 _ZN9Fl_Widget10deactivateEv@Base 1.1.6 _ZN9Fl_Widget10take_focusEv@Base 1.1.6 _ZN9Fl_Widget12redraw_labelEv@Base 1.1.6 _ZN9Fl_Widget13damage_resizeEiiii@Base 1.1.6 _ZN9Fl_Widget13test_shortcutEPKc@Base 1.1.6 _ZN9Fl_Widget13test_shortcutEv@Base 1.1.6 _ZN9Fl_Widget14label_shortcutEPKc@Base 1.1.8~rc1 _ZN9Fl_Widget16default_callbackEPS_Pv@Base 1.1.6 _ZN9Fl_Widget4hideEv@Base 1.1.6 _ZN9Fl_Widget4showEv@Base 1.1.6 _ZN9Fl_Widget5labelEPKc@Base 1.1.6 _ZN9Fl_Widget6damageEh@Base 1.1.6 _ZN9Fl_Widget6damageEhiiii@Base 1.1.6 _ZN9Fl_Widget6handleEi@Base 1.1.6 _ZN9Fl_Widget6redrawEv@Base 1.1.6 _ZN9Fl_Widget6resizeEiiii@Base 1.1.6 _ZN9Fl_Widget7tooltipEPKc@Base 1.1.6 _ZN9Fl_Widget8activateEv@Base 1.1.6 (optional)_ZN9Fl_WidgetC1EiiiiPKc@Base 1.1.6 _ZN9Fl_WidgetC2EiiiiPKc@Base 1.1.6 _ZN9Fl_WidgetD0Ev@Base 1.1.6 _ZN9Fl_WidgetD1Ev@Base 1.1.6 _ZN9Fl_WidgetD2Ev@Base 1.1.6 _ZN9Fl_Window10_Fl_WindowEv@Base 1.1.6 _ZN9Fl_Window10copy_labelEPKc@Base 1.1.7 _ZN9Fl_Window10fullscreenEv@Base 1.1.6 _ZN9Fl_Window11size_range_Ev@Base 1.1.6 _ZN9Fl_Window12make_currentEv@Base 1.1.6 _ZN9Fl_Window14default_cursorE9Fl_Cursor8Fl_ColorS1_@Base 1.1.6 _ZN9Fl_Window14fullscreen_offEiiii@Base 1.1.6 _ZN9Fl_Window16default_callbackEPS_Pv@Base 1.1.6 _ZN9Fl_Window4drawEv@Base 1.1.6 _ZN9Fl_Window4hideEv@Base 1.1.6 _ZN9Fl_Window4showEiPPc@Base 1.1.6 _ZN9Fl_Window4showEv@Base 1.1.6 _ZN9Fl_Window5flushEv@Base 1.1.6 _ZN9Fl_Window5labelEPKc@Base 1.1.6 _ZN9Fl_Window5labelEPKcS1_@Base 1.1.6 _ZN9Fl_Window6borderEi@Base 1.1.6 _ZN9Fl_Window6cursorE9Fl_Cursor8Fl_ColorS1_@Base 1.1.6 _ZN9Fl_Window6handleEi@Base 1.1.6 _ZN9Fl_Window6resizeEiiii@Base 1.1.6 _ZN9Fl_Window7currentEv@Base 1.1.6 _ZN9Fl_Window7hotspotEPK9Fl_Widgeti@Base 1.1.6 _ZN9Fl_Window7hotspotEiii@Base 1.1.6 _ZN9Fl_Window7iconizeEv@Base 1.1.6 _ZN9Fl_Window8current_E@Base 1.1.6 _ZN9Fl_Window9iconlabelEPKc@Base 1.1.6 _ZN9Fl_WindowC1EiiPKc@Base 1.1.6 _ZN9Fl_WindowC1EiiiiPKc@Base 1.1.6 _ZN9Fl_WindowC2EiiPKc@Base 1.1.6 _ZN9Fl_WindowC2EiiiiPKc@Base 1.1.6 _ZN9Fl_WindowD0Ev@Base 1.1.6 _ZN9Fl_WindowD1Ev@Base 1.1.6 _ZN9Fl_WindowD2Ev@Base 1.1.6 _ZN9Fl_Wizard4drawEv@Base 1.1.6 _ZN9Fl_Wizard4nextEv@Base 1.1.6 _ZN9Fl_Wizard4prevEv@Base 1.1.6 _ZN9Fl_Wizard5valueEP9Fl_Widget@Base 1.1.6 _ZN9Fl_Wizard5valueEv@Base 1.1.6 _ZN9Fl_WizardC1EiiiiPKc@Base 1.1.6 _ZN9Fl_WizardC2EiiiiPKc@Base 1.1.6 _ZN9Fl_WizardD0Ev@Base 1.1.6 _ZN9Fl_WizardD1Ev@Base 1.1.6 (optional)_ZN9Fl_WizardD2Ev@Base 1.1.10-5~ _ZN9menustate9is_insideEii@Base 1.1.7-2~ _ZN9menutitle4drawEv@Base 1.1.6 _ZN9menutitleC1EiiiiPK12Fl_Menu_Item@Base 1.1.6 _ZN9menutitleC2EiiiiPK12Fl_Menu_Item@Base 1.1.6 _ZN9menutitleD0Ev@Base 1.1.6 _ZN9menutitleD1Ev@Base 1.1.6 (optional)_ZN9menutitleD2Ev@Base 1.1.10-5~ _ZNK10Fl_Browser10item_firstEv@Base 1.1.6 _ZNK10Fl_Browser10item_widthEPv@Base 1.1.6 _ZNK10Fl_Browser11full_heightEv@Base 1.1.6 _ZNK10Fl_Browser11incr_heightEv@Base 1.1.6 _ZNK10Fl_Browser11item_heightEPv@Base 1.1.6 _ZNK10Fl_Browser13item_selectedEPv@Base 1.1.6 _ZNK10Fl_Browser4dataEi@Base 1.1.6 _ZNK10Fl_Browser4textEi@Base 1.1.6 _ZNK10Fl_Browser5valueEv@Base 1.1.6 _ZNK10Fl_Browser6linenoEPv@Base 1.1.6 _ZNK10Fl_Browser7toplineEv@Base 1.1.6 _ZNK10Fl_Browser7visibleEi@Base 1.1.6 _ZNK10Fl_Browser8selectedEi@Base 1.1.6 _ZNK10Fl_Browser9find_lineEi@Base 1.1.6 _ZNK10Fl_Browser9item_drawEPviiii@Base 1.1.6 _ZNK10Fl_Browser9item_nextEPv@Base 1.1.6 _ZNK10Fl_Browser9item_prevEPv@Base 1.1.6 _ZNK11Fl_Browser_10full_widthEv@Base 1.1.6 _ZNK11Fl_Browser_11full_heightEv@Base 1.1.6 _ZNK11Fl_Browser_11incr_heightEv@Base 1.1.6 _ZNK11Fl_Browser_13item_selectedEPv@Base 1.1.6 _ZNK11Fl_Browser_17item_quick_heightEPv@Base 1.1.6 _ZNK11Fl_Browser_4bboxERiS0_S0_S0_@Base 1.1.6 _ZNK11Fl_Browser_8leftedgeEv@Base 1.1.6 _ZNK11Fl_Browser_9displayedEPv@Base 1.1.6 _ZNK12Fl_Menu_Item13find_shortcutEPi@Base 1.1.6 _ZNK12Fl_Menu_Item13test_shortcutEv@Base 1.1.6 _ZNK12Fl_Menu_Item4drawEiiiiPK8Fl_Menu_i@Base 1.1.6 _ZNK12Fl_Menu_Item4nextEi@Base 1.1.6 _ZNK12Fl_Menu_Item4sizeEv@Base 1.1.6 _ZNK12Fl_Menu_Item5popupEiiPKcPKS_PK8Fl_Menu_@Base 1.1.6 _ZNK12Fl_Menu_Item7measureEPiPK8Fl_Menu_@Base 1.1.6 _ZNK12Fl_Menu_Item8pulldownEiiiiPKS_PK8Fl_Menu_S1_i@Base 1.1.6 _ZNK15Fl_File_Browser10item_widthEPv@Base 1.1.6 _ZNK15Fl_File_Browser11full_heightEv@Base 1.1.6 _ZNK15Fl_File_Browser11incr_heightEv@Base 1.1.6 _ZNK15Fl_File_Browser11item_heightEPv@Base 1.1.6 _ZNK15Fl_File_Browser9item_drawEPviiii@Base 1.1.6 _ZNK15Fl_File_Chooser9user_dataEv@Base 1.1.7 _ZNK16Fl_Check_Browser10item_firstEv@Base 1.1.6 _ZNK16Fl_Check_Browser10item_widthEPv@Base 1.1.6 _ZNK16Fl_Check_Browser11item_heightEPv@Base 1.1.6 _ZNK16Fl_Check_Browser13item_selectedEPv@Base 1.1.6 _ZNK16Fl_Check_Browser4textEi@Base 1.1.6 _ZNK16Fl_Check_Browser5valueEv@Base 1.1.6 _ZNK16Fl_Check_Browser6linenoEPNS_7cb_itemE@Base 1.1.6 _ZNK16Fl_Check_Browser7checkedEi@Base 1.1.6 _ZNK16Fl_Check_Browser9find_itemEi@Base 1.1.6 _ZNK16Fl_Check_Browser9item_drawEPviiii@Base 1.1.6 _ZNK16Fl_Check_Browser9item_nextEPv@Base 1.1.6 _ZNK16Fl_Check_Browser9item_prevEPv@Base 1.1.6 _ZNK8Fl_Group10draw_childER9Fl_Widget@Base 1.1.6 _ZNK8Fl_Group12update_childER9Fl_Widget@Base 1.1.6 _ZNK8Fl_Group18draw_outside_labelERK9Fl_Widget@Base 1.1.6 _ZNK8Fl_Group4findEPK9Fl_Widget@Base 1.1.6 _ZNK8Fl_Group5arrayEv@Base 1.1.6 _ZNK8Fl_Label4drawEiiii8Fl_Align@Base 1.1.6 _ZNK8Fl_Label7measureERiS0_@Base 1.1.6 _ZNK8Fl_Menu_13item_pathnameEPciPK12Fl_Menu_Item@Base 1.1.6 _ZNK8Fl_Menu_4sizeEv@Base 1.1.6 _ZNK9Fl_Input_10line_startEi@Base 1.1.6 _ZNK9Fl_Input_10word_startEi@Base 1.1.6 _ZNK9Fl_Input_6expandEPKcPc@Base 1.1.6 _ZNK9Fl_Input_7setfontEv@Base 1.1.6 _ZNK9Fl_Input_8line_endEi@Base 1.1.6 _ZNK9Fl_Input_8word_endEi@Base 1.1.6 _ZNK9Fl_Input_9expandposEPKcS1_S1_Pi@Base 1.1.6 _ZNK9Fl_Widget10draw_focusE10Fl_Boxtypeiiii@Base 1.1.6 _ZNK9Fl_Widget10draw_labelEiiii8Fl_Align@Base 1.1.6 _ZNK9Fl_Widget10draw_labelEiiii@Base 1.1.6 _ZNK9Fl_Widget10draw_labelEv@Base 1.1.6 _ZNK9Fl_Widget6windowEv@Base 1.1.6 _ZNK9Fl_Widget8active_rEv@Base 1.1.6 _ZNK9Fl_Widget8containsEPKS_@Base 1.1.6 _ZNK9Fl_Widget8draw_boxE10Fl_Boxtype8Fl_Color@Base 1.1.6 _ZNK9Fl_Widget8draw_boxE10Fl_Boxtypeiiii8Fl_Color@Base 1.1.6 _ZNK9Fl_Widget8draw_boxEv@Base 1.1.6 _ZNK9Fl_Widget9visible_rEv@Base 1.1.6 _ZNK9Fl_Window6x_rootEv@Base 1.1.6 _ZNK9Fl_Window6y_rootEv@Base 1.1.6 _ZTI10Fl_Browser@Base 1.1.6 _ZTI10Fl_Counter@Base 1.1.6 _ZTI10menuwindow@Base 1.1.6 _ZTI11Fl_Adjuster@Base 1.1.6 _ZTI11Fl_Browser_@Base 1.1.6 _ZTI11Fl_Menu_Bar@Base 1.1.6 _ZTI11Fl_Progress@Base 1.1.6 _ZTI11Fl_Valuator@Base 1.1.6 _ZTI11Flcc_HueBox@Base 1.1.6 _ZTI12Fl_Help_View@Base 1.1.6 _ZTI12Fl_RGB_Image@Base 1.1.6 _ZTI12Fl_Scrollbar@Base 1.1.6 _ZTI12Fl_XBM_Image@Base 1.1.6 _ZTI12Fl_XPM_Image@Base 1.1.6 _ZTI13Fl_File_Input@Base 1.1.6 _ZTI13Fl_Positioner@Base 1.1.6 _ZTI13Fl_TooltipBox@Base 1.1.6 _ZTI13Flcc_ValueBox@Base 1.1.6 _ZTI14Fl_Menu_Button@Base 1.1.6 _ZTI14Fl_Menu_Window@Base 1.1.6 _ZTI14Fl_Text_Editor@Base 1.1.6 _ZTI14Fl_Tiled_Image@Base 1.1.6 _ZTI14Fl_Value_Input@Base 1.1.6 _ZTI15Fl_Check_Button@Base 1.1.6 _ZTI15Fl_Clock_Output@Base 1.1.6 _ZTI15Fl_File_Browser@Base 1.1.6 _ZTI15Fl_Light_Button@Base 1.1.6 _ZTI15Fl_Round_Button@Base 1.1.6 _ZTI15Fl_Shared_Image@Base 1.1.6 _ZTI15Fl_Text_Display@Base 1.1.6 _ZTI15Fl_Value_Output@Base 1.1.6 _ZTI15Fl_Value_Slider@Base 1.1.6 _ZTI16Fl_Check_Browser@Base 1.1.6 _ZTI16Fl_Color_Chooser@Base 1.1.6 _ZTI16Fl_Double_Window@Base 1.1.6 _ZTI16Fl_Repeat_Button@Base 1.1.6 _ZTI16Fl_Return_Button@Base 1.1.6 _ZTI16Fl_Single_Window@Base 1.1.6 _ZTI16Flcc_Value_Input@Base 1.1.6 _ZTI17Fl_Overlay_Window@Base 1.1.6 _ZTI6Fl_Box@Base 1.1.6 _ZTI7Fl_Dial@Base 1.1.6 _ZTI7Fl_Pack@Base 1.1.6 _ZTI7Fl_Tabs@Base 1.1.6 _ZTI7Fl_Tile@Base 1.1.6 _ZTI8Fl_Chart@Base 1.1.6 _ZTI8Fl_Clock@Base 1.1.6 _ZTI8Fl_Group@Base 1.1.6 _ZTI8Fl_Image@Base 1.1.6 _ZTI8Fl_Input@Base 1.1.6 _ZTI8Fl_Menu_@Base 1.1.6 _ZTI9ColorChip@Base 1.1.6 _ZTI9ColorMenu@Base 1.1.6 _ZTI9Fl_Bitmap@Base 1.1.6 _ZTI9Fl_Button@Base 1.1.6 _ZTI9Fl_Choice@Base 1.1.6 _ZTI9Fl_Input_@Base 1.1.6 _ZTI9Fl_Pixmap@Base 1.1.6 _ZTI9Fl_Roller@Base 1.1.6 _ZTI9Fl_Scroll@Base 1.1.6 _ZTI9Fl_Slider@Base 1.1.6 _ZTI9Fl_Widget@Base 1.1.6 _ZTI9Fl_Window@Base 1.1.6 _ZTI9Fl_Wizard@Base 1.1.6 _ZTI9menutitle@Base 1.1.6 _ZTS10Fl_Browser@Base 1.1.6 _ZTS10Fl_Counter@Base 1.1.6 _ZTS10menuwindow@Base 1.1.6 _ZTS11Fl_Adjuster@Base 1.1.6 _ZTS11Fl_Browser_@Base 1.1.6 _ZTS11Fl_Menu_Bar@Base 1.1.6 _ZTS11Fl_Progress@Base 1.1.6 _ZTS11Fl_Valuator@Base 1.1.6 _ZTS11Flcc_HueBox@Base 1.1.6 _ZTS12Fl_Help_View@Base 1.1.6 _ZTS12Fl_RGB_Image@Base 1.1.6 _ZTS12Fl_Scrollbar@Base 1.1.6 _ZTS12Fl_XBM_Image@Base 1.1.6 _ZTS12Fl_XPM_Image@Base 1.1.6 _ZTS13Fl_File_Input@Base 1.1.6 _ZTS13Fl_Positioner@Base 1.1.6 _ZTS13Fl_TooltipBox@Base 1.1.6 _ZTS13Flcc_ValueBox@Base 1.1.6 _ZTS14Fl_Menu_Button@Base 1.1.6 _ZTS14Fl_Menu_Window@Base 1.1.6 _ZTS14Fl_Text_Editor@Base 1.1.6 _ZTS14Fl_Tiled_Image@Base 1.1.6 _ZTS14Fl_Value_Input@Base 1.1.6 _ZTS15Fl_Check_Button@Base 1.1.6 _ZTS15Fl_Clock_Output@Base 1.1.6 _ZTS15Fl_File_Browser@Base 1.1.6 _ZTS15Fl_Light_Button@Base 1.1.6 _ZTS15Fl_Round_Button@Base 1.1.6 _ZTS15Fl_Shared_Image@Base 1.1.6 _ZTS15Fl_Text_Display@Base 1.1.6 _ZTS15Fl_Value_Output@Base 1.1.6 _ZTS15Fl_Value_Slider@Base 1.1.6 _ZTS16Fl_Check_Browser@Base 1.1.6 _ZTS16Fl_Color_Chooser@Base 1.1.6 _ZTS16Fl_Double_Window@Base 1.1.6 _ZTS16Fl_Repeat_Button@Base 1.1.6 _ZTS16Fl_Return_Button@Base 1.1.6 _ZTS16Fl_Single_Window@Base 1.1.6 _ZTS16Flcc_Value_Input@Base 1.1.6 _ZTS17Fl_Overlay_Window@Base 1.1.6 _ZTS6Fl_Box@Base 1.1.6 _ZTS7Fl_Dial@Base 1.1.6 _ZTS7Fl_Pack@Base 1.1.6 _ZTS7Fl_Tabs@Base 1.1.6 _ZTS7Fl_Tile@Base 1.1.6 _ZTS8Fl_Chart@Base 1.1.6 _ZTS8Fl_Clock@Base 1.1.6 _ZTS8Fl_Group@Base 1.1.6 _ZTS8Fl_Image@Base 1.1.6 _ZTS8Fl_Input@Base 1.1.6 _ZTS8Fl_Menu_@Base 1.1.6 _ZTS9ColorChip@Base 1.1.6 _ZTS9ColorMenu@Base 1.1.6 _ZTS9Fl_Bitmap@Base 1.1.6 _ZTS9Fl_Button@Base 1.1.6 _ZTS9Fl_Choice@Base 1.1.6 _ZTS9Fl_Input_@Base 1.1.6 _ZTS9Fl_Pixmap@Base 1.1.6 _ZTS9Fl_Roller@Base 1.1.6 _ZTS9Fl_Scroll@Base 1.1.6 _ZTS9Fl_Slider@Base 1.1.6 _ZTS9Fl_Widget@Base 1.1.6 _ZTS9Fl_Window@Base 1.1.6 _ZTS9Fl_Wizard@Base 1.1.6 _ZTS9menutitle@Base 1.1.6 _ZTV10Fl_Browser@Base 1.1.6 _ZTV10Fl_Counter@Base 1.1.6 _ZTV10menuwindow@Base 1.1.6 _ZTV11Fl_Adjuster@Base 1.1.6 _ZTV11Fl_Browser_@Base 1.1.6 _ZTV11Fl_Menu_Bar@Base 1.1.6 _ZTV11Fl_Progress@Base 1.1.6 _ZTV11Fl_Valuator@Base 1.1.6 _ZTV11Flcc_HueBox@Base 1.1.6 _ZTV12Fl_Help_View@Base 1.1.6 _ZTV12Fl_RGB_Image@Base 1.1.6 _ZTV12Fl_Scrollbar@Base 1.1.6 _ZTV12Fl_XBM_Image@Base 1.1.6 _ZTV12Fl_XPM_Image@Base 1.1.6 _ZTV13Fl_File_Input@Base 1.1.6 _ZTV13Fl_Positioner@Base 1.1.6 _ZTV13Fl_TooltipBox@Base 1.1.6 _ZTV13Flcc_ValueBox@Base 1.1.6 _ZTV14Fl_Menu_Button@Base 1.1.6 _ZTV14Fl_Menu_Window@Base 1.1.6 _ZTV14Fl_Text_Editor@Base 1.1.6 _ZTV14Fl_Tiled_Image@Base 1.1.6 _ZTV14Fl_Value_Input@Base 1.1.6 _ZTV15Fl_Check_Button@Base 1.1.6 _ZTV15Fl_Clock_Output@Base 1.1.6 _ZTV15Fl_File_Browser@Base 1.1.6 _ZTV15Fl_Light_Button@Base 1.1.6 _ZTV15Fl_Round_Button@Base 1.1.6 _ZTV15Fl_Shared_Image@Base 1.1.6 _ZTV15Fl_Text_Display@Base 1.1.6 _ZTV15Fl_Value_Output@Base 1.1.6 _ZTV15Fl_Value_Slider@Base 1.1.6 _ZTV16Fl_Check_Browser@Base 1.1.6 _ZTV16Fl_Color_Chooser@Base 1.1.6 _ZTV16Fl_Double_Window@Base 1.1.6 _ZTV16Fl_Repeat_Button@Base 1.1.6 _ZTV16Fl_Return_Button@Base 1.1.6 _ZTV16Fl_Single_Window@Base 1.1.6 _ZTV16Flcc_Value_Input@Base 1.1.6 _ZTV17Fl_Overlay_Window@Base 1.1.6 _ZTV6Fl_Box@Base 1.1.6 _ZTV7Fl_Dial@Base 1.1.6 _ZTV7Fl_Pack@Base 1.1.6 _ZTV7Fl_Tabs@Base 1.1.6 _ZTV7Fl_Tile@Base 1.1.6 _ZTV8Fl_Chart@Base 1.1.6 _ZTV8Fl_Clock@Base 1.1.6 _ZTV8Fl_Group@Base 1.1.6 _ZTV8Fl_Image@Base 1.1.6 _ZTV8Fl_Input@Base 1.1.6 _ZTV8Fl_Menu_@Base 1.1.6 _ZTV9ColorChip@Base 1.1.6 _ZTV9ColorMenu@Base 1.1.6 _ZTV9Fl_Bitmap@Base 1.1.6 _ZTV9Fl_Button@Base 1.1.6 _ZTV9Fl_Choice@Base 1.1.6 _ZTV9Fl_Input_@Base 1.1.6 _ZTV9Fl_Pixmap@Base 1.1.6 _ZTV9Fl_Roller@Base 1.1.6 _ZTV9Fl_Scroll@Base 1.1.6 _ZTV9Fl_Slider@Base 1.1.6 _ZTV9Fl_Widget@Base 1.1.6 _ZTV9Fl_Window@Base 1.1.6 _ZTV9Fl_Wizard@Base 1.1.6 _ZTV9menutitle@Base 1.1.6 fl_XdndActionCopy@Base 1.1.6 fl_XdndAware@Base 1.1.6 fl_XdndDrop@Base 1.1.6 fl_XdndEnter@Base 1.1.6 fl_XdndFinished@Base 1.1.6 fl_XdndLeave@Base 1.1.6 fl_XdndPosition@Base 1.1.6 fl_XdndSelection@Base 1.1.6 fl_XdndStatus@Base 1.1.6 fl_XdndTypeList@Base 1.1.6 fl_XdndURIList@Base 1.1.7 fl_alphasort@Base 1.1.6 fl_background_pixel@Base 1.1.6 fl_bg2@Base 1.1.6 fl_bg@Base 1.1.6 fl_bluemask@Base 1.1.6 fl_blueshift@Base 1.1.6 fl_cancel@Base 1.1.6 fl_casealphasort@Base 1.1.6 fl_casenumericsort@Base 1.1.6 fl_clip_state_number@Base 1.1.6 fl_close@Base 1.1.6 fl_color_@Base 1.1.6 fl_colormap@Base 1.1.6 fl_disable_transient_for@Base 1.1.6 fl_display@Base 1.1.6 fl_dnd_action@Base 1.1.6 fl_dnd_source_action@Base 1.1.6 fl_dnd_source_types@Base 1.1.6 fl_dnd_source_window@Base 1.1.6 fl_dnd_type@Base 1.1.6 fl_draw_shortcut@Base 1.1.6 fl_encoding_@Base 1.1.6 fl_event_time@Base 1.1.6 fl_extrashift@Base 1.1.6 fl_fg@Base 1.1.6 fl_font_@Base 1.1.6 fl_fonts@Base 1.1.6 fl_fontsize@Base 1.1.6 fl_gc@Base 1.1.6 fl_greenmask@Base 1.1.6 fl_greenshift@Base 1.1.6 fl_i_own_selection@Base 1.1.6 fl_key_vector@Base 1.1.6 fl_local_grab@Base 1.1.6 fl_lock_function@Base 1.1.6 fl_mask_bitmap@Base 1.1.6 fl_menu_array_owner@Base 1.1.6 fl_message_font_@Base 1.1.6 fl_message_size_@Base 1.1.6 fl_message_window@Base 1.1.6 fl_no@Base 1.1.6 fl_numericsort@Base 1.1.6 fl_ok@Base 1.1.6 fl_oldfocus@Base 1.1.6 fl_redmask@Base 1.1.6 fl_redshift@Base 1.1.6 fl_screen@Base 1.1.6 fl_selection_buffer@Base 1.1.6 fl_selection_buffer_length@Base 1.1.6 fl_selection_length@Base 1.1.6 fl_selection_requestor@Base 1.1.6 fl_show_iconic@Base 1.1.6 fl_size_@Base 1.1.6 fl_snprintf@Base 1.1.7 fl_strlcat@Base 1.1.6 fl_strlcpy@Base 1.1.6 fl_unlock_function@Base 1.1.6 fl_visual@Base 1.1.6 fl_vsnprintf@Base 1.1.7 fl_window@Base 1.1.6 fl_xevent@Base 1.1.6 fl_xfocus@Base 1.1.6 fl_xfont@Base 1.1.6 fl_xftfont@Base 1.1.8~rc1 fl_xmap@Base 1.1.6 fl_xmousewin@Base 1.1.6 fl_yes@Base 1.1.6 libfltk_forms.so.1.1 libfltk1.1 #MINVER# * Build-Depends-Package: libfltk1.1-dev _Z10fl_gettimePlS_@Base 1.1.6 _Z11fl_do_formsv@Base 1.1.6 _Z11fl_end_formv@Base 1.1.6 _Z12fl_show_formP9Fl_WindowiiPKc@Base 1.1.6 _Z13fl_add_buttonhiiiiPKc@Base 1.1.6 _Z13fl_initializePiPPcPKcPvi@Base 1.1.6 _Z13fl_show_alertPKcS0_S0_i@Base 1.1.6 _Z14fl_check_formsv@Base 1.1.6 _Z14fl_get_patternv@Base 1.1.6 _Z14fl_show_choicePKcS0_S0_iS0_S0_S0_@Base 1.1.6 _Z15fl_get_filenamev@Base 1.1.6 _Z15fl_show_messagePKcS0_S0_@Base 1.1.6 _Z16fl_get_directoryv@Base 1.1.6 _Z16fl_show_questionPKcS0_S0_@Base 1.1.6 _Z20fl_set_graphics_modeii@Base 1.1.6 _Z20fl_show_simple_inputPKcS0_@Base 1.1.6 _Z21fl_show_file_selectorPKcS0_S0_S0_@Base 1.1.6 _ZN12Fl_FormsText4drawEv@Base 1.1.6 _ZN12Fl_FormsTextD0Ev@Base 1.1.6 _ZN12Fl_FormsTextD1Ev@Base 1.1.6 (optional)_ZN12Fl_FormsTextD2Ev@Base 1.1.10-5~ _ZN14Fl_FormsBitmap3setEiiPKh@Base 1.1.6 _ZN14Fl_FormsBitmap4drawEv@Base 1.1.6 _ZN14Fl_FormsBitmapC1E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsBitmapC2E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsBitmapD0Ev@Base 1.1.6 _ZN14Fl_FormsBitmapD1Ev@Base 1.1.6 (optional)_ZN14Fl_FormsBitmapD2Ev@Base 1.1.10-5~ _ZN14Fl_FormsPixmap3setEPKPc@Base 1.1.6 _ZN14Fl_FormsPixmap4drawEv@Base 1.1.6 _ZN14Fl_FormsPixmapC1E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsPixmapC2E10Fl_BoxtypeiiiiPKc@Base 1.1.6 _ZN14Fl_FormsPixmapD0Ev@Base 1.1.6 _ZN14Fl_FormsPixmapD1Ev@Base 1.1.6 (optional)_ZN14Fl_FormsPixmapD2Ev@Base 1.1.10-5~ _ZN7Fl_Free4drawEv@Base 1.1.6 _ZN7Fl_Free4stepEPv@Base 1.1.6 _ZN7Fl_Free6handleEi@Base 1.1.6 _ZN7Fl_FreeC1EhiiiiPKcPFiP9Fl_WidgetiffcE@Base 1.1.6 _ZN7Fl_FreeC2EhiiiiPKcPFiP9Fl_WidgetiffcE@Base 1.1.6 _ZN7Fl_FreeD0Ev@Base 1.1.6 _ZN7Fl_FreeD1Ev@Base 1.1.6 _ZN7Fl_FreeD2Ev@Base 1.1.6 _ZN8Fl_Group9forms_endEv@Base 1.1.6 _ZN8Fl_Timer4drawEv@Base 1.1.6 _ZN8Fl_Timer4stepEv@Base 1.1.6 _ZN8Fl_Timer5valueEd@Base 1.1.6 _ZN8Fl_Timer6handleEi@Base 1.1.6 _ZN8Fl_Timer6stepcbEPv@Base 1.1.6 _ZN8Fl_Timer9suspendedEc@Base 1.1.6 _ZN8Fl_TimerC1EhiiiiPKc@Base 1.1.6 _ZN8Fl_TimerC2EhiiiiPKc@Base 1.1.6 _ZN8Fl_TimerD0Ev@Base 1.1.6 _ZN8Fl_TimerD1Ev@Base 1.1.6 _ZN8Fl_TimerD2Ev@Base 1.1.6 _ZTI12Fl_FormsText@Base 1.1.6 _ZTI14Fl_FormsBitmap@Base 1.1.6 _ZTI14Fl_FormsPixmap@Base 1.1.6 _ZTI7Fl_Free@Base 1.1.6 _ZTI8Fl_Timer@Base 1.1.6 _ZTS12Fl_FormsText@Base 1.1.6 _ZTS14Fl_FormsBitmap@Base 1.1.6 _ZTS14Fl_FormsPixmap@Base 1.1.6 _ZTS7Fl_Free@Base 1.1.6 _ZTS8Fl_Timer@Base 1.1.6 _ZTV12Fl_FormsText@Base 1.1.6 _ZTV14Fl_FormsBitmap@Base 1.1.6 _ZTV14Fl_FormsPixmap@Base 1.1.6 _ZTV7Fl_Free@Base 1.1.6 _ZTV8Fl_Timer@Base 1.1.6 fl_flip@Base 1.1.6 fl_modal_next@Base 1.1.6 libfltk_gl.so.1.1 libfltk1.1 #MINVER# * Build-Depends-Package: libfltk1.1-dev _Z10gl_descentv@Base 1.1.6 _Z10gl_measurePKcRiS1_@Base 1.1.6 _Z12glutLayerGetj@Base 1.1.6 _Z12glutMainLoopv@Base 1.1.6 _Z12glutWireConeddii@Base 1.1.8~rc1 _Z12glutWireCubed@Base 1.1.8~rc1 _Z13gl_draw_imagePKhiiiiii@Base 1.1.6 _Z13glutDeviceGetj@Base 1.1.8~rc1 _Z13glutSetWindowi@Base 1.1.6 _Z13glutSolidConeddii@Base 1.1.8~rc1 _Z13glutSolidCubed@Base 1.1.8~rc1 _Z13glutWireTorusddii@Base 1.1.8~rc1 _Z14glutAddSubMenuPci@Base 1.1.6 _Z14glutCreateMenuPFviE@Base 1.1.6 _Z14glutSolidTorusddii@Base 1.1.8~rc1 _Z14glutWireSpheredii@Base 1.1.8~rc1 _Z14glutWireTeapotd@Base 1.1.8~rc1 _Z15glutBitmapWidthPvi@Base 1.1.6 _Z15glutDestroyMenui@Base 1.1.6 _Z15glutSolidSpheredii@Base 1.1.8~rc1 _Z15glutSolidTeapotd@Base 1.1.8~rc1 _Z15glutStrokeWidthPvi@Base 1.1.8~rc1 _Z15glutSwapBuffersv@Base 1.1.6 _Z16fl_no_gl_contextv@Base 1.1.6 _Z16glutAddMenuEntryPci@Base 1.1.6 _Z16glutBitmapHeightPv@Base 1.1.8~rc1 _Z16glutBitmapLengthPvPKh@Base 1.1.8~rc1 _Z16glutBitmapStringPvPKh@Base 1.1.8~rc1 _Z16glutCreateWindowPKc@Base 1.1.8~rc1 _Z16glutCreateWindowPc@Base 1.1.6 _Z16glutStrokeHeightPv@Base 1.1.8~rc1 _Z16glutStrokeLengthPvPKh@Base 1.1.8~rc1 _Z16glutStrokeStringPvPKh@Base 1.1.8~rc1 _Z16glutWireCylinderddii@Base 1.1.8~rc1 _Z17fl_set_gl_contextP9Fl_WindowP15__GLXcontextRec@Base 1.1.6 _Z17glutDestroyWindowi@Base 1.1.6 _Z17glutSolidCylinderddii@Base 1.1.8~rc1 _Z18glutGetProcAddressPKc@Base 1.1.8~rc1 _Z18glutInitWindowSizeii@Base 1.1.6 _Z18glutRemoveMenuItemi@Base 1.1.6 _Z18glutWireOctahedronv@Base 1.1.8~rc1 _Z19glutBitmapCharacterPvi@Base 1.1.6 _Z19glutChangeToSubMenuiPci@Base 1.1.6 _Z19glutCreateSubWindowiiiii@Base 1.1.6 _Z19glutInitDisplayModej@Base 1.1.6 _Z19glutSolidOctahedronv@Base 1.1.8~rc1 _Z19glutStrokeCharacterPvi@Base 1.1.8~rc1 _Z19glutWireIcosahedronv@Base 1.1.8~rc1 _Z19glutWireTetrahedronv@Base 1.1.8~rc1 _Z20fl_create_gl_contextP11XVisualInfo@Base 1.1.6 _Z20fl_delete_gl_contextP15__GLXcontextRec@Base 1.1.6 _Z20glutSolidIcosahedronv@Base 1.1.8~rc1 _Z20glutSolidTetrahedronv@Base 1.1.8~rc1 _Z20glutWireDodecahedronv@Base 1.1.8~rc1 _Z21glutChangeToMenuEntryiPci@Base 1.1.6 _Z21glutSolidDodecahedronv@Base 1.1.8~rc1 _Z22glutExtensionSupportedPKc@Base 1.1.8~rc1 _Z22glutInitWindowPositionii@Base 1.1.6 _Z23glutPostWindowRedisplayi@Base 1.1.8~rc1 _Z24glutWireSierpinskiSpongeiPdd@Base 1.1.8~rc1 _Z25glutSolidSierpinskiSpongeiPdd@Base 1.1.8~rc1 _Z27gl_remove_displaylist_fontsv@Base 1.1.6 _Z27glutWireRhombicDodecahedronv@Base 1.1.8~rc1 _Z28glutSolidRhombicDodecahedronv@Base 1.1.8~rc1 _Z7gl_drawPKc@Base 1.1.6 _Z7gl_drawPKcff@Base 1.1.6 _Z7gl_drawPKci@Base 1.1.6 _Z7gl_drawPKciff@Base 1.1.6 _Z7gl_drawPKcii@Base 1.1.6 _Z7gl_drawPKciii@Base 1.1.6 _Z7gl_drawPKciiii8Fl_Align@Base 1.1.6 _Z7gl_fontii@Base 1.1.6 _Z7gl_rectiiii@Base 1.1.6 _Z7glutGetj@Base 1.1.6 _Z8gl_color8Fl_Color@Base 1.1.6 _Z8gl_startv@Base 1.1.6 _Z8gl_widthPKc@Base 1.1.6 _Z8gl_widthPKci@Base 1.1.6 _Z8gl_widthh@Base 1.1.6 _Z8glutInitPiPPc@Base 1.1.6 _Z9gl_finishv@Base 1.1.6 _Z9gl_heightv@Base 1.1.6 _ZN12Fl_Gl_Choice4findEiPKi@Base 1.1.6 _ZN12Fl_Gl_Window10invalidateEv@Base 1.1.6 _ZN12Fl_Gl_Window12draw_overlayEv@Base 1.1.6 _ZN12Fl_Gl_Window12hide_overlayEv@Base 1.1.6 _ZN12Fl_Gl_Window12make_currentEv@Base 1.1.6 _ZN12Fl_Gl_Window12make_overlayEv@Base 1.1.6 _ZN12Fl_Gl_Window12swap_buffersEv@Base 1.1.6 _ZN12Fl_Gl_Window14can_do_overlayEv@Base 1.1.6 _ZN12Fl_Gl_Window14redraw_overlayEv@Base 1.1.6 _ZN12Fl_Gl_Window20make_overlay_currentEv@Base 1.1.6 _ZN12Fl_Gl_Window4hideEv@Base 1.1.6 _ZN12Fl_Gl_Window4initEv@Base 1.1.6 _ZN12Fl_Gl_Window4modeEiPKi@Base 1.1.6 _ZN12Fl_Gl_Window4showEv@Base 1.1.6 _ZN12Fl_Gl_Window5flushEv@Base 1.1.6 _ZN12Fl_Gl_Window5orthoEv@Base 1.1.6 _ZN12Fl_Gl_Window6can_doEiPKi@Base 1.1.6 _ZN12Fl_Gl_Window6resizeEiiii@Base 1.1.6 _ZN12Fl_Gl_Window7contextEPvi@Base 1.1.6 _ZN12Fl_Gl_WindowD0Ev@Base 1.1.6 _ZN12Fl_Gl_WindowD1Ev@Base 1.1.6 _ZN12Fl_Gl_WindowD2Ev@Base 1.1.6 _ZN14Fl_Glut_Window12draw_overlayEv@Base 1.1.6 _ZN14Fl_Glut_Window12make_currentEv@Base 1.1.6 _ZN14Fl_Glut_Window4drawEv@Base 1.1.6 _ZN14Fl_Glut_Window5_initEv@Base 1.1.6 _ZN14Fl_Glut_Window6handleEi@Base 1.1.6 _ZN14Fl_Glut_WindowC1EiiPKc@Base 1.1.6 _ZN14Fl_Glut_WindowC1EiiiiPKc@Base 1.1.6 _ZN14Fl_Glut_WindowC2EiiPKc@Base 1.1.6 _ZN14Fl_Glut_WindowC2EiiiiPKc@Base 1.1.6 _ZN14Fl_Glut_WindowD0Ev@Base 1.1.6 _ZN14Fl_Glut_WindowD1Ev@Base 1.1.6 _ZN14Fl_Glut_WindowD2Ev@Base 1.1.6 _ZN2Fl9gl_visualEiPi@Base 1.1.6 _ZTI12Fl_Gl_Window@Base 1.1.6 _ZTI14Fl_Glut_Window@Base 1.1.6 _ZTS12Fl_Gl_Window@Base 1.1.6 _ZTS14Fl_Glut_Window@Base 1.1.6 _ZTV12Fl_Gl_Window@Base 1.1.6 _ZTV14Fl_Glut_Window@Base 1.1.6 glutBitmap8By13@Base 1.1.6 glutBitmap9By15@Base 1.1.6 glutBitmapHelvetica10@Base 1.1.6 glutBitmapHelvetica12@Base 1.1.6 glutBitmapHelvetica18@Base 1.1.6 glutBitmapTimesRoman10@Base 1.1.6 glutBitmapTimesRoman24@Base 1.1.6 glutStrokeMonoRoman@Base 1.1.8~rc1 glutStrokeRoman@Base 1.1.8~rc1 glut_menu@Base 1.1.6 glut_menustate_function@Base 1.1.6 glut_menustatus_function@Base 1.1.6 glut_window@Base 1.1.6 icos_r@Base 1.1.8~rc1 icos_v@Base 1.1.8~rc1 rdod_n@Base 1.1.8~rc1 rdod_r@Base 1.1.8~rc1 rdod_v@Base 1.1.8~rc1 libfltk_images.so.1.1 libfltk1.1 #MINVER# * Build-Depends-Package: libfltk1.1-dev _Z18fl_register_imagesv@Base 1.1.6 _ZN12Fl_BMP_ImageC1EPKc@Base 1.1.6 _ZN12Fl_BMP_ImageC2EPKc@Base 1.1.6 _ZN12Fl_BMP_ImageD0Ev@Base 1.1.6 _ZN12Fl_BMP_ImageD1Ev@Base 1.1.6 (optional)_ZN12Fl_BMP_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_File_Icon10load_imageEPKc@Base 1.1.6 _ZN12Fl_File_Icon17load_system_iconsEv@Base 1.1.6 _ZN12Fl_File_Icon4loadEPKc@Base 1.1.6 _ZN12Fl_File_Icon8load_ftiEPKc@Base 1.1.6 _ZN12Fl_GIF_ImageC1EPKc@Base 1.1.6 _ZN12Fl_GIF_ImageC2EPKc@Base 1.1.6 _ZN12Fl_GIF_ImageD0Ev@Base 1.1.6 _ZN12Fl_GIF_ImageD1Ev@Base 1.1.6 (optional)_ZN12Fl_GIF_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_PNG_ImageC1EPKc@Base 1.1.6 _ZN12Fl_PNG_ImageC2EPKc@Base 1.1.6 _ZN12Fl_PNG_ImageD0Ev@Base 1.1.6 _ZN12Fl_PNG_ImageD1Ev@Base 1.1.6 (optional)_ZN12Fl_PNG_ImageD2Ev@Base 1.1.10-5~ _ZN12Fl_PNM_ImageC1EPKc@Base 1.1.6 _ZN12Fl_PNM_ImageC2EPKc@Base 1.1.6 _ZN12Fl_PNM_ImageD0Ev@Base 1.1.6 _ZN12Fl_PNM_ImageD1Ev@Base 1.1.6 (optional)_ZN12Fl_PNM_ImageD2Ev@Base 1.1.10-5~ _ZN13Fl_JPEG_ImageC1EPKc@Base 1.1.6 _ZN13Fl_JPEG_ImageC2EPKc@Base 1.1.6 _ZN13Fl_JPEG_ImageD0Ev@Base 1.1.6 _ZN13Fl_JPEG_ImageD1Ev@Base 1.1.6 (optional)_ZN13Fl_JPEG_ImageD2Ev@Base 1.1.10-5~ _ZN14Fl_Help_Dialog10cb_back__iEP9Fl_ButtonPv@Base 1.1.7 _ZN14Fl_Help_Dialog10cb_find__iEP8Fl_InputPv@Base 1.1.7 _ZN14Fl_Help_Dialog10cb_larger_EP9Fl_ButtonPv@Base 1.1.6 _ZN14Fl_Help_Dialog10cb_view__iEP12Fl_Help_ViewPv@Base 1.1.7 _ZN14Fl_Help_Dialog11cb_forward_EP9Fl_ButtonPv@Base 1.1.6 _ZN14Fl_Help_Dialog11cb_smaller_EP9Fl_ButtonPv@Base 1.1.6 _ZN14Fl_Help_Dialog12cb_larger__iEP9Fl_ButtonPv@Base 1.1.7 _ZN14Fl_Help_Dialog13cb_forward__iEP9Fl_ButtonPv@Base 1.1.7 _ZN14Fl_Help_Dialog13cb_smaller__iEP9Fl_ButtonPv@Base 1.1.7 _ZN14Fl_Help_Dialog1hEv@Base 1.1.6 _ZN14Fl_Help_Dialog1wEv@Base 1.1.6 _ZN14Fl_Help_Dialog1xEv@Base 1.1.6 _ZN14Fl_Help_Dialog1yEv@Base 1.1.6 _ZN14Fl_Help_Dialog4hideEv@Base 1.1.6 _ZN14Fl_Help_Dialog4loadEPKc@Base 1.1.6 _ZN14Fl_Help_Dialog4showEiPPc@Base 1.1.6 _ZN14Fl_Help_Dialog4showEv@Base 1.1.6 _ZN14Fl_Help_Dialog5valueEPKc@Base 1.1.7 _ZN14Fl_Help_Dialog6resizeEiiii@Base 1.1.6 _ZN14Fl_Help_Dialog7toplineEPKc@Base 1.1.6 _ZN14Fl_Help_Dialog7toplineEi@Base 1.1.6 _ZN14Fl_Help_Dialog7visibleEv@Base 1.1.6 _ZN14Fl_Help_Dialog8cb_back_EP9Fl_ButtonPv@Base 1.1.6 _ZN14Fl_Help_Dialog8cb_find_EP8Fl_InputPv@Base 1.1.6 _ZN14Fl_Help_Dialog8cb_view_EP12Fl_Help_ViewPv@Base 1.1.6 _ZN14Fl_Help_Dialog8positionEii@Base 1.1.6 _ZN14Fl_Help_Dialog8textsizeEh@Base 1.1.6 _ZN14Fl_Help_Dialog8textsizeEv@Base 1.1.6 _ZN14Fl_Help_DialogC1Ev@Base 1.1.6 _ZN14Fl_Help_DialogC2Ev@Base 1.1.6 _ZN14Fl_Help_DialogD1Ev@Base 1.1.6 _ZN14Fl_Help_DialogD2Ev@Base 1.1.6 _ZNK14Fl_Help_Dialog5valueEv@Base 1.1.7 _ZTI12Fl_BMP_Image@Base 1.1.6 _ZTI12Fl_GIF_Image@Base 1.1.6 _ZTI12Fl_PNG_Image@Base 1.1.6 _ZTI12Fl_PNM_Image@Base 1.1.6 _ZTI13Fl_JPEG_Image@Base 1.1.6 _ZTS12Fl_BMP_Image@Base 1.1.6 _ZTS12Fl_GIF_Image@Base 1.1.6 _ZTS12Fl_PNG_Image@Base 1.1.6 _ZTS12Fl_PNM_Image@Base 1.1.6 _ZTS13Fl_JPEG_Image@Base 1.1.6 _ZTV12Fl_BMP_Image@Base 1.1.6 _ZTV12Fl_GIF_Image@Base 1.1.6 _ZTV12Fl_PNG_Image@Base 1.1.6 _ZTV12Fl_PNM_Image@Base 1.1.6 _ZTV13Fl_JPEG_Image@Base 1.1.6 debian/libfltk1.1.install0000644000000000000000000000002411725766310012431 0ustar usr/lib/*/lib*.so.* debian/libfltk1.1-dev.config0000644000000000000000000000061711447034400013001 0ustar #!/bin/sh -e . /usr/share/debconf/confmodule # Inspect the filesystem only when reconfiguring. if [ -f /usr/include/FL/Fl_Preferences.H ] && [ "$1" = reconfigure ]; then if [ -L /usr/include/FL/Fl_Preferences.h ]; then links_present=true else links_present=false fi db_set libfltk1.1-dev/header-links $links_present fi db_input medium libfltk1.1-dev/header-links || true db_go debian/libfltk1.1-dev.install0000644000000000000000000000012211725766310013204 0ustar usr/bin/fltk-config usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/fltk debian/libfltk1.1-dev.templates0000644000000000000000000000131511447034400013526 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: libfltk1.1-dev/header-links Type: boolean Default: false _Description: Make .h links to ? For compatibility with some older code, FLTK used to make its C++-specific headers available as as well as . However, the lowercase-h names are deprecated and should be eliminated from source code. . Please choose whether such compatibility symlinks should be created. debian/po/0000755000000000000000000000000011727544243007615 5ustar debian/po/pt.po0000644000000000000000000000323311447034400010565 0ustar # Portuguese translation for fltk1.1 debconf messages. # Copyright (C) 2007 Pedro Ribeiro # This file is distributed under the same license as the fltk1.1 package. # Pedro Ribeiro , 2007 # msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.7-6\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-12-02 09:47+0000\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: PORTUGAL\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Criar ligações de .h para ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Para compatibilidade com algum código antigo, o FLTK disponibilizava os " "cabeçalhos específicos de C++ tais como e assim como ; no " "entanto, os nomes com h minúsculo estão em desuso e recomendamos a sua " "eliminação do código fonte." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Por favor indique se estas ligações de compatibilidade devem ser criadas." debian/po/nl.po0000644000000000000000000000315211721321064010553 0ustar # Dutch translation of fltk1.1 debconf templates. # Copyright (C) 2004-2011 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the fltk1.1 package. # Luk Claes , 2004. # Jeroen Schot , 2011. # msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.10-10\n" "Report-Msgid-Bugs-To: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2011-12-12 16:08+0100\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr ".h-koppelingen leggen naar ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Voor compatibiliteit met oude code maakte FLTK zijn C++-specifieke headers " "beschikbaar als en ; hoewel de namen met een kleine letter " "'h' achterhaald zijn en uit alle broncode verwijderd moeten worden." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Geef aan of zulke compatibiliteitskoppelingen moeten worden aangemaakt." debian/po/it.po0000644000000000000000000000367011725766106010601 0ustar # fltk1.1 - Italian Debconf messages # This file is distributed under the same license as the fltk1.1 package. # Andrea Bolognani , 2006. # Beatrice Torracca , 2012. msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.7\n" "Report-Msgid-Bugs-To: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2012-02-25 13:33+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.7.1\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Creare dei collegamenti a «FL/*.H» con estensione .h?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 #| msgid "" #| "For compatibility with some older code, FLTK used to make its C++-" #| "specific headers available as as well as ; however, the " #| "lowercase-h names are deprecated, and we recommend eliminating them from " #| "your code regardless." msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Per compatibilità con codice vecchio, FLTK rendeva disponibili i suoi header " "specifici per il C++ sia come «FL/*.h» sia come «FL/*.H»; tuttavia, i nomi " "con la h minuscola sono deprecati e dovrebbero essere eliminati dal codice " "sorgente." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Scegliere se debbano essere creati questi collegamenti simbolici, per " "compatibilità." debian/po/sv.po0000644000000000000000000000365411447034400010601 0ustar # translation of fltk1.1_1.1.9-4_sv.po to Swedish # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # # Martin gren , 2008. msgid "" msgstr "" "Project-Id-Version: fltk1.1_1.1.9-4_sv\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2008-07-20 10:49+0200\n" "Last-Translator: Martin gren \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Skapa .h-lnkar till ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Fr kompatibilitet med ldre kod gjorde FLTK sina C++-specifika huvudfiler " "tillgngliga som svl som . Namn med gemena \"h\" " "r dock inte aktuella numera och ska tas bort frn kllkod." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "Vlj huruvida symboliska lnkar fr sdan kompatibilitet ska skapas." debian/po/gl.po0000644000000000000000000000277211447034400010553 0ustar # Galician translation of fltk1.1's debconf templates # This file is distributed under the same license as the fltk1.1 package. # Jacobo Tarrio , 2007. # msgid "" msgstr "" "Project-Id-Version: fltk1.1\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-11-28 19:17+0000\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "¿Crear ligazóns .h a ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Por compatibilidade con código antigo, FLTK antes deixaba as súas cabeceiras " "específicas de C++ dispoñibles coma e coma . Nembargantes, " "os nomes con \"h\" minúsculo están declarados a extinguir e deberíanse " "eliminar do código fonte." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "Indique se quere que se creen esas ligazóns de compatibilidade." debian/po/POTFILES.in0000644000000000000000000000006311447034400011355 0ustar [type: gettext/rfc822deb] libfltk1.1-dev.templates debian/po/ja.po0000644000000000000000000000372311447034400010540 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.9-5\n" "Report-Msgid-Bugs-To: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2008-08-10 15:13-0400\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr " への .h の名前でのリンクを作りますか?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "古いコードとの互換性のために、FLTK は のような C++ 特有のヘッダファイル" "を として使えるようにします。しかし、小文字のヘッダファイル名 (*.h) は" "非推奨であり、コードから削除するべきものです。" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "この様な互換性のためのシンボリックリンクを作るかどうかを選択してください。" debian/po/pt_BR.po0000644000000000000000000000371411727156137011171 0ustar # Debconf translations for fltk1.1 # Copyright (C) 2012 THE fltk1.1'S COPYRIGHT HOLDER # This file is distributed under the same license as the fltk1.1 package. # Tiago Bortoletto Vaz , 2004. # J.S.Júnior , 2012. # msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.10-10.1\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2012-02-28 21:42-0300\n" "Last-Translator: J.S.Júnior \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Criar links .h para ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 #| msgid "" #| "For compatibility with some older code, FLTK used to make its C++-" #| "specific headers available as as well as ; however, the " #| "lowercase-h names are deprecated, and we recommend eliminating them from " #| "your code regardless." msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Para manter compatibilidade com alguns códigos antigos, FLTK costumava " "deixar seus arquivos de cabeçalho específicos para C++ disponibilizados como " " e como . Entretanto, os nomes com letra h minúscula estão " "obsoletos e devem ser eliminados de códigos fonte." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Por favor, escolha se tais links simbólicos de compatibilidade devem ser " "criados." debian/po/fi.po0000644000000000000000000000267311447034400010547 0ustar msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.7-6\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-11-30 13:04+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: Finland\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Luodaanko .h-linkit osoittamaan kohteisiin ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Ollakseen yhteensopiva joidenkin vanhempien koodien kanssa FLTK laittoi C++-" "spesifiset otsakkeensa saataville nimien lisäksi nimillä . " "Pienellä h:lla kirjoitetut nimet ovat kuitenkin vanhentuneita ja ne pitäisi " "poistaa lähdekoodeista." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Valitse tulisiko nämä yhteensopivuuden tarjoavat symboliset linkit luoda." debian/po/cs.po0000644000000000000000000000352611447034400010554 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: fltk1.1\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-12-01 18:32+0100\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Vytvořit .h odkazy na ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Kvůli kompatibilitě se starším kódem poskytoval FLTK své hlavičkové soubory " "jako i . Nyní jsou však soubory s malým h na konci " "považovány za přežitek a měli byste je ze svého kódu odstranit." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Rozhodněte se, zda se mají vytvořit symbolické odkazy pro zajištění zpětné " "kompatibility." debian/po/es.po0000644000000000000000000000472511447034400010560 0ustar # fltk1.1 translation to spanish # Copyright (C) 2005, 2007, 2009 Software in the Public Interest # This file is distributed under the same license as the fltk1.1 package. # # Changes: # - Initial translation # César Gómez Martín , 2005 # # - Updates # Manuel Porras Peralta, 2007 # Francisco Javier Cuadrado , 2009 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.9-6\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2009-01-21 19:49+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "¿Desea crear enlaces .h hacia ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "For compatibility with some older code, FLTK used to make its C++-specific headers available as as well as . However, the lowercase-h names are deprecated and should be eliminated from source code." msgstr "Por compatibilidad con código antiguo, FLTK solía hacer que sus cabeceras específicas de C++ estuvieran disponibles como y como . Sin embargo, los nombres con h minúscula se han quedado obsoletos y se deberían eliminar del código fuente." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "Elija si se deberían crear los enlaces simbólicos para mantener la compatibilidad." debian/po/eu.po0000644000000000000000000000307411447034400010556 0ustar # translation of fltk1.1-eu.po to Euskara # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Piarres Beobide , 2007. msgid "" msgstr "" "Project-Id-Version: fltk1.1-eu\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-11-28 09:30+0000\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Egin .h loturak?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Zenbait kode zaharragoekin bateragarritasuna mantendua ahal izateko, KLTK-k " "bere C++ goiburu bereziak eskuragarri ipintzen ditu bezala eta bezala. Hala ere minuskuladun -h izenak ez dira onartzen eta iturburu " "kodetik ezabatu egingo dira." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "Mesedez hautatu bateragarritasun loturak sortu behar diren ala ez." debian/po/ru.po0000644000000000000000000000376211447034400010577 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2007. msgid "" msgstr "" "Project-Id-Version: 1.1.7-6\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-11-29 21:06+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Сделать .h ссылки на ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Для совместимости с некоторым старым кодом, FLTK использует для сборки свои " "специальные заголовочные файлы C++, доступные как , а также как . Однако, использование имён с расширением .h в нижнем регистре " "нежелательно и должно быть убрано из исходного кода." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Выберите, нужно ли создать такие символические ссылки для совместимости." debian/po/templates.pot0000644000000000000000000000223711447034400012327 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" debian/po/de.po0000644000000000000000000000374711447034400010544 0ustar # translation of fltk1.1_1.1.7-6_de.po to German # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans# # Developers do not need to manually edit POT or PO files. # # Erik Schanze , 2004-2007. msgid "" msgstr "" "Project-Id-Version: fltk1.1_1.1.7-6_de\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-12-06 21:18+0100\n" "Last-Translator: Erik Schanze \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Soll *.h auf verweisen?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Für die Verträglichkeit mit älteren Quelltexten macht FLTK seine C++-" "spezifischen Header-Dateien als und verfügbar. Allerdings " "sind die Namen, die mit kleinem »h« enden, veraltet und sie sollten aus " "Quelltexten entfernt werden." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Bitte stimmen Sie zu, wenn diese symbolischen Verweise erstellt werden " "sollen." debian/po/vi.po0000644000000000000000000000353111447034400010561 0ustar # Vietnamese translation for FLTK. # Copyright © 2007 Free Software Foundation, Inc. # Clytie Siddall , 2005-2007. # msgid "" msgstr "" "Project-Id-Version: fltk1.1 1.1.7-6\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2007-11-29 19:13+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.7b1\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Tạo liên kết « .h » đến không?" # msgid "" # For compatibility with some older code, FLTK used to make its C++- # specific headers available as as well as ; however, the # lowercase-h names are deprecated, and we recommend eliminating them from # your code regardless. #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Để tương thích với mã cũ, FLTK từng cung cấp các phần đầu đặc trưng cho C++ " "dạng cũng như . Tuy nhiên, các tên chữ thường đều lúc bây " "giờ bị phân đối nên bị loại ra mã nguồn." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "Hãy chọn tạo các liên kết tượng trưng kiểu tương thích hay không." debian/po/fr.po0000644000000000000000000000331511447034400010552 0ustar # Translation of fltk1.1 debconf templates to French # Copyright (C) 2004 Eric Madesclair # This file is distributed under the same license as the fltk1.1 package. # # Eric Madesclair , 2004. msgid "" msgstr "" "Project-Id-Version: fltk1.1\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2004-03-26 22:35-0500\n" "Last-Translator: Eric Madesclair \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Faut-il créer des liens des .h vers  ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Pour garantir la compatibilité avec certains codes source plus anciens, FLTK " "fournissait ses en-têtes spécifiques pour le C++ disponibles sous les deux " "formes et  ; cependant les noms en .h (en minuscule) sont " "considérés comme obsolètes, et il est donc recommandé de les remplacer dans " "le code source." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Veuillez choisir si des liens symboliques, permettant de préserver la " "compatibilité, doivent être créés." debian/po/da.po0000644000000000000000000000302711547167665010554 0ustar # Danish translation fltk1.1. # Copyright (C) 2011 fltk1.1 & nedenstående oversættere. # This file is distributed under the same license as the fltk1.1 package. # Joe Hansen , 2011. # msgid "" msgstr "" "Project-Id-Version: fltk1.1\n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2011-04-03 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Lav .h-henvisninger til ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "For kompatibilitet med ældre kode, så plejede FLTK at gøre sine C++-specifikke " "hoveder tilgængelige både som og . Brugen af h med småt er " "dog blevet forældet og skal fjernes fra kildekoden." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Vælg venligst hvorvidt sådanne kompatibilitets symbolske henvisninger skal oprettes." debian/po/pl.po0000644000000000000000000000331511725766106010574 0ustar # Translation of fltk1.1 debconf templates to Polish. # Copyright (C) 2007 # This file is distributed under the same license as the fltk1.1 package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: Source: fltk1.1@packages.debian.org\n" "POT-Creation-Date: 2007-11-28 06:16+0000\n" "PO-Revision-Date: 2012-02-24 00:09+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Make .h links to ?" msgstr "Utworzyć dowiązania .h do ?" #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "" "For compatibility with some older code, FLTK used to make its C++-specific " "headers available as as well as . However, the lowercase-h " "names are deprecated and should be eliminated from source code." msgstr "" "Z powodów kompatybilności ze starszym kodem, FLTK udostępniało swoje nagłówki " "C++ zarówno jako jak i . Nazwy z małą literą h są jednak " "przestarzałe i powinny być wyeliminowane z kodu źródłowego." #. Type: boolean #. Description #: ../libfltk1.1-dev.templates:2001 msgid "Please choose whether such compatibility symlinks should be created." msgstr "" "Proszę wybrać, czy opisane dowiązania powinny zostać utworzone dla zachowania " "kompatybilności." debian/patches/0000755000000000000000000000000011641761573010630 5ustar debian/patches/debian-changes0000644000000000000000000006073312267257061013411 0ustar Combined patches from git. --- fltk1.1-1.1.10.orig/configure +++ fltk1.1-1.1.10/configure @@ -1957,10 +1957,10 @@ if test x$enable_shared = xyes; then FLDSONAME="libfltk_forms.so.$FL_API_VERSION" GLDSONAME="libfltk_gl.so.$FL_API_VERSION" IMGDSONAME="libfltk_images.so.$FL_API_VERSION" - DSOCOMMAND="\$(CXX) \$(DSOFLAGS) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" - if test "x$libdir" != "x/usr/lib"; then - DSOLINK="-Wl,-rpath,$libdir" - fi + DSOCOMMAND="\$(CXX) \$(DSOFLAGS) -Wl,-soname,\$@ -shared -fPIC $DEBUGFLAG -o" +# if test "x$libdir" != "x/usr/lib"; then +# DSOLINK="-Wl,-rpath,$libdir" +# fi ;; AIX*) DSONAME="libfltk_s.a" @@ -7926,6 +7926,7 @@ _ACEOF fi +SAVELIBS=$LIBS { echo "$as_me:$LINENO: checking for library containing dlsym" >&5 echo $ECHO_N "checking for library containing dlsym... $ECHO_C" >&6; } if test "${ac_cv_search_dlsym+set}" = set; then @@ -8145,6 +8146,7 @@ _ACEOF fi +LIBS=$SAVELIBS AUDIOLIBS="" @@ -8771,8 +8773,8 @@ echo "$as_me: WARNING: Cannot find syste else ZLIBINC="" ZLIB="" - LIBS="-lz $LIBS" - IMAGELIBS="-lz $IMAGELIBS" + # LIBS="-lz $LIBS" + # IMAGELIBS="-lz $IMAGELIBS" STATICIMAGELIBS="-lz $STATICIMAGELIBS" cat >>confdefs.h <<\_ACEOF #define HAVE_LIBZ 1 @@ -9521,6 +9523,7 @@ _ACEOF break fi done + LIBS=$SAVELIBS fi fi @@ -11233,7 +11236,7 @@ echo "$as_me: error: Configure could not echo "$as_me: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure." >&2;} fi - LIBS="$LIBS -lXext -lX11 $X_EXTRA_LIBS" + LIBS="$LIBS -lX11 $X_EXTRA_LIBS" CFLAGS="$CFLAGS $X_CFLAGS" CXXFLAGS="$CXXFLAGS $X_CFLAGS" LDFLAGS="$X_LIBS $LDFLAGS" @@ -11794,12 +11797,12 @@ if test $ac_cv_header_GL_glu_h = yes; th #define HAVE_GL_GLU_H 1 _ACEOF - if test x$ac_cv_lib_GL_glXMakeCurrent = xyes; then - GLLIB="-lGLU $GLLIB" - fi - if test x$ac_cv_lib_MesaGL_glXMakeCurrent = xyes; then - GLLIB="-lMesaGLU $GLLIB" - fi + # if test x$ac_cv_lib_GL_glXMakeCurrent = xyes; then + # GLLIB="-lGLU $GLLIB" + # fi + # if test x$ac_cv_lib_MesaGL_glXMakeCurrent = xyes; then + # GLLIB="-lMesaGLU $GLLIB" + # fi fi @@ -12080,7 +12083,7 @@ if test "${ac_cv_lib_Xft_XftDrawCreate+s echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lXft $LIBS" +LIBS="-lXft -lfontconfig $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12140,7 +12143,7 @@ if test $ac_cv_lib_Xft_XftDrawCreate = y #define USE_XFT 1 _ACEOF - LIBS="-lXft $LIBS" + LIBS="-lXft -lfontconfig $LIBS" fi fi @@ -12658,7 +12661,7 @@ _ACEOF else cat >>confdefs.h <<_ACEOF -#define FLTK_DOCDIR "$prefix/share/doc/fltk" +#define FLTK_DOCDIR "$prefix/share/doc/fltk1.1-doc/HTML" _ACEOF fi --- fltk1.1-1.1.10.orig/fltk-config.in +++ fltk1.1-1.1.10/fltk-config.in @@ -217,26 +217,27 @@ else includes= fi -if test "$libdir" != /usr/lib -a "$libdir" != /usr/lib32; then - libs=-L$libdir -else - libs= -fi +# if test "$libdir" != /usr/lib -a "$libdir" != /usr/lib32; then +# libs=-L$libdir +# else +# libs= +# fi +libs= # Calculate needed libraries LDSTATIC="$libdir/libfltk.a $LDLIBS" -LDLIBS="-lfltk$SHAREDSUFFIX $LDLIBS" +LDLIBS="-lfltk$SHAREDSUFFIX -lX11" if test x$use_forms = xyes; then LDLIBS="-lfltk_forms$SHAREDSUFFIX $LDLIBS" LDSTATIC="$libdir/libfltk_forms.a $LDSTATIC" fi if test x$use_gl = xyes; then - LDLIBS="-lfltk_gl$SHAREDSUFFIX @GLLIB@ $LDLIBS" + LDLIBS="-lfltk_gl$SHAREDSUFFIX $LDLIBS" LDSTATIC="$libdir/libfltk_gl.a @GLLIB@ $LDSTATIC" fi if test x$use_images = xyes; then - LDLIBS="-lfltk_images$SHAREDSUFFIX $IMAGELIBS $LDLIBS" + LDLIBS="-lfltk_images$SHAREDSUFFIX $LDLIBS" LDSTATIC="$libdir/libfltk_images.a $STATICIMAGELIBS $LDSTATIC" fi @@ -270,8 +271,8 @@ if test -n "$compile"; then post=$prog - echo $CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC - $CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC + echo $CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDLIBS + $CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDLIBS # stop after compilation in case of errors err=$? @@ -286,11 +287,11 @@ if test -n "$post" -a "$POSTBUILD" != ": fi if test "$echo_cflags" = "yes"; then - echo $includes $CFLAGS + echo "$includes $CFLAGS" | sed -e 's/ -[gO][^ ]*//g' fi if test "$echo_cxxflags" = "yes"; then - echo $includes $CXXFLAGS + echo "$includes $CXXFLAGS" | sed -e 's/ -[gO][^ ]*//g' fi if test "$echo_optim" = "yes"; then @@ -318,25 +319,26 @@ if test "$echo_ldstaticflags" = "yes"; t fi if test "$echo_libs" = "yes"; then - echo $libdir/libfltk.a + echo -n $libdir/libfltk.a if test x$use_forms = xyes; then - echo $libdir/libfltk_forms.a + echo -n " $libdir/libfltk_forms.a" fi if test x$use_gl = xyes; then - echo $libdir/libfltk_gl.a + echo -n " $libdir/libfltk_gl.a" fi if test x$use_images = xyes; then - echo $libdir/libfltk_images.a + echo -n " $libdir/libfltk_images.a" for lib in fltk_jpeg fltk_png fltk_z; do if test -f $libdir/lib$lib.a; then - echo $libdir/lib$lib.a + echo -n " $libdir/lib$lib.a" fi done fi + echo fi # --- fltk1.1-1.1.10.orig/configure.in +++ fltk1.1-1.1.10/configure.in @@ -202,10 +202,10 @@ if test x$enable_shared = xyes; then FLDSONAME="libfltk_forms.so.$FL_API_VERSION" GLDSONAME="libfltk_gl.so.$FL_API_VERSION" IMGDSONAME="libfltk_images.so.$FL_API_VERSION" - DSOCOMMAND="\$(CXX) \$(DSOFLAGS) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" - if test "x$libdir" != "x/usr/lib"; then - DSOLINK="-Wl,-rpath,$libdir" - fi + DSOCOMMAND="\$(CXX) \$(DSOFLAGS) -Wl,-soname,\$@ -shared -fPIC $DEBUGFLAG -o" +# if test "x$libdir" != "x/usr/lib"; then +# DSOLINK="-Wl,-rpath,$libdir" +# fi ;; AIX*) DSONAME="libfltk_s.a" @@ -496,8 +496,10 @@ fi AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL)) dnl Check for dlopen/dlsym... +SAVELIBS=$LIBS AC_SEARCH_LIBS(dlsym, dl, AC_DEFINE(HAVE_DLSYM)) AC_CHECK_HEADER(dlfcn.h, AC_DEFINE(HAVE_DLFCN_H)) +LIBS=$SAVELIBS dnl Check for audio libraries... AUDIOLIBS="" @@ -595,8 +597,8 @@ if test x$enable_localzlib = xyes -o x$s else ZLIBINC="" ZLIB="" - LIBS="-lz $LIBS" - IMAGELIBS="-lz $IMAGELIBS" + # LIBS="-lz $LIBS" + # IMAGELIBS="-lz $IMAGELIBS" STATICIMAGELIBS="-lz $STATICIMAGELIBS" AC_DEFINE(HAVE_LIBZ) fi @@ -691,6 +693,7 @@ if test "x$enable_threads" = xyes; then break fi done + LIBS=$SAVELIBS fi fi @@ -806,7 +809,7 @@ case $uname in AC_MSG_WARN(Ignoring libraries \"$X_PRE_LIBS\" requested by configure.) fi - LIBS="$LIBS -lXext -lX11 $X_EXTRA_LIBS" + LIBS="$LIBS -lX11 $X_EXTRA_LIBS" CFLAGS="$CFLAGS $X_CFLAGS" CXXFLAGS="$CXXFLAGS $X_CFLAGS" LDFLAGS="$X_LIBS $LDFLAGS" @@ -831,12 +834,12 @@ case $uname in ) AC_CHECK_HEADER(GL/glu.h, AC_DEFINE(HAVE_GL_GLU_H) - if test x$ac_cv_lib_GL_glXMakeCurrent = xyes; then - GLLIB="-lGLU $GLLIB" - fi - if test x$ac_cv_lib_MesaGL_glXMakeCurrent = xyes; then - GLLIB="-lMesaGLU $GLLIB" - fi + # if test x$ac_cv_lib_GL_glXMakeCurrent = xyes; then + # GLLIB="-lGLU $GLLIB" + # fi + # if test x$ac_cv_lib_MesaGL_glXMakeCurrent = xyes; then + # GLLIB="-lMesaGLU $GLLIB" + # fi ) if test x$ac_cv_lib_GL_glXMakeCurrent != xyes -a x$ac_cv_lib_MesaGL_glXMakeCurrent != xyes; then @@ -874,7 +877,7 @@ case $uname in AC_CHECK_HEADER(X11/Xft/Xft.h, AC_CHECK_LIB(Xft, XftDrawCreate, AC_DEFINE(USE_XFT) - LIBS="-lXft $LIBS")) + LIBS="-lXft -lfontconfig $LIBS", [], -lfontconfig)) fi fi @@ -1163,7 +1166,7 @@ dnl Define the FLTK documentation direct if test x$prefix = xNONE; then AC_DEFINE_UNQUOTED(FLTK_DOCDIR, "/usr/local/share/doc/fltk") else - AC_DEFINE_UNQUOTED(FLTK_DOCDIR, "$prefix/share/doc/fltk") + AC_DEFINE_UNQUOTED(FLTK_DOCDIR, "$prefix/share/doc/fltk1.1-doc/HTML") fi dnl Define the FLTK data directory... --- fltk1.1-1.1.10.orig/makeinclude.in +++ fltk1.1-1.1.10/makeinclude.in @@ -34,7 +34,7 @@ includedir = @includedir@ libdir = @libdir@ mandir = @mandir@ srcdir = @srcdir@ -docdir = $(datadir)/doc/fltk +docdir = $(datadir)/doc/fltk1.1-doc VPATH = @srcdir@ # programs we use... @@ -132,7 +132,7 @@ INSTALL_DESKTOP = @INSTALL_DESKTOP@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@ # Be quiet when building... -.SILENT: +#.SILENT: # Build commands and filename extensions... .SUFFIXES: .0 .1 .3 .6 .c .cxx .h .fl .man .o .z $(EXEEXT) --- fltk1.1-1.1.10.orig/Makefile +++ fltk1.1-1.1.10/Makefile @@ -110,8 +110,8 @@ makeinclude: configure configh.in makein touch config.h chmod +x fltk-config -configure: configure.in - autoconf +# configure: configure.in +# autoconf portable-dist: epm -v -s fltk.xpm fltk --- fltk1.1-1.1.10.orig/src/fl_font_xft.cxx +++ fltk1.1-1.1.10/src/fl_font_xft.cxx @@ -90,7 +90,7 @@ Fl_Fontdesc* fl_fonts = built_in_table; int fl_font_ = 0; int fl_size_ = 0; -XFontStruct* fl_xfont = 0; +Fl_XFont_On_Demand fl_xfont; void *fl_xftfont = 0; const char* fl_encoding_ = "iso8859-1"; Fl_FontSize* fl_fontsize = 0; @@ -120,6 +120,8 @@ void fl_font(int fnum, int size) { fl_fontsize = f; #if XFT_MAJOR < 2 fl_xfont = f->font->u.core.font; +#else + fl_xfont = NULL; // invalidate #endif // XFT_MAJOR < 2 fl_xftfont = (void*)f->font; } --- fltk1.1-1.1.10.orig/src/Fl_x.cxx +++ fltk1.1-1.1.10/src/Fl_x.cxx @@ -290,6 +290,14 @@ Atom fl_XdndFinished; Atom fl_XdndURIList; +/* + X defines 32-bit-entities to have a format value of max. 32, + although sizeof(atom) can be 8 (64 bits) on a 64-bit OS. + See also fl_open_display() for sizeof(atom) < 4. + Used for XChangeProperty (see STR #2419). +*/ +static int atom_bits = 32; + static void fd_callback(int,void *) { do_queued_events(); } @@ -343,6 +351,9 @@ void fl_open_display(Display* d) { //fl_XdndProxy = XInternAtom(d, "XdndProxy", 0); fl_XdndEnter = XInternAtom(d, "XdndEnter", 0); fl_XdndURIList = XInternAtom(d, "text/uri-list", 0); + + if (sizeof(Atom) < 4) + atom_bits = sizeof(Atom) * 8; Fl::add_fd(ConnectionNumber(d), POLLIN, fd_callback); @@ -638,7 +649,7 @@ int fl_handle(const XEvent& thisevent) if (e.target == TARGETS) { Atom a = XA_STRING; XChangeProperty(fl_display, e.requestor, e.property, - XA_ATOM, sizeof(Atom)*8, 0, (unsigned char*)&a, 1); + XA_ATOM, atom_bits, 0, (unsigned char*)&a, 1); } else if (/*e.target == XA_STRING &&*/ fl_selection_length[clipboard]) { XChangeProperty(fl_display, e.requestor, e.property, e.target, 8, 0, --- fltk1.1-1.1.10.orig/src/Makefile +++ fltk1.1-1.1.10/src/Makefile @@ -192,6 +192,9 @@ CFILES = fl_call_main.c flstring.c scand include ../makeinclude +CFLAGS := $(CFLAGS:-fPIE=-fPIC) +CXXFLAGS := $(CXXFLAGS:-fPIE=-fPIC) + OBJECTS = $(CPPFILES:.cxx=.o) $(CFILES:.c=.o) GLOBJECTS = $(GLCPPFILES:.cxx=.o) FLOBJECTS = $(FLCPPFILES:.cxx=.o) @@ -210,13 +213,13 @@ $(LIBNAME): $(OBJECTS) libfltk.so.1.1: $(OBJECTS) echo $(DSOCOMMAND) $@ ... - $(DSOCOMMAND) $@ $(OBJECTS) + $(DSOCOMMAND) $@ $(OBJECTS) $(LDLIBS) -lpthread $(RM) libfltk.so $(LN) libfltk.so.1.1 libfltk.so libfltk.sl.1.1: $(OBJECTS) echo $(DSOCOMMAND) $@ ... - $(DSOCOMMAND) $@ $(OBJECTS) + $(DSOCOMMAND) $@ $(OBJECTS) $(LDLIBS) $(RM) libfltk.sl $(LN) libfltk.sl.1.1 libfltk.sl @@ -282,13 +285,13 @@ $(GLLIBNAME): $(GLOBJECTS) libfltk_gl.so.1.1: $(GLOBJECTS) libfltk.so.1.1 echo $(DSOCOMMAND) $@ ... - $(DSOCOMMAND) $@ $(GLOBJECTS) -L. -lfltk + $(DSOCOMMAND) $@ $(GLOBJECTS) -lGL -lX11 -ldl -L. -lfltk $(RM) libfltk_gl.so $(LN) libfltk_gl.so.1.1 libfltk_gl.so libfltk_gl.sl.1.1: $(GLOBJECTS) libfltk.sl.1.1 echo $(DSOCOMMAND) $@ ... - $(DSOCOMMAND) $@ $(GLOBJECTS) -L. -lfltk + $(DSOCOMMAND) $@ $(GLOBJECTS) -lGL -lX11 -ldl -L. -lfltk $(RM) libfltk_gl.sl $(LN) libfltk_gl.sl.1.1 libfltk_gl.sl --- fltk1.1-1.1.10.orig/FL/x.H +++ fltk1.1-1.1.10/FL/x.H @@ -65,10 +65,30 @@ extern FL_EXPORT int fl_screen; extern FL_EXPORT XVisualInfo *fl_visual; extern FL_EXPORT Colormap fl_colormap; +// access to core fonts +FL_EXPORT XFontStruct* fl_xxfont(); +class Fl_XFont_On_Demand +{ +public: + Fl_XFont_On_Demand(XFontStruct* p = NULL) : ptr(p) { } + Fl_XFont_On_Demand& operator=(const Fl_XFont_On_Demand& x) + { ptr = x.ptr; return *this; } + Fl_XFont_On_Demand& operator=(XFontStruct* p) + { ptr = p; return *this; } + XFontStruct* value() { if (!ptr) { ptr = fl_xxfont(); } return ptr; } + operator XFontStruct*() { return value(); } + XFontStruct& operator*() { return *value(); } + XFontStruct* operator->() { return value(); } + bool operator==(const Fl_XFont_On_Demand& x) { return ptr == x.ptr; } + bool operator!=(const Fl_XFont_On_Demand& x) { return ptr != x.ptr; } +private: + XFontStruct* ptr; +}; +extern FL_EXPORT Fl_XFont_On_Demand fl_xfont; + // drawing functions: extern FL_EXPORT GC fl_gc; extern FL_EXPORT Window fl_window; -extern FL_EXPORT XFontStruct* fl_xfont; extern FL_EXPORT void *fl_xftfont; FL_EXPORT ulong fl_xpixel(Fl_Color i); FL_EXPORT ulong fl_xpixel(uchar r, uchar g, uchar b); --- fltk1.1-1.1.10.orig/documentation/Makefile +++ fltk1.1-1.1.10/documentation/Makefile @@ -232,9 +232,9 @@ depend: install: $(MANPAGES) echo "Installing documentation files in $(DESTDIR)$(docdir)..." - -$(INSTALL_DIR) $(DESTDIR)$(docdir) + -$(INSTALL_DIR) $(DESTDIR)$(docdir)/HTML for file in $(HTMLFILES) $(IMAGEFILES) index.html; do \ - $(INSTALL_DATA) $$file $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/HTML; \ done echo "Installing man pages in $(DESTDIR)$(mandir)..." -$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat1 --- fltk1.1-1.1.10.orig/fluid/fluid.desktop +++ fltk1.1-1.1.10/fluid/fluid.desktop @@ -2,7 +2,7 @@ Name=FLUID Comment=FLTK GUI Designer TryExec=fluid -Exec=cd %D && fluid %F +Exec=perl -e 'if (@ARGV && @ARGV[0]=~/^(.*\/)//) { chdir($1) }; exec("fluid", @ARGV);' %F Icon=fluid Terminal=false Type=Application --- fltk1.1-1.1.10.orig/fluid/Makefile +++ fltk1.1-1.1.10/fluid/Makefile @@ -64,7 +64,9 @@ fluid$(EXEEXT): $(OBJECTS) $(LIBNAME) $ fluid-shared$(EXEEXT): $(OBJECTS) ../src/$(DSONAME) ../src/$(FLDSONAME) \ ../src/$(IMGDSONAME) echo Linking $@... - $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(LINKSHARED) $(LDLIBS) + $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) \ + -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk_forms -lfltk \ + -lpng -lX11 $(POSTBUILD) $@ ../FL/mac.r clean: --- fltk1.1-1.1.10.orig/test/Makefile +++ fltk1.1-1.1.10/test/Makefile @@ -27,6 +27,16 @@ include ../makeinclude +# Streamline dependencies +GLDLIBS = -lGL +IMAGELIBS = +LDLIBS = +LINKFLTK = -L../src -Wl,-rpath-link,../src -lfltk +LINKFLTKFORMS = -L../src -Wl,-rpath-link,../src -lfltk_forms -lfltk +LINKFLTKGL = -L../src -Wl,-rpath-link,../src -lfltk_gl -lfltk +LINKFLTKIMG = -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk +LINKSHARED = -L../src -Wl,-rpath-link,../src -lfltk_images -lfltk_forms -lfltk + CPPFILES =\ unittests.cxx \ adjuster.cxx \ @@ -294,6 +304,8 @@ colbrowser$(EXEEXT): colbrowser.o $(POSTBUILD) $@ ../FL/mac.r color_chooser$(EXEEXT): color_chooser.o + echo Linking $@... + $(CXX) $(ARCHFLAGS) $(LDFLAGS) color_chooser.o -o $@ $(LINKFLTK) -lX11 cursor$(EXEEXT): cursor.o @@ -336,6 +348,8 @@ help$(EXEEXT): help.o $(IMGLIBNAME) iconize$(EXEEXT): iconize.o image$(EXEEXT): image.o + echo Linking $@... + $(CXX) $(ARCHFLAGS) $(LDFLAGS) image.o -o $@ $(LINKFLTK) -lX11 inactive$(EXEEXT): inactive.o inactive.cxx: inactive.fl ../fluid/fluid$(EXEEXT) @@ -359,6 +373,8 @@ label$(EXEEXT): label.o line_style$(EXEEXT): line_style.o list_visuals$(EXEEXT): list_visuals.o + echo Linking $@... + $(CXX) $(ARCHFLAGS) $(LDFLAGS) list_visuals.o -o $@ $(LINKFLTK) -lX11 mandelbrot$(EXEEXT): mandelbrot_ui.o mandelbrot.o echo Linking $@... @@ -408,7 +424,7 @@ subwindow$(EXEEXT): subwindow.o sudoku: sudoku.o echo Linking $@... - $(CXX) $(ARCHFLAGS) $(LDFLAGS) sudoku.o -o $@ $(AUDIOLIBS) $(LINKFLTKIMG) $(LDLIBS) + $(CXX) $(ARCHFLAGS) $(LDFLAGS) sudoku.o -o $@ $(AUDIOLIBS) $(LINKFLTKIMG) -lX11 $(OSX_ONLY) $(INSTALL_BIN) sudoku$(EXEEXT) sudoku.app/Contents/MacOS $(POSTBUILD) $@ ../FL/mac.r @@ -423,6 +439,9 @@ tabs$(EXEEXT): tabs.o tabs.cxx: tabs.fl ../fluid/fluid$(EXEEXT) threads$(EXEEXT): threads.o + echo Linking $@... + $(CXX) -I.. $(LDFLAGS) threads.o -o $@ $(LINKFLTK) -lpthread + $(POSTBUILD) $@ ../FL/mac.r # This ensures that we have this dependency even if threads are not # enabled in the current tree... threads.o: threads.h @@ -430,6 +449,8 @@ threads.o: threads.h tile$(EXEEXT): tile.o tiled_image$(EXEEXT): tiled_image.o + echo Linking $@... + $(CXX) $(ARCHFLAGS) $(LDFLAGS) tiled_image.o -o $@ $(LINKFLTK) -lX11 valuators$(EXEEXT): valuators.o valuators.cxx: valuators.fl ../fluid/fluid$(EXEEXT) @@ -456,7 +477,7 @@ cube$(EXEEXT): cube.o fractals$(EXEEXT): fractals.o fracviewer.o echo Linking $@... - $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ fractals.o fracviewer.o $(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS) + $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ fractals.o fracviewer.o $(LINKFLTKGL) $(LINKFLTK) -lGLU $(GLDLIBS) $(POSTBUILD) $@ ../FL/mac.r fullscreen$(EXEEXT): fullscreen.o @@ -466,7 +487,7 @@ fullscreen$(EXEEXT): fullscreen.o glpuzzle$(EXEEXT): glpuzzle.o echo Linking $@... - $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ glpuzzle.o $(LINKFLTKGL) $(LINKFLTK) $(GLDLIBS) + $(CXX) $(ARCHFLAGS) $(LDFLAGS) -o $@ glpuzzle.o $(LINKFLTKGL) $(LINKFLTK) -lGLU $(GLDLIBS) $(POSTBUILD) $@ ../FL/mac.r gl_overlay$(EXEEXT): gl_overlay.o --- fltk1.1-1.1.10.orig/FL/forms.H +++ fltk1.1-1.1.10/FL/forms.H @@ -651,7 +651,7 @@ inline int fl_show_question(const char* FL_EXPORT void fl_show_message(const char *,const char *,const char *); FL_EXPORT void fl_show_alert(const char *,const char *,const char *,int=0); FL_EXPORT int fl_show_question(const char *,const char *,const char *); -inline const char *fl_show_input(const char *l,const char*d=0) {return fl_input(l,d);} +inline const char *fl_show_input(const char *l,const char*d=0) {return fl_input("%s",l,d);} FL_EXPORT /*const*/ char *fl_show_simple_input(const char *label, const char *deflt = 0); FL_EXPORT int fl_show_choice( const char *m1, --- fltk1.1-1.1.10.orig/fluid/Fl_Function_Type.cxx +++ fltk1.1-1.1.10/fluid/Fl_Function_Type.cxx @@ -181,7 +181,7 @@ void Fl_Function_Type::open() { function_panel->show(); const char* message = 0; for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == f_panel_cancel) goto BREAK2; @@ -412,7 +412,7 @@ void Fl_Code_Type::open() { code_panel->show(); const char* message = 0; for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == code_panel_cancel) goto BREAK2; @@ -479,7 +479,7 @@ void Fl_CodeBlock_Type::open() { codeblock_panel->show(); const char* message = 0; for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == codeblock_panel_cancel) goto BREAK2; @@ -573,7 +573,7 @@ void Fl_Decl_Type::open() { decl_panel->show(); const char* message = 0; for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == decl_panel_cancel) goto BREAK2; @@ -710,7 +710,7 @@ void Fl_DeclBlock_Type::open() { declblock_panel->show(); const char* message = 0; for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == declblock_panel_cancel) goto BREAK2; @@ -833,7 +833,7 @@ void Fl_Comment_Type::open() { char itempath[256]; itempath[0] = 0; int last_selected_item = 0; for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == comment_panel_cancel) goto BREAK2; @@ -1087,7 +1087,7 @@ void Fl_Class_Type::open() { char *na=0,*pr=0,*p=0; // name and prefix substrings for (;;) { // repeat as long as there are errors - if (message) fl_alert(message); + if (message) fl_alert("%s", message); for (;;) { Fl_Widget* w = Fl::readqueue(); if (w == c_panel_cancel) goto BREAK2; --- fltk1.1-1.1.10.orig/fluid/file.cxx +++ fltk1.1-1.1.10/fluid/file.cxx @@ -159,7 +159,7 @@ void read_error(const char *format, ...) if (!fin) { char buffer[1024]; vsnprintf(buffer, sizeof(buffer), format, args); - fl_message(buffer); + fl_message("%s", buffer); } else { fprintf(stderr, "%s:%d: ", fname, lineno); vfprintf(stderr, format, args); --- fltk1.1-1.1.10.orig/src/Fl_File_Chooser2.cxx +++ fltk1.1-1.1.10/src/Fl_File_Chooser2.cxx @@ -569,7 +569,7 @@ Fl_File_Chooser::fileNameCB() } } else { // File doesn't exist, so beep at and alert the user... - fl_alert(existing_file_label); + fl_alert("%s", existing_file_label); } } else if (Fl::event_key() != FL_Delete && @@ -757,7 +757,7 @@ Fl_File_Chooser::newdir() // Get a directory name from the user - if ((dir = fl_input(new_directory_label, NULL)) == NULL) + if ((dir = fl_input("%s", NULL, new_directory_label)) == NULL) return; // Make it relative to the current directory as needed... @@ -928,7 +928,7 @@ Fl_File_Chooser::showChoiceCB() item = showChoice->text(showChoice->value()); if (strcmp(item, custom_filter_label) == 0) { - if ((item = fl_input(custom_filter_label, pattern_)) != NULL) { + if ((item = fl_input("%s", pattern_, custom_filter_label)) != NULL) { strlcpy(pattern_, item, sizeof(pattern_)); quote_pathname(temp, item, sizeof(temp)); --- fltk1.1-1.1.10.orig/src/forms_compatability.cxx +++ fltk1.1-1.1.10/src/forms_compatability.cxx @@ -202,7 +202,7 @@ int fl_show_choice( } char *fl_show_simple_input(const char *str1, const char *defstr) { - const char *r = fl_input(str1, defstr); + const char *r = fl_input("%s", str1, defstr); return (char *)(r ? r : defstr); } --- fltk1.1-1.1.10.orig/src/Fl_PNG_Image.cxx +++ fltk1.1-1.1.10/src/Fl_PNG_Image.cxx @@ -66,6 +66,8 @@ Fl_PNG_Image::Fl_PNG_Image(const char *p png_structp pp; // PNG read pointer png_infop info; // PNG info pointers png_bytep *rows; // PNG row pointers + png_uint_32 width, height; + int bit_depth, color_type, num_trans = 0; // Open the PNG file... @@ -75,7 +77,7 @@ Fl_PNG_Image::Fl_PNG_Image(const char *p pp = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); info = png_create_info_struct(pp); - if (setjmp(pp->jmpbuf)) + if (setjmp(png_jmpbuf(pp))) { Fl::warning("PNG file \"%s\" contains errors!\n", png); return; @@ -87,27 +89,33 @@ Fl_PNG_Image::Fl_PNG_Image(const char *p // Get the image dimensions and convert to grayscale or RGB... png_read_info(pp, info); - if (info->color_type == PNG_COLOR_TYPE_PALETTE) + png_get_IHDR(pp, info, &width, &height, &bit_depth, &color_type, + NULL /* interlace */, NULL /* compress */, NULL /* filter */); +#ifdef PNG_tRNS_SUPPORTED + png_get_tRNS(pp, info, NULL /* trans */, &num_trans, NULL /* values */); +#endif + + if (color_type == PNG_COLOR_TYPE_PALETTE) png_set_expand(pp); - if (info->color_type & PNG_COLOR_MASK_COLOR) + if (color_type & PNG_COLOR_MASK_COLOR) channels = 3; else channels = 1; - if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans) + if ((color_type & PNG_COLOR_MASK_ALPHA) || num_trans) channels ++; - w((int)(info->width)); - h((int)(info->height)); + w((int)(width)); + h((int)(height)); d(channels); - if (info->bit_depth < 8) + if (bit_depth < 8) { png_set_packing(pp); png_set_expand(pp); } - else if (info->bit_depth == 16) + else if (bit_depth == 16) png_set_strip_16(pp); # if defined(HAVE_PNG_GET_VALID) && defined(HAVE_PNG_SET_TRNS_TO_ALPHA) debian/patches/series0000644000000000000000000000001711453221735012033 0ustar debian-changes debian/libfltk1.1-dev.postrm0000644000000000000000000000032211447034400013051 0ustar #!/bin/sh set -e #DEBHELPER# if [ -L /usr/include/FL/Fl_Preferences.h ]; then (cd /usr/include/FL; for H in *.H; do rm -f `basename $H .H`.h; done) rmdir --ignore-fail-on-non-empty /usr/include/FL fi debian/fltk1.1-games.install0000644000000000000000000000060511725766310013041 0ustar usr/games usr/share/applications/flblocks.desktop usr/share/applications/flcheckers.desktop usr/share/applications/flsudoku.desktop usr/share/icons/hicolor/*/apps/flblocks.png usr/share/icons/hicolor/*/apps/flcheckers.png usr/share/icons/hicolor/*/apps/flsudoku.png usr/share/man/man6 usr/share/pixmaps/flblocks-32.xpm usr/share/pixmaps/flcheckers-32.xpm usr/share/pixmaps/flsudoku-32.xpm debian/source/0000755000000000000000000000000011730523742010472 5ustar debian/source/format0000644000000000000000000000001411453221446011676 0ustar 3.0 (quilt) debian/source/patch-header0000644000000000000000000000003311453221046012730 0ustar Combined patches from git. debian/fltk1.1-games.menu0000644000000000000000000000103111447034400012316 0ustar ?package(fltk1.1-games): \ needs="x11" \ section="Games/Blocks" \ title="FLTK Blocks" \ command="/usr/games/flblocks" \ icon="/usr/share/pixmaps/flblocks-32.xpm" ?package(fltk1.1-games): \ needs="x11" \ section="Games/Board" \ title="FLTK Checkers" \ command="/usr/games/flcheckers" \ icon="/usr/share/pixmaps/flcheckers-32.xpm" ?package(fltk1.1-games): \ needs="x11" \ section="Games/Puzzles" \ title="FLTK Sudoku" \ command="/usr/games/flsudoku" \ icon="/usr/share/pixmaps/flsudoku-32.xpm"