summaryrefslogtreecommitdiff
path: root/gutils
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Back out the part of the OPENVMS patch that applies to gimagewritepng. It bre...George Williams1-1/+0
2011-02-18Patches from Jouk for OPENVMS.George Williams1-0/+1
2011-02-18Oops. Barry's png patch wasn't quite right.George Williams1-1/+1
2011-02-18Barry points out a spot I missed in the libpng change the other day.George Williams1-1/+6
2011-02-16When ff was started with a .ufo fontdirectory on the command line, it would f...George Williams1-1/+4
2011-02-14Patch by Thomas Klausner to support png1.5 (and some other little supporting ...George Williams2-101/+172
2011-01-12New copyright date.pfaedit29-29/+29
2010-08-10One more try to get compilation working with multiple versions of libpng on t...pfaedit2-4/+4
2010-07-19Code to pick the png shared image that matches the include file we were compi...pfaedit2-8/+16
2010-04-29Missing some tweaks to gimagewritepng for png 1.4pfaedit1-1/+16
2010-04-27Slight tweak to the new code to make it compile with old versions of gcc.pfaedit1-1/+2
2010-04-23 Adding support for libpng 1.4.xjoukj2-1/+30
2010-02-28Can't seem to get this simple fix right!pfaedit1-1/+1
2010-02-28Sigh. And one other place.pfaedit1-2/+2
2010-02-28One more correction to avoid valgrind problems in GFileGetAbsoluteNamepfaedit1-1/+1
2010-02-12Grab many patches from the mingw build.pfaedit5-3/+136
2010-02-04Update copyright notices.pfaedit29-29/+29
2009-12-29There is a warning in strcpy that it can't be used when src and destination o...pfaedit1-6/+15
2009-09-08Changing the way paths in Makefiles and configure so that under Mac 10.6 we c...pfaedit1-5/+0
2009-07-01$ make cleanpfaedit1-2/+2
2009-02-23Somehow my dlopen code got broken on the mac.pfaedit1-1/+8
2009-01-30Update copyright notices.pfaedit29-30/+31
2008-12-23Someone tells me that ff doesn't build if configure isn't run from the source...pfaedit2-2/+2
2008-12-22Oops. Used wrong (non-existant) routine in previous patch.pfaedit1-8/+8
2008-12-20Patches by Taco to make bits of ff happier under windows (for the TeX project).pfaedit1-13/+22
2008-12-15Clean up some minor issues, pointer signed mismatch, unused vars, etc.pfaedit1-0/+1
2008-12-03More resource editor stuff.pfaedit1-8/+15
2008-12-01Add an X resource editor.pfaedit1-0/+32
2008-11-11 Update OpenVMS compile supportjoukj1-8/+5
2008-11-07Patch by KANOU: Fix to bmp output.pfaedit1-3/+7
2008-11-02Distributions no longer provide .so files -- unless you ask for -dev packages...pfaedit2-4/+28
2008-10-27Not all makefiles clean out the .libs directory.pfaedit1-1/+1
2008-09-05Someone handed me a 32bit per pixel bmp with a compression of 0. A combinatio...pfaedit1-1/+13
2008-08-29 Updating OpenVMS makefilesjoukj1-2/+2
2008-08-20Rearrange stuff, moving gcolor into gdraw where it belongs.pfaedit3-3/+174
2008-08-03Fixes for various problems on 64 bit machines:pfaedit2-11/+11
2008-07-11In the metrics view (or in the print display dlg) when glyphs are overlapping...pfaedit2-14/+43
2008-07-10Add minimal support for alpha channels (treat them as a bitmask for transpare...pfaedit3-5/+83
2008-05-15SFD files now have an official MIME type. Let's use it!pfaedit1-2/+3
2008-04-29 Update OpenVMS compile supportjoukj1-3/+13
2008-04-29Better fix for MSG_NOSIGNALpfaedit1-3/+19
2008-04-24Add the ftp reader to the file chooser.pfaedit7-32/+803
2008-04-24Move the gio stuff from gdraw into gutils.pfaedit10-3/+1303
2008-04-18GImageDrawImage didn't work if the cluts were of different sizes.pfaedit1-2/+8
2008-01-28OpenVMSpfaedit1-0/+43
2008-01-01Update copyright notices.pfaedit20-20/+20
2007-12-12Missing comma. Fixed by Daniel Johnson.pfaedit1-1/+1
2007-12-09Move some files from gunicode to gutils (files which used to be in gdraw).pfaedit10-2/+328
2007-12-07I wasn't handling alpha channels on RGBA png files properly.pfaedit1-9/+10
2007-12-05Pull the image library routines out of gdraw, because ff depends on them even...pfaedit22-0/+4659