Commits
- 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
- Commit:
86d6c3c84ed2e9680481aea2580e892fbd36732f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add note about minor release
- Commit:
a67ab2775ffd9b7c7061e5f1e2e73bac94797bfb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
parser: make parser_set_buf() private
- Commit:
eef198e34b20ceaa9968f48b215595b23afd9ac5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add some maintainer notes
- Commit:
2eeb2038cc96d36e04eb0e2b08c69ca2eab9ab79
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again (for real)
- Commit:
47b8533dc0ef587a88cdc14e97716fe7944ef603
- From:
- Omar Polo <op@omarpolo.com>
- Date:
test: simulate the empty documents
This forces the test to issue a parser_parse() with
a zero-sized buffer so that we can properly test empty
documents as well in the regression test. Would have prevented
https://codeberg.org/telescope-browser/telescope/pulls/32
- Commit:
d92ddc8dc46345e47f1ab1626e203ec3c59569c4
- From:
- Omar Polo <op@omarpolo.com>
- Date:
parsers: don't error on empty documents
See https://codeberg.org/telescope-browser/telescope/pulls/32
- Commit:
8aa8d060487d0252e708ffa1d8595a3846ceb46f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
parser: make parser_append() private
- Commit:
c5a3d8755db93d210822adb0ad44b249803e4e78
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
pages: update gemini url
Update the gemini URL to point to telescope-browser.org
- Commit:
d82db283edea45530694216bcb5d2061e590bdda
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix official site
- Commit:
93c69e8ecd688566a4ab3fc42384d1dc3a198791
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again
- Commit:
536a09a77e9176b5bd21be9aac23de3332d3c5e5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.10
- Commit:
7d876d2fad7e1e447a40b6ce3288e511bb40fdd5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
keys for next release
- Commit:
325528b9291af890d8395c034513d0d6595a1e0d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
delete the site, it is now maintained in a different place
- Commit:
8f0d39751ffcf89f3dc934a6e012cd7706eb60e1
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
Makefile: dist-hook: use $(distdir)
When running "make clean" in libgrapheme, do so in the $(distdir)
target, and not the $(topsrc)/libgrapheme target, as by the time
dist-hook runs, the files have already been prepared in $(distdir).
- Commit:
55727a5b053f4123c5833d0e6bb4849aff18a6a3
- From:
- "Omar Polo" <"op@omarpolo.com">
- Date:
sync changelog
- Commit:
1c09b51b7f69bcd09b29a510d441d5a5939536e7
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
Makefile: add dist-hook target to clean libgrapheme
Make sure we clean out any unwanted files in libgrapheme/ when creeating
a release tarball, as we don't want such files present.
- Commit:
4575b59cd4c4d3de74252e38167171c2cd3cdc6e
- From:
- "Omar Polo" <"op@omarpolo.com">
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
open unknown protocols with the default opener
- Commit:
4660114dd3cb06024ba558f864c0c9fbde26eb0d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fmt
- Commit:
e944faca756782ab5adf1b0f9254cdb72db1c8fc
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
release: include libgrapheme
When making release tarballs, ensure we also include libgrapheme in case
that's not available system-wide.
- Commit:
a2212172a3a36a45b0bc2579c5cab217ddbb8ff2
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
cmd.c: add unistd.h for getpid()
- Commit:
0548291a79ee63a4ee88dab9574c1def724c3a01
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move exec routines to their own file
This leaves the room open to further improvements and tries to keep it
apart from the UI itself.
- Commit:
187eb2bac384268766bd53c86b3584d5effeee0c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
minibuffer: fix text accounting in minibuffer_taint_hist()
- Commit:
479b240af68737bc8d545a0e5419252571c4bedd
- From:
- Omar Polo <op@omarpolo.com>
- Date:
minibuffer: augment minibuffer_read with the initial input
fixes a regression where the text inputted via ui_read() can't be edited.