Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-21 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-12-21 | Disallow building without X11 support | William Wold | 1 | -4/+4 | |
2018-12-21 | Allow for enabling and disabling a backend without affecting the other | William Wold | 1 | -29/+29 | |
2018-12-21 | Remove generated Wayland files on make clean | William Wold | 1 | -0/+6 | |
2018-12-21 | Replace wayland-scanner private-code option with code | William Wold | 1 | -2/+4 | |
2018-12-12 | clock.c: Force negative margin, not passing on clockbutton | lukefromdc | 1 | -5/+6 | |
Allow themers to set padding on the clock without cutting the weather icons | |||||
2018-12-11 | Link with Wayland protocols and libraries | William Wold | 2 | -6/+31 | |
Move protocol files to parent's EXTRA_DIST | |||||
2018-12-10 | Include Wayland protocol generating makefile in build system | William Wold | 2 | -1/+2 | |
2018-12-10 | Add wayland protocol generating makefile | William Wold | 1 | -0/+15 | |
2018-12-09 | Updated configure.ac for Wayland support | William Wold | 1 | -2/+57 | |
2018-12-07 | Add XDG Shell protocol xml | William Wold | 1 | -0/+1144 | |
2018-12-07 | Add Layer Shell protocol xml | William Wold | 1 | -0/+285 | |
2018-12-05 | Remove legacy X11 package detection | William Wold | 1 | -20/+1 | |
2018-12-05 | tx: fix typo | raveit65 | 1 | -2/+2 | |
2018-12-02 | panel-gtk: Fix memory leaks | Pablo Barciela | 1 | -4/+14 | |
'g_strconcat' needs to be freed | |||||
2018-11-24 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-11-21 | sync from transifex with fixes for newer itstool | raveit65 | 8 | -360/+500 | |
this fixes Ukraine language merge issues with itstool-2.0.4 | |||||
2018-11-15 | release 1.21.3v1.21.3 | raveit65 | 2 | -1/+21 | |
2018-11-15 | tx: update translations from transifex | raveit65 | 390 | -25071/+152536 | |
2018-11-15 | Use make functions for HELP_LINGUAS | raveit65 | 2 | -2/+10 | |
2018-11-15 | Check if manager->proxy is NULL | Wu Xiaotian | 1 | -0/+9 | |
2018-11-14 | Migrate mate-panel from dbus-glib to gdbus | yetist | 7 | -609/+159 | |
- Code optimization - Put GDBusProxy in PanelSessionManager struct | |||||
2018-11-05 | notification-area-preferences-dialog.ui: avoid GtkButton:use-stock | Pablo Barciela | 1 | -3/+9 | |
2018-11-01 | Fix GdkSeat warning | lukefromdc | 1 | -0/+7 | |
Workaround a possible GTK issue | |||||
2018-10-29 | Ensure alt-F1 can show the menu even if no menu applet on panel | lukefromdc | 1 | -4/+16 | |
Fix regression introduced by https://github.com/mate-desktop/mate-panel/commit/17ac8aab4d139cb917619a3a981300f51b750c17 and ensure that menu shown follows same theme as menu shown from panel menu button or panel menu bar | |||||
2018-10-20 | na-tray: add preferences dialog and applet menu entry | Fabien Broquard | 6 | -0/+263 | |
The only option in the preferences is a GtkSpinButton for the user to be able to set the icon sizes easily without having to use dconf-editor. | |||||
2018-10-20 | na-tray: wide panels, add GSettings to the applet | Fabien Broquard | 6 | -2/+51 | |
The new GSettings allow to change and remember the minimum icon size for the grid. The default icon size is set at 24px. | |||||
2018-10-20 | na-tray: wide panels, convert main GtkBox display to GtkGrid | Fabien Broquard | 2 | -56/+135 | |
New grid sorting/display functions to arrange notification area icons in a self reorganising grid main changes in: item_added_cb(), notification_notify() -> refresh_notify(). update_size_and_orientation() is no longer needed the grid auto arranges on any size-allocation which includes orientation changes. Grid is now refreshed with refresh_grid()/determine_grid_properties()/reorder_items_with_data(). based on the min_icon_size property the main applets' code can call na_grid_set_min_icon_size() to update the grid icon size. | |||||
2018-10-20 | na-tray: wide panels, preliminary batch box to grid rename | Fabien Broquard | 5 | -91/+78 | |
box/Box/BOX changed to grid/Grid/GRID as a preliminary step to prepare for changing GtkBox in na-box/na-grid to a GtkGrid to make the notification area work well on vertical and wide panels note: even if everything is renamed to grid, the GtkWidget is still a GtkBox thats why GtkBox and GTK_TYPE_BOX have not been renamed. | |||||
2018-10-20 | button-widget: wide panels, more suitable resize limits on Widgets and arrows | braikar | 1 | -15/+42 | |
Set better limits to the size taken by all BUTTON_WIDGETs when the panel is wide. For a wide panel (example vertical panel 100px wide) a widget would, before, take a space of 100x100 (for max hardcoded icon size 48px) Now if panel width exceeds 50px, the widgets' height stays at 50 and does not grow in height anymore. Same behaviour applies on wide horizontal panels. The GTK_ARROW also resizes properly for wide panel on BUTTON_WIDGETs with property "has_arrow" | |||||
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 | |