Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -6/+7 | |
2019-05-20 | fix reloading the default layout after panel reset | monsta | 1 | -1/+13 | |
- do it in the idle handler - wait until all toplevels are destroyed before reloading the layout | |||||
2019-05-20 | fix random crashes on panel reset | monsta | 2 | -51/+43 | |
- unref objects in toplevel's dispose function instead of finalize - disconnect from toplevel's GSettings objects before deleting them | |||||
2019-05-16 | [mate-panel] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 13 | -108/+44 | |
2019-05-16 | [libmate-panel-applet] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -7/+2 | |
2019-05-13 | Set compressed="true" for gresource text files | rbuj | 2 | -8/+8 | |
shrink the size of binary files. | |||||
2019-05-10 | panel-toplevel: Clarify calculation precedence for '&' and '?' | Pablo Barciela | 1 | -3/+3 | |
Fixes cppcheck warnings: [mate-panel/panel-toplevel.c:2315]: (style) Clarify calculation precedence for '&' and '?'. [mate-panel/panel-toplevel.c:4687]: (style) Clarify calculation precedence for '&' and '?'. [mate-panel/panel-toplevel.c:5036]: (style) Clarify calculation precedence for '&' and '?'. | |||||
2019-05-10 | button-widget: Clarify calculation precedence for '&' and '?' | Pablo Barciela | 1 | -3/+3 | |
Fixes cppcheck warnings: [mate-panel/button-widget.c:180]: (style) Clarify calculation precedence for '&' and '?'. [mate-panel/button-widget.c:181]: (style) Clarify calculation precedence for '&' and '?'. [mate-panel/button-widget.c:315]: (style) Clarify calculation precedence for '&' and '?'. | |||||
2019-05-09 | Determine libwnck version during configure | Victor Kareh | 6 | -32/+65 | |
2019-05-09 | Add version check for libwnck | Victor Kareh | 1 | -2/+30 | |
2019-05-09 | window-list: Show window previews on hover | Victor Kareh | 3 | -7/+417 | |
When hovering on taskbar entries, display a popup with a thumbnail of the associated window. Popup goes away when leaving the button. If a window has not been mapped since the applet started, it will not display a thumbnail. Once mapped, however, it will use its latest available thumbnail as preview, even when minimized. Thumbnails can be turned on or off, and the size can be changed in the applet preferences dialog. | |||||
2019-05-09 | Fix panel applet keyboard focus trap | lukefromdc | 1 | -3/+9 | |
Do not open the context menu on tab-or on anything but the menu key. Note that Return must be used by some applets (e.g. the clock) for something else | |||||
2019-05-07 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-04-28 | [ci] remove dbus-glib which is not needed anymore | Wu Xiaotian | 1 | -2/+0 | |
2019-04-17 | travis: enable cppcheck only in debian and disable it in other distros | Pablo Barciela | 1 | -4/+3 | |
2019-04-16 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+15 | |
2019-04-16 | sync with transifex | raveit65 | 54 | -289/+502 | |
2019-04-10 | travis: enable 'cppcheck' | Pablo Barciela | 1 | -0/+5 | |
2019-04-02 | github release page | raveit65 | 1 | -10/+27 | |
2019-04-01 | add volume-applet to fedora layout | raveit65 | 1 | -0/+8 | |
2019-03-31 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-03-31 | Try to fix build warning | William Wold | 1 | -1/+5 | |
2019-03-31 | Show single empty panel, even if no default layout is found | William Wold | 1 | -1/+33 | |
This allows the user to add panels and applets if no default.layout is found | |||||
2019-03-31 | Dropped *-protocol suffix from generated files | William Wold | 2 | -17/+22 | |
2019-03-23 | help: update copyright | raveit65 | 2 | -2/+2 | |
2019-03-22 | [Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -4/+3 | |
Fixes Clang static analyzer warning: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 | |||||
2019-03-22 | na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered' | Pablo Barciela | 1 | -7/+0 | |
2019-03-10 | [ci] switch to use build scripts on master branch | Wu Xiaotian | 1 | -4/+8 | |
2019-03-10 | [ci] Use status notification | Wu Xiaotian | 1 | -36/+12 | |
2019-03-10 | [ci] Enable clang-analyzer | Wu Xiaotian | 1 | -3/+89 | |
2019-03-10 | Wayland support for panel-util.c/.h | William Wold | 2 | -11/+22 | |
2019-03-10 | Wayland support for panel.c | William Wold | 1 | -0/+9 | |
2019-03-10 | Wayland support for panel-widget.c | William Wold | 1 | -0/+7 | |
2019-03-10 | Wayland support for panel-session.c | William Wold | 1 | -4/+11 | |
2019-03-10 | Wayland support for panel-menu-button.c | William Wold | 1 | -5/+19 | |
2019-03-10 | Wayland support for panel-bindings.c | William Wold | 1 | -0/+10 | |
2019-03-10 | Wayland support for panel-background.c | William Wold | 1 | -4/+14 | |
2019-03-10 | Wayland support for panel-applet-frame.c | William Wold | 1 | -4/+14 | |
2019-03-10 | Wayland support for panel-action-button.c | William Wold | 1 | -3/+23 | |
2019-03-10 | Wayland support for launcher.c | William Wold | 1 | -2/+10 | |
2019-03-10 | Wayland support for panel-menu-bar.c | William Wold | 1 | -5/+19 | |
2019-03-10 | Wayland support for panel-run-dialog.c | William Wold | 1 | -3/+9 | |
2019-03-10 | Error if compiling panel-plug-private.h without X11 support | William Wold | 1 | -0/+6 | |
2019-03-10 | Don't build X11 specific files when X11 support is not enabled | William Wold | 1 | -10/+26 | |
2019-03-10 | Remove unneeded X11 includes | William Wold | 5 | -5/+0 | |
2019-03-07 | GdkRectangle monitor -> monitor_geom | William Wold | 1 | -104/+104 | |
2019-03-07 | Change panel_toplevel_get_monitor_geometry to fill in a GdkRectangle instead ↵ | William Wold | 1 | -165/+128 | |
of 4 ints | |||||
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+23 | |
2019-02-24 | tx: sync with transifex | raveit65 | 148 | -13390/+23131 | |
2019-02-17 | Ensure proper translation of the about dialog title | rbuj | 8 | -43/+78 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html |