summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* font-view: Use AdwApplicationwip/ewlsh/gtk4Christopher Davis2022-02-123-16/+8
* font-view: Remove unused variablesChristopher Davis2022-02-121-4/+1
* font-view: Don't cast header as GtkHeaderBar for `set_titlebar ()`Christopher Davis2022-02-121-2/+1
* font-view: Vertically expand previewsChristopher Davis2022-02-121-0/+1
* font-view: Use AdwWindowTitle for window titlesChristopher Davis2022-02-121-11/+7
* Port to GTK4Evan Welsh2022-02-127-776/+651
* Fix meson build with meson 0.60.0+r-value2021-12-301-1/+1
* Add WOFF to list of MIME typesJacob Kauffmann2021-09-222-2/+2
* Merge branch 'ewlsh/remove-ft-file-loading' into 'master'Christopher Davis2021-02-134-87/+80
|\
| * Stop using FreeType and files for font names.ewlsh/remove-ft-file-loadingEvan Welsh2021-02-124-87/+80
* | font-view: Properly complete GTask on errorsDiego Escalante Urrelo2021-02-131-1/+6
* | font-view: Whitespace fixDiego Escalante Urrelo2021-02-131-1/+1
* | font-view: Show search on ctrl+FDiego Escalante Urrelo2021-02-131-0/+6
|/
* Merge branch 'jridehalgh/gnome-font-viewer-urls'Christopher Davis2021-02-121-0/+1
|\
| * font-view.c: Add URL to the about dialogJack Ridehalgh2021-02-121-0/+1
* | 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