| .. |
|
CSTimeCapturePlugin
|
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 |
|
CSTimeCapturePlugin.xcodeproj
|
Update settings files for localization changes Xcode was complaining about.
|
2019-06-06 05:54:15 -04:00 |
|
CSCurrentTimeCapture.h
|
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 |
|
CSCurrentTimeCapture.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 |
|
CSCurrentTimeCaptureViewController.h
|
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 |
|
CSCurrentTimeCaptureViewController.m
|
Add formatters to all relevant date/time sources.
|
2015-02-12 23:23:38 -05:00 |
|
CSCurrentTimeCaptureViewController.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 |
|
CSElapsedTimeCapture.h
|
Store the start time of the main stream (when Stream is clicked).
|
2018-04-15 22:45:00 -04:00 |
|
CSElapsedTimeCapture.m
|
Store the start time of the main stream (when Stream is clicked).
|
2018-04-15 22:45:00 -04:00 |
|
CSElapsedTimeCaptureViewController.h
|
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 |
|
CSElapsedTimeCaptureViewController.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 |
|
CSElapsedTimeCaptureViewController.xib
|
Store the start time of the main stream (when Stream is clicked).
|
2018-04-15 22:45:00 -04:00 |
|
CSTimeIntervalBase.h
|
Split time sources into elapsed time from reference point, time until reference point and a combined stopwatch/countdown for a fixed interval.
|
2015-02-12 07:36:47 -05:00 |
|
CSTimeIntervalBase.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 |
|
NSTimeIntervalFormatter.h
|
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 |
|
NSTimeIntervalFormatter.m
|
Syphon source now grabs the IOSurface before receiving a frame notification, so restored Syphon Sources from 'fast' SyphonInjected processes work
|
2015-02-15 08:37:15 -05:00 |