Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-23 | release 1.27.1v1.27.1 | raveit65 | 1 | -1/+1 | |
2023-07-08 | wayland: initial support for showing the desktop | Luke from DC | 1 | -3/+29 | |
* Wayland: Support rendering the desktop *Wayland support is optional via the --enable-wayland option * eel-editable-label-c: remove unused variable This was leftover from earlier code compatable only with x11 * Fix gtk-layer-shell-0 version check, improve error message when Wayland requested but not found | |||||
2022-11-09 | release 1.27.0v1.27.0 | mbkma | 1 | -1/+1 | |
2022-08-04 | configure.ac: Bump Autoconf version because of LT_INIT | rbuj | 1 | -1/+1 | |
2022-06-01 | build: Cleanup long deprecated macros usage | Colomban Wendling | 1 | -8/+7 | |
2022-02-08 | remove '-' from a m4_define | Matija Skala | 1 | -3/+3 | |
it was not handled correctly | |||||
2021-12-19 | Use gresources for ui files | rbuj | 1 | -0/+8 | |
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 1 | -1/+1 | |
2021-05-29 | release 1.25.3v1.25.3 | raveit65 | 1 | -1/+1 | |
2021-02-07 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -1/+3 | |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+6 | |
2021-02-04 | build: underline package name and version in configure summary | rbuj | 1 | -1/+4 | |
2021-02-02 | build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME | rbuj | 1 | -1/+1 | |
2021-02-02 | release 1.25.2v1.25.2 | raveit65 | 1 | -1/+1 | |
2021-01-16 | release 1.25.1v1.25.1 | raveit65 | 1 | -1/+1 | |
2020-06-30 | add required libraries for libegg | Wu Xiaotian | 1 | -5/+1 | |
2020-06-15 | pre-bump version | raveit65 | 1 | -1/+1 | |
2020-05-15 | mate-submodules: use git submodule for libegg | Wu Xiaotian | 1 | -1/+2 | |
2020-04-04 | use MATE_COMPILE_WARNINGS from mate-common | raveit65 | 1 | -48/+3 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 1 | -1/+1 | |
2020-02-05 | build: show compiler flags on configuration summary | rbuj | 1 | -0/+2 | |
2020-01-21 | release 1.23.4v1.23.4 | raveit65 | 1 | -1/+1 | |
2020-01-19 | release 1.23.3v1.23.3 | raveit65 | 1 | -1/+1 | |
2020-01-12 | fm-properties: Remove use of mate-desktop-thumbnail helper | raveit65 | 1 | -0/+3 | |
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. | |||||
2019-08-18 | release 1.23.2v1.23.2 | raveit65 | 1 | -1/+1 | |
2019-07-08 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 1 | -0/+1 | |
2019-07-01 | migrate intltool to gettext | Wu Xiaotian | 1 | -6/+2 | |
2019-06-30 | release 1.23.1v1.23.1 | raveit65 | 1 | -1/+1 | |
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-05-04 | eel: remove date & time functions | rbuj | 1 | -19/+0 | |
Do not need to extend glib library, since it now incorporates these functions. Extended date format modifiers are available on glib v2.56. eel-glib-extensions.h/c: GDate * eel_g_date_new_tm (struct tm *time_pieces); char * eel_strdup_strftime (const char *format, struct tm *time_pieces); gint64 eel_get_system_time (void); Do not need to test the extensions in eel_self_check_glib_extensions (void). eel-glib-extensions.c: static void check_tm_to_g_date (time_t time) static char * test_strftime (...) Do not need to check if strftime implements extended date format modifiers on the system (available on glibc v2.27). configure.ac | |||||
2019-04-08 | pre-bump version | raveit65 | 1 | -1/+1 | |
2019-03-29 | eel: replace eel_ref_str with GRefString | rbuj | 1 | -1/+1 | |
GNOME/nautilus@b4d200f https://developer.gnome.org/glib/stable/glib-Reference-counted-strings.html | |||||
2019-03-07 | configure.ac: fix portability issue with test | David H. Gutteridge | 1 | -1/+1 | |
"test ... ==" isn't a portable expression, change to POSIX "=". | |||||
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 1 | -1/+1 | |
2019-02-06 | fixed distcheck fail on debian | Wu Xiaotian | 1 | -7/+0 | |
2019-02-06 | fixed the help string of --disable-self-check | Wu Xiaotian | 1 | -1/+1 | |
2019-02-06 | Add --disable-self-check for configure | Wu Xiaotian | 1 | -0/+12 | |
Fixed make distcheck, see #1129 | |||||
2019-02-02 | release 1.21.4v1.21.4 | raveit65 | 1 | -1/+1 | |
2019-01-21 | configure.ac: Add check for PKG_CONFIG being set. | Pablo Barciela | 1 | -1/+5 | |
based in debian patch by Mike Gabriel <[email protected]> | |||||
2018-11-17 | release 1.21.3v1.21.3 | raveit65 | 1 | -1/+1 | |
2018-07-03 | release 1.21.2v1.21.2 | raveit65 | 1 | -1/+1 | |
2018-04-03 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-03-03 | use development version | raveit65 | 1 | -1/+1 | |
2018-03-03 | pre-bumb version | raveit65 | 1 | -1/+1 | |
2018-01-31 | release 1.20v1.20.0 | raveit65 | 1 | -1/+1 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -3/+3 | |
2018-01-14 | move libegg to the top srcdir and drop some leftovers | monsta | 1 | -2/+1 | |
2017-12-27 | release 1.19.3v1.19.3 | raveit65 | 1 | -1/+1 | |
2017-10-11 | release 1.19.2v1.19.2 | raveit65 | 1 | -1/+1 | |
2017-08-25 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |