1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
Commit Graph

1683 Commits

Author SHA1 Message Date
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
Tae Won Ha
48058d363f
Bump appcast to v0.16.0-205 2017-06-21 13:10:52 +02:00
Tae Won Ha
9795d23538
Bump version: v0.16.0-205 2017-06-21 13:09:00 +02:00
Tae Won Ha
b229780d05
Update release notes 2017-06-21 12:37:47 +02:00
Tae Won Ha
a9c605fcb6
Adapt capitalization 2017-06-21 12:36:45 +02:00
Tae Won Ha
9c28464eed
Reformat 2017-06-20 13:39:17 +02:00
Tae Won Ha
2298cbf07b
Reformat 2017-06-20 13:37:01 +02:00
Tae Won Ha
ebfd722aa4
GH-302, GH-421 Add a info dialog when the pipe query param is not there 2017-06-20 11:27:21 +02:00
Tae Won Ha
dc0b2aab5d
Render the whole view even when the resizing does not change grid's size 2017-06-17 17:25:52 +02:00
Tae Won Ha
cb0c3c829b
Bump appcast to SNAPSHOT-204 2017-06-16 19:33:17 +02:00
Tae Won Ha
f2fd30073c
Bump version: snapshot/204 2017-06-16 19:32:55 +02:00
Tae Won Ha
865ba32ba0
GH-378 Update release notes 2017-06-16 19:23:33 +02:00
Tae Won Ha
cae3795fb5
GH-378 Draw undercurl, eg for spelling 2017-06-16 18:17:32 +02:00
Tae Won Ha
b0e50675be
Move a bit more from xib to code 2017-06-15 18:03:25 +02:00
Tae Won Ha
e3b9b361c7
Implement init from coder for application just to be safe 2017-06-14 23:50:48 +02:00
Tae Won Ha
fcefde94d1
Use the custom application class in main menu xib 2017-06-14 23:41:53 +02:00
Tae Won Ha
e9a99f9d2b
Use the hasMainWindows field 2017-06-14 22:18:25 +02:00
Tae Won Ha
b9ca490667
Bump appcast to SNAPSHOT-203 2017-06-14 18:34:27 +02:00
Tae Won Ha
18ff02164d
Bump version: snapshot/203 2017-06-14 18:32:29 +02:00
Tae Won Ha
3576f42cde
GH-302, GH-421 Force activate app when using CLI tool 2017-06-14 18:20:00 +02:00
Tae Won Ha
909a910cf7
Update release notes 2017-06-13 23:32:47 +02:00
Tae Won Ha
6ef74f4b28
Bump appcast to SNAPSHOT-202 2017-06-13 23:32:34 +02:00
Tae Won Ha
5ddd9a812e
Bump version: snapshot/202 2017-06-13 23:30:42 +02:00
Tae Won Ha
b221a84b84
GH-326, GH-460 Update release notes 2017-06-13 23:19:37 +02:00
Tae Won Ha
6e9f33ea77
GH-326, GH-460 Persist last window action pref 2017-06-13 23:17:06 +02:00
Tae Won Ha
884296145b
GH-326, GH-460 Add an option to hide or quit when the last window closes 2017-06-13 22:57:08 +02:00
Tae Won Ha
f524a3ff0c
GH-302, GH-421 Call agent.quit() in main thread
- this avoids the strange delay which occurs sometimes when we call it in the mach port server thread
2017-06-13 22:56:50 +02:00
Tae Won Ha
418d1fe1c2
Directly integrate swifter
- Dunno why, but swifter.framework includes many swift related dylibs which are approx. 8MB big.
2017-06-13 00:08:17 +02:00
Tae Won Ha
e1bf9f17bf
GH-302, GH-421 Update release notes 2017-06-12 23:48:01 +02:00
Tae Won Ha
204cb18e37
GH-302, GH-421 Reformat 2017-06-12 23:38:00 +02:00
Tae Won Ha
32ce55ab22
GH-302, GH-421 Use the named pipe as nonce...
- the existence of the named pipe and the 0600 permission is probably enough...
2017-06-12 23:33:28 +02:00
Tae Won Ha
c0a114a1b9
GH-302, GH-421 Update release notes 2017-06-12 23:33:25 +02:00