Age | Commit message (Expand) | Author | Files | Lines |
2017-03-08 | font-viewer: fix former deprecation commit of gtk_misc_set_alignment | raveit65 | 1 | -4/+12 |
2017-03-08 | font-viewer: avoid deprecated gtk_arrow_new | raveit65 | 1 | -1/+1 |
2017-02-20 | font-viewer: remove declaration of non-existent function | monsta | 1 | -2/+0 |
2017-02-17 | add style class font-viewer at top level | raveit65 | 1 | -0/+5 |
2017-02-17 | Fontviewer: Update SushiFontLoader from sushi | raveit65 | 1 | -35/+17 |
2017-02-17 | Fontviewer: Replace io scheduler with g_task_run_in_thread in load_font_infos | raveit65 | 1 | -46/+21 |
2017-02-17 | Fontviewer: Ported thumbnailing io scheduler job to g_task_run_in_thread | raveit65 | 1 | -9/+12 |
2017-02-17 | Fontviewer: Replace deprecated method with main context invocation | raveit65 | 2 | -7/+5 |
2017-02-17 | Fontviewer: do not use deprecated-gtk_misc_set_alignment-and-margin-left-right | raveit65 | 2 | -6/+8 |
2017-02-17 | Fontviewer: Fix an uninitialized variable | raveit65 | 1 | -1/+1 |
2017-02-17 | Fontviewer: Add a title to the info dialog | raveit65 | 1 | -1/+1 |
2017-02-17 | Fontviewer: font-model, drop gtk_icon_info_free | raveit65 | 1 | -1/+1 |
2017-02-17 | Fontviewer: don't call deprecated g_type_init() | raveit65 | 2 | -4/+0 |
2017-02-17 | Fontviewer: font-thumbnailer, don't paint a white background under thumbnails | raveit65 | 1 | -4/+0 |
2017-02-17 | Fontviewer: font-view, return early if we have a model already | raveit65 | 1 | -0/+3 |
2017-02-17 | Fontviewer: don't crash when opening a non-existing file | raveit65 | 1 | -11/+49 |
2017-02-17 | Fontviewer: font-view, show an error dialog when unable to load a font | raveit65 | 1 | -0/+31 |
2017-02-17 | Fontviewer: font-model, emit config-changed when reloading the font list | raveit65 | 1 | -3/+3 |
2017-02-17 | Fontviewer: font-model: actually cancel the thread when rebuilding font list | raveit65 | 1 | -13/+27 |
2017-02-17 | Fontviewer: font-model, cancel previous loading when refreshing font list | raveit65 | 1 | -5/+25 |
2017-02-17 | Fontviewer: Set an empty title on the info dialog | raveit65 | 1 | -1/+1 |
2017-02-17 | Fontviewer: model: load font names asynchronously | raveit65 | 2 | -65/+140 |
2017-02-17 | Fontviewer: model: use a single IO scheduler job to load thumbnail images | raveit65 | 1 | -64/+64 |
2017-02-17 | Fontviewer: model: cache tree iters when setting values on the model | raveit65 | 2 | -48/+22 |
2017-02-17 | Fontviewer: model, cache the fallback icon in the private struct | raveit65 | 1 | -27/+29 |
2017-02-17 | Fontviewer: font-model, use g_utf8_collation_key to sort the model | raveit65 | 2 | -8/+14 |
2017-02-17 | Fontviewer: font-model, use g_io_scheduler_push_job() to refactor thumbnailin... | raveit65 | 1 | -197/+135 |
2017-02-17 | Font-viewer: font-model, don't use sync g_file_query_info() | raveit65 | 1 | -10/+23 |
2017-02-17 | Fontviewer: font-view: don't hardcode ~/.fonts as target install directory | raveit65 | 1 | -16/+57 |
2017-02-17 | Fontviewer: font-model, set a fallback icon if we fail to read the thumbnail | raveit65 | 1 | -3/+20 |
2017-02-17 | Fontviewer: match the font face when getting an iter to update the button | raveit65 | 1 | -7/+7 |
2017-02-17 | Fontviewer: font-model, add API to get an iter from a FT_Face | raveit65 | 5 | -36/+139 |
2017-02-17 | Fontviewer: refresh Install button appearance when model changes | raveit65 | 1 | -0/+12 |
2017-02-17 | Fontviewer: font-model, install file monitors on fontconfig font directories | raveit65 | 1 | -0/+78 |
2017-02-17 | Fontviewer: main-toolbar sync with Documents | raveit65 | 2 | -242/+405 |
2017-02-17 | Fontviewer: don't recreate a different SushiFontWidget every time | raveit65 | 1 | -18/+19 |
2017-02-17 | Fontviewer: move FontConfig init/deinit to the application class | raveit65 | 2 | -2/+14 |
2017-02-17 | Fontviewer: font-model: set a fallback icon if we fail thumbnailing the font ... | raveit65 | 1 | -11/+46 |
2017-02-17 | Fontviewer: Update SushiFontLoader and SushiFontWidget from sushi | raveit65 | 3 | -70/+161 |
2017-02-17 | Fontviewer: make sure rendered text is black on white | raveit65 | 1 | -2/+4 |
2017-02-17 | Font-viewer: adjust desktop file | raveit65 | 1 | -2/+7 |
2017-02-17 | Font-viewer: add an application menu | raveit65 | 1 | -0/+68 |
2017-02-17 | Font-viewer: thumbnailer port to cairo rendering | raveit65 | 2 | -245/+137 |
2017-02-17 | Font-viewer: first pass at integrating an overview mode | raveit65 | 1 | -46/+238 |
2017-02-17 | Font-viewer: thumbnailer respect the passed-in size argument | raveit65 | 1 | -1/+1 |
2017-02-17 | Font-viewer: add FontViewModel | raveit65 | 3 | -2/+539 |
2017-02-17 | Font-viewer: use new toolbar-style interface | raveit65 | 1 | -47/+81 |
2017-02-17 | Font-viewer: import GdMainToolbar | raveit65 | 3 | -2/+565 |
2017-02-17 | Font-viewer: remove ftstream-vfs | raveit65 | 3 | -191/+2 |
2017-02-17 | Font-viewer: font-view port to SushiFontWidget and GtkApplication | raveit65 | 1 | -395/+207 |