Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2022-10-27
| ||
05:43 | clarify logic a little. Leaf check-in: 01b574ef87 user: jamesbond tags: trunk | |
05:31 | fix html-block comment (bug reported by step), and test case check-in: 822ad59725 user: jamesbond tags: trunk | |
2020-09-10
| ||
14:46 | fix comment-block logic. check-in: e8af305a91 user: jamesbond tags: trunk | |
01:29 | add support for html block comment. check-in: b826c961b6 user: jamesbond tags: trunk | |
2020-08-19
| ||
03:53 | remove const warning. check-in: 438d87388d user: jamesbond tags: trunk | |
03:46 | resolve relative links as GitHub Flavored Markdown (Contribution from step). Details: ackground -- Traditionally, mdview resolves all links relative to the "path" option mentioned in mdview --help. This is not compatible with online markdown viewers, such as GitHub and GitLab, which resolve links relative to the file where they appear (the current file). This patch adds a new method that resolves links to markdown and picture files relative to the current file. The new method is only tried when the traditional method fails to resolve a link. Absolute links are not affected. check-in: 98228a3a09 user: jamesbond tags: trunk | |
2018-12-20
| ||
13:47 | Disable over-zealous "autocode" feature that converts everything with underscore to to "code". Add prototype so gcc does not complain. check-in: b58c7a17d5 user: jamesbond tags: trunk | |
2016-06-22
| ||
14:17 | fix *** bold-italic by brute force. Just dont try to use **** or you will be royally screwed. check-in: 8b33d0cb26 user: jamesbond tags: trunk | |
2016-06-18
| ||
03:57 | enable horizontal scrollbar on help-viewer.c check-in: c097c28596 user: jamesbond tags: trunk | |
2016-06-17
| ||
09:53 | Makefile: use $(CC) instead of gcc so multilib build works immediately. check-in: a27078f1c0 user: jamesbond tags: trunk | |
05:01 | I thought g_malloc is zero-filled ... it is not. g_malloc0 does. So instead, put the NUL char ourselves. Bug found by "step". check-in: ba4275d28a user: jamesbond tags: trunk | |
2016-05-30
| ||
19:26 | fix mdview blank page if filesize is multiple of 4096. check-in: 908858fb1b user: jamesbond tags: trunk | |
2016-04-26
| ||
06:33 | update version and copyright check-in: 0e01dda1f5 user: jamesbond tags: trunk | |
06:30 | add examples from step codeblock patch and text-link patch. check-in: d63548da0d user: jamesbond tags: trunk | |
06:26 | text-links patch from step [http://www.murga-linux.com/puppy/viewtopic.php?p=890855#890855] check-in: c3e341cb08 user: jamesbond tags: trunk | |
06:25 | codeblocks/gettext patch from step [http://www.murga-linux.com/puppy/viewtopic.php?p=890715#890715] - this is patch 2. check-in: 546b32a6d8 user: jamesbond tags: trunk | |
2016-02-04
| ||
07:11 | update accelerator assignments check-in: 4fb552f2b0 user: jamesbond tags: trunk | |
2016-02-03
| ||
19:08 | update last update date. check-in: b25147174a user: jamesbond tags: trunk | |
19:06 | make file search results clickable. check-in: b7473abe4f user: jamesbond tags: trunk | |
19:01 | support search backward/forward. check-in: 01e6675b0f user: jamesbond tags: trunk | |
18:34 | accelerator for forward/backward/home, move search functions to markdown-text-view. check-in: b05bcf1f33 user: jamesbond tags: trunk | |
2016-02-01
| ||
20:44 | don't be silly. check-in: b82ee7bf78 user: jamesbond tags: trunk | |
16:18 | suppress warning. check-in: 05b3525ddf user: jamesbond tags: trunk | |
16:12 | cosmetic check-in: 7b8218a7b3 user: jamesbond tags: trunk | |
16:09 | add extension controls to egg-markdown, markdown-text-view, and help-viewer. check-in: fe2d7e2868 user: jamesbond tags: trunk | |
15:49 | add Github code markup check-in: 9a4b6337c6 user: jamesbond tags: trunk | |
15:10 | update version date. check-in: 546d2b3e94 user: jamesbond tags: trunk | |
15:09 | cosmetic. check-in: 3aec0d0f89 user: jamesbond tags: trunk | |
15:08 | improve ui behaviour check-in: 1bdac1ceed user: jamesbond tags: trunk | |
13:55 | implement actual search function. check-in: 7b9de44003 user: jamesbond tags: trunk | |
13:25 | add dialog for search check-in: 007fd10542 user: jamesbond tags: trunk | |
12:46 | Skeleton code to handle Ctrl-F and find text button. check-in: 063e60d073 user: jamesbond tags: trunk | |
2016-01-01
| ||
20:15 | If first line is shebang, enable codeblocks automatically for the rest of the file. This setting is reset each time a new file is loaded. Original patch from step (thanks step), modified to look for shebang only (#!) and only on first line. check-in: f48fdcb8dd user: jamesbond tags: trunk | |
2015-11-12
| ||
08:11 | Make html-output paragraph surrounded by <p></p>. check-in: 3b708b7be4 user: jamesbond tags: trunk | |
2015-10-12
| ||
20:02 | update mdview call format so it can be used as Rox handler (thanks mavrothal) check-in: dd7a9605c7 user: jamesbond tags: trunk | |
2015-10-08
| ||
16:15 | fix pot naming check-in: ca65ff7ebc user: jamesbond tags: trunk | |
2015-09-29
| ||
18:39 | add version, and provide full-pathin .po output check-in: f39e418b01 user: jamesbond tags: trunk | |
18:24 | update example with translation; add German translation (thanks to L18L) check-in: 2b30096798 user: jamesbond tags: trunk | |
2015-09-11
| ||
14:19 | auto-disable pot/exec inside codeblocks. check-in: 2a46c2d742 user: jamesbond tags: trunk | |
2015-09-02
| ||
12:29 | add %%exec and %%nopot directive. check-in: bfef46cd58 user: jamesbond tags: trunk | |
2015-05-23
| ||
17:04 | po output: empty msgstr by default; and add comment for source and line-number. check-in: a93ef56b62 user: jamesbond tags: trunk | |
2015-05-22
| ||
19:44 | support backslash quoting as stated in [http://daringfireball.net/projects/markdown/syntax#backslash] check-in: d5604dc34e user: jamesbond tags: trunk | |
2015-05-21
| ||
04:21 | more typo check-in: 30ad5a7aaf user: jamesbond tags: trunk | |
04:19 | typo check-in: f3c8d10151 user: jamesbond tags: trunk | |
02:46 | rename README to README.md check-in: 18243e4ac3 user: jamesbond tags: trunk | |
02:30 | add --no-gettext; and fix links to use actual markdown format now. check-in: 51c2feddc0 user: jamesbond tags: trunk | |
2015-05-20
| ||
19:32 | add support for specifying translation text-domain inside the file itself, using %%textdomain directive. check-in: 3f9f8459f8 user: jamesbond tags: trunk | |
19:00 | support gettext and generation of -po files. check-in: 92281e7a68 user: jamesbond tags: trunk | |
2015-05-19
| ||
15:44 | move gtk_init later so we can run from console. check-in: de86909c0e user: jamesbond tags: trunk | |
15:22 | enable html output too. check-in: 369c4ba575 user: jamesbond tags: trunk | |