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

817 Commits

Author SHA1 Message Date
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
Tae Won Ha
e21ef3e864
Bump version: v0.16.2-210 2017-06-28 17:31:10 +02:00
Tae Won Ha
d00472332f
Bump version for release 2017-06-28 17:17:49 +02:00
Tae Won Ha
462dc3a698
Bump version: snapshot/209 2017-06-27 20:03:07 +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
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
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
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
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