Skip to content
Permalink
master
Switch branches/tags

Commits on Apr 11, 2022

  1. Merge pull request #96 from afontenot/master

    Fix compilation with ICU 68
    jcupitt committed Apr 11, 2022

Commits on Feb 20, 2021

  1. Fix compilation with ICU 68

    nip2 depends on the ICU library via libxml2. ICU released version
    68 on 2010-10-28, and switched to using the C99 bool type in its
    public headers. nip2 was using "bool" as the name for a gboolean
    in the ParseConst struct. This commit renames this to "boolean".
    afontenot committed Feb 20, 2021

Commits on Apr 10, 2020

  1. add Trim menu item

    jcupitt committed Apr 10, 2020

Commits on Apr 3, 2020

Commits on Mar 4, 2020

  1. README again

    jcupitt committed Mar 4, 2020
  2. more README polish

    jcupitt committed Mar 4, 2020
  3. revise README

    jcupitt committed Mar 4, 2020

Commits on Dec 17, 2019

  1. small doc update

    See #84
    
    Thanks Matt
    jcupitt committed Dec 17, 2019

Commits on Feb 15, 2019

  1. test conv test

    jcupitt committed Feb 15, 2019

Commits on Jan 7, 2019

  1. try adjusting marshal types

    icontainer and watch were declaring some signals as taking objevct
    arguments, but using a simple pointer marshal function. This is harmless
    on Debian-dervived distros, but redhat seem to build glib with
    run-time time checks which spot this and NULL out pointers, causing a
    crash.
    
    See #75
    jcupitt committed Jan 7, 2019

Commits on Dec 5, 2018

Commits on Nov 13, 2018

  1. fix uint status bar

    would display -ve values for pixels > 2**31
    
    see #74
    jcupitt committed Nov 13, 2018

Commits on Oct 4, 2018

  1. update links for new home

    jcupitt committed Oct 4, 2018

Commits on Aug 1, 2018

  1. add 8.6 compat and mitchell

    jcupitt committed Aug 1, 2018
  2. add new text controls

    jcupitt committed Aug 1, 2018

Commits on Jul 31, 2018

  1. start updating menus for 8.7

    jcupitt committed Jul 31, 2018

Commits on Jun 10, 2018

  1. more -V output

    and some small cleanups
    jcupitt committed Jun 10, 2018

Commits on May 22, 2018

  1. bump to 8.7

    fix build with libvips8.7 changes ... you unow need vips7compat.h to
    build with the vips7 API
    jcupitt committed May 22, 2018

Commits on May 16, 2018

  1. extra includes for libvips 8.7

    add the extra `vips7compat.h` we will need with libvips 8.7
    jcupitt committed May 16, 2018

Commits on May 1, 2018

  1. better enum display

    "header" just displays enum nick
    jcupitt committed May 1, 2018

Commits on Mar 28, 2018

  1. fix broken PNG

    Some PNG files written with some versions of libpng 1.6 fail to read on
    current libpng ... we had one and it broke `make check`. Fix the file by
    copying to an old machine, saving as tiff, copying back, and resaving as
    png again.
    
    See #72
    jcupitt committed Mar 28, 2018

Commits on Nov 28, 2017

  1. bump version in docs

    jcupitt committed Nov 28, 2017
  2. remove -lfl to help win32 build

    we don't need flex lib since we define our own input
    jcupitt committed Nov 28, 2017

Commits on Nov 15, 2017

  1. better compat handling

    we could produce spurious compat warnings before
    jcupitt committed Nov 15, 2017

Commits on Nov 3, 2017

  1. add 8.5 compat, update for combine modes

    see hist_find_indexed
    jcupitt committed Nov 3, 2017

Commits on Nov 2, 2017

Commits on Nov 1, 2017

  1. add fill_nearest

    jcupitt committed Nov 1, 2017

Commits on Oct 6, 2017

  1. fix up and done

    jcupitt committed Oct 6, 2017

Commits on Oct 4, 2017

  1. add test composite filters

    jcupitt committed Oct 4, 2017

Commits on Aug 16, 2017

  1. add scRGB support

    improve RAD handling
    bump version
    see #65
    jcupitt committed Aug 16, 2017

Commits on Jun 12, 2017

  1. add snap badge

    jcupitt committed Jun 12, 2017
  2. woo snapcraft might work

    jcupitt committed Jun 12, 2017

Commits on Jun 11, 2017

  1. almost there

    just the .desktop file to fix
    jcupitt committed Jun 11, 2017
Older