aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+1
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-4/+1
* * image.c (x_find_image_file): Don't close a remote file handle.Andreas Schwab2013-07-121-1/+2
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-1/+1
* Space between "defined" and "(".Paul Eggert2013-07-081-1/+1
* configure.ac (HAVE_IMAGEMAGICK): Check on NS also.Jan Djärv2013-07-081-1/+1
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-4/+4
* Scale ImageMagick images more carefully.Paul Eggert2013-07-041-32/+52
* src/image: Remove unused variables.Juanma Barranquero2013-07-041-2/+0
* Fix minor problems found by static checking.Paul Eggert2013-06-291-1/+1
* * image.c (image_unget_x_image): Fix formatting.YAMAMOTO Mitsuharu2013-06-291-1/+2
* * image.c (x_from_xcolors): Remove unused local.Paul Eggert2013-06-271-1/+0
* Fix W32-specific part of last change.YAMAMOTO Mitsuharu2013-06-281-2/+5
* Defer image data transfer between X client and server until actual display ha...YAMAMOTO Mitsuharu2013-06-281-165/+294
* Implement :max-width/:max-height for (ImageMagic) imagesLars Magne Ingebrigtsen2013-06-231-17/+81
* Use C99-style flexible array members if available.Paul Eggert2013-06-211-1/+1
* * image.c (gif_load): Check that subimages fit.Paul Eggert2013-05-121-0/+19
* 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:[email protected]Paul 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:[email protected].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:[email protected], 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