2021-01-23 14:48 | bump version to 0.9.8 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-09 15:00 | utf8pad, colw: fix byte-seek issue with negative width codepoints in the range >= 127 | Hiltjo Posthuma | 1 | +6 | -8 |
2021-01-09 13:57 | utf8pad: improve padded printing and printing invalid unicode characters | Hiltjo Posthuma | 1 | +56 | -20 |
2021-01-09 13:18 | micro-optimization: fputc (function) -> putc (macro/inline function) | Hiltjo Posthuma | 1 | +3 | -3 |
2021-01-08 14:23 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-21 13:12 | bump version to 0.9.7 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-21 13:03 | minicurses: do not use columns or rows when they are <= 0 | Hiltjo Posthuma | 1 | +4 | -2 |
2020-12-21 13:02 | minicurses: default to a more common default terminal size | Hiltjo Posthuma | 1 | +1 | -2 |
2020-12-20 02:35 | minicurses.h: fix wrong value of initial rows and cols | Hiltjo Posthuma | 1 | +2 | -2 |
2020-12-20 02:06 | lineeditor: fix endian-issue writing character as int | Hiltjo Posthuma | 1 | +4 | -8 |
2020-12-19 16:04 | Makefile: make it easier to compile without system curses/ncurses but use minicurses | Hiltjo Posthuma | 2 | +9 | -0 |
2020-12-19 16:01 | Makefile: fix/uncomment SFEED_THEME | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-19 15:53 | Makefile: fix make dist for new themes directory | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-19 15:53 | fix typo in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-19 15:20 | include themes as files from the README and make it easier to configure at compile-time | Hiltjo Posthuma | 6 | +58 | -47 |
2020-12-18 12:41 | bump version to 0.9.6 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-12-18 14:12 | make lazyload a run-time configuration option + shuffle a few lines | Hiltjo Posthuma | 2 | +25 | -21 |
2020-12-18 12:38 | sfeed_content: remove wrapping using the <span> tag. | Hiltjo Posthuma | 1 | +1 | -2 |
2020-12-17 15:01 | sfeed_content: explicitly specify assumed charset is utf-8 for lynx and close(expr) | Hiltjo Posthuma | 1 | +7 | -1 |
2020-12-01 16:55 | add keybinds <, > and = to resize feed sidebar pane for small terminals | Hiltjo Posthuma | 2 | +27 | -1 |
2020-11-15 19:35 | sfeed_curses.1: some rewordings, mention feed order | Hiltjo Posthuma | 1 | +16 | -15 |
2020-11-13 19:17 | sfeed_curses.1: bump man page date | Hiltjo Posthuma | 1 | +1 | -1 |
2020-11-13 15:57 | sfeed_curses.1: right click in item pane pipes, not plumbs | Nihal Jere | 1 | +1 | -1 |
2020-10-26 17:07 | bump version to 0.9.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-25 11:04 | README: fix typo for example sync filename | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-25 10:08 | sfeed_content: pipe directly in awk, do not use temporary file | Hiltjo Posthuma | 1 | +11 | -29 |
2020-10-24 20:10 | sfeed_content: simplify printing multiple categories that are | separated | Hiltjo Posthuma | 1 | +3 | -5 |
2020-10-24 19:47 | sfeed_content: follow-up on previous commit, some shells trap twice | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-24 19:31 | sfeed_content: fix cleanup of temp file in certain shells when SIGINT is sent | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-24 14:20 | bump version to 0.9.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-24 13:51 | sfeed_content.1: fix mandoc -Tlint warning about normalizing a date | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-24 12:33 | README: make custom sync keybind example interactive | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-24 12:22 | sfeed_curses.1: document searching is case-insensitive | Hiltjo Posthuma | 1 | +3 | -3 |
2020-10-23 13:37 | mousereport: code-style: compare i, not selpane | Hiltjo Posthuma | 1 | +3 | -3 |
2020-10-23 13:37 | UI: hide the scrollbar for the items if the items pane does not fit | Hiltjo Posthuma | 1 | +1 | -0 |
2020-10-23 12:25 | UI: truncate the text in the feed pane when the terminal window width is small | Hiltjo Posthuma | 1 | +11 | -2 |
2020-10-23 11:46 | feed_row_format: add a comment | Hiltjo Posthuma | 1 | +1 | -0 |
2020-10-22 17:18 | Fix a signed/unsigned compiler warning and remove an unnecesary check | Hiltjo Posthuma | 1 | +2 | -4 |
2020-10-22 17:18 | Fix a few signed/unsigned compiler warnings | Hiltjo Posthuma | 1 | +3 | -2 |
2020-10-22 17:17 | zero the sigaction struct (which can contain a union) | Hiltjo Posthuma | 1 | +4 | -1 |
2020-10-22 17:16 | code-style: updatesidebar(global var) to updatesidebar() | Hiltjo Posthuma | 1 | +9 | -9 |
2020-10-18 10:27 | README: reword yank example | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-17 12:23 | add configurable interactive modes for executed programs | Hiltjo Posthuma | 3 | +100 | -26 |
2020-10-17 10:02 | minicurses.h: use fildes parameter, not hardcoded stdin (fd 0), vs fd 1 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-12 23:09 | small code-style/consistency tweak | Hiltjo Posthuma | 1 | +2 | -4 |
2020-10-12 21:08 | README: change theme examples to only highlight selected line in focused pane | Hiltjo Posthuma | 1 | +2 | -2 |
2020-10-11 13:31 | add support for the new categories field (can be multiple values) | Hiltjo Posthuma | 2 | +9 | -1 |
2020-09-22 08:49 | Only highlight selected line in focused pane | Michael Forney | 1 | +1 | -1 |
2020-10-05 21:50 | bump version to 0.9.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-02 11:45 | sfeed_curses: fix regression which ignored reading $SFEED_MARK_{READ,UNREAD} | Hiltjo Posthuma | 1 | +2 | -2 |
2020-09-27 10:13 | Makefile: add a comment for Gentoo / distros requiring -ltinfo | Hiltjo Posthuma | 1 | +5 | -0 |
2020-09-12 17:18 | line editor: improve signal handling, support SIGINT, SIGTERM | Hiltjo Posthuma | 1 | +11 | -1 |
2020-09-12 17:14 | urls: free the memory for urls when done checking | Hiltjo Posthuma | 1 | +33 | -22 |
2020-09-21 14:32 | Makefile: fix build with gcc -Wl,--as-needed | Đoàn Trần Công Danh | 1 | +1 | -1 |
2020-09-08 22:00 | handle SIGTERM with higher priority while multiple signals are not processed | Hiltjo Posthuma | 1 | +3 | -2 |
2020-09-03 20:32 | improve memory and error handling of error-case in loading feed items | Hiltjo Posthuma | 1 | +8 | -6 |
2020-08-23 14:41 | bump version to 0.9.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-23 12:57 | add minimal shim no_curses.h to allow an easy compile without curses/ncurses | Hiltjo Posthuma | 4 | +52 | -19 |
2020-08-23 12:55 | fix annoying type issue on different (n)curses versions causing a warning | Hiltjo Posthuma | 1 | +14 | -8 |
2020-08-22 13:33 | code-style: set markread and unread at startup like the other variables | Hiltjo Posthuma | 1 | +20 | -20 |
2020-08-22 12:52 | sfeed_curses.1: improve man page | Hiltjo Posthuma | 1 | +75 | -69 |
2020-08-19 17:29 | getsidebarwidth(): no need for a buffer just for counting the characters | Hiltjo Posthuma | 1 | +2 | -4 |
2020-08-19 17:14 | README: update tested OS list | Hiltjo Posthuma | 1 | +4 | -1 |
2020-08-19 17:11 | revert back to using vfprintf and fprintf + a fflush | Hiltjo Posthuma | 1 | +5 | -3 |
2020-08-19 17:05 | improve cursor visibility and behaviour on some terminals | Hiltjo Posthuma | 1 | +17 | -9 |
2020-08-19 17:00 | fix a file descriptor leak on startup when stdin is not a tty | Hiltjo Posthuma | 1 | +2 | -1 |
2020-08-19 16:45 | explicitly define VMIN and VTIME values for read() | Hiltjo Posthuma | 1 | +2 | -0 |
2020-08-19 16:42 | fix scrolling issue on some terminals | Hiltjo Posthuma | 1 | +3 | -1 |
2020-08-19 16:33 | use reverse mode (for real) | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-13 18:16 | code clarity: feed_items_get: remove one tiny brain-lookup for `ret` | Hiltjo Posthuma | 1 | +5 | -5 |
2020-08-13 18:11 | popen: show the command which might have failed | Hiltjo Posthuma | 1 | +2 | -2 |
2020-08-13 18:04 | clarity: rename err() to die() | Hiltjo Posthuma | 1 | +25 | -28 |
2020-08-13 17:57 | code clarity: group items properties in a struct | Hiltjo Posthuma | 1 | +48 | -31 |
2020-08-09 08:23 | bump version to 0.9.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-08 17:46 | code-style: small comment rewording and consistency fixes | Hiltjo Posthuma | 1 | +11 | -12 |
2020-08-08 17:43 | Fix a crash with small window width and garbage data if utf8pad fails | Hiltjo Posthuma | 1 | +10 | -11 |
2020-08-07 13:13 | add $SFEED_YANKER to make xclip an optional dependency and configurable at run-time | Hiltjo Posthuma | 3 | +42 | -20 |
2020-08-07 12:18 | change plumb() to a bit more generic forkexec() | Hiltjo Posthuma | 2 | +8 | -8 |
2020-08-07 12:06 | add OpenBSD pledge support | Hiltjo Posthuma | 1 | +5 | -0 |
2020-08-03 21:54 | bump version to 0.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-03 21:50 | README: add note to tested HaikuOS | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-03 13:50 | use cursor_normal, instead of cursor_visible | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-03 13:48 | handle tparm() returning NULL | Hiltjo Posthuma | 1 | +2 | -0 |
2020-08-02 11:27 | sfeed_content.1 man page and some minor word tweaks | Hiltjo Posthuma | 2 | +25 | -2 |
2020-08-02 11:26 | sfeed_content: respect the user default $PAGER, fallback to less -R | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-02 11:14 | sfeed_content: make the content example script the default and install it | Hiltjo Posthuma | 5 | +7 | -7 |
2020-08-02 11:06 | README: use the existing plumb function instead of system()... | Hiltjo Posthuma | 1 | +4 | -2 |
2020-08-02 11:05 | do not compile-in the lazyload code which is disabled by default | Hiltjo Posthuma | 1 | +5 | -1 |
2020-08-01 12:01 | sfeed_markread: return success also if an url is already marked read/unread | Hiltjo Posthuma | 1 | +2 | -2 |
2020-08-01 12:01 | add a comment about the use of optional callbacks | Hiltjo Posthuma | 1 | +1 | -1 |
2020-08-01 11:07 | README: tiny word tweak | Hiltjo Posthuma | 1 | +2 | -2 |
2020-08-01 10:53 | README: add a small section of some minor issues found while testing terminals | Hiltjo Posthuma | 1 | +15 | -1 |
2020-07-31 13:24 | README: add example to run a scriptable custom command from inside the program | Hiltjo Posthuma | 1 | +37 | -0 |
2020-07-30 20:08 | make it easier to change the style/colors in one place | Hiltjo Posthuma | 2 | +91 | -36 |
2020-07-30 16:11 | write data directly without buffering and flush logic | Hiltjo Posthuma | 1 | +47 | -35 |
2020-07-29 19:18 | remove an unused variable and a unneeded line | Hiltjo Posthuma | 1 | +0 | -2 |
2020-07-29 18:51 | improve / clarify the logic of (re)drawing a few rows | Hiltjo Posthuma | 1 | +24 | -32 |
2020-07-29 16:37 | Revert "pane_setpos: pedantic clarify fix, no functional change" | Hiltjo Posthuma | 1 | +1 | -2 |
2020-07-28 18:58 | pane_setpos: pedantic clarify fix, no functional change | Hiltjo Posthuma | 1 | +2 | -1 |
2020-07-28 18:58 | improve some comments | Hiltjo Posthuma | 1 | +8 | -8 |
| More commits remaining [...] |