Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-18 | README - Add dependency list | info-cppsp | 1 | -0/+17 | |
2018-10-03 | tx: update transifex sources | raveit65 | 2 | -91/+91 | |
2018-10-03 | legal.xml | rbuj | 2 | -132/+146 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
2018-10-02 | tx: update mate-clock translation source | raveit65 | 1 | -64/+74 | |
2018-10-02 | Clock applet help: To Adjust the System Date or Time | rbuj | 1 | -19/+19 | |
2018-10-01 | Clock applet help: Add Show week numbers in calendar | rbuj | 1 | -0/+6 | |
2018-10-01 | Clock applet help: Fix speed unit for meters per second | rbuj | 1 | -1/+1 | |
2018-09-28 | tx: add clock and fish help to transifex config | raveit65 | 4 | -1/+942 | |
2018-09-28 | release 1.21.2v1.21.2 | raveit65 | 2 | -1/+35 | |
2018-09-28 | sync with transifex | raveit65 | 132 | -19331/+18275 | |
2018-09-26 | menu-bar: transfer focus correctly on alt-F1 | Samuel Thibault | 4 | -0/+141 | |
The background is in https://gitlab.gnome.org/GNOME/gtk/issues/85 . One of the conclusions, in https://gitlab.gnome.org/GNOME/gtk/issues/85#note_264804 , is that mate-panel needs to properly transfer focus on alt-F1 keyboard shortcut. It used to work only by luck before, only because gtk used to deactivate itself during a keyboard grab. But as discussed in https://gitlab.gnome.org/GNOME/gtk/issues/85 that behavior poses accessibility feedback issues, is not coherent, and keyboard grab feedback will not be available in wayland anyway. Thus @ebassi saying in https://gitlab.gnome.org/GNOME/gtk/issues/85#note_264804 that not transferring focus properly is the actual bug. This change explictly switches to the menu bar after saving which X Window had the focus, and on menu bar deactivation restores focus to that X Window. Fixes #851 | |||||
2018-09-12 | panel: avoid a critical | Rui Caridade | 1 | -1/+1 | |
g_file_query_info can return NULL. Use g_clear_object to make sure we don't try to unref NULL pointer. Origin commit: https://github.com/GNOME/gnome-panel/commit/73fa9808f24ee6a95e12a8558d6b1f6513b78693#diff-5f461c83a31d7792b939f3a1be40c512 | |||||
2018-09-12 | panel-toplevel: fix memory leak in calculate_minimum_height | Rui Caridade | 1 | -1/+2 | |
Origin commit : https://github.com/GNOME/gnome-panel/commit/19129513e9dbfef9a985e0666d98d60a9e7b2779#diff-97cdffd8b53134e4fdfdd45b4a862042R2144 | |||||
2018-08-07 | Change GTK_CHECK_VERSION to match next gtk+ release | raveit65 | 3 | -7/+7 | |
2018-07-27 | applets: Guard against GTK scale-factor fixes on GtkSocket | Victor Kareh | 3 | -10/+11 | |
2018-07-26 | window-list: Skip setting size hints until WnckTasklist has items to show. | Victor Kareh | 1 | -1/+28 | |
2018-07-25 | applets: Fix runtime error messages | Victor Kareh | 2 | -5/+9 | |
2018-07-23 | mate-panel-applet: setup_x_error_handler for in-process applets too | lukefromdc | 1 | -4/+6 | |
This is for the tray: GtkPlug/GtkSocket widgets are used to embed tray icons (GtkStatusIcons) in the tray even if the tray is in-process and does not use the plug/socket widgets to be itself embedded in the panel | |||||
2018-07-21 | GTK 3.23: fix applet size allocation | lukefromdc | 1 | -9/+12 | |
Limit workaround for GTK 3.22 double width/height allocation to GTK 3.22 builds only | |||||
2018-07-12 | fish: avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -5/+0 | |
2018-07-06 | Tray: simplify force-redraw, use code that actually works | lukefromdc | 1 | -42/+5 | |
Prevent most corruption of tray icons and reduce by half incomplete rendering of them, replace a never-built code block that could not be built, and replace (deprecated) direct expose handling with gtk_widget_hide/gtk_widget_show_all *Note that this is needed for GTK 3.23 but may help remaining icon issues with GTK 3.22 as well and is simpler code in any case | |||||
2018-07-04 | panel-actions: replace deprecated gtk_menu_popup | lukefromdc | 1 | -2/+1 | |
2018-07-04 | applet-context-menu: replace deprecated gtk_menu_popup | lukefromdc | 1 | -7/+1 | |
2018-07-04 | panel-context-menu: replace deprecated gtk_menu_popup | raveit65 | 1 | -1/+1 | |
2018-07-01 | GTK 3.23: don't cut tray icons too narrow in HiDPI mode | lukefromdc | 1 | -0/+4 | |
Code required to avoid spaces between tray icons with GTK 3.22 cuts tray icons in half with window-scaling=2 in GTK 3.23 | |||||
2018-07-01 | na-tray-child: remove na_tray_child_size_allocate | lukefromdc | 1 | -46/+0 | |
Remov leftover from GTK2 that may play a role in cutting tray icons | |||||
2018-07-01 | panel-menu-button: replace deprecated gtk_menu_popup | raveit65 | 1 | -7/+5 | |
2018-06-29 | na-tray-child: replace deprecated gdk_error_trap_push/pop functions | raveit65 | 1 | -10/+18 | |
2018-06-29 | libmate-panel-applet: replace deprecated gdk_error_trap functions | raveit65 | 1 | -10/+13 | |
2018-06-29 | panel-xutils: replace deprecated gdk_error_trap functions | raveit65 | 1 | -13/+17 | |
2018-06-29 | panel-util: replace deprecated gdk_flush | raveit65 | 1 | -2/+4 | |
2018-06-29 | main: replace deprecated gdk_flush | raveit65 | 1 | -1/+3 | |
2018-06-29 | panel-widget: replace deprecated gdk_flush | raveit65 | 1 | -3/+5 | |
2018-06-29 | panel-toplevel: add position css class | Alberts Muktupāvels | 1 | -14/+47 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-panel/commit/6015418 | |||||
2018-06-28 | panel-force-quit: replace deprecated gdk_device_grab | raveit65 | 1 | -13/+15 | |
2018-06-28 | panel-force-quit: replace deprecated gdk_error_trap functions | raveit65 | 1 | -13/+17 | |
2018-06-28 | panel-force-quit: replace deprecated gdk_flush | raveit65 | 1 | -5/+7 | |
2018-06-25 | menu.c: Fix: Keep spaces in the left if "menus-have-icons" is off | Pablo Barciela | 2 | -1/+3 | |
Fixes https://github.com/mate-desktop/mate-panel/pull/820#issuecomment-399709389 | |||||
2018-06-25 | Panel-gtk.c: Show menu icons only when "menus-have-icons" is set | lukefromdc | 2 | -2/+44 | |
Most panel menus excluding main menus. Bind gsettings preference "menus have icons" to visibility of icon. Pack the icon into a box with a 16px min-width set in panel.css to hold the space when the icons are not shown Duplicate as much as possible behavior of now-deprecated GtkImageMenuItem replaced by github.com/mate-desktop/mate-panel/commit/86701517e7d7cb3d2c08a40d76af97308f18902c Use only one icon-settings gsettings object to control this in all menuitems controlled by panel-gtk.c The use of a single gsettings object is based on code by Albert Muktupavels https://github.com/muktupavels | |||||
2018-06-06 | workspace-switcher: provide themed fallback color | Victor Kareh | 1 | -11/+22 | |
When a theme does not specify a color for the highlighted workspace, we can look it up from the current theme and provide that as a fallback color. Fixes #807 | |||||
2018-05-30 | release 1.21.1v1.21.1 | raveit65 | 2 | -1/+17 | |
2018-05-30 | po: bring back pt_BR to LINGUAS | monsta | 1 | -1/+1 | |
fallout from 8135c8645126efd513c2c150a10d46dfa7f142c8 | |||||
2018-05-30 | sync with transifex | raveit65 | 17 | -37/+37 | |
2018-05-30 | update mate-panel.pot | raveit65 | 1 | -148/+140 | |
2018-05-30 | update mate-menus requiremnt | raveit65 | 1 | -1/+1 | |
2018-05-30 | panel-menu-button.c: Force use basename for compare | yetist | 1 | -1/+14 | |
* matemenu_tree_get_canonical_menu_path () now return absolute file path, not basename like matemenu_tree_get_menu_file. | |||||
2018-05-30 | Support new mate-menus api | yetist | 7 | -249/+306 | |
2018-05-12 | Convert launcher icons to cairo surfaces | Victor Kareh | 10 | -134/+187 | |
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314 | |||||
2018-05-09 | fix rendering and removal of in-process applets on unexpanded panel | lukefromdc | 1 | -12/+9 | |
Fix https://github.com/mate-desktop/mate-panel/issues/797 and https://github.com/mate-desktop/mate-panel/issues/799 | |||||
2018-05-07 | applet.c: avoid deprecated GtkImageMenuItem | Pablo Barciela | 3 | -33/+95 | |
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image |