summaryrefslogtreecommitdiff
path: root/lisp/image.el
Commit message (Expand)AuthorAgeFilesLines
* Avoid inline image variables for checkboxes (Bug#7222).Chong Yidong2010-10-241-15/+0
* Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-131-2/+4
* More cleanups and minor fixes for Customize.Chong Yidong2010-10-111-1/+14
* Tiny image.el fixes.Glenn Morris2010-09-081-4/+11
* Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* merge from trunk, no conflictsJoakim Verona2010-08-181-1/+1
|\
| * create-animated-image: Don't add heuristic mask to image (Bug#6839).Katsumi Yamaoka2010-08-181-1/+1
* | cosmetics, and changing of defconst to defcustomJoakim Verona2010-06-141-2/+2
* | mostly cosmetic, moving { instances, changing indentation accordingly.Joakim Verona2010-06-141-2/+2
* | merged from trunkJoakim Verona2010-06-141-4/+8
|\ \ | |/
| * * image.el (image-animated-p): When delay between animated images is 0,Juri Linkov2010-05-251-4/+7
| * Rename image-refresh to image-flush.Chong Yidong2010-05-221-0/+1
* | changed looping according to feedback from stefan monnierJoakim Verona2010-06-141-10/+6
* | merge and fixesJoakim Verona2010-05-131-2/+2
|\ \ | |/
* | imagemagick patch5 + minor modsJoakim Verona2010-04-021-0/+25
|/
* Rename `image-extension-data' to `image-metadata'.Juri Linkov2010-03-311-2/+3
* Minor animated image housekeeping.Glenn Morris2010-03-101-3/+3
* Animated image API.Kim F. Storm2010-03-071-0/+104
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * startup.el (tutorial-directory): Make it a defcustom.Stefan Monnier2009-09-121-7/+6
* (image-type-header-regexps): Use only JPEG magic numberJuri Linkov2009-08-281-1/+1
* * image.el (image-load-path-for-library, insert-sliced-image):Juanma Barranquero2009-02-241-3/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (image-type-header-regexps): Recognize more xbm formatAndreas Schwab2008-11-241-3/+5
* (image-jpeg-p): Don't fail if the arg cannot be converted to unibyte.Juanma Barranquero2008-06-271-7/+7
* (image-jpeg-p): Convert DATA to unibyte at first.Kenichi Handa2008-06-251-0/+1
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (image-type): Check if image-types is bound to not fail on tty.Juri Linkov2007-10-061-1/+1
* | Simplify previous change (auto can only be non-nil if type is).Glenn Morris2007-09-271-1/+1
* | (image-type-auto-detected-p): Doc fix. Don't detect an image if it isGlenn Morris2007-09-271-2/+4
* | (image-type-header-regexps): Use more complex regexp for svg.Juri Linkov2007-08-251-3/+13
* | (create-image): Doc fix.Glenn Morris2007-08-221-1/+6
* | Paul Pogonyshev <pogonyshev at gmx.net>Glenn Morris2007-08-221-1/+2
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\ \ | |/
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (image-type-auto-detected-p): Don't scan auto-mode-alist.Chong Yidong2007-06-041-21/+6
* | (image-type-from-file-name, image-type): Simplify.Chong Yidong2007-05-211-51/+21
|/
* (image-type-auto-detectable): Don't autodetect x[pb]m.Chong Yidong2007-02-091-8/+26
* (image-type-header-regexps): Make GIF regex more specific.Richard M. Stallman2007-01-281-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (image-type-header-regexps): Recognize xbm more strictly.Richard M. Stallman2007-01-051-1/+3
* (image-type-header-regexps, image-type-from-data, image-type-from-buffer,Juanma Barranquero2006-12-301-35/+53
* (image-type-header-regexps): Change element formatRichard M. Stallman2006-12-261-20/+35
* (image-type-header-regexps): Be more specific detecting `pbm' and `png' files.Juanma Barranquero2006-12-191-3/+3
* (image-type): New defun split out of create-image.Kim F. Storm2006-04-211-16/+28