| Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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)
|
|
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.
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
it was not handled correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
don't use mate_desktop_thumbnail_scale_down_pixbuf().
gdk-pixbuf doesn't have the same bugs when shrinking images by large
factors.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
GNOME/nautilus@b4d200f
https://developer.gnome.org/glib/stable/glib-Reference-counted-strings.html
|
|
"test ... ==" isn't a portable expression, change to POSIX "=".
|
|
|
|
|
|
|
|
Fixed make distcheck, see #1129
|
|
|
|
based in debian patch by Mike Gabriel <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|