1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 10:02:36 +03:00
Commit Graph

1714 Commits

Author SHA1 Message Date
Tae Won Ha
502dbbebb0
GH-436 Add directory foreground color to themes 2017-06-28 19:50:34 +02:00
Tae Won Ha
e0034396ef
Merge branch 'master' into develop
Conflicts:
	MacNeovim/Info.plist
	SwiftNeoVim/Info.plist
	SwiftNeoVimTests/Info.plist
	VimR-Workspace-Demo/Info.plist
	VimR.xcodeproj/project.pbxproj
	VimR/Info.plist
	VimRTests/Info.plist
	resources/release-notes.md
2017-06-28 19:46:15 +02:00
Tae Won Ha
a2e9f8cba0
GH-472 Update release notes 2017-06-28 19:43:22 +02:00
Tae Won Ha
e3884d081c
Bump appcast to v0.16.2-210 2017-06-28 17:32:57 +02:00
Tae Won Ha
e21ef3e864
Bump version: v0.16.2-210 2017-06-28 17:31:10 +02:00
Tae Won Ha
fbdd37981a
Add a update snapshot appcast flag to jenkins job 2017-06-28 17:21:36 +02:00
Tae Won Ha
d00472332f
Bump version for release 2017-06-28 17:17:49 +02:00
Tae Won Ha
ebfa0bdb5a
GH-472 Fix mouse wheel scrolling row/column mix-up 2017-06-28 17:16:02 +02:00
Tae Won Ha
a5958291e4
GH-436 Update appcast notes 2017-06-27 20:11:24 +02:00
Tae Won Ha
7fa4ca0725
Bump appcast to SNAPSHOT-209 2017-06-27 20:04:53 +02:00
Tae Won Ha
462dc3a698
Bump version: snapshot/209 2017-06-27 20:03:07 +02:00
Tae Won Ha
169e1fafeb
GH-436 Update release notes 2017-06-27 19:52:32 +02:00
Tae Won Ha
f20240b836
GH-436 Update highlight groups when colorscheme changes 2017-06-27 19:37:54 +02:00
Tae Won Ha
720e850098
GH-436 Use colorscheme colors when resizing 2017-06-27 19:03:36 +02:00
Tae Won Ha
3ba2d93f48
GH-436 Store the uses theme option in user defaults 2017-06-27 06:47:45 +02:00
Tae Won Ha
7a4c5f955e
GH-436 Add an option in appearance pref pane
- Added a theme struct to VimR module for the case when the option is turned off
2017-06-27 06:41:16 +02:00
Tae Won Ha
313fe5e61c
GH-436 Add ifdef macro for debug item 2017-06-25 23:31:10 +02:00
Tae Won Ha
d10e98a536
GH-436 Remove unused colors 2017-06-25 23:19:23 +02:00
Tae Won Ha
2c3779523c
GH-436 Make the first attempt 2017-06-25 23:17:13 +02:00
Tae Won Ha
653067c334
GH-436 Make table views to react to theme change 2017-06-25 21:46:13 +02:00
Tae Won Ha
da8a4c8a94
GH-436 Handle color = -1 2017-06-25 20:26:52 +02:00
Tae Won Ha
da4d9db6fd
GH-436 Add stub themed table row 2017-06-25 18:37:06 +02:00
Tae Won Ha
4da10078be
GH-436 Add stub themed table cell 2017-06-25 17:56:24 +02:00
Tae Won Ha
3d20c87268
GH-436 Move theme to appearance state and add a flag whether to use neovim's colorscheme 2017-06-25 17:42:24 +02:00
Tae Won Ha
c00a634c86
GH-436 Add theme to neovim view 2017-06-25 17:35:51 +02:00
Tae Won Ha
7164f47ad7
GH-436 Add Theme to mainwindow 2017-06-25 11:46:43 +02:00
Tae Won Ha
0a21c43acd
GH-436 Move WorkspaceTheme into Workspace 2017-06-25 10:54:42 +02:00
Tae Won Ha
b49279ca9a
GH-436 Add repaint() to custom inner tool bar 2017-06-25 00:03:21 +02:00
Tae Won Ha
ae6a6bcf94
GH-436 Add repaint() 2017-06-24 22:26:41 +02:00
Tae Won Ha
dd412985e3
GH-436 Use theme struct when drawing 2017-06-24 17:58:21 +02:00
Tae Won Ha
3cc03cf403
GH-436 Add a theme struct 2017-06-24 17:00:34 +02:00
Tae Won Ha
49c4e1d33d
Make travis build green again 2017-06-24 15:57:30 +02:00
Tae Won Ha
e9e4b570d2
Do not automatically hide/quit when you activate VimR w/o new window 2017-06-24 15:42:07 +02:00
Tae Won Ha
a2956b5bf6
Update snapshot appcast 2017-06-24 15:22:02 +02:00
Tae Won Ha
daa936669c
Fix appcast push for release on snapshot 2017-06-24 15:21:34 +02:00
Tae Won Ha
6b90f9d25a
Update release notes 2017-06-24 15:21:21 +02:00
Tae Won Ha
93571dbc03
Bump appcast to v0.16.1-208 2017-06-24 14:54:52 +02:00
Tae Won Ha
3f4424ae90
Bump version: v0.16.1-208 2017-06-24 14:52:58 +02:00
Tae Won Ha
5a5a3b7dbd
Bump version: v0.16.1-207 2017-06-24 14:43:07 +02:00
Tae Won Ha
8f53b0a760
Bump version: v0.16.1-206 2017-06-24 14:37:08 +02:00
Tae Won Ha
7295ae9ca2
GH-472 Update release notes 2017-06-24 14:31:36 +02:00
Tae Won Ha
3aa2337971
GH-472 Fix the row/col mixup 2017-06-24 14:12:11 +02:00
Tae Won Ha
cb72766cd7
GH-472 Pass over the current cell position when scrolling
- such that the window below the cursor gets scrolled.
2017-06-24 11:33:37 +02:00
Tae Won Ha
d9c6443e2d
GH-472 Use the correct type when packing values in Data 2017-06-24 10:45:03 +02:00
Tae Won Ha
4279147b80
GH-472 Add unused marker 2017-06-23 18:58:55 +02:00
Tae Won Ha
dc267dc9ef
GH-472 Use NSInteger instead of NSUInteger for enums
- it's more compatible with SInt32 for CFMachPort comm.
2017-06-23 18:58:43 +02:00
Tae Won Ha
bd1500178b
GH-471 When building a release, update also the snapshot channel 2017-06-21 23:15:15 +02:00
Tae Won Ha
663ec2fc0f
Update snapshot appcast with the release appcast 2017-06-21 23:04:08 +02:00
Tae Won Ha
5c9abcd773
Refactor slightly 2017-06-21 14:16:48 +02:00
Tae Won Ha
8b73055552
Prepare release notes for next version 2017-06-21 13:12:42 +02:00