- Jun 30, 2019
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This downloads and allocates the image on a background thread without blocking the UI.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Add button and path control UI elements, minor refactoring
-
Felix Paul Kühne authored
-
- Jun 29, 2019
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
- Jun 28, 2019
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Since the resource is released just after (and therefore terminated).
-
Thomas Guillem authored
Release() (instead of Terminate()) from the closing thread. Don't hold twice the ref count for private resources. This will not change anything when the resource is provided to the input_thread_t. The Release() call will just decrement the ref count. This will also not change anything when the input_thread_t create its own resource. The Release() will actually terminate the resource like before, and from the closing thread.
-
- Jun 27, 2019
-
-
Rémi Denis-Courmont authored
Reported-by:
Hyeon-Ju Lee <zorurione@gmail.com>
-
Rémi Denis-Courmont authored
Reported-by:
Hyeon-Ju Lee <zorurione@gmail.com>
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
Since var_GetBool() is way longuer to process.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- Jun 26, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
callback lost or disabled ?
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Now that there is more than 2 possible modes (regular playback, preparsing, thumbnailing) it makes more sense to check for an explicit match.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
- Multiple thumbnail can now be used - Discovery, thumbnailing & metadata extractions are now interruptible - An entry_point_added event has been added
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since we soon will need something else than int64
-
Steve Lhomme authored
The clear/begin/end scene is always done on our local IDirect3DDevice9. No need to force the host to do it a second time.
-
Steve Lhomme authored
It's simpler on the host side and we don't need to be tied to the HWND it would use internally.
-