summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
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-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 warningsrbuj5-30/+30
2022-02-19keybindings: fix build warning -Wbad-function-castrbuj1-11/+7
2022-02-13Remove TRUE, FALSE from if statementrbuj3-17/+14
2022-01-27Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj6-27/+28
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 #endifrbuj1-2/+2
2021-10-26fix code-formatting issue of previous commitraveit651-1/+1
2021-10-23Safeguard against calling gdk_x11_window_get_xid with a NULL GdkWindowrcaridade1451-2/+5
2021-06-07window: add support for _GNOME_WM_STRUT_AREAraveit656-5/+119
2021-06-07screen: add support for _GTK_WORKAREAS_Dnraveit652-0/+45
2021-06-04window: Do not render shadows on left/right tiled windowsMartin Wimpress1-0/+12
2021-06-04iconcache: Use GDesktopAppInfo to find correct application iconsVictor Kareh3-7/+18
2021-05-28window: Track window rectangle before corner tilingVictor Kareh1-4/+16
2021-05-26window: Track window rectangle before tilingVictor Kareh1-1/+5
2021-04-30window: Only unmaximize when the window is already maximized.Zhiyi Zhang1-60/+64
2021-04-02window-props: g_memdup is dreprecated from glib 2.68rbuj1-2/+8
2021-03-29warning: declaration of a variable shadows a previous localrbuj1-4/+2
2021-03-18testasyncgetprop: Mismatching the argument type 'unsigned long'rbuj1-2/+2
2021-03-18bell: Unused static function 'bell_flash_screen'rbuj1-0/+2
2021-03-08bell: missing include guardrbuj1-0/+5
2021-03-06i18n: Use glib's gettext support macrosrbuj14-1/+25
2021-03-01window: turn into a GObjectrbuj2-24/+54
2021-02-26Remove the copyright information when printing the version from the command linerbuj1-28/+4
2020-10-11Added VI keys (hjkl) for moving and resizing windowsKFB1-0/+20
2020-09-27window: do not unfocus on new window.rcaridade1451-17/+1
2020-08-18window: expand tile size cycling supportraveit653-1/+8
2020-08-04Remove multiple empty linesrbuj31-98/+0
2020-08-04Remove trailing spaces/tabsrbuj11-81/+81
2020-05-27workspace: Don't try to use per-workspace MRU lists as a hint for focusingrcaridade1454-39/+17
2020-05-27stack: make meta_window_raise() and meta_window_lower() smarterrcaridade1451-3/+39
2020-05-27compositor: fix possible crash closing/destroying window . Fixes to previous ...rcaridade1452-0/+14
2020-05-27window: fix crash if workspace is nullrcaridade1451-1/+2
2020-05-26Use rounded values instead of truncate themrbuj1-3/+4
2020-04-02Remove unnecessary warnings about visible regionVictor Kareh1-6/+7
2020-03-08Introduce nullpointer checks and return null if validation failsrcaridade1451-4/+7
2020-02-28util: meta_bug raises SIGABRT so it shouldn't returnrbuj1-1/+1
2020-02-21remove warning: 'GTimeVal' is deprecatedrbuj6-50/+34
2020-02-06window: handle legacy fullscreen requestsrcaridade1452-24/+30
2020-02-04frame: remove unused variable 'status'rbuj1-1/+0
2020-01-22Xprops fix memory leak.rcaridade1451-7/+13
2019-10-31window: Add optional tile size cyclingVictor Kareh4-13/+116
2019-10-27tabpopup: Render window thumbnail as cairo surfaceVictor Kareh1-81/+97
2019-10-27tabpopup: Draw transparent OSD-style popupsVictor Kareh2-2/+5