Update from 00e10a7f to 7554ecd7:

- remove some view pointer chasing
  - remove some ui pointer chasing
  - replace UiTerm with Ui & delete function pointers
  - replace UiTermWin with UiWin & remove function pointers
  - make Selection unopaque
  - make View unopaque
  - cleanup some single line get/set functions
  - cleanup vis event interface
  - Merge vis-tests into test directory
This commit is contained in:
Matej Cepl 2024-05-22 09:02:23 +02:00
parent 900d7db2de
commit e5a6aaacdf
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed May 22 07:01:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update from 00e10a7f to 7554ecd7:
- remove some view pointer chasing
- remove some ui pointer chasing
- replace UiTerm with Ui & delete function pointers
- replace UiTermWin with UiWin & remove function pointers
- make Selection unopaque
- make View unopaque
- cleanup some single line get/set functions
- cleanup vis event interface
- Merge vis-tests into test directory
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 21 22:21:28 UTC 2024 - Matej Cepl <mcepl@cepl.eu> Tue May 21 22:21:28 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -18,7 +18,7 @@
%define test_version 0.5 %define test_version 0.5
Name: vis Name: vis
Version: 0.8+git.1716170186.00e10a7f Version: 0.8+git.1716344506.7554ecd7
Release: 0 Release: 0
Summary: An editor combining the strengths of both vi(m) and sam Summary: An editor combining the strengths of both vi(m) and sam
License: ISC License: ISC