Commits
- Commit:
f298c6abf2c4cec20c7d18bcb3b37266517aa1c0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add phos/phos.h to telescope_SOURCES
- Commit:
6f66d9bfc5ba2d53774049429dcf9f79b74c9d18
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't allow recursion on yornp
if we're already in the minibuffer, just assume a "no" response, it's
the easiest (and safest) thing to do.
- Commit:
f7a80b3c01b99f11221d6f22baab258f37998a83
- From:
- Omar Polo <op@omarpolo.com>
- Date:
percent-encode the input request
- Commit:
4190a5c21660e75386f0618b23e5ccbda6715f19
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync from libphos
- Commit:
970deec6ebb6e26c60a439116b8ae0154e922901
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tweak comment
- Commit:
7dbaef94871c7c05d5c041470ca088e71339fe09
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove some Ic from the manual
this way, :t kill-telescope RET jumsp to the definition of the
command instead of the C-x C-c entry, for instance.
- Commit:
2eef3403bf2cebb4f2d37886babe4a83063d6daf
- From:
- Omar Polo <op@omarpolo.com>
- Date:
generate a new id for every request
bad things (tm) can happen if we do a IMSG_GET hwen a page is
loading. This fixes it by generating a new id for every request, so
the current one (if there is one) can safely finish (stop_tab can take
a while) while we're doing the next one.
- Commit:
ed383cf46b080fe7b60358ed3e26b0c8af363847
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix loading of about: urls
- Commit:
8f127baa620cc9591a7be4e199bed821b2960644
- From:
- Omar Polo <op@omarpolo.com>
- Date:
simplify & improve tabline rendering
if there are more tabs than space, the selected tab is no more always
the first.
- Commit:
332ed2e3454e27e1dab4b50a2c06aec9711f8469
- From:
- Omar Polo <op@omarpolo.com>
- Date:
drop old url stuff
- Commit:
31f1a758a6a9144108ca1356abef2d56ef12f759
- From:
- Omar Polo <op@omarpolo.com>
- Date:
switch to phos_uri
Initially I took the IRI parser from gmid, stripped of the UTF-8
things and transformed back into a URI parser. Then I've added some
functions to resolve URIs, but it wasn't enough. gmid parser is aimed
at servers, and so it doesn't handle very well relative links.
This makes use of the libphos uri parser, which was coded to follow
the RFC more strictly, and to fully support all kinds of URIs. It'll
need to be expanded in the future and be improved for sure
- Commit:
bfa33dbefe2bc41a9961e881cfea874e6bc78cfa
- From:
- Omar Polo <op@omarpolo.com>
- Date:
import some bits from libphos
- Commit:
7c698b4fcfd08469f011082be7a318a7d885d2bf
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix search engines
drop both GUS and houston, long live geminispace.info
- Commit:
2d8fdde46d1fe58ef2ff9574efdb542c92ddbfa4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix continue condition
- Commit:
d55d6174ba3631ef9e11db86e54c11faae3c303c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
handle success code other than 20
20 is the only used, but *technically* one (read: Sean and his client
torture test) can send 29, 27, ...
- Commit:
ba714ce39272d4bc52ac0f792f0f086afe3a477e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
hack to support //
while waiting for a new RFC-compliant URL parser
- Commit:
37d429b0d8162e4cd807cac4a5da76b15c92223c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
drop pid from the proc title
- Commit:
b35751391b2c524617ef856ea156f44b4ab68972
- From:
- Omar Polo <op@omarpolo.com>
- Date:
switch yornp_cb data back to an unsigned int
it bothers me to keep alive a pointer inside a struct tab.
- Commit:
e9b1e094d42a3cce09ea7029ca82b298d44da261
- From:
- Omar Polo <op@omarpolo.com>
- Date:
mention the session file
- Commit:
c7107cec96c1cb1a0bc0a0fcb5bc341e5464e57e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
save session and reload it on startup
- Commit:
e49ce157fae23fdb5dac3e093f743b85af2d952f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add extra parameter to yornp
- Commit:
522700c3d859c7ef1fc1e46c076c1d51e7b9d482
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't empty vlist in load_url_in_tab
we already do that a bit after in do_load_url
- Commit:
503425dbc92dc76d0997a81595ab3c3e0572f0b7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
improve no bookmark message
- Commit:
6387519587c85a8c3c24c2f32a934e000185f5d7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
s/goto-bookmarks/list-bookmarks
- Commit:
6c04e8b68a71da73575f54212a182d86a3ddb3e8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
mdoc tweaks