Age | Commit message (Expand) | Author | Files | Lines |
2024-06-18 | window: Parse _BAMF_DESKTOP_FILE propertyiconcache-use-gdesktopapp | Victor Kareh | 8 | -20/+79 |
2024-06-18 | iconcache: Add GDesktopAppInfo lookup as an icon caching strategy | Victor Kareh | 5 | -53/+66 |
2024-06-18 | window: Parse _GTK_APPLICATION_ID property | Victor Kareh | 4 | -1/+31 |
2024-02-26 | tabpopup: Stop spamming the ATs with label changes at startup | Colomban Wendling | 1 | -7/+9 |
2024-02-26 | tabpopup: Report the window as active to a11y when it's showing | Colomban Wendling | 1 | -1/+69 |
2024-02-16 | themes/eOS/meson.build: Install missing PNGs | Bobby Rong | 1 | -0/+2 |
2024-02-14 | workspace: ignore not_this_one if not in current workspace | Lars R. Damerow | 1 | -2/+3 |
2023-10-19 | tabpopup: Use more contrasting background when not composited | Colomban Wendling | 1 | -5/+16 |
2023-10-14 | Allow applications to raise windows when raise_on_click is off. | ns | 2 | -3/+2 |
2023-10-05 | replace deprecated gtk_image_menu_item | raveit65 | 1 | -2/+4 |
2023-08-17 | ui/tabpopup: likewise only enable compositing code if available. | Mihai Moldovan | 3 | -2/+11 |
2023-08-17 | ui/frames: check that compositing is not only requested, but also available. | Mihai Moldovan | 5 | -22/+33 |
2023-07-19 | Fix losing title of windows with a 3 or 4 bytes first character | Colomban Wendling | 1 | -1/+1 |
2023-02-10 | Show correct window title when owned by superuser. Issue #749 | insaner | 1 | -1/+1 |
2023-01-18 | Add setting to raise windows on alt+tab popup | sparkida | 5 | -3/+41 |
2023-01-14 | Test if XResQueryClientIds() is available before using it. | Joakim Tjernlund | 1 | -0/+2 |
2023-01-14 | Test Xres 1.2 is present | Joakim Tjernlund | 2 | -2/+13 |
2023-01-14 | test return value from XResQueryClientIds() | Joakim Tjernlund | 1 | -5/+6 |
2022-11-07 | replace _NET_WM_PID with XResGetClientPid (#741) | Jan Novotný | 1 | -0/+46 |
2022-11-07 | Always bring into foreground the previous window after closing one | Balazs Endresz | 1 | -1/+1 |
2022-10-15 | window: do not disable fullscreen for dialogs | Alberts Muktupāvels | 1 | -1/+2 |
2022-08-15 | ui: avoid 'g_object_unref (NULL)' | rbuj | 1 | -3/+5 |
2022-04-07 | marco: Add cmdline option --no-keybindings for disabling all key bindings dir... | Mike Gabriel | 1 | -0/+11 |
2022-03-11 | boxes: fix build warning -Wstring-conversion | rbuj | 1 | -28/+27 |
2022-03-11 | Fix some -Wfloat-conversion warnings | rbuj | 9 | -66/+73 |
2022-02-19 | keybindings: fix build warning -Wbad-function-cast | rbuj | 1 | -11/+7 |
2022-02-13 | Remove TRUE, FALSE from if statement | rbuj | 5 | -28/+22 |
2022-01-30 | theme-viewer: use GTK_STYLE_PROPERTY_FONT | rbuj | 1 | -2/+6 |
2022-01-30 | theme: fix memory leak | rbuj | 1 | -1/+0 |
2022-01-27 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 7 | -29/+30 |
2022-01-27 | compositor-xrender: remove unrequired g_free because of g_new0 | rbuj | 1 | -5/+0 |
2022-01-27 | compositor-xrender: fix memory leak | rbuj | 1 | -19/+33 |
2022-01-27 | build: fix meson build | rbuj | 1 | -1/+1 |
2022-01-26 | prefs: fix memory leak | rbuj | 1 | -21/+27 |
2021-12-30 | main: Add short name for version option | rbuj | 1 | -1/+1 |
2021-12-11 | Remove whitespaces before #define, #ifdef, and #endif | rbuj | 2 | -4/+4 |
2021-10-26 | fix code-formatting issue of previous commit | raveit65 | 1 | -1/+1 |
2021-10-23 | Safeguard against calling gdk_x11_window_get_xid with a NULL GdkWindow | rcaridade145 | 1 | -2/+5 |
2021-07-09 | tabpopup: fix cairo surface leak | Faidon Liambotis | 1 | -1/+7 |
2021-06-07 | window: add support for _GNOME_WM_STRUT_AREA | raveit65 | 7 | -13/+129 |
2021-06-07 | screen: add support for _GTK_WORKAREAS_Dn | raveit65 | 2 | -0/+45 |
2021-06-04 | window: Do not render shadows on left/right tiled windows | Martin Wimpress | 3 | -0/+27 |
2021-06-04 | iconcache: Use GDesktopAppInfo to find correct application icons | Victor Kareh | 5 | -7/+94 |
2021-05-28 | window: Track window rectangle before corner tiling | Victor Kareh | 1 | -4/+16 |
2021-05-26 | window: Track window rectangle before tiling | Victor Kareh | 1 | -1/+5 |
2021-04-30 | window: Only unmaximize when the window is already maximized. | Zhiyi Zhang | 1 | -60/+64 |
2021-04-02 | window-props: g_memdup is dreprecated from glib 2.68 | rbuj | 1 | -2/+8 |
2021-03-29 | warning: declaration of a variable shadows a previous local | rbuj | 3 | -9/+8 |
2021-03-18 | testasyncgetprop: Mismatching the argument type 'unsigned long' | rbuj | 1 | -2/+2 |
2021-03-18 | bell: Unused static function 'bell_flash_screen' | rbuj | 1 | -0/+2 |