Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-15 | wayland, dictionary applet: confine popup dialog to monitor dimensions | lukefromdc | 1 | -20/+59 | |
2023-08-15 | wayland, dictionary: Make the panel applet usable in wayland | lukefromdc | 1 | -5/+52 | |
*Move the text entry box from the panel to the popup dialog when running under wayland *The only way we can focus it on the panel is with low level x11 code or with the keyboard *Leave the text entry box on the panel for x11, don't fix what isn't broken | |||||
2023-08-14 | Wayland: Fix position and behavior of dictionary applet popup window | lukefromdc | 3 | -0/+83 | |
*Use gtk layer shell to duplicate the x11 behavior of the dictionary applet's popup dialog window | |||||
2023-08-12 | dictionary applet: allow building in-process | lukefromdc | 3 | -9/+59 | |
*This is needed for wayland support | |||||
2023-04-16 | mate-dictionary: Replace deprecated functions fix compilation warnings | zhuyaliang | 2 | -149/+241 | |
2022-02-11 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+1 | |
2022-02-11 | gdict-applet: do not build the file path | rbuj | 1 | -4/+2 | |
2022-02-11 | dict: implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -6/+6 | |
2022-02-11 | mate-dictionary: fix memory leak | rbuj | 1 | -1/+2 | |
2022-01-21 | mate-dictionary: fix memory leak | rbuj | 1 | -0/+1 | |
2021-11-24 | Use a blank line at most | rbuj | 6 | -15/+0 | |
2021-06-25 | update copyright to 2021 | raveit65 | 21 | -0/+21 | |
2021-03-13 | Remove warnings about missing prototypes | rbuj | 1 | -2/+2 | |
2021-02-08 | build: allow users to disable gettext support (--disable-nls) | rbuj | 3 | -0/+6 | |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
2020-12-07 | Add legal notice in Makefile.am files | rbuj | 1 | -0/+15 | |
2020-12-07 | GNU GPL 2 license notice without post box, after copyright notice | rbuj | 21 | -286/+236 | |
- Use always the same code snippet for including the top-level config.h | |||||
2020-11-18 | gdict-window: Remove warnings about missing initializer for field | rbuj | 1 | -5/+5 | |
2020-09-05 | Warn about accessing an undefined property of the object | rbuj | 2 | -0/+4 | |
2020-07-06 | gdict-pref-dialog: Simplify notebook scroll event | rbuj | 1 | -27/+31 | |
2020-07-06 | gdict-applet.c: change "Preferences" menu icon for harmonization | tamplan | 1 | -1/+1 | |
2020-06-23 | add git.mk to generate .gitignore | tamplan | 1 | -0/+2 | |
2020-06-13 | mate-dictionary-source.ui: Fix deprecations | rbuj | 1 | -2/+2 | |
2020-04-14 | expand the comments on about dialogs | rbuj | 1 | -1/+1 | |
2020-03-11 | mate-dictionary: remove unused function 'gdict_window_set_statusbar_visible' | rbuj | 1 | -24/+0 | |
2020-03-09 | Define custom macros for wrapping the calls to gtk_builder_get_object | rbuj | 2 | -32/+32 | |
2020-03-05 | mate-dictionary: warnings variable defined but not used | rbuj | 1 | -10/+0 | |
2020-01-20 | gettext: Fix locale dir | rbuj | 1 | -1/+1 | |
This allows to load the translations. | |||||
2020-01-13 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2019-10-01 | Add WARN_CFLAGS to CFLAGS | rbuj | 1 | -0/+2 | |
2019-09-02 | gdict-aligned-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-09-02 | gdict-sidebar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-09-02 | gdict-applet: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-06 | Add scroll tabs with mouse wheel | Laurent Napias | 1 | -0/+64 | |
2019-07-04 | Remove trailing whitespaces | Laurent Napias | 12 | -436/+436 | |
2019-05-07 | Remove unused variables | rbuj | 2 | -8/+3 | |
2019-05-03 | gdict-applet: Variable 'detail' is allocated memory that is never used | rbuj | 1 | -1/+1 | |
2019-04-09 | Fix -Werror=cast-function-type with GCC 8 | rbuj | 2 | -13/+5 | |
In addition, it removes unnecessary function type casts like: (GDestroyNotify) g_object_unref (GDestroyNotify) g_free | |||||
2019-03-24 | Update documenters in about dialog | rbuj | 1 | -2/+9 | |
2019-03-24 | mate-dictionary: Use g_strjoin to build license text | rbuj | 1 | -18/+23 | |
full stop at end of sentence in license paragraphs | |||||
2019-03-24 | Use program-name and title in gtk_show_about_dialog call | rbuj | 1 | -1/+2 | |
2019-02-16 | Make translatable the copyright in about dialog | rbuj | 1 | -3/+2 | |
2018-09-24 | mate-dictionary: Fix memory leak | Pablo Barciela | 1 | -6/+9 | |
2018-09-23 | dictionary: replace deprecated gdk_flush | raveit65 | 1 | -1/+3 | |
2018-09-23 | dictionary: replace deprecated gtk_menu_popup | raveit65 | 1 | -31/+10 | |
2018-09-23 | dictionary: Replace deprecated GtkFontButton accessors | Emmanuele Bassi | 1 | -4/+4 | |
Use the equivalent GtkFontChooser ones. origin commit: https://gitlab.gnome.org/GNOME/gnome-dictionary/commit/d575146 | |||||
2018-02-14 | avoid deprecated GtkStock | Pablo Barciela | 4 | -36/+51 | |
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 5 | -33/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-21 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -6/+3 | |
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 |