Age | Commit message (Expand) | Author | Files | Lines |
2024-02-04 | Revert "Reduce scope of variables" | raveit65 | 6 | -14/+19 |
2023-11-22 | wnck-pager: Fix workspace switcher aspect ratio | lukefromdc | 1 | -1/+153 |
2023-11-21 | wncklet: Remove double assignment | Colomban Wendling | 1 | -3/+1 |
2023-11-21 | Reduce scope of variables | Colomban Wendling | 6 | -19/+14 |
2023-11-21 | clock: Simplify sort_locations_by_time() | Colomban Wendling | 1 | -29/+11 |
2023-10-24 | status-notifier: Show AttentionIcon when Status is NeedsAttention | Colomban Wendling | 1 | -9/+30 |
2023-10-24 | status-notifier: fix typo | Alberts Muktupāvels | 3 | -3/+3 |
2023-10-24 | status-notifier: fix a typo | Alberts Muktupāvels | 1 | -3/+3 |
2023-10-09 | replace deprecated gtk-image-menu-item* | raveit65 | 1 | -9/+9 |
2023-07-31 | wayland-tasklist: really set maximum label width | lukefromdc | 1 | -1/+4 |
2023-07-28 | wayland tasklist: fit buttons to tasklist, limit button size, hide contents ... | lukefromdc | 1 | -5/+237 |
2023-07-26 | notification-area: stop warning on removal | lukefromdc | 1 | -1/+1 |
2023-07-20 | Wayland: ensure tasklist buttons get widget name | lukefromdc | 1 | -0/+1 |
2023-07-20 | wayland: stop tasklist overflowing over other applets | lukefromdc | 1 | -6/+3 |
2023-07-11 | Clock applet/wayland: position calendar window same as in x11 | Luke from DC | 2 | -83/+195 |
2023-06-28 | Fix distribution of applet service files | Colomban Wendling | 4 | -4/+4 |
2023-06-15 | Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372) | Luke from DC | 5 | -11/+12 |
2023-05-17 | tell dconf-edit about relocatable schemas (#1355) | Denis Gorodnichev | 1 | -10/+0 |
2023-05-17 | applets/wncklet/wayland-backend: Add basic icon support (#1275) | Consolatis | 1 | -2/+31 |
2023-05-17 | applets/wncklet/wayland-backend: Add basic context menu (#1276) | Consolatis | 1 | -5/+110 |
2023-03-27 | Clock Applet: Update date/time and weather after resume from sleep mode | Gordon Norman Squash | 1 | -0/+103 |
2023-02-14 | Update window-list.c | Nik Soggia | 1 | -1/+23 |
2023-02-14 | Update window-list.ui | Nik Soggia | 1 | -1/+59 |
2023-02-14 | Update org.mate.panel.applet.window-list.gschema.xml.in | Nik Soggia | 1 | -0/+5 |
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 |
2022-04-22 | Register SNI host only if SNI is enabled | Ilya Fedin | 1 | -1/+6 |
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 |