Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-27 | Clock Applet: Update date/time and weather after resume from sleep mode | Gordon Norman Squash | 1 | -0/+103 | |
Before this commit, the Clock Applet was unaware of when the system resumed from sleep mode (e.g. suspend or hibernate). This meant that, if the user suspended the system and then woke it up some time later, the clock might not show the real current time, but instead would continue to show the time at which the system was suspended for up to a minute after the system woke up. This could be confusing to the user if they peered up at the clock immediately after, say, opening their laptop lid. This commit connects to ConsoleKit or (if available) systemd-logind via D-Bus, and listens for a signal that indicates when the system wakes up from sleep mode. When the system does wake up, the Clock Applet updates the date/time immediately, and also updates all the weather/temperature readings if possible. Note that if logind is missing, ConsoleKit2 is required for this feature to work; the original ConsoleKit lacked the signal required to implement this feature. This should not be a problem since it is unlikely that anyone would even consider using the original ConsoleKit in this day and age. | |||||
2023-02-14 | Update window-list.c | Nik Soggia | 1 | -1/+23 | |
Fix for "no option to disable middle-click to close in window list" https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-1418934577 | |||||
2023-02-14 | Update window-list.ui | Nik Soggia | 1 | -1/+59 | |
Fix for "no option to disable middle-click to close in window list" https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-141893457 | |||||
2023-02-14 | Update org.mate.panel.applet.window-list.gschema.xml.in | Nik Soggia | 1 | -0/+5 | |
Fix for "no option to disable middle-click to close in window list" https://github.com/mate-desktop/mate-panel/issues/962#issuecomment-1418934577 | |||||
2023-01-14 | wncklet: center previews when scaling is enabled | Balazs Endresz | 1 | -16/+6 | |
2023-01-14 | wncklet: fix incorrect preview positions for multiple monitors | Balazs Endresz | 1 | -5/+2 | |
2022-12-27 | wncklet: disable preview centering when scaling is enabled | Balazs Endresz | 1 | -6/+23 | |
2022-12-27 | wncklet: center preview windows when grouping is enabled | Balazs Endresz | 1 | -20/+59 | |
2022-12-23 | wncklet: center preview windows | Balazs Endresz | 1 | -12/+51 | |
2022-12-02 | windows-list.ui: lower gtk3 required version | raveit65 | 1 | -1/+1 | |
2022-06-28 | clock: Fix memory leak | Colomban Wendling | 1 | -1/+2 | |
2022-06-02 | notification_area: Reduce lifetime of the settings local variable (#1309) | Robert Antoni Buj Gelonch | 1 | -2/+2 | |
2022-04-26 | wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows | Colomban Wendling | 1 | -0/+8 | |
Fixes https://github.com/mate-desktop/mate-desktop/issues/478 | |||||
2022-04-22 | Register SNI host only if SNI is enabled | Ilya Fedin | 1 | -1/+6 | |
This prevents duplication of tray icons | |||||
2022-03-18 | wncklet: Condition 'sdd->wnck_screen!=NULL' is always false | rbuj | 1 | -7/+12 | |
2022-03-18 | clock: cast from function call of type 'gdouble' to non-matching type | rbuj | 1 | -3/+3 | |
2022-02-20 | wncklet: do not exceed workspace number when setting n_rows | rbuj | 1 | -4/+7 | |
2022-01-26 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 2 | -2/+2 | |
2022-01-21 | wncklet: The values stored in the wrapper hash table are incorrect | rbuj | 1 | -16/+2 | |
2022-01-18 | notification_area: fix build warning -Wbad-function-cast | rbuj | 1 | -6/+10 | |
2022-01-02 | clock: fix memory leak | rbuj | 1 | -0/+2 | |
2021-12-20 | Fix some -Wsign-compare warnings | rbuj | 2 | -7/+7 | |
2021-12-20 | Remove unnecessary cast in g_signal_connect* call | rbuj | 9 | -75/+157 | |
2021-12-19 | Use dashes instead of underscores in signal names | rbuj | 10 | -50/+50 | |
2021-12-19 | clock: gtk_entry_set_alignment in clock.ui | rbuj | 2 | -3/+3 | |
2021-12-19 | clock: gtk_entry_set_width_chars in clock.ui | rbuj | 2 | -3/+3 | |
2021-12-19 | clock: Upgrade clock.ui | rbuj | 1 | -294/+340 | |
2021-12-19 | clock: Define _clock_get_widget instead of using one sentence method | rbuj | 1 | -7/+2 | |
2021-12-19 | clock: simplify temperature_unit_changed and speed_unit_changed | rbuj | 1 | -22/+23 | |
2021-12-19 | clock: fix temperature_unit_changed and -Wsign-compare warnings | rbuj | 1 | -7/+13 | |
2021-12-19 | Use GLib's new g_clear_signal_handler() function to simplify code | rbuj | 1 | -2/+10 | |
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 10 | -101/+38 | |
2021-12-11 | Use a blank line at most | rbuj | 17 | -33/+0 | |
2021-10-19 | sn-dbus-menu-item: fix include guard | rbuj | 1 | -1/+1 | |
2021-09-02 | fix show window thumbnails check button | mbkma | 2 | -15/+14 | |
adapt ui file to reverted window-list.c | |||||
2021-09-02 | Revert "window-list.c: use g_settings_* functions directly instead of using ↵ | mbkma | 1 | -104/+355 | |
stored values" This reverts commit ce8167e1b498e47ca6f667f83acaf21d407135bb. | |||||
2021-07-28 | Fix clock applet add location crash | zhuyaliang | 2 | -3/+3 | |
2021-06-10 | workspace-switcher: support xmonad WM | mu | 1 | -1/+19 | |
2021-05-09 | window-list.c: use g_settings_* functions directly instead of using stored ↵ | mbkma | 1 | -355/+104 | |
values - use g_settings_bind when possible | |||||
2021-05-09 | window-list.ui: use GtkNotebook | mbkma | 1 | -317/+307 | |
Set some callback functions in the ui file. | |||||
2021-04-05 | Add window list disable mouse scrolling function | zhuyaliang | 3 | -0/+93 | |
2021-02-22 | notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface ↵ | rbuj | 1 | -1/+9 | |
description | |||||
2021-02-22 | notification_area: move XAyatana(New)Label case at the bottom | rbuj | 1 | -4/+4 | |
2021-02-22 | notification_area: fix memory leak | rbuj | 1 | -3/+5 | |
2021-02-20 | Add text label display function for notification area | zhuyaliang | 1 | -1/+21 | |
2021-02-07 | Redundant NULL check before freeing a variable | rbuj | 4 | -95/+47 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 6 | -8/+8 | |
2021-01-16 | Update copyright to 2021 | rbuj | 7 | -7/+7 | |
2021-01-07 | Local variable shadows outer variable warning reported by cppcheck | rbuj | 1 | -5/+5 | |
2021-01-06 | wncklet: remove extra ref on gdk_x11_window_foreign_new_for_display | rbuj | 1 | -0/+15 | |