Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
In addition, it removes unnecessary function type casts like:
(GDestroyNotify) g_object_unref
(GDestroyNotify) g_free
|
|
|
|
full stop at end of sentence in license paragraphs
|
|
|
|
|
|
|
|
|
|
fix validate errors:
$ find . -name "index.docbook" -exec yelp-check validate {} \;
validity error : Element othercredit content does not follow the DTD, expecting (honorific | firstname | surname | lineage | othername | affiliation | authorblurb | contrib)+, got (personname email )
|
|
fixes https://github.com/mate-desktop/mate-utils/issues/188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the equivalent GtkFontChooser ones.
origin commit:
https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146
|
|
"Dictionary source" is translated into Catalan as "font de diccionari" for now.
|
|
|
|
|
|
|
|
|
|
|
|
This commit reverts:
https://github.com/mate-desktop/mate-utils/commit/b210e404823cb5b1fa5b74d700fa3f89c2ea71a2
https://github.com/mate-desktop/mate-utils/commit/c0b5081bf32ee22094e15c5d76a8ac8e5806e4a5
And it applies an alternative to fix the deprecated functions:
gkd_screen_width
gdk_screen_height
gdk_screen_get_width
gdk_screen_get_height
|
|
fixes https://github.com/mate-desktop/mate-utils/issues/80
|
|
avoid deprecated:
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
|
|
|
|
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
|
|
|
|
and require mate-panel >= 1.17
|
|
|
|
ported from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=eaacf80e9b135d5c7085f899e2bea0076557bc53
|
|
|
|
Remove most of the deprecation warnings.
This is really an API change, since GtkBox is not a GtkVBox; on the
other hand:
• nothing is really subclassing this type
• GtkVBox does not have any API except a constructor
https://bugzilla.gnome.org/show_bug.cgi?id=745022
taken from: https://git.gnome.org/browse/gnome-dictionary/commit/?id=533b6d6
|
|
This is really an API change, since GtkBox is not a GtkVBox; on the
other hand:
• nothing is really subclassing this type
• GtkVBox does not have any API except a constructor
https://bugzilla.gnome.org/show_bug.cgi?id=745022
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=2cd2500
|
|
Remove all the deprecation warnings.
This is really an API change, since GtkBox is not a GtkVBox; on the
other hand:
• nothing is really subclassing this type
• GtkVBox does not have any API except a constructor
https://bugzilla.gnome.org/show_bug.cgi?id=745022
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=f9c484d
|
|
Remove all the deprecation warnings.
This is really an API change, since GtkBox is not a GtkVBox; on the
other hand:
• nothing is really subclassing this type
• GtkVBox does not have any API except a constructor
https://bugzilla.gnome.org/show_bug.cgi?id=745022
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=d078eaf
|
|
- deprecated composite-child API
- deprecated gdk_cursor_new
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=2ab2182
|
|
It's useless anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=745022
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=f353608
|
|
Emit lookup-start at the beginning of every lookup command instead of
after receiving response from server.
https://bugzilla.gnome.org/show_bug.cgi?id=537807
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=4bf5701
|
|
Allow the sidebar page to be unset.
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=cff1cc6
|
|
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=c60d8c8
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=8be0a24
|
|
The ::style-set signal should not be used, and we don't need to resize
on style changes. This eliminates an assertion triggered by the resize
grip.
taken from:
https://git.gnome.org/browse/gnome-dictionary/commit/?id=3313b7c
|