summaryrefslogtreecommitdiff
path: root/font-viewer
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17Fontviewer: move FontConfig init/deinit to the application classraveit652-2/+14
Safely init FontConfig once for the whole app, and de-init it when quitting. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=beec585
2017-02-17Fontviewer: font-model: set a fallback icon if we fail thumbnailing the font ↵raveit651-11/+46
file taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=a244951
2017-02-17Fontviewer: Update SushiFontLoader and SushiFontWidget from sushiraveit653-70/+161
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=026e378 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=044842e https://git.gnome.org/browse/gnome-font-viewer/commit/?id=63268c1 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0d617cf https://git.gnome.org/browse/gnome-font-viewer/commit/?id=4940840 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f0aac98 and others
2017-02-17Fontviewer: make sure rendered text is black on whiteraveit651-2/+4
Also, don't use deprecated GTK API 'gtk_widget_modify_bg' to set this.
2017-02-17Font-viewer: adjust desktop fileraveit651-2/+7
2017-02-17Font-viewer: add an application menuraveit651-0/+68
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=3261384
2017-02-17Font-viewer: thumbnailer port to cairo renderingraveit652-245/+137
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=6fffe82
2017-02-17Font-viewer: first pass at integrating an overview moderaveit651-46/+238
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=511eb7a
2017-02-17Font-viewer: thumbnailer respect the passed-in size argumentraveit651-1/+1
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f5d6bfe
2017-02-17Font-viewer: add FontViewModelraveit653-2/+539
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=184661h
2017-02-17Font-viewer: use new toolbar-style interfaceraveit651-47/+81
2017-02-17Font-viewer: import GdMainToolbarraveit653-2/+565
2017-02-17Font-viewer: remove ftstream-vfsraveit653-191/+2
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0522313
2017-02-17Font-viewer: font-view port to SushiFontWidget and GtkApplicationraveit651-395/+207
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=79a3e86
2017-02-17Font-viewer: thumbnailer use SushiFontLoaderraveit651-4/+7
2017-02-17Font-viewer: import SushiFontLoader and SushiFontWidgetraveit655-2/+980
taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f50e4c4
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-127/+1
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-02-04[GTK+3] use x/y align functions of GtkLabel in GTK+ >= 3.16monsta1-3/+3
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta1-1/+0
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich1-6/+6
2016-01-15[GTK+3] font-viewer: fix deprecated usage of GtkMisc and GdkColormonsta1-1/+21
2016-01-13font-viewer: remove unused variablemonsta1-1/+1
2016-01-13font-viewer: fix indent a bitmonsta1-102/+103
2015-08-29Gtk3 Fontviewer: increase-horiontal-size-scrolledwindowraveit651-0/+5
- needed for GtkGrid port
2015-08-29Gtk3 Fontviewer: don't use deprecated-GtkHBoxraveit651-0/+4
2015-08-29Gtk3 Fontviewer: port-GtkTable-to-GtkGridraveit651-1/+92
2015-08-29Fontviewer: fix deprecated-GThread-APIraveit651-1/+1
2015-08-08font-viewer: Use cairo for font renderingraveit6-421/+483
Taken from gnome-font-viewer based on initial patch by Rodrigo Moya and updated by Cosimo Cecchi <[email protected]> commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
2015-07-12Replace Gdk drawing with Cairoinfirit1-11/+13
2014-12-16Revert "Add back support for Glib 2.32"infirit1-4/+0
This reverts commit 5ee2c81ca6d335b18d51dbc6f1036c5f08396220.
2014-12-16Add back support for Glib 2.32infirit1-0/+4
2014-06-06Add keywords to dot desktop files, close #102.infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2014-05-23Replace deprecated g_format_size_for_display with g_format_sizeinfirit1-1/+1
2014-05-20Drop support for glib < 2.36infirit1-7/+0
2014-01-28Fix some gcc warningsStefano Karapetsas1-1/+1
2014-01-24font-viewer: Allow to compile with GTK3Stefano Karapetsas1-1/+11
However, drawing signal is disabled with GTK3. It need to be fixed later.
2013-10-05Fix some deprecations and remove some unused varsStefano Karapetsas1-0/+4
2013-07-30Fixes for make dist and make distcheckStefano Karapetsas1-1/+1
2013-03-25change INCLUDES to AM_CPPFLAGS for automake-1.13raveit1-1/+1
2012-10-13font-viewer: replace mateconf schema with thumbnailer fileStefano Karapetsas3-121/+7
2012-08-09Removed MATE Categories key in *.desktop files.Steve Zesch1-4/+0
2012-08-02Fixed incorrect fsf address.Steve Zesch3-3/+3
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos8-0/+1488