summaryrefslogtreecommitdiff
path: root/src/shell-app.c
Commit message (Expand)AuthorAgeFilesLines
* shell/app: Also make recent when raising other windowsFlorian Müllner2023-02-231-1/+1
* shell/app: Fix small memory leak in get_pids()Sebastian Keller2022-07-061-2/+4
* Revert "shell/app: Do not try to activate OR windows"Florian Müllner2022-03-281-16/+3
* shell/app: Do not include OR windows in get_windows()Florian Müllner2022-03-281-4/+11
* shell: Use g_object_notify_by_pspec() where possibleFlorian Müllner2022-02-101-51/+52
* shell/app: Remove unused property IDFlorian Müllner2022-02-101-1/+0
* shell/app: Restore NOFILE limitOlivier Fourdan2022-02-081-2/+18
* shell/app: Do not try to activate OR windowsFlorian Müllner2022-01-271-3/+16
* shell/app: Honor XDG SingleMainWindow keyNate Graham2022-01-051-1/+10
* shell/app: Re-order running-state cleanupFlorian Müllner2021-12-221-7/+7
* shell/app: Correctly track the window used for the fallback iconBenjamin Berg2021-12-211-7/+17
* shell/window-tracker: Track windows getting unmanagedFlorian Müllner2021-12-151-9/+0
* shell/app: Don't move all workspace windows to their startup workspaceSebastian Keller2021-10-301-1/+1
* shell/app: Keep cancellable after cancelled proxy requestFlorian Müllner2021-06-141-2/+4
* shell/app: Explicitly handle (X11) fallback icon changesFlorian Müllner2021-03-141-7/+35
* shell/app: Expose icon as propertyFlorian Müllner2021-03-141-0/+17
* shell/app: Only release window ref when we are doneFlorian Müllner2021-03-141-1/+2
* shell/app: Avoid adding windows with a startup workspace twiceSebastian Keller2021-03-071-4/+4
* shell/app: Handle workspace from startup notificationsFlorian Müllner2021-03-021-8/+11
* Stop using GSliceRobert Mader2020-10-191-2/+2
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* shell/app: Add new get_icon() methodFlorian Müllner2020-07-011-18/+36
* st/texture-cache: Return a GIcon from bind_cairo_surface_property()Florian Müllner2020-07-011-56/+21
* Use pid_t for meta_window_get_pid()Jonas Dreßler2020-05-211-1/+1
* shell-app: Add PrefersNonDefaultGPU support to shell_app_launch()Bastien Nocera2020-05-041-8/+14
* shell-app: Downgrade not finding a discrete GPU to debugBastien Nocera2020-05-041-1/+1
* shell/global: Make switcheroo-control available from JSBastien Nocera2020-05-041-1/+1
* shell-app: Ignore invalid window PIDsJonas Dreßler2020-04-061-0/+4
* shell-app: Use container widget for fallback X11 app iconsJonas Dreßler2020-04-061-4/+11
* build: Fix some harmless compiler warningsFlorian Müllner2020-03-081-1/+1
* app: Use better icon for wayland window-backed appsFlorian Müllner2020-01-231-7/+21
* shell-app: Add discrete GPU support for NVidia driversBastien Nocera2019-12-131-1/+56
* cleanup: Use g_clear_signal_handler() where possibleRobert Mader2019-11-211-2/+2
* Stop referring to ClutterTextureJonas Ådahl2019-11-121-1/+1
* shell-app: Never allow opening new windows while an app is startingJonas Dreßler2019-09-181-4/+6
* shell-app: Consider desktop actions in can_open_new_window()Florian Müllner2019-08-061-3/+11
* Ensure G_PARAM_STATIC_STRINGS for all propertiesNiels De Graef2019-07-301-2/+2
* shell-app: Fix spelling errorLaurent Bigonville2019-06-151-1/+1
* shell: Use MetaDisplay input focus APICarlos Garnacho2019-05-241-3/+2
* ShellApp: Use g_signal_connect_object for window signalsSimon McVittie2019-04-231-3/+3
* app: Consider "quit" action for quitFlorian Müllner2019-03-281-1/+14
* app: Set styleclass on fallback app iconsFlorian Müllner2019-03-081-0/+2
* texture-cache: Load bound surfaces into StWidgetsFlorian Müllner2019-03-081-6/+8
* st-texture-cache: use StImageContent for cairo bound surfaceMarco Trevisan (Treviño)2019-03-011-2/+2
* app: Remove :menu propertyFlorian Müllner2019-02-061-31/+5
* app: Don't rely on app menu to check for GtkApplicationsFlorian Müllner2019-02-061-4/+7
* app: Remove unused codeFlorian Müllner2019-02-051-6/+0
* app: Replace ClutterTexture by ClutterActorGeorges Basile Stavracas Neto2019-01-291-1/+1
* shell: Use MetaStartupNotificationCarlos Garnacho2018-11-231-5/+5
* app: Close all closable windows from quit()Florian Müllner2018-09-131-1/+1