summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* desktop: List compatible form factorsChristopher Davis2023-02-111-0/+1
* font-view-window: Add search shortcutAutomeris naranja2023-02-112-1/+19
* font-view-window: Add tooltips to some buttonssunflowerskater2023-02-111-0/+2
* font-view-window: Add some mnemonicsAlberto2023-02-111-2/+4
* font-view-window: Add placeholder text to the search entrysunflowerskater2023-02-111-1/+3
* window: Add quit shortcutChristopher Davis2022-12-241-0/+11
* application: Use window.close() instead of destroy()Christopher Davis2022-12-241-1/+1
* font-model: Leak cleanupsChristopher Davis2022-12-241-6/+9
* general: Rename font-view.c to font-view-application.cChristopher Davis2022-12-245-5/+6
* font-view: Add current maintainers to about windowChristopher Davis2022-12-241-0/+2
* general: Split window out into font-view-window.cChristopher Davis2022-12-247-1153/+1217
* general: Split main() into main.cChristopher Davis2022-12-244-43/+106
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-192-6/+0
* sushi-font-widget: Copy deprecated pango direction APIChristopher Davis2022-09-022-2/+75
* font-view: destroy error dialog when closedJake Dane2022-08-041-2/+3
* font-view: Remove primary menuChristopher Davis2022-07-183-28/+9
* font-view: Port to AdwAboutWindowChristopher Davis2022-07-081-7/+7
* 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