Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: fox16-doc | Distribution: openSUSE Leap 16.0 |
Version: 1.6.57 | Vendor: openSUSE |
Release: lp160.1.4 | Build date: Wed May 10 22:10:44 2023 |
Group: Documentation/HTML | Build host: reproducible |
Size: 2939278 | Source RPM: fox16-1.6.57-lp160.1.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://www.fox-toolkit.org/ | |
Summary: Documentation for the FOX Toolkit 1.6 |
FOX is a C++-based library for graphical user interface development. The doc subpackage contains the HTML documentation to the FOX toolkit 1.6.
LGPL-2.1-or-later
* Wed May 10 2023 Jan Engelhardt <jengelh@inai.de> - Remove non-SUSE fragments, there is no build enabled for those targets anyway. Replace more -devel by pkgconfig(...). * Sun May 07 2023 Jan Engelhardt <jengelh@inai.de> - Replace xorg-x11-devel by pkgconfig(...) * Wed Apr 26 2023 Jan Engelhardt <jengelh@inai.de> - Drop require on xorg-x11-libs, that metapackage itself requires nothing, and does not provide any usable files either. * Sun May 05 2019 lars@linux-schulserver.de - 1.6.57 - package license files in library package - ran spec-cleaner * Fri Oct 05 2018 lars@linux-schulserver.de - Update to 1.6.57: + Libtool flags added on behalf of FXRuby builds and missing UNICODE flag added for CYGWIN32 build. + Problem fixed in FXString vformat(). + Fix FXMemoryStream position() API: error code was set moving stream position to end of buffer. * Thu May 18 2017 lars@linux-schulserver.de - Update to 1.6.54: + Fix core dump using old GNU C Library or CYGWIN inside FXString::vformat.cpp. + Fixed typo in FXString::vformat.cpp. * Sat Oct 22 2016 behrisch@users.sourceforge.net - update to 1.6.52: + Small fixes for 64-bit casts in dctest.cpp (compiler warning issues). + JPEG image I/O color spaces handled better. + FXApp input callback message ID for SEL_IO_EXCEPT was wrong. + Change in how FXStat determines if a file is an executable (Windows). * Mon Dec 15 2014 lars@linux-schulserver.de - the -devel-static package must require the -devel-package, see https://en.opensuse.org/openSUSE:Packaging_guidelines#Exception * Fri Aug 29 2014 jengelh@inai.de - Use verifiable https://en.opensuse.org/SourceUrls and original tarball - Follow shared library package naming guidelines a bit closer * Fri Aug 15 2014 lars@linux-schulserver.de - update to 1.6.50: + no upstream changes available * Mon Sep 16 2013 lars@linux-schulserver.de - update to 1.6.49: + Check index out of bounds in FXTabBook::setCurrent(). * Wed Jan 23 2013 lars@linux-schulserver.de - update to 1.6.47: + Prototype of wndproc() was not correct for 64-bit Windows. * Fri Sep 28 2012 behrisch@users.sourceforge.net - fixed glu dependency for devel package for openSUSE > 12.2 * Wed Sep 19 2012 behrisch@users.sourceforge.net - fixed devel dependencies for scientific linux * Tue Sep 18 2012 idonmez@suse.com - Add explicity glu dependency for openSUSE > 12.2 * Sun Sep 09 2012 lars@linux-schulserver.de - create symlinks in devel package where the binaries live (TODO: use update-alternatives) * Thu Jul 12 2012 lars@linux-schulserver.de - update to 1.6.46: + Small tweak to FXIcon's guessthresh(), thanks to Fanglin. + Fixed quaternion arc() routine. In case of vectors that are (almost) 180 degrees apart, the wrong quaternion was returned. + Invalid handle issue fixed in FXWindow. + Backported FXPath shell escaping routine. - added fox16-remove_date_from_reswrap.patch to remove date from reswrap help to support build compare * Fri Dec 09 2011 lars@linux-schulserver.de - update to 1.6.44: + removed -Wextra from CXXFLAGS + Force quoting in FXString FXPath::dequote and FXPath::enquote if the string contains at least one whitespace * Sat Oct 01 2011 coolo@suse.com - add libtool as buildrequire to make the spec file more reliable * Sun Sep 18 2011 jengelh@medozas.de - Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) * Mon Feb 07 2011 lars@linux-schulserver.de - update to 1.6.43: + Added missing AC_FUNC_MMAP to configure.ac. Presence of mmap() and munmap() API's we not being discovered properly. + Fix libpng version 1.5. Members of png_struct are now hidden, so fxpngio.cpp must use newly introduced API to use embedded jmp_buf. + Fix configure.ac type which caused linkage to libGL and libGLU even if compiled without GL support. * Wed Sep 01 2010 lars@linux-schulserver.de - update to 1.6.40: * FXSystem::getTempDirectory() now uses TMPDIR environment variable if set. * Auto-guess icon etch mask threshold added. * Removed XGetDefault from code in ControlPanel.cpp. - removed upstreamed fox-1.6.34-am111.patch * Sun Dec 13 2009 lars@linux-schulserver.de - update to 1.6.37: * Fixed remainingTimeout() returning ns, not ms remaining time. * Fixed bug in parsing of accelerators. * Fixed wrong enum value in FXComboBox. * Backported FXTable fix from 1.7 (delete of selected lines). - refreshed patches, fix Obsoletes - removed configure option --htmldir - has no effect * Tue Jul 07 2009 coolo@novell.com - fix build with automake 1.11 * Tue Jun 16 2009 lrupp@suse.de - fix requires for fox16-devel on other distributions - rename fox16-static to fox16-devel-static to follow the new naming policy for static libs * Mon Apr 27 2009 behrisch@informatik.hu-berlin.de - added libbz2-devel and cups-devel dependencies for fox-devel * Sat Apr 11 2009 behrisch@informatik.hu-berlin.de - update to 1.6.36: + Fixed FXTable startInput() issue. + Backported FXFont Freetype pitch size. + Fixed compose context create issue. + Bug fix in fxloadPPM() when ascii black and white bitmap is loaded. + Call tr() when populating color names. + Small bug in FXTextField when I-beam cursor surrounded by non-ascii UTF8 characters and it near the beginning or end of the string. * Tue Jul 29 2008 lrupp@suse.de - update to 1.6.34: + Fixed bug in FXSettings; symptoms: every once in a while, a key-value pair was skipped. + Minor tweak to order in which size constraints are being passed to Window Managers on X11. Some Window Managers had a problem with the old order. + Backported FXTopWindow resize() and position() fixes from 1.7. + Fixed GCC 4.3 warning in FXArray header file. + Made internal data arrays static to prevent global name clashes on some compilers. + Fixed uninitialized variable in FXFileDict. - remove upstreamed fox-1.6.26_initialise_local_variable.patch * Thu Apr 03 2008 lrupp@suse.de - update to 1.6.32: + Fixed FXPath::simplify(). Backport from FOX 1.7. + Fixed Adie CPU load issue caused by clock updating. + Fixed FXURL::fileFromURL(). - create docs using doxygen * Mon Dec 17 2007 lrupp@suse.de - update to 1.6.31: + Bug fix to strtoull() for systems which have no native strtoull(). + Missing tr() added in FXMDIClient. + Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message). - split libfox%soname to follow shared library packaging policy - fix desktop files and add them as normal files - enable warnings again * Wed Oct 10 2007 lrupp@suse.de - update to 1.6.30: + Fixed some issues with flush() in FXBZFileStream and FXGZFileStream. + FXDial didn't issue SEL_COMMAND when driven from keyboard. + Small typo found in fxfilematch() was found which affected character-range matching. + Problem in FX7Segment fixed. + Added ".jpeg" as additional extension for JPEG images in FXIconSource. + Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off. + FX7Segment had bug in onCmdGetStringValue() implementation + Cruft removed from FXMat3f. + Bold style fixed in FXText. + Read outside buffer problem fixed in FXText. + Bugs in FXListBox and FXTreeListBox fixed. - added fox16-rpmlintrc - added LICENSE_ADDENDUM, removed INSTALL from %doc - create desktop entries for adie, calculator and pathfinder * Tue Jun 05 2007 lrupp@suse.de - update to 1.6.27 + Fixed regression in glUseFXFont() when using Xft instead of XLFD. + Fixed bug in FXVisual which caused drawing to FXBitmap to fail. + Fixed issue with bold-face text not drawing correctly in FXText if gap happens to be in the text-fragment being drawn. + FXMDIChild resize animation speed changed a little bit. + Decoration options interpreted under Windows-XP and UNIX as follows: DECOR_SHRINKABLE means window may be smaller, but not larger, than default size; DECOR_STRETCHABLE means window may be larger, but not smaller, than default size; and finally, DECOR_RESIZE means window may be both smaller or larger than default size. - Remove libbz2 from BuildRequires (in buildsystem now) - Remove "--with-xim": breaks keyboard support * Thu May 10 2007 ro@suse.de - fix typo in specfile * Thu May 03 2007 lars@suse.de - update to 1.6.26 - remove upstremed patches: + fox-1.6.20_configure_x11_extensions_header.patch + fox-1.6.20_AM_CFLAGS.patch - adapt fox-1.6.26_initialise_local_variable.patch - added Mandriva and Fedora dependencies - require libexpat-devel for openSUSE > 10.2 * Wed Mar 07 2007 lrupp@suse.de - fixed requires for devel package on older distributions * Tue Mar 06 2007 lrupp@suse.de - update to 1.6.23: + Fixed problem with X11 XLFD fonts. If XLFD font name specified directly, no font was matched. + Fixed spurious call to removeItem() in extractItem() inside FXTreeListBox. + Always define vfscanf(), vscanf(), and vsscanf() when on Windows. + Remove FXAPI in FXObjectListOf template. * Sun Jan 28 2007 lrupp@suse.de - add static package - compile for release - reorder documentation * Fri Jan 26 2007 lrupp@suse.de - added version numbers in provides - build on older distributions * Fri Dec 01 2006 lrupp@suse.de - update to 1.6.20 + Rolled back explicit template instantiation stuff: not supported everywhere. + Fix bug in FXMutex::locked() implementation. + Suppress 4244 warning (possible loss of data) on VC++ compiler. + Bug fix in FXApp drag and drop. + Wrong error message in argument check in FXTable API. + Fixed minor issues in FXPicker: now issues message on mouse button release. + Fixed problems in FXFile, FXSocket, FXPipe occurring on 64-bit Windows. * Fri Oct 13 2006 lrupp@suse.de - update to 1.6.16 + Fixed issue with FXMDIChild and FXTopWindow close() routine; this mostly affects FXRuby + Fixed FXTextField drawCursor() array overrun and text measurement bugs + Surround fxascii & fxunicode.cpp with namespace + End of stream bugs in FXGZFileStream and FXBZFileStream + FXToolTip & FXExpression bugs fixed + Updated Adie.stx - removed fox-1.6.4_optflags.patch * Tue Jun 13 2006 lrupp@suse.de - fix #183748 : fox development files in run-time package - fix #183746 : package fox is compiled without RPM_OPT_FLAGS - fix #183739 : fox-1.6.4-3: local variable used before set - reduce BuildRequires - enable configure options: cups,xft,xim,xcursor,xrandr,opengl,shape,xshm * Wed Apr 26 2006 lrupp@suse.de - new source 1.6.4 from upstream - package is alive again ;-) * Mon Jun 23 2003 pthomas@suse.de - Include accidently left out libFOX.so. * Fri Jun 20 2003 pthomas@suse.de - Initial package creation. - Use AM_CXXFLAGS instead of overriding CXXFLAGS. - Clean up code, including int->pointer casts.
/usr/share/doc/packages/fox16 /usr/share/doc/packages/fox16/ADDITIONS /usr/share/doc/packages/fox16/AUTHORS /usr/share/doc/packages/fox16/LICENSE /usr/share/doc/packages/fox16/LICENSE_ADDENDUM /usr/share/doc/packages/fox16/README /usr/share/doc/packages/fox16/TRACING /usr/share/doc/packages/fox16/html /usr/share/doc/packages/fox16/html/html /usr/share/doc/packages/fox16/html/html/adie.html /usr/share/doc/packages/fox16/html/html/app.html /usr/share/doc/packages/fox16/html/html/art /usr/share/doc/packages/fox16/html/html/art/bigpenguin.png /usr/share/doc/packages/fox16/html/html/art/fifthplanet.jpg /usr/share/doc/packages/fox16/html/html/art/fox.gif /usr/share/doc/packages/fox16/html/html/art/foxlogo.jpg /usr/share/doc/packages/fox16/html/html/art/foxlogo.png /usr/share/doc/packages/fox16/html/html/art/foxlogo_small.jpg /usr/share/doc/packages/fox16/html/html/art/foxstart.png /usr/share/doc/packages/fox16/html/html/art/freespeach.gif /usr/share/doc/packages/fox16/html/html/art/ill.gif /usr/share/doc/packages/fox16/html/html/art/ilr.gif /usr/share/doc/packages/fox16/html/html/art/innernerd.gif /usr/share/doc/packages/fox16/html/html/art/iul.gif /usr/share/doc/packages/fox16/html/html/art/iur.gif /usr/share/doc/packages/fox16/html/html/art/layout.gif /usr/share/doc/packages/fox16/html/html/art/line.gif /usr/share/doc/packages/fox16/html/html/art/mouse.gif /usr/share/doc/packages/fox16/html/html/art/nerd_inside.gif /usr/share/doc/packages/fox16/html/html/art/oll.gif /usr/share/doc/packages/fox16/html/html/art/olr.gif /usr/share/doc/packages/fox16/html/html/art/opengl_logo.png /usr/share/doc/packages/fox16/html/html/art/oul.gif /usr/share/doc/packages/fox16/html/html/art/oul_grey.gif /usr/share/doc/packages/fox16/html/html/art/our.gif /usr/share/doc/packages/fox16/html/html/art/progress.png /usr/share/doc/packages/fox16/html/html/art/scribble.png /usr/share/doc/packages/fox16/html/html/art/sgitextedit.png /usr/share/doc/packages/fox16/html/html/art/slingerzbutton1.gif /usr/share/doc/packages/fox16/html/html/art/widget.jpg /usr/share/doc/packages/fox16/html/html/art/win32-libraries.png /usr/share/doc/packages/fox16/html/html/art/win32-linkoutput.png /usr/share/doc/packages/fox16/html/html/art/win32-postbuild.png /usr/share/doc/packages/fox16/html/html/art/win32-preprocessor.png /usr/share/doc/packages/fox16/html/html/art/win32-project.png /usr/share/doc/packages/fox16/html/html/art/win32-tooloptions.png /usr/share/doc/packages/fox16/html/html/art/wintextedit.png /usr/share/doc/packages/fox16/html/html/calc.html /usr/share/doc/packages/fox16/html/html/clipboard.html /usr/share/doc/packages/fox16/html/html/consulting.html /usr/share/doc/packages/fox16/html/html/datatarget.html /usr/share/doc/packages/fox16/html/html/doc.html /usr/share/doc/packages/fox16/html/html/download.html /usr/share/doc/packages/fox16/html/html/doxygen.cfg /usr/share/doc/packages/fox16/html/html/draganddrop.html /usr/share/doc/packages/fox16/html/html/faq.html /usr/share/doc/packages/fox16/html/html/filefuncs.html /usr/share/doc/packages/fox16/html/html/filter.pl /usr/share/doc/packages/fox16/html/html/focus.html /usr/share/doc/packages/fox16/html/html/fonts.html /usr/share/doc/packages/fox16/html/html/footer.html /usr/share/doc/packages/fox16/html/html/foreword.html /usr/share/doc/packages/fox16/html/html/fox.html /usr/share/doc/packages/fox16/html/html/goals.html /usr/share/doc/packages/fox16/html/html/gpgkey.html /usr/share/doc/packages/fox16/html/html/guiupdate.html /usr/share/doc/packages/fox16/html/html/header.html /usr/share/doc/packages/fox16/html/html/home.html /usr/share/doc/packages/fox16/html/html/icons.html /usr/share/doc/packages/fox16/html/html/install.html /usr/share/doc/packages/fox16/html/html/introduction.html /usr/share/doc/packages/fox16/html/html/layout.html /usr/share/doc/packages/fox16/html/html/license.html /usr/share/doc/packages/fox16/html/html/menu.css /usr/share/doc/packages/fox16/html/html/menu.html /usr/share/doc/packages/fox16/html/html/messages.html /usr/share/doc/packages/fox16/html/html/news.html /usr/share/doc/packages/fox16/html/html/news1.html /usr/share/doc/packages/fox16/html/html/news2.html /usr/share/doc/packages/fox16/html/html/news3.html /usr/share/doc/packages/fox16/html/html/page.css /usr/share/doc/packages/fox16/html/html/pathfinder.html /usr/share/doc/packages/fox16/html/html/projects.html /usr/share/doc/packages/fox16/html/html/references.html /usr/share/doc/packages/fox16/html/html/registry.html /usr/share/doc/packages/fox16/html/html/rex.html /usr/share/doc/packages/fox16/html/html/screenshots /usr/share/doc/packages/fox16/html/html/screenshots.html /usr/share/doc/packages/fox16/html/html/screenshots/SbSScreen1.jpg /usr/share/doc/packages/fox16/html/html/screenshots/SbSScreen1_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/adie.gif /usr/share/doc/packages/fox16/html/html/screenshots/adie_colors.gif /usr/share/doc/packages/fox16/html/html/screenshots/adie_edit.gif /usr/share/doc/packages/fox16/html/html/screenshots/adie_font.gif /usr/share/doc/packages/fox16/html/html/screenshots/adie_sty.gif /usr/share/doc/packages/fox16/html/html/screenshots/analysisview.png /usr/share/doc/packages/fox16/html/html/screenshots/aqx_linux_visualizacao_peq.jpg /usr/share/doc/packages/fox16/html/html/screenshots/arithmedrill-screenshot.png /usr/share/doc/packages/fox16/html/html/screenshots/arithmedrill-screenshot_small.png /usr/share/doc/packages/fox16/html/html/screenshots/boskalisday.gif /usr/share/doc/packages/fox16/html/html/screenshots/boskalisnite.gif /usr/share/doc/packages/fox16/html/html/screenshots/clview_icon.gif /usr/share/doc/packages/fox16/html/html/screenshots/colordialog.png /usr/share/doc/packages/fox16/html/html/screenshots/cometassay.jpg /usr/share/doc/packages/fox16/html/html/screenshots/contact.gif /usr/share/doc/packages/fox16/html/html/screenshots/dirdialog.png /usr/share/doc/packages/fox16/html/html/screenshots/dlgedit1.png /usr/share/doc/packages/fox16/html/html/screenshots/dlgedit2.png /usr/share/doc/packages/fox16/html/html/screenshots/emso_screen.png /usr/share/doc/packages/fox16/html/html/screenshots/emso_screen_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/filedialog.png /usr/share/doc/packages/fox16/html/html/screenshots/fontdialog.png /usr/share/doc/packages/fox16/html/html/screenshots/foxcalc.jpg /usr/share/doc/packages/fox16/html/html/screenshots/foxcalc_prefdialog_01_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/foxcalc_prefdialog_02_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/foxcalc_prefdialog_03_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/glview.png /usr/share/doc/packages/fox16/html/html/screenshots/goggles.png /usr/share/doc/packages/fox16/html/html/screenshots/iims1.png /usr/share/doc/packages/fox16/html/html/screenshots/iims1_small.png /usr/share/doc/packages/fox16/html/html/screenshots/iims2.png /usr/share/doc/packages/fox16/html/html/screenshots/iims2_small.png /usr/share/doc/packages/fox16/html/html/screenshots/iims3.png /usr/share/doc/packages/fox16/html/html/screenshots/iims3_small.png /usr/share/doc/packages/fox16/html/html/screenshots/imagedebugger.gif /usr/share/doc/packages/fox16/html/html/screenshots/pathfinder.png /usr/share/doc/packages/fox16/html/html/screenshots/pdiary.jpg /usr/share/doc/packages/fox16/html/html/screenshots/printdialog.png /usr/share/doc/packages/fox16/html/html/screenshots/replacedialog.png /usr/share/doc/packages/fox16/html/html/screenshots/rezound_thumb.gif /usr/share/doc/packages/fox16/html/html/screenshots/scenegraphnavigator.gif /usr/share/doc/packages/fox16/html/html/screenshots/scriptolutions.gif /usr/share/doc/packages/fox16/html/html/screenshots/searchdialog.png /usr/share/doc/packages/fox16/html/html/screenshots/table.png /usr/share/doc/packages/fox16/html/html/screenshots/tmp_vision_snap.jpg /usr/share/doc/packages/fox16/html/html/screenshots/tux_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/udine_physics.jpg /usr/share/doc/packages/fox16/html/html/screenshots/vorhour1.jpg /usr/share/doc/packages/fox16/html/html/screenshots/vorhour1_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/vorhour2.jpg /usr/share/doc/packages/fox16/html/html/screenshots/vorhour2_small.jpg /usr/share/doc/packages/fox16/html/html/screenshots/xfe.png /usr/share/doc/packages/fox16/html/html/screenshots/xfe_small.png /usr/share/doc/packages/fox16/html/html/screenshots/xtc.gif /usr/share/doc/packages/fox16/html/html/serialization.html /usr/share/doc/packages/fox16/html/html/styles.css /usr/share/doc/packages/fox16/html/html/timers.html /usr/share/doc/packages/fox16/html/html/top.html /usr/share/doc/packages/fox16/html/html/widgets.html /usr/share/doc/packages/fox16/html/html/win32.html /usr/share/doc/packages/fox16/html/html/window.html /usr/share/doc/packages/fox16/html/html/xml.html /usr/share/doc/packages/fox16/index.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 00:03:33 2024