- Aug 27, 2020
-
-
Romain Vimont authored
Replace the background_worker by an executor.
-
Romain Vimont authored
Introduce a new API to execute "runnables". The execution can be automatically interrupted on timeout or via an explicit cancelation request.
-
- Aug 26, 2020
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Size if never valid without target region (16x16), so that face is unusable.
-
Steve Lhomme authored
No need to pass the whole display config.
-
- Aug 25, 2020
-
-
François Cartegnie authored
-
Steve Lhomme authored
Only called on open and when it changes.
-
Steve Lhomme authored
Don't write vd->fmt directly.
-
Steve Lhomme authored
-
Steve Lhomme authored
Unused since ad3c0ba1.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It's already done in the core.
-
Steve Lhomme authored
We overwrite all the fields of sys->place further in Place().
-
Steve Lhomme authored
We already have the "if" so make use of it.
-
Steve Lhomme authored
We pass the new state and we received the modified value in the same variable.
-
Steve Lhomme authored
Avoid some boiler plate copy for filters not modifying the output.
-
Steve Lhomme authored
-
- Aug 24, 2020
-
-
This reverts commit 64b59282. This was working by accident, the language was interpreted as user-agent and was accepted, only when english was used. (cherry picked from commit 779b95f6) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Better performance listing fonts with the previouly matched family instead of criterion match
-
François Cartegnie authored
Makes use of explicit fallback to make a single call to fontconfig. Callbacks now returns error code as we should be able to cache misses
-
François Cartegnie authored
-
Hugo Beauzée-Luyssen authored
It was lacking the same terminal '/' appending we do when a device gets added, causing a mismatch depending on the SD module triggering the removal
-
Hugo Beauzée-Luyssen authored
This allows the UI not to ask for a thumbnail generation if the previous one lead to a crash, or if it's been failing multiple times before.
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Don't ignore hidden files (since we are interested in .nomedia files) and let the media lib chose which files it will analyze
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since this variable is not created as part of any module, creating it with this flag will cause an assertion failure when trying to load it from the config
-
Pierre Ynard authored
-