summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2026-01-30Release v1.29.1v1.29.1Victor Kareh1-1/+1
* ci: remove redundant GH CLI installation step * Desktop: really ensure that desktop window is never decorated * build(deps): bump actions/checkout from 5 to 6 * wayland: set desktop layer as background not bottom * File search improvements (#1851) * New feature - show git branch with icon view text (#1838) * build(deps): bump actions/checkout from 4 to 5 * file: Fallback to fast-content-type if content-type is not set * Update README * build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 * build(deps): bump actions/checkout from 3 to 4 * CI: Drop travils CI * Try to use github action * Desktop: ensure desktop window is never decorated * File properties: improve accessibility of the simple permissions * File properties: improve accessibility of the icon button * eel-labeled-image: Simplify type subclassing even further * eel-labeled-image: Simplify type subclassing * eel-labeled-image: Implement a11y for button types * eel-labeled-image: Slightly simplify a11y implementation * wayland/window closing: avoid a crash on gtk_widget_destroy * caja-file-operations: restart timer also for moves * caja-file-operations: fix estimate for queued copy (#1759) * ci: fix type * Attempt to fix 2nd Travis deployment issue * ci: Bump dpl branches for Ruby 3 support * wayland: ensure windows can be moved if compositor is using CSD (#1787) * build: remove configure dependency on perl (#1789) * wayland background: use mate-appearance-properties if we can (#1771)
2024-08-29build: remove configure dependency on perl (#1789)Eli Schwartz1-1/+0
It is totally unused. In 2010, nautilus removed a perl script used to generate enums: https://gitlab.gnome.org/GNOME/nautilus/-/commit/75a03a440ebff23ccbf8674ca4a0e9f6475ebbb8 Before then, perl was needed to build. After this commit, nautilus still had messy code to check for perl availability but did nothing with it. Across multiple forks and reinitialized git repositories that dropped all commit history, it turns out that caja still has that messy code too.
2024-04-04Bump version to 1.29.0lukefromdc1-1/+1
2024-02-20release 1.28.0v1.28.0raveit651-1/+1
2023-08-24release 1.27.2v1.27.2raveit651-1/+1
2023-08-23release 1.27.1v1.27.1raveit651-1/+1
2023-07-08wayland: initial support for showing the desktopLuke from DC1-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-09release 1.27.0v1.27.0mbkma1-1/+1
2022-08-04configure.ac: Bump Autoconf version because of LT_INITrbuj1-1/+1
2022-06-01build: Cleanup long deprecated macros usageColomban Wendling1-8/+7
2022-02-08remove '-' from a m4_defineMatija Skala1-3/+3
it was not handled correctly
2021-12-19Use gresources for ui filesrbuj1-0/+8
2021-08-04release 1.26.0v1.26.0raveit651-1/+1
2021-05-29release 1.25.3v1.25.3raveit651-1/+1
2021-02-07build: allow users to disable gettext support (--disable-nls)rbuj1-1/+3
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+6
2021-02-04build: underline package name and version in configure summaryrbuj1-1/+4
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2021-02-02release 1.25.2v1.25.2raveit651-1/+1
2021-01-16release 1.25.1v1.25.1raveit651-1/+1
2020-06-30add required libraries for libeggWu Xiaotian1-5/+1
2020-06-15pre-bump versionraveit651-1/+1
2020-05-15mate-submodules: use git submodule for libeggWu Xiaotian1-1/+2
2020-04-04use MATE_COMPILE_WARNINGS from mate-commonraveit651-48/+3
2020-02-09release 1.24.0v1.24.0raveit651-1/+1
2020-02-05build: show compiler flags on configuration summaryrbuj1-0/+2
2020-01-21release 1.23.4v1.23.4raveit651-1/+1
2020-01-19release 1.23.3v1.23.3raveit651-1/+1
2020-01-12fm-properties: Remove use of mate-desktop-thumbnail helperraveit651-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-18release 1.23.2v1.23.2raveit651-1/+1
2019-07-08Add support for checking .ui accessibility with gla11ySamuel Thibault1-0/+1
2019-07-01migrate intltool to gettextWu Xiaotian1-6/+2
2019-06-30release 1.23.1v1.23.1raveit651-1/+1
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2019-05-04eel: remove date & time functionsrbuj1-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-08pre-bump versionraveit651-1/+1
2019-03-29eel: replace eel_ref_str with GRefStringrbuj1-1/+1
GNOME/nautilus@b4d200f https://developer.gnome.org/glib/stable/glib-Reference-counted-strings.html
2019-03-07configure.ac: fix portability issue with testDavid H. Gutteridge1-1/+1
"test ... ==" isn't a portable expression, change to POSIX "=".
2019-02-24release 1.22.0v1.22.0raveit651-1/+1
2019-02-06fixed distcheck fail on debianWu Xiaotian1-7/+0
2019-02-06fixed the help string of --disable-self-checkWu Xiaotian1-1/+1
2019-02-06Add --disable-self-check for configureWu Xiaotian1-0/+12
Fixed make distcheck, see #1129
2019-02-02release 1.21.4v1.21.4raveit651-1/+1
2019-01-21configure.ac: Add check for PKG_CONFIG being set.Pablo Barciela1-1/+5
based in debian patch by Mike Gabriel <[email protected]>
2018-11-17release 1.21.3v1.21.3raveit651-1/+1
2018-07-03release 1.21.2v1.21.2raveit651-1/+1
2018-04-03pre-bump versionraveit651-1/+1
2018-03-03use development versionraveit651-1/+1
2018-03-03pre-bumb versionraveit651-1/+1
2018-01-31release 1.20v1.20.0raveit651-1/+1