summaryrefslogtreecommitdiff
path: root/src/font-model.c
Commit message (Expand)AuthorAgeFilesLines
* font-model: Leak cleanupsChristopher Davis2022-12-241-6/+9
* general: Split window out into font-view-window.cChristopher Davis2022-12-241-0/+41
* Port to GTK4Evan Welsh2022-02-121-64/+145
* Stop using FreeType and files for font names.ewlsh/remove-ft-file-loadingEvan Welsh2021-02-121-6/+80
* Move utility to get font name to sushi-font-loaderCosimo Cecchi2019-12-011-1/+2
* Use a GFile in FontViewModelItemCosimo Cecchi2019-07-151-14/+13
* Cleanup includesCosimo Cecchi2019-07-151-7/+0
* Port to GtkFlowBoxCosimo Cecchi2019-07-151-350/+81
* font-model: don't use a private instanceCosimo Cecchi2019-07-061-52/+45
* Use g_autoptr/g_autofree for memory managementCosimo Cecchi2019-07-061-86/+44
* Use g_clear_* helpers to release memoryCosimo Cecchi2019-07-061-25/+8
* 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
* Replace usage of deprecated g_type_class_add_private()Martin Blanchard2018-09-031-4/+10
* Fix fallback icon loadingMatthias Clasen2018-01-221-2/+5
* Load the mime icon at the exact sizeMatthias Clasen2017-11-161-1/+2
* model: add missing assignmentCosimo Cecchi2017-04-031-0/+2
* model: Only show scalable fontsMichael Catanzaro2017-01-271-0/+1
* model: listen to fontconfig timestamp notificationsCosimo Cecchi2016-10-261-42/+15
* font-model: Support TTC fontsPeng Wu2016-01-271-24/+60
* font-utils: Add face_index argumentPeng Wu2016-01-271-1/+3
* font-model: avoid a runtime warningCosimo Cecchi2015-11-211-2/+1
* Remove unused variablesCosimo Cecchi2015-11-211-1/+0
* Replace io scheduler with g_task_run_in_thread in load_font_infosRobert Roth2015-01-191-46/+22
* Ported thumbnailing io scheduler job to g_task_run_in_threadRobert Roth2015-01-191-9/+11
* Replace deprecated method with main context invocationRobert Roth2015-01-191-4/+4
* font-model: Create cairo surfaces in the main threadRui Matos2014-07-151-14/+14
* font-model: make sure to scale pixbufs as we create themCosimo Cecchi2013-08-201-3/+11
* font-model: use cairo surfaces for the application gridCosimo Cecchi2013-08-131-36/+54
* font-model: propagate the scale factor to the modelCosimo Cecchi2013-08-131-3/+28
* font-model: generate large thumbnailsCosimo Cecchi2013-08-131-1/+1
* font-model: drop gtk_icon_info_freeYosef Or Boczko2013-08-131-1/+1
* font-model: emit config-changed when reloading the font listCosimo Cecchi2012-11-261-3/+3
* font-model: actually cancel the thread when rebuilding font listCosimo Cecchi2012-11-261-13/+27
* font-model: cancel previous loading when refreshing font listCosimo Cecchi2012-11-051-5/+25
* model: load font names asynchronouslyCosimo Cecchi2012-08-201-65/+141
* model: use a single IO scheduler job to load thumbnail imagesCosimo Cecchi2012-08-201-64/+64
* model: cache tree iters when setting values on the modelCosimo Cecchi2012-08-201-47/+22
* model: cache the fallback icon in the private structCosimo Cecchi2012-08-201-27/+28
* font-model: use g_utf8_collation_key to sort the modelCosimo Cecchi2012-06-111-8/+13
* font-model: use g_io_scheduler_push_job() to refactor thumbnailing codeCosimo Cecchi2012-06-111-196/+135
* font-model: don't use sync g_file_query_info()Cosimo Cecchi2012-06-111-10/+23
* font-model: set a fallback icon if we fail to read the thumbnailCosimo Cecchi2012-05-031-4/+21
* font-model: add API to get an iter from a FT_FaceCosimo Cecchi2012-05-031-36/+36
* font-model: install file monitors on fontconfig font directoriesCosimo Cecchi2012-05-031-0/+77
* font-view: move FontConfig init/deinit to the application classCosimo Cecchi2012-05-011-2/+0
* font-model: set a fallback icon if we fail thumbnailing the font fileCosimo Cecchi2012-05-011-11/+46