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

667 Commits

Author SHA1 Message Date
Tae Won Ha
2df699fb75
Reduce app launch time by approx. 0.8s - 1s 2017-05-01 10:48:45 +02:00
Tae Won Ha
13b26911c1 Bump version: v0.14.0-181 2017-04-30 19:12:22 +02:00
Tae Won Ha
2725cf4628
Remove unnec' public keyword 2017-04-30 17:33:23 +02:00
Tae Won Ha
4b1c569996
GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
Tae Won Ha
7b989bc6c4
GH-405 Use higher qos for action emitter 2017-04-29 08:17:47 +02:00
Tae Won Ha
48ae3bcf74
Be more explicit in closure argument naming 2017-04-28 18:40:56 +02:00
Tae Won Ha
2c1f521653
GH-405 Rename typed emit function 2017-04-26 19:40:42 +02:00
Tae Won Ha
06b04fd786
Remove unused NSAttributedString.link function 2017-04-25 07:40:34 +02:00
Tae Won Ha
69e58d5723
Use DispatchQueue.main.async directly 2017-04-24 21:10:56 +02:00
Tae Won Ha
a6990259da
Remove some compile warnings 2017-04-24 20:36:34 +02:00
Tae Won Ha
17fff467ff Bump version: snapshot/180 2017-04-23 22:12:36 +02:00
Tae Won Ha
016e2bcf80
GH-405 Move code around 2017-04-22 16:35:06 +02:00
Tae Won Ha
6532ff6aaf
GH-405 Move Token to some place else 2017-04-22 16:33:04 +02:00
Tae Won Ha
9b9da5c4cf
GH-405 Use disposed(by:) instead of the old addDisposableTo() 2017-04-22 16:30:40 +02:00
Tae Won Ha
090b5986e8
GH-405 Add an UiComponent template 2017-04-22 16:28:55 +02:00
Tae Won Ha
559209256e
GH-405 Delete unused class 2017-04-22 16:12:11 +02:00
Tae Won Ha
c422035dca
GH-405 Rename some generic types 2017-04-22 16:03:45 +02:00
Tae Won Ha
849dfe104c
GH-405 Type action emitter 2017-04-22 15:59:05 +02:00
Tae Won Ha
f1b72d7d44
GH-405 Reduce some boiler plate 2017-04-22 11:31:42 +02:00
Tae Won Ha
f13a765979
Bump dependencies 2017-04-21 16:49:41 +02:00
Tae Won Ha
c22acf29d5
GH-405 Retain scroll position after reloading markdown 2017-04-21 07:45:28 +02:00
Tae Won Ha
b8759f50a6 Bump version: snapshot/179 2017-04-18 20:26:44 +02:00
Tae Won Ha
55cccc92ff
GH-389 Fix common parent computation 2017-04-18 19:55:24 +02:00
Tae Won Ha
fdf67b6fc7
GH-374 Modify hitTest such that it takes the selected tool into account 2017-04-17 12:34:49 +02:00
Tae Won Ha
2bedf03e91
GH-374 Reformat and use shorter form of constants 2017-04-17 11:12:55 +02:00
Tae Won Ha
7777befa88
GH-374 Use CGFloat.pi instead of M_PI 2017-04-17 11:05:30 +02:00
Tae Won Ha
7c30f0c503 Bump version: snapshot/178 2017-04-16 20:32:29 +02:00
Tae Won Ha
ed1368fe51
GH-398 Set the icon in the window title bar 2017-04-16 08:58:56 +02:00
Tae Won Ha
ff73dfaa55
GH-405 Quit cleanly... 2017-04-15 10:38:07 +02:00
Tae Won Ha
34bcc0f537
GH-425 Remove unnec' INADDR_ANY when determining an open port 2017-04-14 08:25:08 +02:00
Tae Won Ha
57b6a98517 Bump version: snapshot/177 2017-04-11 22:48:34 +02:00
Tae Won Ha
2e52fb7806
GH-383 Reset html preview state when creating a new main window 2017-04-11 22:37:50 +02:00
Tae Won Ha
0a39fdeccf Bump version: snapshot/176 2017-04-11 20:03:02 +02:00
Tae Won Ha
24aa03d7e0
GH-383 Set tooltip to the selected file path 2017-04-11 19:37:42 +02:00
Tae Won Ha
d2f15d0e17
GH-383 Add initial preview page for html preview tool 2017-04-11 19:26:34 +02:00
Tae Won Ha
4257ea6dc5
GH-383 Remove unnec' log msg 2017-04-11 18:57:52 +02:00
Tae Won Ha
58ac0150d0
GH-383 Rename tool buttons slightly 2017-04-11 18:55:25 +02:00
Tae Won Ha
ae68b6c99f
GH-383 Remove unnec' log msgs 2017-04-11 18:49:17 +02:00
Tae Won Ha
8084482102
Merge branch 'develop' into 383-html-preview-tool 2017-04-10 23:08:23 +02:00
Tae Won Ha
60250df2bb Bump version: snapshot/175 2017-04-10 22:56:37 +02:00
Tae Won Ha
be2f64ecf4
Merge branch 'develop' into 383-html-preview-tool
Conflicts:
	VimR/States.swift
2017-04-10 22:41:07 +02:00
Tae Won Ha
f043147ab4
GH-405 Be more forgiving when prefs regarding tools are not complete 2017-04-10 22:40:25 +02:00
Tae Won Ha
f36fcbf440
GH-383 Store html preview tools prefs 2017-04-10 22:15:48 +02:00
Tae Won Ha
85dce6a8c7
Merge branch 'develop' into 383-html-preview-tool
Conflicts:
	VimR/MainWindow.swift
2017-04-10 21:58:17 +02:00
Tae Won Ha
4b4fde58e5
GH-405 Store the order of the tools 2017-04-10 20:38:17 +02:00
Tae Won Ha
157aa3ade6
GH-405 Call moved delegate method when moving tool buttons around 2017-04-07 14:37:46 +02:00
Tae Won Ha
7ef32c002d
Merge branch 'develop' into 383-html-preview-tool 2017-04-07 08:28:52 +02:00
Tae Won Ha
40cfa89291
GH-405 Reset is dirty to false when opening a new main window 2017-04-07 08:28:29 +02:00
Tae Won Ha
818251872a
GH-383 Reduce the file system latency to 1s 2017-04-03 07:31:53 +02:00
Tae Won Ha
d0c6b3c4ae
GH-383 Retain the scroll position 2017-04-02 22:33:25 +02:00