aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-5/+5
* Add DEF_IMGLIB_FN for g_error_free to image.c.Eli Zaretskii2013-03-281-0/+1
* image.c [WINDOWSNT]: Fix calls to DEF_IMGLIB_FN for SVG function.rzl24ozi2013-03-271-18/+18
* Static checking by GCC 4.8-20130319.Paul Eggert2013-03-231-3/+2
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-2/+2
* Spelling fixes.Paul Eggert2013-03-181-3/+3
* Fix return type of image_background (Bug#13981)Ken Brown2013-03-171-5/+0
* Fix misuse of ImageMagick that caused core dump.Paul Eggert2013-03-041-5/+5
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * image.c (xpm_make_color_table_h): Change to hashtest_equal.Jan Djärv2012-11-091-1/+1
* | * image.c (xpm_make_color_table_h): Fix compiler error becauseJan Djärv2012-11-081-2/+2
|/
* * image.c (init_tiff_functions, init_imagemagick_functions)Daniel Colascione2012-10-141-3/+3
* Fix some stat-related races.Paul Eggert2012-10-121-42/+2
* Minor tweaks to recently-changed code.Paul Eggert2012-10-081-12/+13
* Improve fix for jpeglib build breakDaniel Colascione2012-10-081-10/+15
* Remove CHECK_LIB_AVAILABLE from image.c, mistakenly reintroduced by cygw32.Eli Zaretskii2012-10-081-10/+0
* Temporary fix for changes in 2012-10-08T08:23:13Z!dancol@dancol.org.Eli Zaretskii2012-10-081-2/+4
* Merge from trunkDaniel Colascione2012-10-071-325/+331
|\
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-2/+2
| * Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero2012-09-251-3/+15
| * image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-219/+167
| * Really fix last change.Chong Yidong2012-09-231-1/+1
| * Fix last change.Chong Yidong2012-09-231-3/+3
| * Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-231-63/+44
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-25/+25
| * Refactor image-type loading.Chong Yidong2012-09-221-84/+133
| * Fix list duplication error in define_image_type.Chong Yidong2012-09-211-1/+7
* | Merge from trunkDaniel Colascione2012-09-171-82/+149
|\ \ | |/
| * Port _setjmp fix to POSIXish hosts as well as Microsoft.Paul Eggert2012-09-151-3/+1
| * Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii2012-09-151-2/+6
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-7/+14
| * Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert2012-09-121-0/+8
| * More fixes for 'volatile' and setjmp/longjmp.Paul Eggert2012-09-121-72/+124
| * * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert2012-09-121-1/+1
| * Prefer assignment to memcpy when either will do.Paul Eggert2012-09-111-1/+1
| * Assume C89 or later for math functions.Paul Eggert2012-09-091-1/+0
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
| * Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-031-7/+7
| * Clean up some extern decls.Paul Eggert2012-09-021-1/+0
* | Implement cygw32Daniel Colascione2012-09-171-22/+40
|/
* Fix last changes related to w32 and Cygwin.Eli Zaretskii2012-09-011-0/+1
* Refactor window-system configurationDaniel Colascione2012-08-311-19/+12
* Use ASCII tests for character types.Paul Eggert2012-08-161-16/+18
* Remove empty and useless init functions.Dmitry Antipov2012-07-161-5/+0
* * image.c (Fimagemagick_types): Initialize ex with GetExceptionInfoJan Djärv2012-07-131-1/+6
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-4/+4
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-4/+4
* Improve static checking when configured --with-ns.Paul Eggert2012-07-071-10/+6
* More xmalloc and related cleanup.Paul Eggert2012-07-051-11/+8