aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from mainline.Paul Eggert2011-05-051-1/+1
|\
| * src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-061-1/+1
* | * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit unused local.Paul Eggert2011-05-051-3/+1
|/
* Fix previous change: the library cache is defined in w32.c.Juanma Barranquero2011-05-041-1/+6
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-38/+3
* * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-2/+2
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-2/+2
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-3/+3
* * image.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-4/+4
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-13/+17
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-3/+4
* Cleanups to the ImageMagick code and docstrings.Chong Yidong2011-04-091-37/+27
* * image.c (tiff_error_handler, tiff_warning_handler): Mark asPaul Eggert2011-04-051-2/+6
* * image.c (xbm_load): Use parse_p, for gcc -Werror=unused-but-set-variable.Paul Eggert2011-04-011-0/+1
* * image.c (lookup_image): Remove var that is set but not used.Paul Eggert2011-04-011-3/+0
* Merge from trunkStefan Monnier2011-03-311-4/+3
|\
| * Merge from atest branch.Paul Eggert2011-03-271-3/+3
| |\
| | * * image.c (tiff_load): Fix off-by-one image count (Bug#8336).Paul Eggert2011-03-241-3/+3
| * | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+0
| |/
* | Merge from trunkStefan Monnier2011-03-211-33/+31
|\|
| * * image.c (my_png_error, my_error_exit): Mark with NO_RETURN.Paul Eggert2011-03-131-0/+2
| * * image.c (four_corners_best): Mark locals as initialized.Paul Eggert2011-03-121-3/+3
| * * image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):Paul Eggert2011-03-111-18/+18
| * * image.c (gif_load): Fix pointer signedness.Paul Eggert2011-03-111-1/+1
| * * image.c (x_edge_detection): Remove unnecessary cast thatPaul Eggert2011-03-101-1/+1
| * * image.c (xpm_load): Redo to avoid "discards qualifiers" gcc warning.Paul Eggert2011-03-101-4/+5
| * * image.c (DIM, HAVE_STDLIB_H_1): Remove unused macros.Paul Eggert2011-03-101-5/+0
| * * image.c (clear_image_cache): Now static.Paul Eggert2011-03-101-1/+1
* | Remove bytecomp- prefix, plus misc changes.Stefan Monnier2011-03-161-4/+1
* | Get rid of funvec.Stefan Monnier2011-02-241-1/+2
* | Merge from trunkStefan Monnier2011-02-111-109/+127
|\|
| * * image.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
| * * image.c: conform to C89 pointer rulesPaul Eggert2011-02-061-6/+6
| * xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-2/+2
| * Fix a compiler warning in image.c.Eli Zaretskii2011-02-011-1/+1
| * Merge changes from emacs-23 branchChong Yidong2011-01-311-101/+119
| |\
| | * Fix use of pointers to image library functionsAndreas Schwab2011-01-301-104/+93
| | * Fix macro definitions in last change to image.cChong Yidong2011-01-291-2/+2
| | * Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong2011-01-291-2/+32
* | | Merge from trunkStefan Monnier2011-02-011-66/+72
|\| |
| * | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-14/+14
| * | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
| * | * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clashPaul Eggert2011-01-221-1/+1
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
| * | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-28/+6
| * | * image.c (Vimagemagick_render_type): Remove redundantTom Tromey2011-01-181-1/+0
| * | Merge from emacs-23 branch, up to 2010-05-20T22:16:[email protected].Glenn Morris2011-01-171-2/+4
| |\|
| | * * image.c (syms_of_image): Don't access XSYMBOL's internals directly.Stefan Monnier2011-01-161-2/+4
| | * Fix bug #7848 with using SET_SYMBOL_VALUE in image.cEli Zaretskii2011-01-161-2/+2