CocoaSplit/CapturePlugins/CSTextCapturePlugin/CSTextCapturePlugin
Zakk 6255c32992 Don't place a 'live' pointer to output tracks in a CAMultiAudioInput's save data dictionary; copy it instead.
Text file source now supports all file types that NSAttributedString does (html, RTF/RTFD, DOC, XML etc).
Added a font size adjustment option to text file source.
2019-11-02 18:28:33 -04:00
..
en.lproj Most of the input plugins 2014-08-29 03:42:33 -04:00
CSTextCaptureFactory.h Added NowPlaying (generate text source based on currently playing song in iTunes or Spotify) and FileText (get text from a file) plugins 2015-01-01 20:50:21 -05:00
CSTextCaptureFactory.m Added time related sources. Current time, elapsed time from any past point in time, and a countdown to a given date/time (or just X seconds of countdown) 2015-02-08 23:16:34 -05:00
CSTextCapturePlugin-Info.plist Change the source outline view so it doesn't leak CFStrings (!?!?!) 2017-10-29 12:08:14 -04:00
CSTextCapturePlugin-Prefix.pch Most of the input plugins 2014-08-29 03:42:33 -04:00
FileTextCapture.h Don't place a 'live' pointer to output tracks in a CAMultiAudioInput's save data dictionary; copy it instead. 2019-11-02 18:28:33 -04:00
FileTextCapture.m Don't place a 'live' pointer to output tracks in a CAMultiAudioInput's save data dictionary; copy it instead. 2019-11-02 18:28:33 -04:00
FileTextCaptureViewController.h Added started line number option to text file source 2017-07-20 17:34:54 -04:00
FileTextCaptureViewController.m Added started line number option to text file source 2017-07-20 17:34:54 -04:00
FileTextCaptureViewController.xib Don't place a 'live' pointer to output tracks in a CAMultiAudioInput's save data dictionary; copy it instead. 2019-11-02 18:28:33 -04:00
TextCapture.h Sources now use restore/saveWithCoder instead of init/encodeWithCoder. This allows restoring to be a bit smarter about cached sources, replacing them transparently at restore time. 2018-02-03 23:56:32 -05:00
TextCapture.m Sources now use restore/saveWithCoder instead of init/encodeWithCoder. This allows restoring to be a bit smarter about cached sources, replacing them transparently at restore time. 2018-02-03 23:56:32 -05:00
TextCaptureViewController.h Sources now use restore/saveWithCoder instead of init/encodeWithCoder. This allows restoring to be a bit smarter about cached sources, replacing them transparently at restore time. 2018-02-03 23:56:32 -05:00
TextCaptureViewController.m Sources now use restore/saveWithCoder instead of init/encodeWithCoder. This allows restoring to be a bit smarter about cached sources, replacing them transparently at restore time. 2018-02-03 23:56:32 -05:00
TextCaptureViewController.xib The base TextCapture class handles loading the settings interface now and inserts standard text controls (font, alignment) in addition to whatever the actual capture source requires. 2015-04-18 21:33:48 -04:00