Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention HTTPS_PROXY in the FAQ documents | Tatsuya Kinoshita | 2015-07-05 | 2 | -2/+2 |
| | | | | Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791425 | ||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-06-27 | 1 | -0/+8 |
| | |||||
* | Merge pull request #3 from yshl/certdata2pem | Tatsuya Kinoshita | 2015-06-27 | 1 | -0/+3 |
|\ | | | | | Error of certdata2pem.rb in doc-jp/README.SSL | ||||
| * | modify certdata2pem.rb in doc-jp/README.SSL, assume the encoding of the ↵ | yshl | 2015-06-27 | 1 | -0/+3 |
|/ | | | | certdata.txt to be UTF-8 | ||||
* | Update ChangeLogv0.5.3+git20150623 | Tatsuya Kinoshita | 2015-06-22 | 1 | -0/+5 |
| | |||||
* | Wrap the functions used by image.c in USE_IMAGE | Daniel Schepler | 2015-06-22 | 1 | -0/+2 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789539 | ||||
* | Update ChangeLogv0.5.3+git20150509 | Tatsuya Kinoshita | 2015-05-08 | 1 | -0/+5 |
| | |||||
* | Update examples of siteconf for twitter.com | Tatsuya Kinoshita | 2015-05-08 | 2 | -4/+4 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-05-03 | 1 | -0/+8 |
| | |||||
* | Correct GC version confirmation | Tatsuya Kinoshita | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2 from yshl/gc-7.1 | Tatsuya Kinoshita | 2015-05-03 | 1 | -1/+1 |
|\ | | | | | modify GC version confirmation | ||||
| * | correct GC version confirmation | yshl | 2015-05-02 | 1 | -1/+1 |
|/ | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-04-29 | 1 | -0/+10 |
| | |||||
* | Update German translation | Markus Hiereth | 2015-04-29 | 1 | -4/+4 |
| | | | | Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783383 | ||||
* | Update PO strings for display_borders | Tatsuya Kinoshita | 2015-04-29 | 5 | -11/+11 |
| | |||||
* | Update ChangeLog | Tatsuya Kinoshita | 2015-04-26 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1 from yshl/gc-7.1 | Tatsuya Kinoshita | 2015-04-26 | 1 | -0/+4 |
|\ | | | | | cannot built the master branch with gc-7.1 | ||||
| * | for gc-7.1 | yshl | 2015-04-26 | 1 | -0/+4 |
|/ | |||||
* | Update ChangeLogv0.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 |
| | | | | cf. http://d.hatena.ne.jp/rubikitch/20101120 | ||||
* | 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 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2 * main.c: Call exit(1) when out of memory to avoid dereferencing null pointers when gc's malloc fails. * alloc.h: Replacements for w3m's allocation macros which add overflow detection and concentrate the macros in one file. * indep.h, libwc/charset.c, libwc/status.c, matrix.c: Use the overflow-detecting allocation macros from alloc.h. | ||||
* | | 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 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: http://marc.info/?l=openbsd-ports&m=142090828929750&w=2 * Str.c: Use asprintf() instead of rolling our own printf string length detection. * cookie.c: Pass the char pointer in the string struct to printf %s instead of the string struct itself. Print time_t using %lld instead of %ld to allow for 64-bit time_t. * main.c: Print a long int using the correct format specifier. * map.c: Print size_t using the correct format specifier. | ||||
* | | 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 ↵ | Araki Ken | 2014-12-06 | 2 | -16/+58 |
| | | | | | | | | | | | | options of img2sixel. | ||||
| * | | * Add n_terminal_image argument to put_image_{sixel|osc5379}(). * Use struct ↵ | Araki Ken | 2014-12-06 | 2 | -15/+16 |
| | | | | | | | | | | | | winsize to calculate ppc and ppl. | ||||
| * | | 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 ↵ | Araki Ken | 2014-12-06 | 1 | -0/+6 |
| | | | | | | | | | | | | interrupts loadGeneralFile() in loadImage() and corrupt image data can be cached in ~/.w3m. |