index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
joakim at verona.se
Glenn Morris
2009-08-25
1
-1
/
+1
*
* image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
Chong Yidong
2009-08-13
1
-8
/
+12
*
(xbm_read_bitmap_data, png_load, svg_load_image):
Jason Rumney
2009-03-04
1
-11
/
+19
*
(svg_load_image): Fix last change.
Chong Yidong
2009-02-06
1
-11
/
+9
*
* image.c (svg_load_image): Don't right-shift background RGB when
Adrian Robert
2009-01-29
1
-7
/
+7
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-1
/
+1
*
* w32term.c (x_query_colors, x_query_color): New functions.
Jason Rumney
2009-01-03
1
-43
/
+11
*
(Qgobject): New symbol.
Jason Rumney
2009-01-02
1
-4
/
+9
*
Fix bug #1362. * image.c (x_clear_image_1): Do not free background under HAVE...
Adrian Robert
2008-11-25
1
-4
/
+1
*
* image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correc...
Adrian Robert
2008-10-03
1
-1
/
+1
*
(enum tiff_keyword_index, tiff_format): Add :index keyword.
Jason Rumney
2008-08-23
1
-5
/
+35
*
Remove support for Mac Carbon.
Dan Nicolaescu
2008-07-27
1
-1021
/
+32
*
Merge from emacs--rel--22
Miles Bader
2008-07-26
1
-10
/
+5
|
\
|
*
(mac_create_cg_image_from_image, image_load_image_io)
YAMAMOTO Mitsuharu
2008-07-21
1
-10
/
+5
|
*
(png_load): Use correct bit-depth for setting background color.
YAMAMOTO Mitsuharu
2008-07-07
1
-39
/
+9
*
|
(x_from_xcolors): Don't initialize pixmap (silence compiler).
Chong Yidong
2008-07-25
1
-1
/
+1
*
|
(svg_load_image): Use rsvg_handle_get_dimensions to check that image
Chong Yidong
2008-07-25
1
-9
/
+12
*
|
(svg_load_image): Fix last change.
Chong Yidong
2008-07-25
1
-1
/
+2
*
|
(svg_load_image): Check for failure in return value of
Chong Yidong
2008-07-25
1
-1
/
+3
*
|
* term/ns-win.el: Rename ns- functions/variables to the
Dan Nicolaescu
2008-07-21
1
-1
/
+1
*
|
change most cases of PENDING to TODO, some to FIXME or XXX
Adrian Robert
2008-07-17
1
-1
/
+1
*
|
merging Emacs.app (NeXTstep port)
Adrian Robert
2008-07-15
1
-34
/
+222
*
|
* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
Jason Rumney
2008-05-22
1
-2
/
+2
*
|
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-14
1
-6
/
+4
*
|
(image_ascent): Don't include "charset.h". Include
Kenichi Handa
2008-05-14
1
-1
/
+2
*
|
(png_load): Use correct bit-depth for setting background color.
Chong Yidong
2008-05-09
1
-39
/
+9
*
|
Merge from emacs--rel--22
Miles Bader
2008-05-04
1
-40
/
+359
|
\
|
|
*
[USE_MAC_IMAGE_IO] (image_load_image_io):
YAMAMOTO Mitsuharu
2008-05-04
1
-1
/
+5
|
*
(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu
2008-05-02
1
-40
/
+355
*
|
Merge from emacs--rel--22
Miles Bader
2008-04-05
1
-11
/
+31
|
\
|
|
*
(pbm_load): Allow color values up to 65535.
Jason Rumney
2008-03-28
1
-11
/
+31
*
|
Allow fine-grained image-cache flushing.
Stefan Monnier
2008-02-24
1
-22
/
+28
*
|
Include termhooks.h to find the image_cache slot in terminal objects.
Stefan Monnier
2008-02-22
1
-1
/
+1
*
|
Consolidate the image_cache to the terminal struct.
Stefan Monnier
2008-02-22
1
-29
/
+41
*
|
Merge from emacs--rel--22
Miles Bader
2008-01-08
1
-1
/
+1
|
\
|
|
*
Add 2008 to copyright years.
Glenn Morris
2008-01-08
1
-1
/
+2
*
|
Merge from emacs--rel--22
Miles Bader
2007-12-06
1
-0
/
+15
|
\
|
|
*
(xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.
Jason Rumney
2007-12-02
1
-0
/
+15
|
*
(syms_of_image) <image-types>: Fix typo in docstring.
Juanma Barranquero
2007-10-05
1
-6
/
+6
[next]