| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor clean up to silence some gcc warnings. | Stefan Monnier | 2010-12-19 | 1 | -1/+1 |
* | Merge from emacs-23 | Stefan Monnier | 2010-11-09 | 1 | -5/+6 |
|\ |
|
| * | Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop. | Chong Yidong | 2010-11-05 | 1 | -5/+6 |
* | | Support for gif transparency. | Julien Danjou | 2010-11-03 | 1 | -4/+32 |
* | | image.c (tiff_load): Cast 3rd argument to avoid compiler warning. | Eli Zaretskii | 2010-10-15 | 1 | -2/+3 |
* | | src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes. | Juanma Barranquero | 2010-10-14 | 1 | -46/+55 |
* | | Rename `image-library-alist' to `dynamic-library-alist'. | Juanma Barranquero | 2010-10-13 | 1 | -23/+6 |
* | | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -4/+4 |
* | | Fix typos. | Juanma Barranquero | 2010-09-25 | 1 | -1/+1 |
* | | Check all lisp types in image loader | Andreas Schwab | 2010-09-04 | 1 | -193/+196 |
* | | * image.c (Fimagemagick_types): Doc fix. | Andreas Schwab | 2010-09-04 | 1 | -2/+2 |
* | | Fix type mismatch in ImageMagick loader | Andreas Schwab | 2010-09-04 | 1 | -3/+3 |
* | | * image.c (imagemagick_image_p): Replace bcopy by memcpy. | Andreas Schwab | 2010-09-04 | 1 | -1/+1 |
* | | * image.c (imagemagick_clear_image): Remove debugging output. | Andreas Schwab | 2010-08-20 | 1 | -9/+0 |
* | | some minor cosmetic fixes in comments | Joakim Verona | 2010-08-19 | 1 | -16/+9 |
* | | fix some accidental whitespace changes | Joakim Verona | 2010-08-19 | 1 | -455/+450 |
* | | minor cleanup | Joakim Verona | 2010-08-18 | 1 | -10/+3 |
* | | merge from trunk | Joakim Verona | 2010-08-17 | 1 | -628/+379 |
|\ \ |
|
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -3/+3 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -6/+3 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -36/+39 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -2/+0 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+0 |
| * | | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 1 | -15/+6 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | * image.c (free_image): Mark frame as garbaged (Bug#6426). | Chong Yidong | 2010-06-19 | 1 | -0/+4 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -16/+8 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -32/+32 |
| * | | Fix whitespace to follow coding guidelines. | Juanma Barranquero | 2010-07-07 | 1 | -29/+29 |
| * | | Convert most remaining function definitions to standard C. | Juanma Barranquero | 2010-07-05 | 1 | -363/+132 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -101/+101 |
* | | | reworked :index functionality a bit so its faster | Joakim Verona | 2010-07-01 | 1 | -549/+559 |
* | | | image-mode changes. removed the imagemagick specific :geometry and :crop inte... | Joakim Verona | 2010-06-26 | 1 | -22/+16 |
* | | | improved lisp interface to scaling, doc changed acordingly | Joakim Verona | 2010-06-17 | 1 | -0/+43 |
* | | | cosmetics, and changing of defconst to defcustom | Joakim Verona | 2010-06-14 | 1 | -39/+64 |
* | | | mostly cosmetic, moving { instances, changing indentation accordingly. | Joakim Verona | 2010-06-14 | 1 | -246/+248 |
* | | | merged from trunk | Joakim Verona | 2010-06-14 | 1 | -26/+57 |
|\ \ \
| |/ / |
|
| * | | Rename image-refresh to image-flush. | Chong Yidong | 2010-05-22 | 1 | -5/+7 |
| * | | Improve image cache clearing logic (Bug#6230). | Chong Yidong | 2010-05-21 | 1 | -20/+50 |
* | | | configure support for MagickExportImagePixels and README | Joakim Verona | 2010-05-14 | 1 | -15/+19 |
* | | | initial support for supplying image count property for image bundles | Joakim Verona | 2010-05-14 | 1 | -0/+8 |
* | | | merge and fixes | Joakim Verona | 2010-05-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | imagemagick patch5 + minor mods | Joakim Verona | 2010-04-02 | 1 | -1/+477 |
|/ / |
|
* | | Rename `image-extension-data' to `image-metadata'. | Juri Linkov | 2010-03-31 | 1 | -8/+12 |
|/ |
|
* | Use png_sig_cmp to allow linking with libpng 1.4.0. | Chong Yidong | 2010-01-24 | 1 | -7/+7 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -11/+11 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -32/+32 |
* | * fns.c: Remove code for unsupported system: MAC_OS. | Dan Nicolaescu | 2009-10-19 | 1 | -243/+2 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -6/+8 |