Age | Commit message (Expand) | Author | Files | Lines |
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-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 | 5 | -30/+30 |
2022-02-19 | keybindings: fix build warning -Wbad-function-cast | rbuj | 1 | -11/+7 |
2022-02-13 | Remove TRUE, FALSE from if statement | rbuj | 3 | -17/+14 |
2022-01-27 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 6 | -27/+28 |
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 | 1 | -2/+2 |
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-06-07 | window: add support for _GNOME_WM_STRUT_AREA | raveit65 | 6 | -5/+119 |
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 | 1 | -0/+12 |
2021-06-04 | iconcache: Use GDesktopAppInfo to find correct application icons | Victor Kareh | 3 | -7/+18 |
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 | 1 | -4/+2 |
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 |
2021-03-08 | bell: missing include guard | rbuj | 1 | -0/+5 |
2021-03-06 | i18n: Use glib's gettext support macros | rbuj | 14 | -1/+25 |
2021-03-01 | window: turn into a GObject | rbuj | 2 | -24/+54 |
2021-02-26 | Remove the copyright information when printing the version from the command line | rbuj | 1 | -28/+4 |
2020-10-11 | Added VI keys (hjkl) for moving and resizing windows | KFB | 1 | -0/+20 |
2020-09-27 | window: do not unfocus on new window. | rcaridade145 | 1 | -17/+1 |
2020-08-18 | window: expand tile size cycling support | raveit65 | 3 | -1/+8 |
2020-08-04 | Remove multiple empty lines | rbuj | 31 | -98/+0 |
2020-08-04 | Remove trailing spaces/tabs | rbuj | 11 | -81/+81 |
2020-05-27 | workspace: Don't try to use per-workspace MRU lists as a hint for focusing | rcaridade145 | 4 | -39/+17 |
2020-05-27 | stack: make meta_window_raise() and meta_window_lower() smarter | rcaridade145 | 1 | -3/+39 |
2020-05-27 | compositor: fix possible crash closing/destroying window . Fixes to previous ... | rcaridade145 | 2 | -0/+14 |
2020-05-27 | window: fix crash if workspace is null | rcaridade145 | 1 | -1/+2 |
2020-05-26 | Use rounded values instead of truncate them | rbuj | 1 | -3/+4 |
2020-04-02 | Remove unnecessary warnings about visible region | Victor Kareh | 1 | -6/+7 |
2020-03-08 | Introduce nullpointer checks and return null if validation fails | rcaridade145 | 1 | -4/+7 |
2020-02-28 | util: meta_bug raises SIGABRT so it shouldn't return | rbuj | 1 | -1/+1 |
2020-02-21 | remove warning: 'GTimeVal' is deprecated | rbuj | 6 | -50/+34 |
2020-02-06 | window: handle legacy fullscreen requests | rcaridade145 | 2 | -24/+30 |
2020-02-04 | frame: remove unused variable 'status' | rbuj | 1 | -1/+0 |
2020-01-22 | Xprops fix memory leak. | rcaridade145 | 1 | -7/+13 |
2019-10-31 | window: Add optional tile size cycling | Victor Kareh | 4 | -13/+116 |
2019-10-27 | tabpopup: Render window thumbnail as cairo surface | Victor Kareh | 1 | -81/+97 |
2019-10-27 | tabpopup: Draw transparent OSD-style popups | Victor Kareh | 2 | -2/+5 |
2019-09-24 | testboxes: Fix find_closest_point_to_line() test | Victor Kareh | 1 | -4/+6 |