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

938 Commits

Author SHA1 Message Date
Tae Won Ha
256e136de7
Use private instead of fileprivate 2017-12-09 20:37:22 +01:00
Tae Won Ha
d517fc83b0
Bump version: snapshot/246 2017-12-09 17:55:02 +01:00
Tae Won Ha
d6f902b7dd
Fix outline view and table view width problem on High Sierra 2017-12-09 17:13:47 +01:00
Tae Won Ha
52c0b7ec51
Use the custom API for getting buffer info 2017-12-08 18:37:17 +01:00
Tae Won Ha
381063d13f
Update version 2017-12-08 12:26:07 +01:00
Tae Won Ha
333eba4a6d
Migrate nvim objects to Swift 2017-12-03 18:05:02 +01:00
Tae Won Ha
be4c38e244
Rename NeoVimView to NvimView 2017-12-03 17:22:39 +01:00
Tae Won Ha
d691e213b9
Fix reverse search 2017-12-03 16:41:29 +01:00
Tae Won Ha
587934b3ac
Reformat 2017-12-03 14:28:23 +01:00
Tae Won Ha
4ef2fd0f15
Restructure the project 2017-12-03 09:59:15 +01:00
Tae Won Ha
c3fda490d7
Add Result and MessagePack.swift to Credits.rtf 2017-12-02 08:01:58 +01:00
Tae Won Ha
eacd355927
Bump version: snapshot/243 2017-12-01 22:05:15 +01:00
Tae Won Ha
8585e2ae07
Bump version: snapshot/242 2017-12-01 21:42:16 +01:00
Tae Won Ha
96f73181fa
Bump version: snapshot/241 2017-12-01 19:02:11 +01:00
Tae Won Ha
a3e01fda74
Rename opened files list to buffers list 2017-12-01 18:51:34 +01:00
Tae Won Ha
bbd7d85b4b
Bump version: snapshot/240 2017-11-30 18:15:03 +01:00
Tae Won Ha
5dc85552f6
Bump version: snapshot/239 2017-11-30 07:26:16 +01:00
Tae Won Ha
d6a62df419
Bump version: v0.20.0-238 2017-11-21 19:18:43 +01:00
Tae Won Ha
5848edcbf2
Bump version: snapshot/237 2017-11-19 10:26:10 +01:00
Tae Won Ha
05c38f31ee
Bump version: snapshot/236 2017-11-15 19:52:21 +01:00
Tae Won Ha
49e42a946c
Fix compilation (due to RxSwift 4 update) 2017-11-10 19:48:11 +01:00
Tae Won Ha
ea286e99c4
Update dependencies 2017-11-10 16:15:55 +01:00
Tae Won Ha
c8984aade4
Do not call GUI updates from background 2017-11-10 12:31:26 +01:00
Tae Won Ha
3f5b761d7c
Don't use String.characters 2017-11-10 12:17:47 +01:00
Tae Won Ha
067f469596
Bump version: snapshot/235 2017-11-10 11:09:08 +01:00
Tae Won Ha
fd83be11f0
Bump version: snapshot/234 2017-11-08 17:30:26 +01:00
Tae Won Ha
9e731b9f1f
Bump version: snapshot/233 2017-11-08 08:15:24 +01:00
Tae Won Ha
24400bacb1
Bump version: snapshot/232 2017-10-23 20:59:31 +02:00
Tae Won Ha
c57733f7e4
GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
Tae Won Ha
4f09da0789
GH-544 Include swifter as framework again 2017-10-22 21:28:09 +02:00
Tae Won Ha
5656f6765a
GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
Tae Won Ha
8b23d2fa35
Bump version: snapshot/231 2017-10-17 21:25:46 +02:00
Tae Won Ha
52f029ea07
Bump version: snapshot/230 2017-10-17 21:16:03 +02:00
Tae Won Ha
5cce06d889
GH-521 Compute the max width differently 2017-10-17 19:39:11 +02:00
Tae Won Ha
d579db9de5
GH-521 Remove old colum witdh computation 2017-10-06 19:14:06 +02:00
Neal Clark
4e700af5b3 cover the MainWindow+Delegates.swift case 2017-10-06 09:34:01 -07:00
Neal Clark
a1f827a4d8 use .command instead of NSCommandKeyMask 2017-10-06 09:33:51 -07:00
Neal Clark
911e860d36 Close the “Discard and Quit” menu with ⌘-D
Allow quitting the application with an unsaved 
buffer via the keyboard. macvim makes the “Quit” 
button default. vimr makes the “Cancel” button 
default, leaving no way to “Discard and Quit” 
without using the mouse (as far as I can tell). 

