Blame


1 0e1eff5b 2021-06-23 op 2021-06-23 Omar Polo <op@omarpolo.com>
2 0e1eff5b 2021-06-23 op
3 0e1eff5b 2021-06-23 op * telescope.c (handle_imsg_buf): "humanize" byte progress (i.e. trasform XYZ bytes to something readable)
4 0e1eff5b 2021-06-23 op
5 d0149485 2021-06-22 op 2021-06-22 Omar Polo <op@omarpolo.com>
6 d0149485 2021-06-22 op
7 27766d48 2021-06-22 op * parse.y (colorname): support 256 colors
8 27766d48 2021-06-22 op
9 33d904b6 2021-06-22 op * defaults.c (config_setcolor): allow changing the colors/attributes of the tabline
10 33d904b6 2021-06-22 op
11 d0149485 2021-06-22 op * parse.y (attrname): allow changing the attributes
12 d0149485 2021-06-22 op
13 2c748a1f 2021-06-21 op 2021-06-21 Omar Polo <op@omarpolo.com>
14 2c748a1f 2021-06-21 op
15 b598590d 2021-06-21 op * telescope.h (enum pairs): allow changing the background color of the body window
16 b598590d 2021-06-21 op
17 2c748a1f 2021-06-21 op * defaults.c (config_setvari): add enable-colors (variable)
18 2c748a1f 2021-06-21 op
19 da979bfe 2021-06-20 op 2021-06-20 Omar Polo <op@omarpolo.com>
20 da979bfe 2021-06-20 op
21 da979bfe 2021-06-20 op * cmd.c (cmd_end_of_buffer): fix end-of-buffer glitch
22 da979bfe 2021-06-20 op
23 1a99965e 2021-06-19 op 2021-06-19 Omar Polo <op@omarpolo.com>
24 1a99965e 2021-06-19 op
25 1eebc186 2021-06-19 op * ui.c (cmd_olivetti_mode): added olivetti-mode (the function)
26 1eebc186 2021-06-19 op
27 72b18268 2021-06-19 op * defaults.c (config_setvari): added olivetti-mode!
28 72b18268 2021-06-19 op
29 51dc2fa4 2021-06-19 op * fs.c (load_last_session): load about:help during the first startup
30 51dc2fa4 2021-06-19 op
31 1b412079 2021-06-19 op * pages.c: added about:about, about:blank and about:help pages
32 1b412079 2021-06-19 op
33 1a99965e 2021-06-19 op * defaults.c (config_setvari): add fill-column config to manage the max-width when filling the page.
34 db7cc27a 2021-06-19 op (config_setvars): add new-tab-url config to specify the default url for new tabs.
35 1a99965e 2021-06-19 op
36 58cfcb90 2021-06-18 op 2021-06-18 Omar Polo <op@omarpolo.com>
37 58cfcb90 2021-06-18 op
38 58cfcb90 2021-06-18 op * gemini.c (try_to_connect): use the async try_to_connect even when !HAVE_ASR_RUN
39 58cfcb90 2021-06-18 op
40 a0e91173 2021-06-13 op 2021-06-13 Omar Polo <op@omarpolo.com>
41 a0e91173 2021-06-13 op
42 a0e91173 2021-06-13 op * telescope.c (main): ignore SIGPIPE: prevent telescope from dying
43 a0e91173 2021-06-13 op when connecting to non-tls/non-gemini servers (found by trying to
44 a0e91173 2021-06-13 op load a bogus ``gemini://gemini.nytpu.com'' -- the correct url for
45 a0e91173 2021-06-13 op the capsule is ``gemini://nytpu.com'')
46 a0e91173 2021-06-13 op
47 d15aa86d 2021-06-12 op 2021-06-12 Omar Polo <op@omarpolo.com>
48 d15aa86d 2021-06-12 op
49 54e19de8 2021-06-12 op * configure.ac: tagged 0.2
50 54e19de8 2021-06-12 op
51 d15aa86d 2021-06-12 op * utf8.c (utf8_chwidth): fix tab width
52 d15aa86d 2021-06-12 op
53 b66b4b89 2021-06-11 op 2021-06-11 Omar Polo <op@omarpolo.com>
54 b66b4b89 2021-06-11 op
55 b66b4b89 2021-06-11 op * ui.c (switch_to_tab): drop the urgent flag when switching to a tab after closing one
56 b66b4b89 2021-06-11 op
57 de2a69bb 2021-05-17 op 2021-05-17 Omar Polo <op@omarpolo.com>
58 de2a69bb 2021-05-17 op
59 de2a69bb 2021-05-17 op * telescope.c (handle_imsg_got_meta): ask the user to save a page when it can't be rendered
60 de2a69bb 2021-05-17 op
61 48e3f26d 2021-05-13 op 2021-05-13 Omar Polo <op@omarpolo.com>
62 48e3f26d 2021-05-13 op
63 48e3f26d 2021-05-13 op * gemtext.c (gemtext_free): heuristic to obtain the page title: if no h1 found, try with h2s and h3s
64 48e3f26d 2021-05-13 op
65 2ebcb935 2021-05-12 op 2021-05-12 Omar Polo <op@omarpolo.com>
66 2ebcb935 2021-05-12 op
67 2ebcb935 2021-05-12 op * ui.c (handle_resize): debounce resize event
68 cbfb5871 2021-05-12 op (cmd_forward_char): unbreak forward-char
69 c82b3fd6 2021-05-12 op added aliases for tab-{next,new,previous}
70 e8a76665 2021-05-12 op (redraw_tabline): display a `!' when a non-focused tab gets loaded
71 2ebcb935 2021-05-12 op
72 c87b4ac7 2021-04-30 op 2021-04-30 Omar Polo <op@omarpolo.com>
73 c87b4ac7 2021-04-30 op
74 c87b4ac7 2021-04-30 op * ui.c (cmd_load_url): automatic gemini:// on load-url
75 affb8144 2021-04-30 op (cmd_forward_char): fix out-of-bound
76 c87b4ac7 2021-04-30 op
77 a38a3a1f 2021-04-25 op 2021-04-25 Omar Polo <op@omarpolo.com>
78 a38a3a1f 2021-04-25 op
79 cce62e74 2021-04-25 op * ui.c (cmd_scroll_up): fix cmd_scroll_down/up: they scrolled two line more than what intended
80 cce62e74 2021-04-25 op
81 288fd238 2021-04-25 op * telescope.c (handle_check_cert_user_choice): allow saving the new certificate after mismatch
82 288fd238 2021-04-25 op
83 ec1fa0b0 2021-04-25 op * fs.c (load_certs): don't crash on invalid lines in known_hosts
84 ec1fa0b0 2021-04-25 op
85 eb4388ee 2021-04-25 op * hash.c (telescope_lookup_tofu): save certificates per (host, port) tuple, not only per-host
86 eb4388ee 2021-04-25 op
87 abb94fc4 2021-04-25 op * configure.ac: tagged 0.1.1
88 abb94fc4 2021-04-25 op
89 a38a3a1f 2021-04-25 op * gemini.c (blocking_conn_towards): fix compilation if !HAVE_ASR_RUN
90 a38a3a1f 2021-04-25 op
91 a38a3a1f 2021-04-25 op * phos/phos_uri.c (phos_serialize_uri): handle URIs which port is not 1965
92 a38a3a1f 2021-04-25 op