Skip to content

Releases: JoesCat/gimp3-refocus-it-plugin

refocus-it-2.1 (2024oct18)

19 Oct 02:24
Compare
Choose a tag to compare

NOTE: This is still a gimp-2.x version of gimp plugin refocus-it

This may sound like many changes, but the basic code is approx still the same for gimp2 refocus-it plugin:

  • Replaced deprecated INTLTOOL with GETTEXT.
  • Updated configure.ac and Makefile.am from 2.54 to 2.69.
  • Removed xmalloc code - We should avoid doing exit() here.
  • Simplified a lot of code with expectation of upgrading to GIMP3.
  • Inline is interesting, but the speed gains in excluding a call and matching return are neglible. Opted for smaller exe instead.
  • Optional float/double simplified to double since GIMP3 uses double.
  • Dropped build of cmd-line tools, since GIMP3 will use GTK3.
  • GIMP2 plugin binary name simplified to refocus-it
  • po/* locale files renamed to use gimp20-refocus-it
  • Dropped micro_version value since this is a binary, not a library (Distros can opt to use the micro_version value for their builds).
  • Realigned all code in src/* directory since some code followed different styles (TABs, spaces, {brackets}). In summary, chose to use a more compact coding style similar to Fontforge 20120731 which allows more code to be viewed per display screen.
  • Dropped help/ directory, appeared unfinished and preliminary.
  • Moved doc/*.pgm to img/ directory since these are useful 16bpp.
  • Imported sourceforge information page into README.md and img/*.jpg

refocus-it-2.0.0.tar.gz

19 Oct 02:17
Compare
Choose a tag to compare

This tag point is the contents of the refocus-it-2.0.0.tar.gz (2004jul19) from https://sourceforge.net/projects/refocus-it/

refocus-it-1.0.2.tar.gz

19 Oct 02:15
Compare
Choose a tag to compare

This tag point is the contents of the refocus-it-1.0.2.tar.gz (2003jun19) from https://sourceforge.net/projects/refocus-it/