2021-04-07 18:29 | fix 2 false-positive warnings with gcc 10.2+ and -Wall -O2 | Hiltjo Posthuma | 1 | +6 | -14 |
2021-03-31 18:14 | bump version to 0.9.10 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-31 16:17 | when the pane items or scrollbar are outside the window do not draw them | Hiltjo Posthuma | 1 | +5 | -5 |
2021-03-31 16:16 | updategeom: just place the statusbar absolute on the bottom of the window | Hiltjo Posthuma | 1 | +1 | -2 |
2021-03-31 16:15 | do not clearscreen when the window is dirty | Hiltjo Posthuma | 1 | +1 | -3 |
2021-03-31 16:14 | updategeom: small code-style, similar to vertical layout | Hiltjo Posthuma | 1 | +3 | -2 |
2021-03-31 16:13 | do not draw a row, scrollbar or statusbar if its completely outside the window | Hiltjo Posthuma | 1 | +4 | -3 |
2021-03-30 16:04 | improve a few code comments | Hiltjo Posthuma | 1 | +6 | -6 |
2021-03-29 18:07 | make a feeds_row_get function to find the position | Hiltjo Posthuma | 1 | +20 | -18 |
2021-03-29 18:00 | make plumb, pipe, yank a function and reuse them for keybinds and mouse actions | Hiltjo Posthuma | 1 | +43 | -35 |
2021-03-29 18:00 | check row for NULL in feed_open_selected | Hiltjo Posthuma | 1 | +3 | -2 |
2021-03-29 17:58 | remove unneeded casts for row->data | Hiltjo Posthuma | 1 | +8 | -8 |
2021-03-29 17:56 | after toggling showing new feeds or when reloading feeds try to select the same feed | Hiltjo Posthuma | 1 | +42 | -3 |
2021-03-29 17:31 | clamp height value in getsidebarsizedefault() | Hiltjo Posthuma | 1 | +3 | -3 |
2021-03-26 17:22 | markread: use a range-check for p->pos for one item, just in case | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-26 17:22 | fix a comment, which was meant to be the opposite | Hiltjo Posthuma | 1 | +2 | -1 |
2021-03-26 17:20 | right-click plumb: use interactive flag | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-25 21:42 | add keybinds to go one item up or down and open it | Hiltjo Posthuma | 2 | +13 | -3 |
2021-03-25 21:38 | make a function for the common code for opening/plumbing a feed or item | Hiltjo Posthuma | 1 | +44 | -48 |
2021-03-24 22:07 | also allow scrolling when the position is exactly on the pane its scrollbar | Hiltjo Posthuma | 1 | +2 | -2 |
2021-03-24 21:45 | fix scroll handling regression and remove ctrl+scroll feature to adjust sidebar | Hiltjo Posthuma | 2 | +1 | -12 |
2021-03-24 17:15 | fix mouse actions that don't depend on a position in a pane | Hiltjo Posthuma | 2 | +30 | -14 |
2021-03-24 17:14 | mouse: rename mask to keymask | Hiltjo Posthuma | 1 | +8 | -8 |
2021-03-24 17:14 | improve init() and cleanup() of terminal | Hiltjo Posthuma | 1 | +22 | -21 |
2021-03-24 17:08 | sfeed_curses.1: mention the specific encodings X10 and SGR | Hiltjo Posthuma | 2 | +4 | -4 |
2021-03-21 00:46 | fix resizewin for serial consoles | Hiltjo Posthuma | 1 | +6 | -3 |
2021-03-21 00:45 | minicurses: remove now unused code | Hiltjo Posthuma | 1 | +0 | -13 |
2021-03-20 11:51 | init: check setupterm() return value and error return value | Hiltjo Posthuma | 2 | +12 | -3 |
2021-03-20 11:53 | resettitle even if there was no succesful initialization setting `needcleanup` | Hiltjo Posthuma | 1 | +2 | -2 |
2021-03-20 11:25 | code cleanup: don't call updategeom() in init() itself | Hiltjo Posthuma | 1 | +2 | -2 |
2021-03-19 21:19 | fix a memory leak when resizing the window | Hiltjo Posthuma | 1 | +7 | -3 |
2021-03-19 11:28 | implement SGR mouse-encoding and improve mouse encoding in general | Hiltjo Posthuma | 2 | +71 | -19 |
2021-03-16 17:55 | fix the initial items scrollbar for the monocle layout... | Hiltjo Posthuma | 1 | +3 | -1 |
2021-03-16 17:42 | code-style and rm some lines | Hiltjo Posthuma | 1 | +18 | -34 |
2021-03-16 17:11 | use dynamic (reusable) buffers for internal text buffering | Hiltjo Posthuma | 1 | +32 | -7 |
2021-03-16 17:08 | Improve resizing the sidebar | Hiltjo Posthuma | 1 | +51 | -19 |
2021-03-16 17:03 | add a print utf-8 function that can directly print the data | Hiltjo Posthuma | 1 | +57 | -3 |
2021-03-16 17:02 | sfeed_curses.1: document behaviour of opening a feed in the monocle layout | Hiltjo Posthuma | 1 | +5 | -1 |
2021-03-16 17:01 | add a comment to the included strcasestr() for portability | Hiltjo Posthuma | 1 | +1 | -0 |
2021-03-16 16:59 | mark die() using the GNU compiler hint __dead | Hiltjo Posthuma | 1 | +6 | -1 |
2021-03-13 12:22 | bump version to 0.9.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-11 16:54 | code-style: small white-space changes | Hiltjo Posthuma | 1 | +3 | -3 |
2021-03-10 18:24 | allow to spawn the search prompt, even if there is nothing to search for | Hiltjo Posthuma | 1 | +1 | -3 |
2021-03-10 17:35 | sfeed_curses.1: some rewording and lint fixes | Hiltjo Posthuma | 1 | +12 | -8 |
2021-03-10 17:23 | fix optimal size calculation in horizontal mode... | Hiltjo Posthuma | 1 | +4 | -8 |
2021-03-10 16:42 | code-style: fix multi-line comment style | Hiltjo Posthuma | 1 | +3 | -3 |
2021-03-10 16:22 | add horizontal and monocle layout and rework/cleanup drawing logic | Hiltjo Posthuma | 5 | +222 | -80 |
2021-03-10 16:18 | simplify cyclepane logic | Hiltjo Posthuma | 1 | +7 | -40 |
2021-03-10 16:15 | code-style: shuffle global variables | Hiltjo Posthuma | 1 | +11 | -11 |
2021-03-10 16:07 | add feature to process a sequence of keys automatically on startup | Hiltjo Posthuma | 2 | +9 | -0 |
2021-03-06 11:37 | sfeed_content: allow to use script on multiple TSV lines, separate by form feed (\f) | Hiltjo Posthuma | 1 | +5 | -2 |
2021-03-06 10:14 | sfeed_content: fix unescaping function | Hiltjo Posthuma | 1 | +13 | -4 |
2021-02-20 19:05 | mark as read: use the ID if the link is empty | Hiltjo Posthuma | 2 | +13 | -10 |
2021-02-14 17:00 | updategeom: small refactoring | Hiltjo Posthuma | 1 | +5 | -3 |
2021-02-10 16:38 | pane_row_draw: check if the pane is visible or drawable | Hiltjo Posthuma | 1 | +3 | -0 |
2021-02-10 16:35 | improve dirty flag handling when pane is hidden | Hiltjo Posthuma | 1 | +14 | -9 |
2021-02-10 16:35 | fix tiny glitch when the feed pane is exactly the same size as the window | Hiltjo Posthuma | 1 | +1 | -1 |
2021-02-01 13:49 | mousereport: do not bubble events | Hiltjo Posthuma | 1 | +1 | -0 |
2021-02-01 13:48 | updategeom: statusbar.y: make it a bit more logical/hackable | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-27 20:29 | fix typos | Hiltjo Posthuma | 2 | +13 | -13 |
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 |
| More commits remaining [...] |