summaryrefslogtreecommitdiff
path: root/mate-panel
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela5-21/+87
2018-04-15Accessibility: white/black applet handles in GNOME high contrast themeslukefromdc1-27/+60
Special case the GNOME HighContrast and HighContrastInverse themes to give max contrast on tray and window list applet handles. Follow-on to https://github.com/mate-desktop/mate-panel/commit/2e0a74d9458480966f2a87d1d66a58552a873300
2018-04-15panel-run-dialog.ui: avoid deprecated:Pablo Barciela1-87/+137
avoid deprecated: GtkVBox GtkHbox GtkImage:stock GtkButton:use-stock
2018-04-14Revert "panel-run-dialog.ui: avoid deprecated:"lukefromdc1-136/+87
This reverts commit 4d84a7e7881cfd3b02ef36b443661f5f333efbf7.
2018-04-14Revert "Revert "panel-test-applets.ui: avoid deprecated:""lukefromdc1-83/+96
This reverts commit f853512c166566d0978430e28dca23f97110daae.
2018-04-14Revert "panel-test-applets.ui: avoid deprecated:"lukefromdc1-96/+83
This reverts commit d1aee5af0f3a7c32a5c040f241fa4305346f1a13.
2018-04-14panel-test-applets.ui: avoid deprecated:Pablo Barciela1-83/+96
avoid deprecated: GtkTable GtkHSeparator GtkButton:use-stock
2018-04-14panel-run-dialog.ui: avoid deprecated:Pablo Barciela1-87/+136
avoid deprecated: GtkVBox GtkHbox GtkImage:stock GtkButton:use-stock
2018-04-14Theme: show applet handles on non-MATE themeslukefromdc1-0/+30
Fix https://github.com/mate-desktop/mate-panel/issues/758 Ensure that themes such as GNOME themes (e.g Adwaita) that do not explicitly support MATE show the drag handles for applets such as tray and window-list.
2018-04-13panel-properties-dialog.ui: avoid GtkButton:use-stock and GtkImage:stockPablo Barciela1-12/+42
2018-04-09avoid gtk_dialog_add_buttons with stock idsPablo Barciela8-47/+99
2018-03-25fix distcheckraveit651-0/+1
2018-03-19Fix hide buttons make panel biggerinfo-cppsp1-44/+79
fix #733
2018-03-19run dialog: force icon size when loading app iconmonsta1-1/+1
avoids jumping of nearby UI controls when icon is bigger than requested
2018-03-19run dialog: fix expand of content on window resizemonsta1-0/+1
2018-03-18Fix run dialog show-program-list enabling fixinfo-cppsp1-3/+18
learning signal chaining...
2018-03-14run-dialog: use F6 to switch between entry field and program listinfo-cppsp1-0/+33
fix #676
2018-02-27Fix strut sizes for HiDPI multi-monitorsVictor Kareh1-15/+18
2018-02-26Do not down-scale monitor geometries for GDK monitorsVictor Kareh1-15/+2
2018-02-24Scale monitor geometries down to device pixels to support multiple monitors ↵Victor Kareh4-26/+44
in HiDPI
2018-02-15Drawer cleanup and fix arrow behaviorinfo-cppsp4-560/+722
*Drawer coding style cleanup *Drawer code organized *Rearranged and labeled code *Drawer fix arrows *Fixed hide code for drawer in toplevel. *fix #528 *fix #704
2018-02-03panel-stock-icons.c: Fix warnings in ~/.xsession-errorsPablo Barciela1-4/+4
2018-01-31Fix run dialog show-program-list enablinginfo-cppsp1-7/+20
fix #296
2018-01-31require GTK+ 3.22 and GLib 2.50monsta21-523/+25
2018-01-31panel-run-dialog: fix build warning about incompatible typemonsta1-1/+1
introduced in 7f99492c269f541c81e4f36742ecc3f0b4ebac04
2018-01-30context menu: add separator before Reset Panel menu itemmonsta1-0/+2
2018-01-30background: reword warning about unsupported background-image valuemonsta1-4/+1
make it more clear that the problem is in the theme, not the panel
2018-01-29set the "document-properties" icon in "Edit Menus"Pablo Barciela2-2/+2
2018-01-25avoid deprecated GtkStockPablo Barciela14-38/+36
2018-01-25Support panel auto-scaling for HiDPI displaysVictor Kareh6-25/+55
*Fix scaling of panel widgets, buttons, and the menu bar *Draw grab handles at the ends of the panel *Fix size of _almost_ all included applets *Fix panel snapping coordinates *Down-scale monitor coordinates to support multi-monitors Author: Victor Kareh <[email protected]> Date: Wed Dec 20 14:03:18 2017 -0500
2018-01-19panel-run-dialog: fix segfault when program list is enabledlukefromdc1-3/+7
Fix https://github.com/mate-desktop/mate-panel/issues/706 *patch by https://github.com/muesli4
2018-01-16get focus when displaying "applet broken" dialogPablo Barciela1-0/+4
2018-01-09update copyright year to 2018monsta1-1/+1
2018-01-05simplify some codemonsta1-4/+2
2018-01-04rework the process of cancelling the background change operationmonsta3-22/+38
don't mess with additional references to a GCancellable, instead keep just a const pointer to the internal operation data and use it as a key when it's needed to cancel the operation. fixes https://github.com/mate-desktop/mate-panel/issues/214 fixes https://github.com/mate-desktop/mate-panel/issues/431
2017-12-27Fix build warning: ‘toplevel_configure_event’ defined but not usedPablo Barciela1-4/+0
2017-12-24Spelling: apps, … spaced commaAllan Nordhøy1-3/+3
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela5-24/+14
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-11-29panel-toplevel: Remove pointer boundary check in ↵Björn Weber1-1/+0
panel_toplevel_queue_auto_hide()
2017-11-24remove ancient gnome-panel leftoversmonsta1-3/+0
should've done it long ago see https://git.gnome.org/browse/gnome-panel/commit/?id=e57b3afd9255671789ea6c1b6136bbad82573cdc
2017-11-23Keep the right icons on bottom still displaying right when the resolution ↵张雯1-0/+28
change larger
2017-11-11panel-applet-frame-dbus-c: comment out newly unused variablelukefromdc1-3/+3
2017-11-09panel-applet-frame-dbus.c: comment out never used code blocklukefromdc1-0/+2
found by cppcheck
2017-11-09panel-toplevel: remove duplicate break statementlukefromdc1-1/+0
found by cppcheck
2017-10-05Stop panel collapse left on adding certain out-of-process appletslukefromdc1-0/+1
Stop panel from collapsing left on adding fish, moving window-list(or other wncklet applet) on otherwise empty panel Fixes https://github.com/mate-desktop/mate-panel/issues/661
2017-09-29make file/folder launchers work againmonsta7-93/+149
fixes https://github.com/mate-desktop/mate-panel/issues/590 reverts a part of 7ee450758e4f2bee13aa8ff967a5795a6dcdc91f
2017-09-28panel-context-menu: Add confirmation dialog to panel reset optionlukefromdc1-2/+49
2017-09-05Add option to context menu to reset the panelikem-krueger1-0/+9
It can happen that a panel configuration is so messed up, that only a reset helps. Only a few users know how to do that. This patch adds a context menu entry "Reset Panel", which enables a user to do that. Internally the function behind "mate-panel --reset" is called.
2017-08-22Fix crashes on moving/removing applets with glib 2.53.4 or laterlukefromdc2-0/+5
*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-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker2-0/+16
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window gdk_screen_get_monitor_at_point