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

58 Commits

Author SHA1 Message Date
Tae Won Ha
f014ba39f8
GH-433 Use string enum for workspace bar location 2017-05-03 22:23:01 +02:00
Tae Won Ha
69e58d5723
Use DispatchQueue.main.async directly 2017-04-24 21:10:56 +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
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
808dbd0c8d
Store tools states 2017-02-28 15:52:48 +01:00
Tae Won Ha
0e28aedc35
GH-339 Add stub forward and reverse search UI elements 2016-12-30 12:32:08 +09:00
Tae Won Ha
cee8d9b423
Merge branch 'develop' into issue/339-md-preview 2016-12-23 15:43:53 +00:00
Tae Won Ha
dca83149d2
Merge branch 'master' into develop
Conflicts:
	OutlineViewTest/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
2016-12-23 15:43:17 +00:00
Tae Won Ha
4db23a89b4
Use .zero instead of CGRect.zero 2016-12-23 15:33:29 +00:00
Tae Won Ha
10e7669189
Remove retain cycle... 2016-12-23 15:14:45 +00:00
Tae Won Ha
1ce679da9d
GH-339 React to opening 2016-12-23 12:15:26 +01:00
Tae Won Ha
8a9e615378
GH-293 Use .first(where:) instead of .filter {}.first 2016-12-11 22:58:37 +01:00
Tae Won Ha
cfbce465fa
GH-293 Add scroll to source button and some tooltips 2016-12-07 21:04:47 +01:00
Tae Won Ha
1e2e52f7d9
GH-293 Add go up button
- Delete "set parent as cwd menu item"
2016-12-04 21:19:20 +01:00
Tae Won Ha
a238fc24dc
GH-293 Display title in inner toolbar 2016-12-04 20:37:08 +01:00
Tae Won Ha
b32656f600
GH-293 Add inner tool bar to WorkspaceTool 2016-12-04 20:27:29 +01:00
Tae Won Ha
e88c98428c
GH-293 Add custom view and menu items 2016-12-04 17:04:55 +01:00
Tae Won Ha
d63022e711
GH-293 Make move and close menus 2016-12-04 16:39:56 +01:00
Tae Won Ha
c2e3682a0d
GH-293 Enable menu items 2016-12-02 23:42:02 +01:00
Tae Won Ha
ce90bf1679
GH-293 Add menu to the cog button 2016-12-02 21:58:25 +01:00
Tae Won Ha
7ed4eb619a
GH-293 Use font awesome 2016-11-28 19:34:14 +01:00
Tae Won Ha
13b5d11ec8
GH-293 Add stub buttons 2016-11-28 19:34:14 +01:00
Tae Won Ha
16ee51ef2d
GH-293 Add a stub inner toolbar 2016-11-28 19:34:14 +01:00
Tae Won Ha
d898852c27
Fix the resize rect of the tool bars
- Again, view coordinate issues
2016-11-23 19:59:59 +01:00
Tae Won Ha
9e9e53d9cc
Fix re-ordering of tools on the right and top tool bar
- Fix the view coordinate issues
2016-11-23 19:59:59 +01:00
Tae Won Ha
568901473c
GH-296 Add comment and reformat 2016-11-20 10:57:27 +01:00
Tae Won Ha
d765351403
GH-296 Make WorkspaceBarLocation plain enum again
- We want to keep Workspace independent
2016-11-20 10:51:15 +01:00
Tae Won Ha
8a937fd75d
GH-296 Add a comment and reformat 2016-11-20 10:40:57 +01:00
Tae Won Ha
d372ca9682
GH-296 Refactor pref data 2016-11-19 22:23:29 +01:00
Tae Won Ha
2c839446fe
GH-296 Refactor slightly 2016-11-18 08:40:01 +01:00
Tae Won Ha
5a337b6b5b
GH-296 Add a pass-through proxy bar 2016-11-18 00:37:25 +01:00
Tae Won Ha
8b008385e5
GH-296 Check the loc 2016-11-17 23:43:22 +01:00
Tae Won Ha
53f5928aa3
GH-296 Better drag image 2016-11-17 22:55:50 +01:00
Tae Won Ha
278c1af454
GH-296 Implement final drop 2016-11-17 22:43:32 +01:00
Tae Won Ha
5455afedca
GH-296 Implement more drop 2016-11-17 22:20:09 +01:00
Tae Won Ha
cf9fd3796c
GH-296 Implement some more drops 2016-11-17 22:13:31 +01:00
Tae Won Ha
177a57f9e9
GH-296 Refactor to idx 2016-11-17 20:32:04 +01:00
Tae Won Ha
15b57d58c3
GH-296 Make drag & drop on empty bar work 2016-11-17 20:08:26 +01:00
Tae Won Ha
c83028a948
GH-296 Show proxy bar 2016-11-17 19:23:58 +01:00
Tae Won Ha
a43481fd68
GH-296 Shift buttons when overlapping 2016-11-17 00:16:03 +01:00
Tae Won Ha
ccb2f7b239
GH-296 Refactor slightly 2016-11-16 21:10:49 +01:00
Tae Won Ha
dfdb3fb91b
GH-296 Detect drag on buttons 2016-11-16 21:06:50 +01:00
Tae Won Ha
c3679c9503
GH-296 Receive dragging and determine where 2016-11-14 22:28:28 +01:00
Tae Won Ha
f326ddf70a
GH-296 Use == for tools and make a property private 2016-11-13 23:32:50 +01:00
Tae Won Ha
22732e3fcc
GH-296 Add uuid to tools to use it as pasteboard data 2016-11-13 22:35:05 +01:00
Tae Won Ha
54a0e4ec01
GH-296 Enable drag source 2016-11-13 22:18:25 +01:00
Tae Won Ha
3099bac967
GH-286 Persist the workspace setting of the last closed main window 2016-10-03 14:58:49 +02:00