summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-11-01keybindings: Add area screenshot keyboard shortcutVictor Kareh6-4/+25
2025-11-01keybindings: Release keyboard grab on screenshot commandsVictor Kareh3-4/+14
2025-11-01keybindings: Fix command spawning to use posix_spawnVictor Kareh1-16/+9
2025-11-01keybindings: Fix move-to-center calculationVictor Kareh3-8/+22
2025-11-01theme: Include shadow and resize bordersVictor Kareh8-31/+126
2025-10-06Add dynamic workspaces supportVictor Kareh6-22/+305
2025-10-03screen: Add dynamic HiDPI scale change supportVictor Kareh1-0/+62
2025-09-09window: Add configurable mouse actions for titlebarVictor Kareh5-15/+166
2025-09-05theme: Fix left-side Fitt's Law1.28Victor Kareh1-11/+6
2025-09-02theme: Extend button clickable area to edge of screenVictor Kareh1-2/+23
2025-07-27Fix GTK deprecations (#798)Victor Kareh4-40/+42
2025-04-02window: Parse _BAMF_DESKTOP_FILE propertyVictor Kareh8-20/+79
2025-04-02iconcache: Add GDesktopAppInfo lookup as an icon caching strategyVictor Kareh5-53/+66
2025-04-02window: Parse _GTK_APPLICATION_ID propertyVictor Kareh4-1/+31
2025-02-11window-props: remove incorrect mask checkColomban Wendling1-5/+4
2025-02-11window-props: Fix check for XResQueryClientIds() successColomban Wendling1-3/+3
2024-02-26tabpopup: Stop spamming the ATs with label changes at startupColomban Wendling1-7/+9
2024-02-26tabpopup: Report the window as active to a11y when it's showingColomban Wendling1-1/+69
2024-02-16themes/eOS/meson.build: Install missing PNGsBobby Rong1-0/+2
2024-02-14workspace: ignore not_this_one if not in current workspaceLars R. Damerow1-2/+3
2023-10-19tabpopup: Use more contrasting background when not compositedColomban Wendling1-5/+16
2023-10-14Allow applications to raise windows when raise_on_click is off.ns2-3/+2
2023-10-05replace deprecated gtk_image_menu_itemraveit651-2/+4
2023-08-17ui/tabpopup: likewise only enable compositing code if available.Mihai Moldovan3-2/+11
2023-08-17ui/frames: check that compositing is not only requested, but also available.Mihai Moldovan5-22/+33
2023-07-19Fix losing title of windows with a 3 or 4 bytes first characterColomban Wendling1-1/+1
2023-02-10Show correct window title when owned by superuser. Issue #749insaner1-1/+1
2023-01-18Add setting to raise windows on alt+tab popupsparkida5-3/+41
2023-01-14Test if XResQueryClientIds() is available before using it.Joakim Tjernlund1-0/+2
2023-01-14Test Xres 1.2 is presentJoakim Tjernlund2-2/+13
2023-01-14test return value from XResQueryClientIds()Joakim Tjernlund1-5/+6
2022-11-07replace _NET_WM_PID with XResGetClientPid (#741)Jan Novotný1-0/+46
2022-11-07Always bring into foreground the previous window after closing oneBalazs Endresz1-1/+1
2022-10-15window: do not disable fullscreen for dialogsAlberts Muktupāvels1-1/+2
2022-08-15ui: avoid 'g_object_unref (NULL)'rbuj1-3/+5
2022-04-07marco: Add cmdline option --no-keybindings for disabling all key bindings dir...Mike Gabriel1-0/+11
2022-03-11boxes: fix build warning -Wstring-conversionrbuj1-28/+27
2022-03-11Fix some -Wfloat-conversion warningsrbuj9-66/+73
2022-02-19keybindings: fix build warning -Wbad-function-castrbuj1-11/+7
2022-02-13Remove TRUE, FALSE from if statementrbuj5-28/+22
2022-01-30theme-viewer: use GTK_STYLE_PROPERTY_FONTrbuj1-2/+6
2022-01-30theme: fix memory leakrbuj1-1/+0
2022-01-27Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj7-29/+30
2022-01-27compositor-xrender: remove unrequired g_free because of g_new0rbuj1-5/+0
2022-01-27compositor-xrender: fix memory leakrbuj1-19/+33
2022-01-27build: fix meson buildrbuj1-1/+1
2022-01-26prefs: fix memory leakrbuj1-21/+27
2021-12-30main: Add short name for version optionrbuj1-1/+1
2021-12-11Remove whitespaces before #define, #ifdef, and #endifrbuj2-4/+4
2021-10-26fix code-formatting issue of previous commitraveit651-1/+1