summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10Bump version to 1.9.2mate-panel-1.9.2Stefano Karapetsas2-2/+2
2014-11-10Sync translations with transifexmate-i18n2-47/+36
2014-11-04lockdown: move disable-lock-down key to lockdown schemainfirit4-9/+4
In order to use it in other parts of MATE.
2014-10-16Fix memory leakDenis Gorodnichev1-0/+1
Closes https://github.com/mate-desktop/mate-panel/pull/244
2014-10-14Update visibility of menu bar on loadStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-panel/issues/245
2014-10-13Places menu: don't rely on Caja desktop filesBalló György2-19/+46
This adds better support for other GVFS-compliant file managers (e.g. nautilus, nemo, pcmanfm). Closes https://github.com/mate-desktop/mate-panel/pull/242
2014-10-13Fix segfault: gtk_get_current_event can return nullDenis Gorodnichev1-2/+5
fix segfault when gtk_get_current_event return null fix memory leak: gtk_get_current_event return value must be freed Closes https://github.com/mate-desktop/mate-panel/pull/243
2014-10-03Do not assume that session manager GSettings schema is availableBalló György1-5/+8
This removes hard dependency on mate-session-manager (useful for custom environments). Closes https://github.com/mate-desktop/mate-panel/pull/241
2014-10-03Update Marco WM name as per Marco commitNathan Torchia1-1/+1
Closes https://github.com/mate-desktop/mate-panel/pull/240 cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
2014-10-02Merge pull request #239 from City-busz/make-caja-optionalStefano Karapetsas1-4/+9
Use Caja GSettings schema optionally
2014-10-02Use Caja GSettings schema optionallyBalló György1-4/+9
This was the last place where it was used unconditionally.
2014-09-22Add ubuntu layoutStefano Karapetsas2-1/+79
2014-09-22Add copyright about MATE developers on about windowStefano Karapetsas1-1/+2
2014-09-22Merge pull request #227 from NiceandGently/masterStefano Karapetsas2-0/+75
add fedora layout file
2014-09-18Set screen of context menu also in gtk2 code path Closes: #234Gert Wollny1-1/+1
2014-08-10add fedora layout fileraveit652-0/+75
2014-07-11Sync translations with transifexmate-i18n8-110/+101
2014-07-01Bump version to 1.9.1mate-panel-1.9.1Stefano Karapetsas2-2/+2
2014-06-27Bump required mate-desktop version to 1.9.1Stefano Karapetsas1-1/+1
2014-06-27Bump required mate-desktop version to 1.9.2infirit1-1/+1
Needed for the new MateColorSelecionDialog.
2014-06-26Use MateColorButton in panel properties dialogStefano Karapetsas2-11/+13
2014-06-25Restore way to close windows with middle clickStefano Karapetsas2-2/+4
It was forgot during transition to libwnck Closes https://github.com/mate-desktop/mate-panel/issues/191
2014-06-25Merge pull request #212 from rilian-la-te/fix_expandStefano Karapetsas6-42/+121
Fix expand
2014-06-25Merge pull request #211 from rilian-la-te/remove_opacity_key_gtk3Stefano Karapetsas2-6/+24
Remove opacity key gtk3
2014-06-25Merge pull request #209 from rilian-la-te/fix_rgba_allStefano Karapetsas12-80/+205
Fix rgba all
2014-06-20Fix RGBA issues for GTK3Konstantin Pugin12-80/+205
2014-06-20Fix expanded panels and size allocationKonstantin Pugin6-42/+121
2014-06-20Replace opacity key to alpha value in color key.Konstantin Pugin2-6/+24
2014-05-18Merge pull request #195 from dnk/applet_rgba_visualStefano Karapetsas1-0/+5
gtk3: set rgba visual for applets
2014-05-18clock: Dont use deprecated rsvg_pixbuf_from_file_at_sizeStefano Karapetsas3-9/+209
This required to copy some code from GTK3 source to make it working with GTK2 too Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
2014-05-17Bump GLIB versioninfirit1-1/+1
2014-05-17Remove/comment unused variablesinfirit1-2/+2
2014-05-17Use gtk_combo_box_text_new for gtk+2infirit1-6/+0
It was introduced in gtk+-2.24
2014-05-16Use pid in g_spawn_async like gnome-panel does, fixes warninginfirit1-1/+1
2014-05-16Use g_spawn_async also for gtk+2infirit1-8/+0
2014-05-16Drop support for glib < 2.36infirit2-8/+0
2014-05-16Use GDK_WINDOW_XIDinfirit3-23/+2
2014-05-16Use gdk_x11_set_sm_client_id also for gtk+2 (since 2.24)infirit2-10/+0
2014-05-16Drop support for gtk+ < 2.24infirit2-16/+0
2014-05-16Use gdk_x11_window_lookup_for_display also in gtk+2infirit1-4/+0
2014-05-16Remove all calls gtk_dialog_set_has_separatorinfirit3-12/+1
2014-05-16Use gdk_window_add_filter also for gtk+2infirit1-20/+0
2014-05-16Use gtk_widget_set_size_request which is also available in gtk+2infirit1-4/+0
2014-05-16Use gtk_list_store_insert_with_values also for gtk2infirit1-12/+0
It was introduced in gtk+-2.6.
2014-05-16Use gdk_window_get_width also for gtk2infirit2-7/+1
It was introduced in gtk+-2.24
2014-05-16Use GDK_WINDOW_XID for gtk+2 and gtk+3infirit6-62/+3
It was introduced in gdk2 already so clean up the code.
2014-05-14gtk3: set rgba visual for appletsDenis Gorodnichev1-0/+5
2014-05-12Use better dconf path for added appletsStefano Karapetsas1-1/+1
2014-05-09Sync translations with transifexmate-i18n1-3/+3
2014-05-04gtk3: fix run application dialogDenis Gorodnichev1-20/+2