Commits
- Commit:
54e19de8df26d9c8f4c669d0583e0e41745cfba8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tagged 0.2
Changelog since 0.1.1:
* save certificates per (host, port) tuple, not only per-host
* don't crash on invalid lines in known_hosts
* allow saving the new certificate after mismatch
* fix cmd_scroll_down/up: they scrolled two line more than what intended
* fix out-of-bound
* automatic gemini:// on load-url
* display a `!' when a non-focused tab gets loaded
* added aliases for tab-{next,new,previous}
* unbreak forward-char
* debounce resize event
* new heuristic to obtain the page title: if no h1 found, try with h2s and h3s
* ask the user to save a page when it can't be rendered
* drop the urgent flag when switching to a tab after closing one
* fix tab width
- Commit:
d15aa86db132eb6362ff8c75e93515994b0acafe
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changelog
- Commit:
421bca4a5cbe62b1a1e69c914a018f643dc71b4c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
improve tabs handling
for the time being this seems good enough. In the future we may want
to expand a tab into N spaces tho.
- Commit:
b66b4b89921398b7c7a69fa193c76b175ab940b3
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync
- Commit:
cf25a90f9d1fc5724334a09b562d3d970b332514
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove urgent flag during switch_to_tab
when a tab is closed (C-t x 0) the previous one gets selected via
switch_to_tab, but the TAB_URGENT flag is kept.
- Commit:
46f6e97405d8f8693a6b1b1213974f96f3da3bab
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rename: s/window/buffer (but not always)
this aims to solve (albeit only partially) the confusion between
telescope' ``struct window'' and ncurses WINDOW. It also brings some
more emacs-like nomenclature, which may be a good thing.
- Commit:
a8a482c8f4a387119160d9b4027aad4ae806769c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rename (handle_resize) timeout -> nodelay
nodelay conveys better what the function do
- Commit:
40e10b8c6ae1d32c6d875cd1016e5a9f19bb7db9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix toggle-help not drawing
After the change to debounce frequent handle_resize, the old hack
wasn't working anymore.
- Commit:
de2a69bb424696abd9b1be5232fb7a89fa5f8767
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ask to save a page when it can't be rendered
it's good for thing like images and text with weird encodings.
- Commit:
87e40628fa517c12135d3edee522705522042f79
- From:
- Omar Polo <op@omarpolo.com>
- Date:
properly check for sys/queue.h
before we (wrongly) always used the bundled version
- Commit:
be2ee49f5c6c8d9873d87298c0a8f988c28867a2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
style(9)
- Commit:
09312eb3c7213330c6445ed6f3a68e5028311178
- From:
- Omar Polo <op@omarpolo.com>
- Date:
moved commands def to their own file
and made the cmd_* functions public
- Commit:
48e3f26d25252f33d0e18c5d1990f25f2b2f5ca8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
heuristic to obtain the page title if not h1 found
- Commit:
a4ec04c5ab4f4ffaffd39d3e2e770c145402c304
- From:
- Omar Polo <op@omarpolo.com>
- Date:
include style
- Commit:
e8a766656410c9dddec2d2d52503e07b49fa71eb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
display a `!' when a non-focused tab gets loaded
- Commit:
fe2262ad3dcb66d88a03596bc884bd0d7e7af6e4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix known_host corruption when save new cert
the wrong size was allocated
- Commit:
c82b3fd622db1e45a094f1024ea1d37c4de89fdf
- From:
- Omar Polo <op@omarpolo.com>
- Date:
document the new aliases
- Commit:
3a20fb6c73deb9ec02ad5863b57af52045fbc33a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix forward-char crash on empty lines
- Commit:
49613b5dd1c3b6d797c5027fbeb51929525719bc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
added aliases
- Commit:
f1c6e31eefd4cfa1d503cb3659c0e6330a122387
- From:
- Omar Polo <op@omarpolo.com>
- Date:
style(9)
- Commit:
cbfb58710c4cc9122dd3c9581e2612ba6c881690
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync
- Commit:
2145fddd6c70a5245a691c04f81e767082fd9851
- From:
- Omar Polo <op@omarpolo.com>
- Date:
unbreak forward-char outside the minibuffer
The commit affb81446811bb35619b793ada17a32eff1aa28e, with its
out-of-bound fix, broke forward-char outside the minibuffer.
- Commit:
7cdf12cbee5f0812071d9bf15e32849aab36d5f5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
style(9)-ify comment
- Commit:
d64bf47b14e3e12a2bbd379a63d1e1255d14ca7d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ignore compile_flags.txt
- Commit:
e2226342b9b729b152523e56c5d97e8c9275c9fb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
change some include
<> → "" and reorder