| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid inline image variables for checkboxes (Bug#7222). | Chong Yidong | 2010-10-24 | 1 | -15/+0 |
* | Rename `image-library-alist' to `dynamic-library-alist'. | Juanma Barranquero | 2010-10-13 | 1 | -2/+4 |
* | More cleanups and minor fixes for Customize. | Chong Yidong | 2010-10-11 | 1 | -1/+14 |
* | Tiny image.el fixes. | Glenn Morris | 2010-09-08 | 1 | -4/+11 |
* | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
* | merge from trunk, no conflicts | Joakim Verona | 2010-08-18 | 1 | -1/+1 |
|\ |
|
| * | create-animated-image: Don't add heuristic mask to image (Bug#6839). | Katsumi Yamaoka | 2010-08-18 | 1 | -1/+1 |
* | | cosmetics, and changing of defconst to defcustom | Joakim Verona | 2010-06-14 | 1 | -2/+2 |
* | | mostly cosmetic, moving { instances, changing indentation accordingly. | Joakim Verona | 2010-06-14 | 1 | -2/+2 |
* | | merged from trunk | Joakim Verona | 2010-06-14 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | * image.el (image-animated-p): When delay between animated images is 0, | Juri Linkov | 2010-05-25 | 1 | -4/+7 |
| * | Rename image-refresh to image-flush. | Chong Yidong | 2010-05-22 | 1 | -0/+1 |
* | | changed looping according to feedback from stefan monnier | Joakim Verona | 2010-06-14 | 1 | -10/+6 |
* | | merge and fixes | Joakim Verona | 2010-05-13 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | imagemagick patch5 + minor mods | Joakim Verona | 2010-04-02 | 1 | -0/+25 |
|/ |
|
* | Rename `image-extension-data' to `image-metadata'. | Juri Linkov | 2010-03-31 | 1 | -2/+3 |
* | Minor animated image housekeeping. | Glenn Morris | 2010-03-10 | 1 | -3/+3 |
* | Animated image API. | Kim F. Storm | 2010-03-07 | 1 | -0/+104 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * startup.el (tutorial-directory): Make it a defcustom. | Stefan Monnier | 2009-09-12 | 1 | -7/+6 |
* | (image-type-header-regexps): Use only JPEG magic number | Juri Linkov | 2009-08-28 | 1 | -1/+1 |
* | * image.el (image-load-path-for-library, insert-sliced-image): | Juanma Barranquero | 2009-02-24 | 1 | -3/+3 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (image-type-header-regexps): Recognize more xbm format | Andreas Schwab | 2008-11-24 | 1 | -3/+5 |
* | (image-jpeg-p): Don't fail if the arg cannot be converted to unibyte. | Juanma Barranquero | 2008-06-27 | 1 | -7/+7 |
* | (image-jpeg-p): Convert DATA to unibyte at first. | Kenichi Handa | 2008-06-25 | 1 | -0/+1 |
* | Add some compiler declarations, for builds without X. | Glenn Morris | 2008-06-12 | 1 | -0/+2 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | (image-type): Check if image-types is bound to not fail on tty. | Juri Linkov | 2007-10-06 | 1 | -1/+1 |
* | | Simplify previous change (auto can only be non-nil if type is). | Glenn Morris | 2007-09-27 | 1 | -1/+1 |
* | | (image-type-auto-detected-p): Doc fix. Don't detect an image if it is | Glenn Morris | 2007-09-27 | 1 | -2/+4 |
* | | (image-type-header-regexps): Use more complex regexp for svg. | Juri Linkov | 2007-08-25 | 1 | -3/+13 |
* | | (create-image): Doc fix. | Glenn Morris | 2007-08-22 | 1 | -1/+6 |
* | | Paul Pogonyshev <pogonyshev at gmx.net> | Glenn Morris | 2007-08-22 | 1 | -1/+2 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| * | (image-type-auto-detected-p): Don't scan auto-mode-alist. | Chong Yidong | 2007-06-04 | 1 | -21/+6 |
* | | (image-type-from-file-name, image-type): Simplify. | Chong Yidong | 2007-05-21 | 1 | -51/+21 |
|/ |
|
* | (image-type-auto-detectable): Don't autodetect x[pb]m. | Chong Yidong | 2007-02-09 | 1 | -8/+26 |
* | (image-type-header-regexps): Make GIF regex more specific. | Richard M. Stallman | 2007-01-28 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (image-type-header-regexps): Recognize xbm more strictly. | Richard M. Stallman | 2007-01-05 | 1 | -1/+3 |
* | (image-type-header-regexps, image-type-from-data, image-type-from-buffer, | Juanma Barranquero | 2006-12-30 | 1 | -35/+53 |
* | (image-type-header-regexps): Change element format | Richard M. Stallman | 2006-12-26 | 1 | -20/+35 |
* | (image-type-header-regexps): Be more specific detecting `pbm' and `png' files. | Juanma Barranquero | 2006-12-19 | 1 | -3/+3 |
* | (image-type): New defun split out of create-image. | Kim F. Storm | 2006-04-21 | 1 | -16/+28 |