exactness/src/bin
Daniel Zaoui 667171d1d9 Player: improve the stabilization mechanism
The goal is to support applications where editable entries are used.
The problem is the text cursor that, even if we disable its animation
through the theme overlay, triggers the render post event, which breaks
all the previous method used to detect stability.
Now, every 100ms, we compare the current canvas image with the previous
saved shot.
2018-05-16 18:00:39 +03:00
..
.gitignore Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
Makefile.am Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
exactness.c Suite: replace the compare method 2018-05-16 18:00:39 +03:00
injector.c Exactness: add the stabilize action to the scenario 2018-05-14 11:09:37 +03:00
inspect.c Inspect: permit stabilization action appending via command line 2018-05-16 18:00:39 +03:00
player.c Player: improve the stabilization mechanism 2018-05-16 18:00:39 +03:00
player_entry.edc Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
player_fonts.edc Player: overlay the default theme to disable the text cursor 2018-05-14 11:09:37 +03:00
recorder.c Recorder: support stabilization via hotkey 2018-05-16 18:00:39 +03:00