Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
keep mate_panel_applet_set_background_widget for compatibility | |||||
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 | |
cppcheck --enable=all . 2> err.txt grep variableScope err.txt | |||||
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 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
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 | |
origin commits: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=5478111 https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=695d30c https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-4&id=00f9870 | |||||
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 | |
avoid deprecated: GtkVBox GtkHBox GtkTable GtkLabel:ypad GtkButton:use-stock | |||||
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 | |
This commit reverts: https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-22 | Fix crashes on moving/removing applets with glib 2.53.4 or later | lukefromdc | 1 | -6/+4 | |
*On destroying applet disconnect signals for functions that otherwise segfaults with glib 2.53.4 or later. *Fish: it's not always enough for a function to return immediately if applet destroyed anymore *panel-action-button: suppress a warning | |||||
2017-08-13 | fish: fix adding back after removal | lukefromdc | 1 | -3/+6 | |
These two "changed" functions get triggered by clearing gsettings values on exit, make them return immediately when this happens. Don't return from dispose on repeat call or applet can't be added back | |||||
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 | |
Based on part of https://github.com/GNOME/gnome-panel/commit/f0f91805a1e39543487cfe67dfc47129e45e76f3 There was an issue where Wanda appeared as a thin line. The reason is that calling gtk_widget_set_size_request() in a size_allocate() handler doesn't work. So use an idle function for this. Also, only call gtk_widget_set_size_request() if really needed. | |||||
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 | |
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it. | |||||
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 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-0&id=06ba8ba | |||||
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 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
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 | |
2014-05-16 | Remove all calls gtk_dialog_set_has_separator | infirit | 1 | -4/+0 | |