summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-28panel-context-menu: use GtkAbout and update copyrightraveit651-7/+2
2016-07-28clock: use GtkAbout and update copyrightraveit651-3/+2
2016-07-28window-list: use GtkAbout and update copyrightraveit651-2/+2
2016-07-28show-desktop: use GtkAbout and update copyrightraveit651-3/+2
2016-07-28workspace-switcher: use GtkAbout and update copyrightraveit651-2/+2
2016-07-28window-menu applet: use GtkAbout and update copyrightraveit651-3/+2
2016-07-28na: : use GtkAbout and update copyrightraveit651-4/+3
2016-07-28fish: use GtkAbout and update copyrightraveit651-3/+3
2016-07-28pre-bump versionraveit652-1/+3
2016-07-26multiscreen: drop unused functionmonsta3-47/+0
from https://git.gnome.org/browse/gnome-panel/commit/?id=f89661d8489a75d1c356925c6e53e8ccc9d7fbb9
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-07-11Merge pull request #456 from chrstphrchvz/patch-1Martin Wimpress1-1/+1
fix typo
2016-07-10fix typoChristopher Chavez1-1/+1
2016-06-30clock: fix UI issues introduced in 882f8f4monsta2-15/+24
2016-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei10-48/+47
2016-06-29fixes for opensuse.layoutSorokin Alexei1-3/+11
2016-06-29fix some warnings and deprecationsSorokin Alexei9-58/+143
2016-06-29Gtk3: rename panel_widget_size_request() to panel_widget_get_preferred_size()Sorokin Alexei1-48/+106
2016-06-29Gtk3: fix no explicit return value type for set_background_region()Sorokin Alexei1-0/+1
2016-06-28po: drop languages not present on Transifexmonsta7-19502/+0
la (Latin) is present though, but it's empty, so no use for us
2016-06-28po: actually add new language from Transifexmonsta1-0/+1
2016-06-21panel-test-applets: fix typomonsta1-1/+1
fixes https://github.com/mate-desktop/mate-panel/issues/439
2016-06-08release 1.15.0v1.15.0raveit652-1/+16
2016-06-08sync with Transiflexraveit6516-233/+3164
2016-06-08fix missing focus for panel widgetsraveit651-0/+1
credits and thanks to Joanmarie from orca project fixes partially https://github.com/mate-desktop/mate-panel/issues/441 https://github.com/mate-desktop/mate-panel/issues/440 https://github.com/mate-desktop/mate-panel/issues/444
2016-06-07panel-widget: add missing function declaration for GTK+ >= 3.18monsta1-0/+3
fixes a build warning
2016-06-02added missing variable initializationmonsta1-0/+1
2016-06-02restore correct applet finalizing codemonsta1-1/+2
Revert "Cancel background settings upon MatePanelAppletFrameDBus destruction. This is an attempt to fix https://github.com/mate-desktop/mate-panel/issues/214" This reverts commit e6a14da0f7946f77e4316a05e051527b54ec1c99.
2016-06-02revert old change that accidentally got heremonsta1-1/+1
https://github.com/mate-desktop/mate-panel/commit/c5cd7ee4a663d862a5893fb48cbfb087540978cc
2016-05-30na-try-child: add missing include for GTK_Version_Checkraveit651-0/+1
2016-04-13configure: remove unused python-related directivemonsta1-1/+0
2016-04-07 po: add missing languages to LINGUAS + fix sorting a bitv1.14.0monsta1-1/+4
2016-04-06release 1.14.0raveit652-1/+2
2016-04-06add new languages and sync with transiflexraveit65111-5125/+13908
2016-04-06Revert "add new languages and sync with transiflex"raveit65112-14102/+5160
This reverts commit c57aa66fc8ddcc9baa21446e87c9332f11e0abed.
2016-04-06Add Changelog generationraveit651-0/+10
2016-04-06add new languages and sync with transiflexraveit65112-5160/+14102
2016-04-06update NEWS and pack 1.13.x changes into single 1.14.0 entrymonsta1-32/+17
2016-03-27release 1.13.2v1.13.2raveit651-1/+12
2016-03-26sync with transiflexraveit65107-18567/+22221
2016-03-25GTK 3.18:Apply panelplug reworklukefromdc1-1/+1
panel-plug.c Changing the panel background handling (from gnome-panel) for GTK 3.18 requires that the panelplug changes from gnome-panel also be applied or applets can mismatch the panel toplevel when an alpha value is present
2016-03-25GTK 3.18:Apply panelplug reworklukefromdc1-1/+1
panel-plug-private.h Changing the panel background handling (from gnome-panel) for GTK 3.18 requires that the panelplug changes from gnome-panel also be applied or applets can mismatch the panel toplevel when an alpha value is present
2016-03-25GTK 3.18:Apply panelplug reworklukefromdc1-12/+12
mate-panel-applet.c Changing the panel background handling (from gnome-panel) for GTK 3.18 requires that the panelplug changes from gnome-panel also be applied or applets can mismatch the panel toplevel when an alpha value is present.
2016-03-25Gtk3.18/3.20-move background handling toplevellukefromdc1-24/+38
panel-widget.c move background handling to the panel toplevel in GTK 3.18 and GTK 3.20 builds only, seems to fix the applet crashes on theme changes with a custom background loaded, and in GTK 3.20 also preserves custom backgrounds when GTK themes are changed
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-1/+7
panel-toplevel.h move background handling to the panel toplevel in GTK 3.18 and GTK 3.20 builds only, seems to fix the applet crashes on theme changes with a custom background loaded, and in GTK 3.20 also preserves custom backgrounds when GTK themes are changed
2016-03-25 Gtk3.18/3.20-move background handling toplevel lukefromdc1-8/+180
panel-toplevel.c move background handling to the panel toplevel in GTK 3.18 and GTK 3.20 builds only, seems to fix the applet crashes on theme changes with a custom background loaded, and in GTK 3.20 also preserves custom backgrounds when GTK themes are changed
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-3/+7
panel-separator.c
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-2/+9
panel-profile.c
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-2/+7
panel-menu-bar.c
2016-03-25Gtk3.18/3.20-move background handling toplevel lukefromdc1-5/+21
panel-applet-frame.c