1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-17 12:07:08 +03:00
Commit Graph

4468 Commits

Author SHA1 Message Date
Tae Won Ha
bb7b6d98b5
Bump version to v0.46.2-20240517.102325 2024-05-17 10:23:25 +02:00
Tae Won Ha
7c8a0c9933
Bump version to snapshot/20240517.100542 2024-05-17 10:05:43 +02:00
Tae Won Ha
1bcba99c96
Update release notes 2024-05-17 10:04:55 +02:00
Tae Won Ha
495ec31f9e
Update release notes 2024-05-17 08:52:25 +02:00
Tae Won Ha
129173b04e
Merge pull request #1059 from s-daveb/master
Modify theming code: custom tab theme is now pulled from TablineSel highlight group
2024-05-17 08:50:41 +02:00
S David
949022ee88 Reverting accidental changes to TabSupport/../MainMenu.xib 2024-05-15 14:18:32 -04:00
S David
c1b42135b2 Use tabForeground color for selected tab close icon, and regular text foreground color for unselected tabs 2024-05-15 14:13:36 -04:00
S David
4666d1b4ac Modify VimR's themeing. Custom Tab color comes from TablineSel color group rather than Visual selection background color.
Fixes the issue where the everforest theme results in low-contrast tabs, by using color groups that were meant for tabs
2024-05-06 15:02:07 -04:00
Tae Won Ha
e25a6b5181
Update appcast 2024-04-26 14:53:28 +02:00
Tae Won Ha
d06b6354ef
Bump version to v0.46.1-20240426.143700 2024-04-26 14:37:01 +02:00
Tae Won Ha
d1da4d71fa
Update release notes 2024-04-26 14:34:12 +02:00
Tae Won Ha
51a4efee34
Merge remote-tracking branch 'origin/pr/1053' 2024-04-26 14:30:33 +02:00
Tae Won Ha
de35ad91af
Update deps 2024-04-26 14:27:46 +02:00
Rainux Luo
0c3e5a4b0b
Revert part of the changes in 68afc66a
This should fix the filetype detection issue
2024-04-08 17:05:19 +08:00
Tae Won Ha
94c0d78ce6
Update develop.md 2024-01-19 23:55:29 +01:00
Tae Won Ha
36c84a807a
Build gettext when building neovim 2024-01-19 23:54:31 +01:00
Tae Won Ha
d05de5069f
Fix jenkins script 2024-01-15 18:07:49 +01:00
Tae Won Ha
5ee2a4d525
Archive also neovim when building on Jenkins 2024-01-14 21:56:12 +01:00
Tae Won Ha
ef6daa8e80
Archive also neovim when building on Jenkins 2024-01-14 21:55:49 +01:00
Tae Won Ha
af4b032df6
Update appcast 2024-01-14 18:18:43 +01:00
Tae Won Ha
de7be66b57
Bump version to v0.46.1-20240114.181346 2024-01-14 18:13:47 +01:00
Tae Won Ha
aacf12d2e0
Update reslease notes 2024-01-14 18:12:54 +01:00
Tae Won Ha
dfe3857b38
Properly include libintl.a.
According to cmake/FindLibintl.cmake, if libintl is a static, which is
true in our case, CoreFoundation has to linked. If we set
CMAKE_FIND_FRAMEWORK=NEVER, CoreFoundation does not get found.
2024-01-14 17:34:04 +01:00
Tae Won Ha
32168b9212
Do not parallel map 2024-01-13 21:12:07 +01:00
Tae Won Ha
c6850b6684
Update sparkle 2024-01-09 18:34:02 +01:00
Tae Won Ha
b0462732f3
Update appcast 2024-01-02 23:43:20 +01:00
Tae Won Ha
cb991443a1
Bump version to v0.46.0-20240102.233758 2024-01-02 23:37:58 +01:00
Tae Won Ha
301e97895b
Use GH_TOKEN for all gh actions 2024-01-02 23:37:45 +01:00
Tae Won Ha
c77e91119f
Bump version to v0.46.0-20240102.233603 2024-01-02 23:36:03 +01:00
Tae Won Ha
c9256454b2
Bump version to v0.46.0-20240102.231450 2024-01-02 23:14:50 +01:00
Tae Won Ha
eb5a45d6b3
Bump version to v0.46.0-20240102.230837 2024-01-02 23:08:37 +01:00
Tae Won Ha
91aa42b070
Bump version to v0.46.0-20240102.225530 2024-01-02 22:55:31 +01:00
Tae Won Ha
6fdb62d7ff
Update release notes 2024-01-02 22:54:28 +01:00
Tae Won Ha
55bacdcfe7
Update neovim to v0.9.5 2024-01-02 22:44:56 +01:00
Tae Won Ha
35527bc52e
Do not include font check for CTRuns when typesetting.
We have to clear the cache when changing the font (and other parameters
which may affect the typesetting).
2023-12-27 21:50:10 +01:00
Tae Won Ha
4c3d968a0c
Refactor slightly 2023-12-24 22:12:37 +01:00
Tae Won Ha
51aa73aaa8
Refactor slightly 2023-12-24 22:05:23 +01:00
Tae Won Ha
424ea64182
Revert "Use uninitialized array initializer"
This reverts commit 60ed0f7aa6.
2023-12-24 20:35:40 +01:00
Tae Won Ha
6431c1d603
Add comment 2023-12-24 20:28:16 +01:00
Tae Won Ha
54f95ec4dd
Cache information about non existent font 2023-12-24 20:19:48 +01:00
Tae Won Ha
60ed0f7aa6
Use uninitialized array initializer 2023-12-24 19:20:17 +01:00
Tae Won Ha
4dc97452c2
Check whether already closed before cleaning up 2023-12-23 23:04:55 +01:00
Tae Won Ha
cb3e3595bf
Remove nested async call 2023-12-23 22:50:51 +01:00
Tae Won Ha
b248c89ec3
Refactor slightly 2023-12-23 22:47:30 +01:00
Tae Won Ha
0f6c793eb9
Refactor slightly 2023-12-23 22:46:44 +01:00
Tae Won Ha
7ac3480380
Replace when uploading 2023-12-23 21:47:28 +01:00
Tae Won Ha
b99eee443d
Use non-deprecated API method 2023-12-23 21:32:01 +01:00
Tae Won Ha
439dee55ad
Update release notes 2023-12-23 21:29:46 +01:00
Tae Won Ha
c9325dcd89
Refactor slightly 2023-12-23 21:17:37 +01:00
Tae Won Ha
a7d130ab95
Remove unnec' function 2023-12-23 21:15:04 +01:00