Commits
- Commit:
0082f4263cebb5303ddc4ef027a0bc6b79bbe50a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
imsg: allow fdpass on the net socket
it's used to pass the client certificate to the net process so has to
be enabled.
Issue <https://github.com/telescope-browser/telescope/issues/21>
spotted by linuxcult; thank you!
- Commit:
7e8a3976616ed7bb1d27736920e15ed4175b4815
- From:
- Omar Polo <op@omarpolo.com>
- Date:
cirrus.yml: bump to freebsd-14-2
- Commit:
c8b8dc5c502e3b69cc28f29c0a9570a8378488c6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update imsg
- Commit:
cfe4e15a08dd6e6a8bec9b9fdaa12358e52ee149
- From:
- Omar Polo <op@omarpolo.com>
- Date:
pretiffy the makefile.am; no functional change
- Commit:
079783a6c96739c3f4e4c5b9406caf1013046693
- From:
- Omar Polo <op@omarpolo.com>
- Date:
maintenance: mention updating the website as well
- Commit:
5eaa3e6b8d5786fc10b404bf793ea11ef6cf0a02
- From:
- Omar Polo <op@omarpolo.com>
- Date:
switch to our build images
- Commit:
7a7f8f400c9b3846ce2acf12abc6c3f800747e65
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix display of certificate selection prompt
- Commit:
12be77f9b5fb18bdd4f4b22ebc480c6b871d9659
- From:
- Omar Polo <op@omarpolo.com>
- Date:
make forward_line() keep the same column
We should probably instead introduce the concept of ``target column''
but for now this brings back the behaviour pre-point_offset
introduction, even if it gets it wrong when tabulator characters
are involved.
- Commit:
f853ec6f0c0569cf5bae15ce3e9d8bfc533b358b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
handle tab characters
tab characters have their width depending on the column they're in,
since they extend to the next multiple of 8. (citation needed?)
So, keep track of the column when considering the length (in columns)
of the text, so that we can render them properly.
In the future we might want to turn them into spaces (either at read
or render time) just to stay on the safe side in case not all
terminals/ncurses implementations use 8 columns.
- Commit:
ec5e90b332b7faee24b11167b737e188f50132a2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix pledges; ui needs `sendfd'
we need to send a file descriptor to the net process when we use a
custom client certificate. Don't know how I missed it...
- Commit:
7c9e12dfe9e21d4d4d9797a77ec89359808c7d22
- From:
- Omar Polo <op@omarpolo.com>
- Date:
wrapping shouldn't reach the last column
since we can't move the cursor past the last column, we can't draw a
character there.
- Commit:
9863381c8cac503847e844df9dcb38e0c73073a7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update vline len after character delete
- Commit:
307e9acc7f8c71bc44762e639f8a477e3f89f269
- From:
- Omar Polo <op@omarpolo.com>
- Date:
ensure vline len is correctly accounted for
- Commit:
757c5ccf1b2b61a7ca780f14fac95b3562289662
- From:
- Omar Polo <op@omarpolo.com>
- Date:
clean up utf8.h includes that are no longer needed
- Commit:
613281e454070fdd2fce96a5ef70af04ffb02f68
- From:
- Omar Polo <op@omarpolo.com>
- Date:
mark utf8_chwidth as static
- Commit:
3cfc831e45f4d4749e2748f94443f54c8bb48ffc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
retire utf8_encode too, it's no longer used
- Commit:
dcbfbf59b89f824c58843aadab7038108bf4a2a9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use grapheme_encode_utf8 instead of our home-grown utf8_encode
libgrapheme does a few more checks than we do
- Commit:
de151cb67023bb839d4faae4f2b49090a75ecf79
- From:
- Omar Polo <op@omarpolo.com>
- Date:
remove now unused fuctions from utf8.c
- Commit:
1dc96d88793508394f21675b6084a3092d1c4dcf
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use grapheme instead of utf8_next_cp
- Commit:
6d24bfb3ca185665e8a7fa4e5f88434690f4272d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
use a byte offset to track the point in the line
Instead of using a code-point offset, use a raw byte offset and
navigate backward and forward by means of graphemes. This gives a
correct "visual" backward/forward navigation through characters.
- Commit:
b60507ee6753bf11be13aee78316315edf433587
- From:
- Omar Polo <op@omarpolo.com>
- Date:
typo; wilcard -> wildcard
- Commit:
2815e3a0bd30fa577f03de5af1a60086ee286e4a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
typos; courtesy of codespell
- Commit:
d9051b6523c43df73a1c0bda0c6becac7e41c2a9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again
- Commit:
745337baea593bff8bc2b0752906db15c5926969
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.10.1
- Commit:
96576240de59cf73051ad8be03d53e2e537f3fb1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync changelog