Age | Commit message (Expand) | Author | Files | Lines |
2023-06-28 | Fix distribution of applet service files | Colomban Wendling | 1 | -1/+1 |
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 1 | -7/+7 |
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 1 | -22/+6 |
2021-12-11 | Use a blank line at most | rbuj | 1 | -1/+0 |
2021-02-07 | Redundant NULL check before freeing a variable | rbuj | 1 | -22/+20 |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 |
2020-12-15 | Signal name is 'value-changed' for GtkSpinButton | rbuj | 1 | -2/+2 |
2020-12-11 | remove function calls to mate_panel_applet_set_background_widget | mbkma | 1 | -2/+0 |
2020-12-05 | fish: Do not to include the math.h library to get the PI value | rbuj | 1 | -4/+3 |
2020-09-07 | Remove variableScope warnings reported by cppcheck | rbuj | 1 | -7/+4 |
2020-07-05 | Avoid using single-line cpp comments | rbuj | 1 | -1/+1 |
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 |
2019-11-15 | fix mate-panel can not find mo file | Wu Xiaotian | 1 | -1/+1 |
2019-11-11 | migrate from intltool to gettext | Wu Xiaotian | 2 | -10/+11 |
2019-10-09 | fish: Use a higher resolution image for Wanda the Fish | Victor Kareh | 1 | -0/+0 |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -1/+1 |
2019-06-20 | Add supported platform values to *.mate-panel-applet files | William Wold | 1 | -0/+1 |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 |
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 1 | -4/+3 |
2019-01-07 | Store fish surface size to enable rendering without backend specific code | William Wold | 1 | -2/+11 |
2019-01-07 | Remove unused screen variable in fish applet | William Wold | 1 | -3/+0 |
2019-01-07 | Remove X specific functions from fish applet | William Wold | 1 | -11/+9 |
2018-07-12 | fish: avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -5/+0 |
2018-04-28 | fish: Install fish animations in fish-specific directory | Vincent Untz | 1 | -1/+1 |
2018-04-26 | fish: Convert to GResource | Vincent Untz | 3 | -23/+30 |
2018-04-15 | fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id | Pablo Barciela | 1 | -6/+30 |
2018-04-12 | fish.ui: avoid deprecated: | Pablo Barciela | 1 | -97/+160 |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -10/+1 |
2018-01-25 | avoid deprecated GtkStock | Pablo Barciela | 1 | -4/+4 |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -2/+3 |
2017-08-22 | Fix crashes on moving/removing applets with glib 2.53.4 or later | lukefromdc | 1 | -6/+4 |
2017-08-13 | fish: fix adding back after removal | lukefromdc | 1 | -3/+6 |
2017-08-13 | Fish: stop all warnings on removing when built in-process | lukefromdc | 1 | -0/+3 |
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+2 |
2017-08-02 | fish: fix applet opening as thin line when built in-process | lukefromdc | 1 | -11/+21 |
2017-08-02 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -5/+7 |
2017-07-29 | don't use deprecated gtk_show_uri | lukefromdc | 1 | -2/+5 |
2017-04-11 | update copyright year to 2017 | monsta | 1 | -1/+1 |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -99/+0 |
2016-07-28 | fish: use GtkAbout and update copyright | raveit65 | 1 | -3/+3 |
2016-02-12 | GTK+3 fish: fix a Wunused-but-set-variable build warning | Wolfgang Ulbrich | 1 | -2/+2 |
2016-02-12 | GTK+3 fish: Removed unused and deprecated variables/functions | Wolfgang Ulbrich | 1 | -0/+4 |
2016-01-23 | Gtk3: Don't use deprecated gtk_misc_set_alignment | Roy Zhang | 1 | -0/+5 |
2015-09-06 | Rework gsettings schema building | infirit | 3 | -39/+37 |
2015-07-14 | Replace GtkObject with GObject also for Gtk+ 2 | infirit | 1 | -16/+0 |
2014-11-23 | don't leak memory | Monsta | 1 | -1/+1 |
2014-11-23 | GDK_KEY_* is also in Gtk+2.24 | infirit | 1 | -9/+6 |