Age | Commit message (Expand) | Author | Files | Lines |
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-10-19 | README: Update gtk requirement and patch submission | Tormod Volden | 3 | -7/+8 |
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 3 | -3/+10 |
2021-08-04 | tx: sync with transifex | raveit65 | 105 | -21936/+20734 |
2021-08-04 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 |
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 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+34 |
2021-06-04 | tx: pull from transifex | raveit65 | 25 | -199/+291 |
2021-06-04 | tx: update resource | raveit65 | 1 | -207/+197 |
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-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 |
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-23 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 |
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 |
2021-03-13 | frames: Unused static functions 'get_client_region', 'get_frame_region' | rbuj | 1 | -0/+2 |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 |
2021-03-08 | compositor-xrender.c: Make sure tooltips are visible when the source | Michael Webster | 1 | -0/+89 |
2021-03-08 | bell: missing include guard | rbuj | 1 | -0/+5 |
2021-03-06 | i18n: Use glib's gettext support macros | rbuj | 24 | -15/+41 |
2021-03-01 | window: turn into a GObject | rbuj | 3 | -24/+62 |
2021-02-26 | build: autoconf/meson use the same value for PACKAGE_STRING | rbuj | 1 | -1/+1 |
2021-02-26 | Remove the copyright information when printing the version from the command line | rbuj | 1 | -28/+4 |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 |
2021-02-15 | build: show verbose logging and debug status in configuration summary | rbuj | 1 | -0/+2 |
2021-02-15 | build: by default disable also the verbose mode for autoconf | rbuj | 1 | -3/+3 |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 |
2020-11-16 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 |
2020-11-16 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 |
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-09-05 | Do not call cairo paint on generate_pixmaps. | rcaridade145 | 1 | -2/+0 |
2020-09-03 | compositor-xrender: Use USHRT_MAX macro from limits.h | rbuj | 1 | -5/+6 |