Commit Graph

78 Commits

Author SHA256 Message Date
bf52845acc Update to 0.8+git.1692198809.3134de12:
- build: stop setting _POSIX_C_SOURCE
  - build: support incremental rebuilds
2023-08-17 20:12:56 +01:00
2f3ea692b2 Update to 0.8+git.1692023996.711447a:
- vis-complete: handle non-ascii text
  - vis-menu: try to preserve valid Unicode points
2023-08-16 01:30:55 +02:00
a3e2c85a4a Update to 0.8+git.1691882787.adc803f:
ci: freebsd: use lua 5.3 like the others
2023-08-13 09:15:50 +02:00
ff218aaf10 Building with all proposed changes from scintillua_6.2 tag included. 2023-08-13 00:05:15 +02:00
6e6e1e7d8b Don't make docs outside of Tumbleweed. 2023-08-12 09:10:10 +02:00
c7bcab3951 - And back ... 2023-08-12 07:06:15 +02:00
eaa284d048 - Temporary switch to master 2023-08-12 00:43:54 +02:00
08425c56d7 Fix BuildRequires 2023-08-11 22:14:25 +02:00
a591fcbb3b - Update to 0.8+git.1691671026.f4840ed:
- vis-lua.c: stop obj_ref_get() from leaving the lua stack modified
2023-08-11 22:12:21 +02:00
acf36da48c New lexer depends on lfs lua module. 2023-08-11 01:32:03 +02:00
d25cf6c89a - Squash whole gh#martanne/vis!675 (in the current form) into one
commit.
2023-08-07 18:39:04 +02:00
10a81a3018 - Update to d1f2c27 on master:
* Prevent flickering in curses
2023-08-04 22:47:43 +02:00
a191b81163 - Update to 32e20a2 on master:
* vis-open: allow to show files vertically
  * view.c: add word wrapping
  * view: refactor view_addch
2023-08-02 00:33:38 +02:00
bccbc72c32 some merges upstream 2023-07-28 22:14:18 +02:00
3625e56ece - Add PRs from https://github.com/martanne/vis-test:
- core/Makefile: Respect $CC and $CFLAGS
  - vim/test.sh: use ${CPP:-cpp} instead of hardcoding to cpp
  - Improved Lua API testing system
  - New vis:communicate function test
  - Little improvements of the output readability
  - Added test of stderr output event and writing to the process
    stdin
  - Fixes a typo in the word response
2023-07-28 16:49:40 +02:00
0b70b7a5fb Build from the correct branch. 2023-07-24 18:06:09 +02:00
645de85e1f - Merge in test-vis submodule (
https://lists.sr.ht/~martanne/devel/%3C676026b7-b33a-7b21-d6f4-3fa9277d12f0%40cepl.eu%3E)
2023-07-24 16:58:11 +02:00
c868b28526 - Update to 0.8+git.1689736840.47ac03a:
- 47ac03a vis:pipe(): don't segfault if vis->win isn't present
  - 80fbb7e Add fullscreen param to vis_pipe_collect() and Lua
    API vis:pipe()
  - 599ced0 fix warning about field width not being an int
  - 6be370d Print keybindings containing space correctly
  - e728898 partial revert of commit f55312ba
2023-07-19 20:06:39 +02:00
5e29db608d update 2023-06-22 18:58:38 +02:00
24e7f4032a Generate documentation. 2023-06-21 12:31:31 +02:00
3d8cb2da9b Try gen_doc branch 2023-06-21 09:07:07 +02:00
b7a1f502a8 Ignore _scmsync.obsinfo as well. 2023-06-21 08:55:54 +02:00
3ddbf68e39 Rebase on the current master and add gh#martanne/vis#1104 to devel. 2023-06-21 08:32:28 +02:00
4265225408 updates 2023-06-19 08:56:52 +02:00
3b0fd280d9 updates 2023-06-08 18:53:13 +02:00
fe50a9e43d update 2023-06-07 17:58:43 +02:00
63d82f72fa updates 2023-06-06 07:12:55 +02:00
7af548f1f9 Update to the current upstream master. 2023-05-26 01:54:49 +02:00
af67e57a81 Some more movement in the upstream repo! 2023-05-25 15:15:51 +02:00
41ddbeb557 More merged PRs on GitHub 2023-05-23 22:02:04 +02:00
75e791729c One commit upstream merged (42 to go)! 2023-05-23 07:59:11 +02:00
2bcdd3e7b9 Switch to devel branch to test PR 2023-05-06 11:07:21 +02:00
8a454ef143 Clean up SPEC file. 2023-04-18 20:11:48 +02:00
ddf53ae402 Don't use special repository for tests.
Also, BR lua-busted and run all tests.
2023-04-14 18:55:41 +02:00
e4e44faaa8 update 2023-04-02 00:46:26 +02:00
ec25516b84 upstream update 2023-03-19 14:28:12 +01:00
440090ec38 Use master branch of tests 2023-03-03 11:10:53 +01:00
42d7667da4 Fork vis 2023-03-03 09:21:09 +01:00
8633a3061a Test build with other aarch64 2023-02-27 16:10:35 +01:00
33f0ffe93c We apparently don't need luaterm at all. Weird. 2023-02-21 20:39:14 +01:00
a6f7d9d9a9 Add missing dependencies. 2023-02-19 14:08:14 +01:00
8e83cf7706 Update to version 0.8+git.1676316750.7e88dff 2023-02-15 13:25:45 +01:00
58fd61a5a9 Add Suggests: par_text for regormatting. 2023-02-12 23:15:56 +01:00
bcd55df087 Switch off failing tests. 2023-01-12 21:54:25 +01:00
9e6e7fe601 Update scintillua (gh#martanne/vis#1068). 2023-01-10 22:59:04 +01:00
9a391d41f2 Add support for wayclip gh#martanne/vis#1037 2022-12-23 19:03:40 +01:00
ad0b9c5733 update 2022-12-12 01:15:16 +01:00
f867f78153 Revert add lua-version-compatible patch. It doesn't work yet. 2022-12-09 13:00:24 +01:00
e3cc09dd57 Add PR gh#martanne/vis#903 making it working with other versions
of Lua.
2022-12-08 23:16:56 +01:00
d3b383f656 Add patch to vis-clipboard: make xsel honor --selection (gh#martanne/vis#1050). 2022-12-07 23:56:45 +01:00