1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/VimR
2017-11-30 07:26:16 +01:00
..
Assets.xcassets/AppIcon.appiconset Add icon 2016-07-12 18:24:55 +02:00
Base.lproj GH-325 Store the frame of the last window and cascase manually 2017-08-15 17:53:38 +02:00
markdown Update dependencies 2017-11-10 16:15:55 +01:00
preview GH-383 Add initial preview page for html preview tool 2017-04-11 19:26:34 +02:00
Workspace GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
AdvancedPrefReducer.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
AdvencedPref.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
AppDelegate.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
AppDelegateReducer.swift GH-325 Refactor slightly 2017-08-20 15:11:19 +02:00
AppearancePref.swift Do not call GUI updates from background 2017-11-10 12:31:26 +01:00
AppearancePrefReducer.swift GH-436, GH-479 Add show file icons option 2017-06-29 23:45:26 +02:00
AppKitCommons.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
Application.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
Bridge.h GH-339 Use a http server to serve the markdown preview html file (and the content of the containing folder) 2017-01-13 08:11:47 +01:00
Context.swift GH-325 Store the frame of the last window and cascase manually 2017-08-15 17:53:38 +02:00
Debouncer.swift Restructure some types 2017-02-12 17:21:10 +01:00
FileBrowser.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
FileBrowserReducer.swift GH-423 Use transient fields in state for cwd and current buffer to set 2017-06-09 23:16:06 +02:00
FileItem.swift GH-450 Move root to open quickly state 2017-05-14 12:06:21 +02:00
FileItemIgnorePattern.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
FileItemUtils.swift GH-450 Sync all access to root 2017-05-14 18:23:57 +02:00
FileMonitor.swift GH-395 Throttle only file system updates and add refresh button 2017-05-11 23:33:59 +02:00
FileMonitorReducer.swift GH-450 Move root to open quickly state 2017-05-14 12:06:21 +02:00
FileOutlineView.swift Don't use String.characters 2017-11-10 12:17:47 +01:00
FileUtils.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
FoundationCommons.swift GH-433 Add UrlCommonsTest 2017-05-03 22:10:19 +02:00
GeneralPref.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
GeneralPrefReducer.swift GH-326, GH-460 Add an option to hide or quit when the last window closes 2017-06-13 22:57:08 +02:00
HtmlPreviewTool.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
HtmlPreviewToolReducer.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
HttpServerService.swift GH-544 Include swifter as framework again 2017-10-22 21:28:09 +02:00
ImageAndTextTableCell.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
Info.plist Bump version: snapshot/239 2017-11-30 07:26:16 +01:00
Logger.h GH-262 Launch NeoVimServer using login shell. 2016-08-26 17:27:42 +02:00
MainWindow.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
MainWindow+Actions.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
MainWindow+CustomTitle.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
MainWindow+Delegates.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
MainWindowReducer.swift GH-325 Add frame to MainWindow's state (and persist it) 2017-08-14 21:04:35 +02:00
Matcher.swift GH-292 Make open quickly a bit better.. 2016-12-17 15:22:04 +01:00
NetUtils.h GH-339 Use a http server to serve the markdown preview html file (and the content of the containing folder) 2017-01-13 08:11:47 +01:00
NetUtils.m GH-425 Remove unnec' INADDR_ANY when determining an open port 2017-04-14 08:25:08 +02:00
OpenedFileList.swift Don't use String.characters 2017-11-10 12:17:47 +01:00
OpenedFileListReducer.swift GH-423 Use transient fields in state for cwd and current buffer to set 2017-06-09 23:16:06 +02:00
OpenQuicklyFileViewRow.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
OpenQuicklyFilterOperation.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
OpenQuicklyReducer.swift GH-450 Move flat file items to open quickly window 2017-05-14 12:20:24 +02:00
OpenQuicklyWindow.swift Fix compilation (due to RxSwift 4 update) 2017-11-10 19:48:11 +01:00
Pref128ToCurrentConverter.swift GH-433 Use string enum for workspace bar location 2017-05-03 22:23:01 +02:00
PrefPane.swift Add general pref pane 2017-02-27 22:45:26 +01:00
PrefService.swift GH-325 Store the frame of the last window and cascase manually 2017-08-15 17:53:38 +02:00
PrefUtils.swift GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
PrefWindow.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
PrefWindowReducer.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
PreviewReducer.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
PreviewService.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
PreviewTool.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
PreviewToolReducer.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
PreviewUtils.swift GH-383 Add initial preview page for html preview tool 2017-04-11 19:26:34 +02:00
RxSwiftCommons.swift GH-433 Add RxSwiftCommonsTest 2017-05-03 21:43:45 +02:00
ScoredFileItem.swift GH-227 It compiles, it compiles 2016-09-25 17:50:33 +02:00
Scorer.swift GH-292 Make open quickly a bit better.. 2016-12-17 15:22:04 +01:00
SerializableStates.swift GH-325 Add frame to MainWindow's state (and persist it) 2017-08-14 21:04:35 +02:00
sparkle_pub.pem GH-220 Add sparkle to the project 2016-10-14 10:14:02 +02:00
States.swift GH-325 Refactor slightly 2017-08-20 15:11:19 +02:00
SwiftCommons.swift Don't use String.characters 2017-11-10 12:17:47 +01:00
Theme.swift Move changeTheme() to Theme.swift 2017-09-03 23:14:08 +02:00
ThemedTableSubviews.swift GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
ToolsPref.swift GH-426 Store active tools in user defaults 2017-05-01 17:15:21 +02:00
ToolsPrefReducer.swift GH-426 Store active tools in user defaults 2017-05-01 17:15:21 +02:00
Types.swift GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
UiRoot.swift GH-325 Store the frame of the last window and cascase manually 2017-08-15 17:53:38 +02:00
UiRootReducer.swift GH-325 Do not store full screen frame in user defaults 2017-08-28 19:09:04 +02:00
vimr GH-302, GH-421 Reformat 2017-06-12 23:38:00 +02:00