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

739 Commits

Author SHA1 Message Date
Tae Won Ha
a36564e5ed
GH-221 Add ligatures checkbox in the Appearance pref pane 2016-07-30 21:07:23 +02:00
Tae Won Ha
798bde03de Set snapshot version: 0.9.0-SNAPSHOT-20160730.1822-41 2016-07-30 18:22:29 +02:00
Tae Won Ha
6788dc017f
Fix typo... 2016-07-30 18:17:03 +02:00
Tae Won Ha
e5ecaa2879 Set snapshot version: 0.9.0-SNAPSHOT-20160730.0954-40 2016-07-30 09:54:27 +02:00
Tae Won Ha
12fe0daa4b
GH-223 When pinching use a proxy image 2016-07-29 22:23:43 +02:00
Tae Won Ha
da0720f169
GH-223 Add rudimentary pinch support 2016-07-29 18:25:32 +02:00
Tae Won Ha
f9a021d97d Set snapshot version: 0.9.0-SNAPSHOT-20160728.2220-39 2016-07-28 22:21:08 +02:00
Tae Won Ha
c967a912da
GH-224 Check null for set title and set icon 2016-07-28 22:14:27 +02:00
Tae Won Ha
56002e1600
GH-222 Use constants of PrefStore 2016-07-28 19:41:55 +02:00
Tae Won Ha
9f40b738f0
GH-222 Add some font related menu items 2016-07-28 19:37:39 +02:00
Tae Won Ha
16f0f115ce
Store main window's position using autosave 2016-07-27 22:03:26 +02:00
Tae Won Ha
34632095bd Set snapshot version: 0.9.0-SNAPSHOT-20160727.1832-38 2016-07-27 18:33:25 +02:00
Tae Won Ha
2272996da7
GH-213 Add a method to Array to merge observables 2016-07-27 18:22:25 +02:00
Tae Won Ha
3ae8a1d4c2
GH-213 Handle initial font setting 2016-07-27 00:04:31 +02:00
Tae Won Ha
6897d512ac
GH-213 Wire components in AppDelegate 2016-07-26 22:51:05 +02:00
Tae Won Ha
0073fec982
GH-213 Add PrefStore 2016-07-26 21:42:30 +02:00
Tae Won Ha
2024b56f48
GH-213 Remove unnec' properties 2016-07-25 20:02:27 +02:00
Tae Won Ha
64813b45e9
GH-213 Use window controller's showWindow() 2016-07-25 19:57:07 +02:00
Tae Won Ha
0509923c79
GH-213 Use XIB to get centering and autosave for free 2016-07-25 19:47:14 +02:00
Tae Won Ha
9d9ab452ba
GH-213 Remove unnec' log 2016-07-25 08:00:22 +02:00
Tae Won Ha
3b40fa1f2d
GH-213 Use NSTextField to preview editor font 2016-07-24 22:31:52 +02:00
Tae Won Ha
f36b877fd4
GH-213 React to editor font change 2016-07-24 22:31:48 +02:00
Tae Won Ha
92b9a1bd78
GH-213 Play around with RxSwift. 2016-07-24 19:55:25 +02:00
Tae Won Ha
efb6bf91e7
GH-213 Add pref window and the appearance pane. 2016-07-22 14:20:02 +02:00
Tae Won Ha
6ddac5bd85
GH-213 Check release when closed for main window 2016-07-19 18:20:15 +02:00
Tae Won Ha
d9af7fb0c5 Set snapshot version: 0.9.0-SNAPSHOT-20160718.2250-37 2016-07-18 22:50:33 +02:00
Tae Won Ha
2628e0a281
GH-218 Ask user to confirm when quitting with unsaved buffers 2016-07-18 22:44:23 +02:00
Tae Won Ha
6278ee24c5
GH-218 Ask user to confirm to discard unsaved buffers 2016-07-18 20:16:56 +02:00
Tae Won Ha
4b4ccd13b3
GH-218 Add hasDirtyDocs()
- Use it to determine whether to close the window or not.
2016-07-18 20:16:56 +02:00
Tae Won Ha
2a8528ffd9
Disable default press and hold behavior 2016-07-17 19:11:58 +02:00
Tae Won Ha
2068a57bb8 Set snapshot version: 0.9.0-SNAPSHOT-20160717.1629-36 2016-07-17 16:29:39 +02:00
Tae Won Ha
e51c823b17
GH-216 Get rid of almost all cleanUp() methods
- We cannot get rid of -cleanUp of NeoVimAgent since -dealloc does not
  get called unless the run loop has been stopped.
2016-07-17 15:56:36 +02:00
Tae Won Ha
6a66cb877c
GH-216: Implement the stop UI callback
- There was a leak of NeoVimAgent because the thread where the we ran a
  CFRunLoop never stopped. We now stop the run loop explicitly.
2016-07-17 15:49:34 +02:00
Tae Won Ha
32ee8ab1d1 Set snapshot version: 0.9.0-SNAPSHOT-20160716.2332-35 2016-07-16 23:33:05 +02:00
Tae Won Ha
3b07365fc6
Update bundle version to 34 2016-07-14 20:35:02 +02:00
Tae Won Ha
13d7ccbb4c
Change version to new snapshot
- closes GH-211
2016-07-14 20:21:30 +02:00
Tae Won Ha
b43bb29094
Change version to include SNAPSHOT and the date 2016-07-12 18:48:04 +02:00
Tae Won Ha
e5c1642b5e
Add icon 2016-07-12 18:24:55 +02:00
Tae Won Ha
4f46e619cf
Rename nvox to VimR
- hopefully we renamed everything
2016-07-12 17:59:01 +02:00