⌘-D uses the convention of ⌘ + first letter of 
the button text
2017-10-05 17:18:47 -07:00
Tae Won Ha
74e29cfa19
Reformat 2017-09-07 18:42:24 +02:00
Tae Won Ha
3d45ed607c
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
2bddff5956
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
ff4b2fa4c6
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
28175102a4
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
dc938264bb
Bump version: v0.19.1-229 2017-09-07 18:37:45 +02:00
Tae Won Ha
b61be470ef
Move changeTheme() to Theme.swift 2017-09-03 23:14:08 +02:00
Tae Won Ha
1cd2db1ba5
Distribute MainWindow in 4 files 2017-09-03 23:13:07 +02:00
Tae Won Ha
0e52dca2f4
GH-485 Use the title value of neovim 2017-09-03 22:54:13 +02:00
Tae Won Ha
cde20074af
Bump version: snapshot/228 2017-09-03 22:25:57 +02:00
Tae Won Ha
3f8a58e332
GH-485 Restore previous first responder 2017-09-03 22:21:01 +02:00
Tae Won Ha
3b57542b24
Bump version: snapshot/227 2017-09-03 22:03:06 +02:00
Tae Won Ha
e0f52e2110
GH-485 Add the prototype to the VimR target 2017-09-03 21:56:36 +02:00
Tae Won Ha
5dc4494b70
GH-485 Use .enum 2017-09-02 08:35:00 +02:00
Tae Won Ha
9c0762ca11
Add a stdout logger 2017-09-01 21:06:43 +02:00
Tae Won Ha
c035717e5b
Bump version: v0.19.0-226 2017-08-28 22:49:07 +02:00
Tae Won Ha
a52fff1cbb
Bump version: snapshot/225 2017-08-28 19:26:31 +02:00
Tae Won Ha
b9a4bb157f
GH-325 Do not store full screen frame in user defaults 2017-08-28 19:09:04 +02:00
Tae Won Ha
feb4eae765
GH-512 Wait when doing Cmd-Q till neovim exits 2017-08-28 19:09:04 +02:00
Tae Won Ha
9feefe7374
Bump version: snapshot/224 2017-08-27 07:55:13 +02:00
Tae Won Ha
939a25d21c
Bump version: snapshot/223 2017-08-26 20:46:37 +02:00
Tae Won Ha
1720812720
Bump version: snapshot/222 2017-08-24 18:40:33 +02:00
Tae Won Ha
98535ae89f
Bump version: snapshot/221 2017-08-23 21:55:49 +02:00
Tae Won Ha
7005c4baa4
GH-491 Exit full screen when closing the window to avoid crashes 2017-08-23 17:38:54 +02:00
Tae Won Ha
e2e75fd00d
Bump version: snapshot/220 2017-08-20 15:18:55 +02:00
Tae Won Ha
ab21bb767e
GH-325 Refactor slightly 2017-08-20 15:11:19 +02:00
Tae Won Ha
3237dd23f7
GH-325 Remove unused function 2017-08-18 21:54:15 +02:00
Tae Won Ha
b01cc7fff7
GH-325 Refactor slightly 2017-08-17 18:03:49 +02:00
Tae Won Ha
693552e17c
Merge branch 'develop' into 325-window 2017-08-17 10:14:26 +02:00
Tae Won Ha
0ba3d95df0
Bump version: snapshot/219 2017-08-17 08:57:09 +02:00
Tae Won Ha
a10a006cd4
Update deps 2017-08-16 22:42:32 +02:00
Tae Won Ha
2d56afd0da
Merge branch 'develop' into 325-window 2017-08-16 17:52:32 +02:00
Tae Won Ha
2337e1154f
Bump version: snapshot/218 2017-08-16 17:49:07 +02:00
Tae Won Ha
b1a6f7d5af
GH-325 Store the frame of the last window and cascase manually
- Rough draft: multiple screens are not handled yet.
2017-08-15 17:53:38 +02:00
Tae Won Ha
41fa919d56
GH-325 Reformat slightlyˆ 2017-08-15 16:22:00 +02:00
Tae Won Ha
c1afc4b200
GH-325 We do not need url here 2017-08-15 14:26:50 +02:00
Tae Won Ha
8e148762cb
GH-325 Let it compile again 2017-08-14 21:49:39 +02:00
Tae Won Ha
229fc1c9ee
GH-325 Add frame to MainWindow's state (and persist it) 2017-08-14 21:04:35 +02:00
Tae Won Ha
c54dd5b785
GH-325 Emit becomeKey in windowDidBecomeMain 2017-08-14 20:53:20 +02:00
Tae Won Ha
2cffb8eb77
GH-325 Refactor slightly
- init var's after init
2017-08-13 08:28:48 +02:00
Tae Won Ha
7c2995a173
Bump version: v0.18.0-217 2017-08-13 07:44:06 +02:00
Tae Won Ha
eb4df41499
Bump version: snapshot/216 2017-08-11 14:59:38 +02:00
Tae Won Ha
eb406668a2 Merge pull request #494 from nhtzr/add-fgevent
Add becomeMain & resignMain methods
2017-08-11 14:48:36 +02:00
Tae Won Ha
78826fe7ce
Bump version: snapshot/215 2017-08-10 13:53:53 +02:00
Tae Won Ha
5664bb9e24
Bump version: snapshot/214 2017-08-08 12:36:11 +02:00
Ezequiel Rosas
eada6f95ba Add becomeMain & resignMain methods 2017-07-27 21:40:02 -05:00
Ezequiel Rosas
fba7b37eba Prevent Discard dialog when Neovim server stops 2017-07-07 11:45:20 -05:00
Tae Won Ha
29e2acabf0
Bump version: v0.17.0-213 2017-06-30 20:19:52 +02:00
Tae Won Ha
46b58bbe3a
GH-436 Turn off also the proxy icon 2017-06-30 17:49:51 +02:00
Tae Won Ha
5c645a76d6
GH-436 Pixel pushing 2017-06-30 17:39:07 +02:00
Tae Won Ha
eb6ecdf7bb
Bump version: snapshot/212 2017-06-30 06:59:42 +02:00
Tae Won Ha
c3de0c0298
GH-436, GH-479 Persist show file icon setting 2017-06-29 23:45:36 +02:00
Tae Won Ha
fecdc69e48
GH-436, GH-479 Add show file icons option 2017-06-29 23:45:26 +02:00
Tae Won Ha
562c82ef21
GH-436 Slightly darken the title bar 2017-06-29 23:12:22 +02:00
Tae Won Ha
449b16661b
GH-436 Use colorscheme's background for window title bar 2017-06-29 23:05:01 +02:00
Tae Won Ha
19d7ee9b84
Bump version: snapshot/211 2017-06-29 18:02:10 +02:00
Tae Won Ha
b003dd14a0
GH-436 Use theme's foreground for buffer list 2017-06-29 17:15:14 +02:00
Tae Won Ha
a4fcd3c9e2
GH-436 Use addAttribute instead of setAttribute for NSMutableAttributedString
- if we use setAttribute, the title seems to get bigger such that the tool view gets pushed 1px...
2017-06-29 08:12:34 +02:00
Tae Won Ha
77cc5cdb53
GH-436 Refactor slightly 2017-06-28 19:55:43 +02:00
Tae Won Ha
f6662620be
GH-436 Use directory color for folders in the file browser 2017-06-28 19:50:34 +02:00
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