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

1088 Commits

Author SHA1 Message Date
Tae Won Ha
375f988ddd Set snapshot version: 0.9.0-SNAPSHOT-20160802.1833-43 2016-08-02 18:34:14 +02:00
Tae Won Ha
fd30b623b3
GH-221 Update preview text
- FireCode does not change when turning off ligatures; Haslkig does,
  why?
2016-08-02 18:26:45 +02:00
Tae Won Ha
145e732d97 Set snapshot version: 0.9.0-SNAPSHOT-20160801.2216-42 2016-08-01 22:16:42 +02:00
Tae Won Ha
c2ca5e1251
GH-221 Update README 2016-08-01 22:10:41 +02:00
Tae Won Ha
18bc493ec4
GH-221 Refactor slightly 2016-08-01 21:57:06 +02:00
Tae Won Ha
d9a5e907e0
GH-221 Fix cursor drawing in the command area 2016-08-01 21:55:41 +02:00
Tae Won Ha
7aa2875ef6
GH-221 Take zero puts into account when computing the word boundaries 2016-08-01 21:55:36 +02:00
Tae Won Ha
9b30934f77
GH-221 Improve drawing when cursor is on the cell 2016-08-01 21:34:26 +02:00
Tae Won Ha
6bdfb5ed8c
GH-221 Use bounds and take offsets into account when computing Region from a CGRect 2016-08-01 21:34:22 +02:00
Tae Won Ha
3863fca9a4
GH-221 Refactor slightly 2016-07-31 21:16:08 +02:00
Tae Won Ha
2530472729
GH-221 Rename a method 2016-07-31 20:53:51 +02:00
Tae Won Ha
75f922d4e7
GH-221 Draw word-wise to take ligatures into account 2016-07-31 20:51:28 +02:00
Tae Won Ha
2bfa872648
Merge branch 'master' into issue/221-ligatures 2016-07-30 22:20:36 +02:00
Tae Won Ha
4d84114552
Update neovim 2016-07-30 22:20:23 +02:00
Tae Won Ha
c77ce13737
Merge branch 'master' into issue/221-ligatures 2016-07-30 22:19:10 +02:00
Tae Won Ha
f3efc12a59
GH-221 Publish usesLigatures 2016-07-30 22:06:42 +02:00
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
083d8618fa
GH-221 Add useLigatures flag and use it in the TextDrawer 2016-07-30 18:31:33 +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
30fac15852
Merge branch 'master' into issue/221-ligatures 2016-07-30 18:17:28 +02:00
Tae Won Ha
6788dc017f
Fix typo... 2016-07-30 18:17:03 +02:00
Tae Won Ha
0f27f36997
GH-221 Remove unnec' class 2016-07-30 18:11:59 +02:00
Tae Won Ha
55a0084bec
Update README 2016-07-30 16:06:26 +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
db4b7c6bee
Reformat and refactor slightly 2016-07-30 09:49:39 +02:00
Tae Won Ha
74305f43cc
Update neovim 2016-07-29 22:34:53 +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
23fb64957e
Merge branch 'master' into issue/213-font 2016-07-27 06:53:56 +02:00
Tae Won Ha
ea82612620
Update neovim 2016-07-27 06:53:05 +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
670b521494
GH-219 Update README with some planned features 2016-07-19 00:33:40 +02:00