Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
I18N: Update Belarusian and Russian translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to wjp for noticing this
|
|
Instead of the engine-based 0, we now default to
kThumbnailWidth/kThumbnailHeight2, as values of 0
here disable thumbnails in the engine.
TODO: Perhaps consider looking into always running the
thumbnail-generation even if the sizes are 0?
|
|
If _maxLength was -1, we would end up with a 0-size allocation,
and a write that starts right before it, which gives odd results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows to avoid situations with files named "NewYork" with
"New York" font inside.
|
|
Also adjust the devtools and built-in fonts accordingly.
|
|
|
|
Closes #837.
|
|
|
|
|
|
Thanks to _sev for the suggestion
|
|
|
|
|
|
|
|
|
|
|
|
|