Opened 4 years ago

Closed 4 years ago

#13876 closed enhancement (fixed)

imlib2-1.7.0 [was: imlib2-1.70.0]

Reported by: Bruce Dubbs Owned by: thomas
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by thomas, 4 years ago

Owner: changed from blfs-book to thomas
Status: newassigned
Summary: imlib2-1.70.0imlib2-1.7.0 [was: imlib2-1.70.0]

comment:2 by thomas, 4 years ago

* Version 1.7.0 *

Alexander Volkov (3):

  • GIF loader: Don't close file descriptor twice
  • Introduce imlib_load_image_from_fd()
  • Don't rescan loaders

Kim Woelders (49):

  • XPM loader: Major speedup for cpp > 2
  • imlib2_load: Properly check non-full loads (load data too)
  • imlib2_load: Use getopt()
  • imlib2_load: Add repeated load option
  • Simplify imlib_FileExtension()
  • Refactor many imlib_File...() functions to use common imlib_FileStat()
  • Drop the imlib_IsRealFile() file check in imlib_File...() functions
  • image.c: Add some space for readability
  • image.c: Remove some unnecessary clearing of calloc'ed structs
  • image.c: Rework some obscure file name stuff in imlib_SaveImage()
  • image.c: Don't strdup() real_name when not necessary in imlib_LoadImage()
  • image.c: Use real_file to get file time
  • image.c: Introduce imlib_ErrorFromErrno()
  • image.c: Use loader return value, not im->w to determine load success
  • Loader cleanups
  • Saver cleanups
  • image.c/h: Cleanups
  • image.c: Move image tag functions to separate file
  • image.c: Move loader functions to separate file
  • image.c: Enable non-dirty pixmap cache cleaning
  • image.c: Minor refactoring of pixmap cache cleaners
  • image.c: Move data_memory_func assignment to better place
  • imlib2_view: Various tweaks
  • Fix loader cleanup breakage (gif)
  • image.c: Remove redundant pixmap unref
  • image.c: Add infrastructure to simplify progress handling
  • Loaders: Simplify/fix progress handling
  • Savers: Simplify progress handling
  • Introduce imlib_LoadEmbedded()
  • Introduce imlib_LoaderSetFormats()
  • Make ImlibLoader struct opaque
  • autogen.sh: Add -n as alternative to NOCONFIGURE
  • Fix enum conversion warnings (gcc10)
  • JPG, PNG loaders: Avoid clobber warnings
  • Add a couple of consts
  • TIFF loader: Minor speedup
  • ID3 loader: Some mostly cosmetic rearrangements
  • GZ, BZ2 loaders: Accept more file names
  • imlib_FileExtension: Use basename if there are no dots
  • Revert "JPG, PNG loaders: Avoid clobber warnings"
  • JPG, PNG loaders: Avoid clobber warnings - Take N+1
  • Add infrastructure for new loader entry - load2()
  • Move loaders to load2()
  • Reduce number of stat() calls during load
  • configure.ac: Drop initial config.cache removal
  • imlib2_load: Optionally use imlib_load_image_fd()
  • Fix build without X11
  • Remove a couple of unused includes
  • 1.7.0

Tobias Stoeckmann (2):

  • ICO loader: Do not crash on invalid files
  • ICO loader: Handle malloc failures

comment:3 by thomas, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r23455

Note: See TracTickets for help on using tickets.