index
:
w3m
aito-soft
branch-0-2-5
branch-0-3-2
cvstrunk
debian
debian-jessie
debian-stretch
inu-0-2-2
master
master-deb11
master-jessie
master-stretch
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
image.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-19
Convert images to PNG for kitty with ImageMagick
bptato
1
-1
/
+1
2021-02-18
Support kitty image protocol
bptato
1
-0
/
+4
2021-02-02
Support iTerm2 graphics protocol, replace encodeB with base64_encode
bptato
1
-21
/
+17
2021-02-02
Avoid having external programs download images
bptato
1
-14
/
+27
2021-02-02
sixel and osc5379 image display protocols can be chosen in options
bptato
1
-24
/
+27
2014-12-06
* Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ...
Araki Ken
1
-3
/
+4
2014-12-06
Add declaration of get_pixel_per_cell().
Araki Ken
1
-0
/
+2
2014-12-06
Minor fix.
Araki Ken
1
-1
/
+2
2014-12-06
Cache image files if at all possible and convert them to sixel when -sixel op...
Araki Ken
1
-1
/
+1
2014-12-06
Init pixel_per_{char|line}_i if get_pixel_per_cell() fails.
Araki Ken
1
-0
/
+4
2014-12-06
Add -sixel option which supports image processing by img2sixel.
Araki Ken
1
-14
/
+14
2014-12-06
Don't download image files whose size is specified in <img> tag.
Araki Ken
1
-7
/
+15
2014-12-06
Minor fixes of parseImageHeader().
Araki Ken
1
-1
/
+2
2014-12-06
Determine the format of an image file by its header data not by its file name...
Araki Ken
1
-65
/
+51
2014-12-06
Read width and height from jpeg, png and gif files directly instead of execut...
Araki Ken
1
-0
/
+91
2014-12-06
* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....
Araki Ken
1
-5
/
+1
2014-12-06
- Adjust the image size to the terminal cell size. - If the image size is spe...
Araki Ken
1
-15
/
+26
2014-12-06
Support remote image by OSC 5379 show_picture sequence.
Araki Ken
1
-6
/
+82
2013-10-14
Workaround of GC crash on Cygwin64
AIDA Shinra
1
-5
/
+28
2011-05-04
Adding upstream version 0.5.3
upstream/0.5.3
Tatsuya Kinoshita
1
-3
/
+6
2011-05-04
Adding upstream version 0.5.1
upstream/0.5.1
Tatsuya Kinoshita
1
-0
/
+572
2010-12-21
w3mimgdisplay supports Windows console (http://www.j10n.org/files/w3m-cvs-1.1...
Ito Hiroyuki
1
-3
/
+6
2003-07-07
fix indent
Fumitoshi UKAI
1
-2
/
+2
2003-07-07
[w3m-dev 03929] clear image
Fumitoshi UKAI
1
-36
/
+40
2003-02-24
[w3m-dev-en 00891] Re: w3m 0.4 has been released!
Fumitoshi UKAI
1
-2
/
+2
2003-02-13
[w3m-dev 03742] Re: Bug##180814: w3m: Missing w3mimgdisplay message at startup
Fumitoshi UKAI
1
-2
/
+2
2003-01-29
wait_st is not used
Fumitoshi UKAI
1
-2
/
+3
2003-01-29
fix indent
Fumitoshi UKAI
1
-18
/
+18
2003-01-29
[w3m-dev 03708] Re: Don't stop loading image when moving to next page.
Fumitoshi UKAI
1
-61
/
+63
2003-01-28
[w3m-dev 03707] Don't stop loading image when moving to next page.
Fumitoshi UKAI
1
-2
/
+2
2003-01-28
fix indent
Fumitoshi UKAI
1
-3
/
+7
2003-01-22
[w3m-dev 03676] cleanup for pipe
Fumitoshi UKAI
1
-28
/
+4
2003-01-17
[w3m-dev 03646] setup child process, local CGI
Fumitoshi UKAI
1
-19
/
+8
2003-01-15
[w3m-dev 03640] Re: cleanup (don't close connection of news server)
Fumitoshi UKAI
1
-1
/
+2
2003-01-10
[w3m-dev 03629] delete tmp file
Fumitoshi UKAI
1
-3
/
+1
2002-12-11
fix indent
Fumitoshi UKAI
1
-2
/
+2
2002-12-11
[w3m-dev 03559] Re: use select instead of signal for loading images
Fumitoshi UKAI
1
-62
/
+17
2002-11-27
[w3m-dev 03497] incorrect image size
Fumitoshi UKAI
1
-15
/
+13
2002-11-24
[w3m-dev 03471] Re: SETPGRP()
Fumitoshi UKAI
1
-11
/
+3
2002-11-15
fix indent
Fumitoshi UKAI
1
-7
/
+7
2002-11-15
[w3m-dev 03436] Check image size
Fumitoshi UKAI
1
-5
/
+7
2002-11-15
[w3m-dev 03435] save image with SAVE
Fumitoshi UKAI
1
-5
/
+6
2002-11-09
[w3m-dev 03398] auxbindir
Fumitoshi UKAI
1
-3
/
+3
2002-11-06
fix indent
Fumitoshi UKAI
1
-2
/
+2
2002-11-06
[w3m-dev 03379] setuid w3mimgdisplay and check console tty
Fumitoshi UKAI
1
-2
/
+10
2002-11-06
[w3m-dev 03375] NULL check of CurrentTab
Fumitoshi UKAI
1
-4
/
+4
2002-11-05
[w3m-dev 03372] tab browser
Fumitoshi UKAI
1
-2
/
+2
2002-07-29
[w3m-dev 03282] Re: w3m-img for framebuffer update
Fumitoshi UKAI
1
-8
/
+8
2002-07-22
[w3m-dev 03280] w3m-img without w3mimgsize
Fumitoshi UKAI
1
-12
/
+14
2002-04-17
[w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.c
Fumitoshi UKAI
1
-6
/
+10
[next]