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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update ChangeLog
v0.5.3+git20150203
Tatsuya Kinoshita
2015-02-02
1
-0
/
+4
*
Update PO
Tatsuya Kinoshita
2015-02-02
3
-600
/
+623
*
Update ChangeLog
Tatsuya Kinoshita
2015-02-02
1
-0
/
+6
*
New option "display_borders" to display 0 pixel table borders.
Tatsuya Kinoshita
2015-02-02
3
-0
/
+6
*
Merge branch 'bug/changelog'
Tatsuya Kinoshita
2015-01-23
1
-0
/
+5
|
\
|
*
Update ChangeLog
Tatsuya Kinoshita
2015-01-23
1
-0
/
+5
|
/
*
Merge branch 'feature/debian-version'
Tatsuya Kinoshita
2015-01-23
3
-3
/
+5
|
\
|
*
Update to 0.5.3+gitYYYYMMDD (generate from ChangeLog)
Tatsuya Kinoshita
2015-01-23
3
-3
/
+5
*
|
Merge branch 'bug/changelog'
Tatsuya Kinoshita
2015-01-15
1
-23
/
+55
|
\
\
|
*
|
Update ChangeLog
Tatsuya Kinoshita
2015-01-15
1
-23
/
+55
|
/
/
*
|
Merge branch 'bug/alloc'
Tatsuya Kinoshita
2015-01-15
6
-17
/
+51
|
\
\
|
*
|
Drop C99 features
Tatsuya Kinoshita
2015-01-15
2
-3
/
+3
|
*
|
Add overflow detection
Scarlett
2015-01-15
6
-17
/
+51
|
/
/
*
|
Merge branch 'bug/printf'
Tatsuya Kinoshita
2015-01-15
3
-4
/
+4
|
\
\
|
*
|
Do not use C99 printf format specifiers and asprintf
Tatsuya Kinoshita
2015-01-15
3
-23
/
+99
|
*
|
Correct printf arguments and use asprintf
Scarlett
2015-01-15
4
-101
/
+25
|
/
/
*
|
Merge branch 'bug/changelog'
Tatsuya Kinoshita
2014-12-09
1
-0
/
+203
|
\
\
|
*
|
Update ChangeLog
Tatsuya Kinoshita
2014-12-09
1
-0
/
+203
|
/
/
*
|
Merge branch 'feature/remoteimg'
Tatsuya Kinoshita
2014-12-06
9
-38
/
+555
|
\
\
|
*
|
Add README.sixel. W3M_IMG2SIXEL environmental variable enables to specify opt...
Araki Ken
2014-12-06
2
-16
/
+58
|
*
|
* Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ...
Araki Ken
2014-12-06
2
-15
/
+16
|
*
|
If SCREEN_VARIANT=sixel on GNU screen, exec img2sixel without -P option.
Araki Ken
2014-12-06
1
-1
/
+2
|
*
|
ttymode_set() -> ttymode_reset().
Araki Ken
2014-12-06
1
-3
/
+17
|
*
|
Fix.
Araki Ken
2014-12-06
1
-1
/
+1
|
*
|
Support GNU screen.
Araki Ken
2014-12-06
1
-2
/
+9
|
*
|
Show GIF (except animation GIF) correctly.
Araki Ken
2014-12-06
1
-2
/
+2
|
*
|
img2sixel exits by Ctrl+C. Enable GIF Animation if 'I' is pressed to show it.
Araki Ken
2014-12-06
2
-12
/
+50
|
*
|
Add declaration of get_pixel_per_cell().
Araki Ken
2014-12-06
1
-0
/
+2
|
*
|
Show the first frame of animation gif files.
Araki Ken
2014-12-06
1
-0
/
+87
|
*
|
system() -> fork()&execvp()
Araki Ken
2014-12-06
1
-7
/
+32
|
*
|
Draw underline on anchor which contains cboth text and images.
Araki Ken
2014-12-06
1
-4
/
+9
|
*
|
Remove close_tty() from setup_child() because close_tty() sometimes interrupt...
Araki Ken
2014-12-06
1
-0
/
+6
|
*
|
Minor fix.
Araki Ken
2014-12-06
1
-1
/
+2
|
*
|
Cache image files if at all possible and convert them to sixel when -sixel op...
Araki Ken
2014-12-06
1
-1
/
+1
|
*
|
Init pixel_per_{char|line}_i if get_pixel_per_cell() fails.
Araki Ken
2014-12-06
1
-0
/
+4
|
*
|
Add -sixel option which supports image processing by img2sixel.
Araki Ken
2014-12-06
6
-60
/
+43
|
*
|
Don't download image files whose size is specified in <img> tag.
Araki Ken
2014-12-06
1
-7
/
+15
|
*
|
Minor fixes of parseImageHeader().
Araki Ken
2014-12-06
1
-1
/
+2
|
*
|
Determine the format of an image file by its header data not by its file name...
Araki Ken
2014-12-06
1
-65
/
+51
|
*
|
Read width and height from jpeg, png and gif files directly instead of execut...
Araki Ken
2014-12-06
1
-0
/
+91
|
*
|
* display.c: Draw underline on anchor text which is not overlapped with any i...
Araki Ken
2014-12-06
1
-6
/
+5
|
*
|
* terms.c: Clear fd_set by FD_ZERO() before select().
Araki Ken
2014-12-06
1
-8
/
+7
|
*
|
* file.c: nw and ni are rounded up instead of rounded off to show every corne...
Araki Ken
2014-12-06
1
-2
/
+8
|
*
|
* terms.c: Change time to wait for the response of "\x1b[14t\x1b[18t" from 0....
Araki Ken
2014-12-06
3
-15
/
+18
|
*
|
- Adjust the image size to the terminal cell size. - If the image size is spe...
Araki Ken
2014-12-06
3
-31
/
+53
|
*
|
Support remote image by OSC 5379 show_picture sequence.
Araki Ken
2014-12-06
6
-20
/
+206
|
/
/
*
|
Merge branch 'bug/parsetagx-crash'
Tatsuya Kinoshita
2014-12-06
1
-0
/
+1
|
\
\
|
*
|
Fix crash in parse_tag() during every start
Olaf Hering
2014-12-06
1
-0
/
+1
|
/
/
*
|
Merge branch 'bug/no-ascii-default'
Tatsuya Kinoshita
2014-12-06
1
-1
/
+1
|
\
\
|
*
|
Change the default to alt_entity=0
Olaf Hering
2014-12-06
1
-1
/
+1
|
/
/
[next]