summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use HdyWindow and HdyHeaderBarwip/cdavis/hdywindowChristopher Davis2020-12-262-15/+19
* font-view: use basename in header bar when no family nameCosimo Cecchi2019-12-011-1/+7
* Fallback to basename when no family name (CVE-2019-19308)Cosimo Cecchi2019-12-011-3/+27
* font-widget: use sushi_get_font_name()Cosimo Cecchi2019-12-011-2/+1
* Move utility to get font name to sushi-font-loaderCosimo Cecchi2019-12-015-12/+20
* Support building a nightly flatpakCosimo Cecchi2019-09-284-7/+15
* font-view: Fix format-security compiler warningKalev Lember2019-07-191-0/+1
* Use a GFile in FontViewModelItemCosimo Cecchi2019-07-155-34/+26
* Cleanup includesCosimo Cecchi2019-07-152-8/+0
* Port to GtkFlowBoxCosimo Cecchi2019-07-153-471/+481
* font-view: add a Location row to the Info dialogCosimo Cecchi2019-07-061-0/+4
* font-widget: sync from SushiCosimo Cecchi2019-07-062-69/+37
* Use g_auto(GStrv) to free string arraysCosimo Cecchi2019-07-062-2/+2
* Convert tabs to spacesCosimo Cecchi2019-07-062-59/+59
* font-model: don't use a private instanceCosimo Cecchi2019-07-062-54/+45
* Use g_autoptr/g_autofree for memory managementCosimo Cecchi2019-07-064-329/+188
* Use g_clear_* helpers to release memoryCosimo Cecchi2019-07-062-34/+10
* thumbnailer: add font/collection to the supported mimetypesCosimo Cecchi2019-07-051-1/+1
* font-widget: always draw the font nameCosimo Cecchi2019-07-051-29/+26
* font-widget: fix a potential memory leakCosimo Cecchi2019-07-051-3/+3
* font-widget: try to reuse all characters for sample stringCosimo Cecchi2019-07-051-0/+3
* font-widget: do not hardcode unicode charmapCosimo Cecchi2019-07-051-3/+23
* font-view: display an error when installation failsCosimo Cecchi2019-07-041-1/+1
* font-view: factor out a method to display error dialogCosimo Cecchi2019-07-041-12/+19
* font-view: factor out some common codeCosimo Cecchi2019-07-041-10/+12
* font-view: account for font files with same basenameCosimo Cecchi2019-07-041-29/+71
* font-model: avoid unneeded memory allocationsCosimo Cecchi2019-07-041-7/+5
* font-model: coding style fixesCosimo Cecchi2019-07-041-11/+9
* font-model: remove unused struct fieldCosimo Cecchi2019-07-041-2/+0
* font-model: add some debug informationCosimo Cecchi2019-07-041-2/+8
* font-model: create surface in thumbnail threadCosimo Cecchi2019-07-041-12/+10
* font-widget: sync from SushiCosimo Cecchi2019-07-041-83/+74
* Add shortcut for back buttonJames Westman2019-05-201-10/+16
* Fix warnings at startupMatthias Clasen2018-11-011-1/+1
* Stop using the app menuMatthias Clasen2018-11-012-14/+21
* Freeze the install button while installing a fontMartin Blanchard2018-09-091-6/+59
* Replace usage of deprecated g_type_class_add_private()Martin Blanchard2018-09-033-29/+24
* sushi-font-widget: sync from upstream sushiCosimo Cecchi2018-09-032-26/+13
* Update icon name references to new nameCosimo Cecchi2018-09-031-2/+4
* icon: update app iconJakub Steiner2018-09-031-1/+1
* Add cvNN tags to the OpenType feature listMatthias Clasen2018-04-241-0/+19
* Redo the info dialogMatthias Clasen2018-01-221-34/+39
* Allow to see all sizes in the waterfallMatthias Clasen2018-01-221-1/+6
* Fix fallback icon loadingMatthias Clasen2018-01-221-2/+5
* Add searchMatthias Clasen2018-01-221-5/+82
* Load the mime icon at the exact sizeMatthias Clasen2017-11-161-1/+2
* Make the features list separator localizableKhaled Hosny2017-10-301-1/+2
* font-view: fix crash when changing scale factorCosimo Cecchi2017-10-301-2/+2
* desktop: handle font/ttf and font/otf mime typesCosimo Cecchi2017-10-041-1/+1
* thumbnailer: handle font/ttf and font/otf mime typesCosimo Cecchi2017-10-041-2/+1