summaryrefslogtreecommitdiff
path: root/mate-panel
AgeCommit message (Expand)AuthorFilesLines
2017-06-06Fix: menubar/menu-button can't launch mozoZenWalker2-20/+12
2017-05-30menu: remove incorrect code from the popup menu of a menuitemmonsta1-70/+0
2017-05-29fix moving applets between panelsmonsta1-4/+6
2017-05-23menu: fix crash when some .desktop file has empty Icon fieldmonsta1-6/+4
2017-05-18localized application's name and descriptionDenis Gorodnichev1-6/+4
2017-05-17menu-button: disconnect from GSettings when applet is removedmonsta1-0/+3
2017-05-17action-button: disconnect from GSettings when applet is removedmonsta1-2/+6
2017-04-26use GTK+3 bookmarks location for Places menumonsta1-5/+4
2017-04-19fix build with gcc 4.9.2 (looks like it's in c89 mode by default)monsta1-1/+2
2017-04-18Run dialog: Add option to reverse history viewMoritz Bruder1-22/+38
2017-04-18Run dialog: Fix wrong history len with max size 1Moritz Bruder1-17/+16
2017-04-18Run dialog: Allow changing history sizeMoritz Bruder1-26/+33
2017-04-17Run dialog: Fix wrong history orderMoritz Bruder1-1/+1
2017-04-11update copyright year to 2017monsta1-1/+1
2017-04-11panel-menu-bar: fix build warning and some spacingmonsta1-2/+3
2017-04-10Fixes #549Konstantin1-0/+3
2017-04-10properly fit expanded panel to smaller screen sizemonsta1-9/+1
2017-03-30Simplify panel description shown when switching panels with the WMColomban Wendling1-57/+8
2017-03-20setup custom iconDenis Gorodnichev2-1/+6
2017-03-17Revert "Suppress the shutdown option in the panel if LTSP_CLIENT is set"Scott Balneaves1-1/+1
2017-02-07Don't spam accessible name changes when it is translatedColomban Wendling1-5/+5
2017-01-20Add (optional) support for menulibre. https://smdavis.us/projects/menulibre/ ...Martin Wimpress2-8/+8
2017-01-13support desktop actionsDenis Gorodnichev13-212/+255
2017-01-08Gtk-WARNING: Allocating size to GtkAlignment..Denis Gorodnichev1-2/+0
2017-01-05remove ancient code leftoversmonsta9-1661/+0
2017-01-05xstuff: remove unused codemonsta2-336/+0
2016-11-29Fix: the panel does not display the icon on the mouse with dndZenWalker1-0/+9
2016-11-21rename .ui file of panel properties dialog to the original namemonsta3-3/+3
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta53-3394/+87
2016-11-21panel-widget: panel_widget_unrealize is used only with GTK+ < 3.18monsta1-1/+2
2016-11-21check for stable release of GTK+3, not for development onemonsta6-11/+11
2016-11-21libegg: remove win32 & quartz leftoversmonsta2-13/+1
2016-11-21fix indent a bitmonsta4-8/+8
2016-09-07GTK+-3.20 panel-widget: use GtkSeat instead of deprecated device pointerraveit651-6/+6
2016-09-07GTK+-3.20 top-level: use GtkSeat instead of deprecated device pointerraveit651-8/+20
2016-09-01GTK+-3.20 force quit: use GtkSeat instead of deprecated device pointerraveit651-4/+5
2016-09-01GTK+-3.20 panel-frame: use GtkSeat instead of deprecated device pointerraveit651-3/+2
2016-08-31Gtk+-2 properties-dialog: use Mate-ColorButton for gtk2 buildraveit652-6/+10
2016-08-31GTK+-3 properties-dialog: port to GtkColorChooserraveit652-6/+10
2016-08-31properties-dialog: drop usage of MateColorButtonraveit652-12/+10
2016-08-07Fix FTBFS with Gtk 3.18Matt Spaulding1-2/+2
2016-08-03Gtk+3 UI: add panel-properties-dialog-gtk3.uiraveit653-0/+845
2016-08-03GTK+-3.0 panel-properties: port to GtkGridraveit651-0/+15
2016-08-03GTK+-3 panel: don't set panel's initial size to G_MAXINTraveit651-3/+11
2016-08-03GTK+-3 panel-toplevel: port to GtkGridraveit651-0/+38
2016-08-03GTK+-3 panel-ditem-editor: replace gtktable with gtkgridraveit651-0/+66
2016-07-28panel-context-menu: use GtkAbout and update copyrightraveit651-7/+2
2016-07-26multiscreen: drop unused functionmonsta2-44/+0
2016-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei4-16/+20
2016-06-29fix some warnings and deprecationsSorokin Alexei7-40/+137