Skip to content

Releases: mate-desktop/caja

caja 1.23.1 release

30 Jun 14:28
Compare
Choose a tag to compare

Changes since the last release: v1.23.0...v1.23.1

caja 1.23.1

  • desktop: Force no borders on desktop items by default
  • desktop: Always draw the items label frame
  • [ci] debian build: show all the warnings of deprecated functions
  • suppress GtkAction deprecations warnings
  • update translations
  • Remove trailing whitespaces
  • src: reduce the scope of some variables
  • caja-open-with-dialog: cppcheck: Redundant condition
  • eel-canvas: cppcheck: Local variable 'allocation' shadows outer variable
  • Change URL prefixes from http to https
  • Change url projet's website
  • caja-progress-info: add tooltips to file transfer dialog
  • Add accessible names for buttons in file transfer operations dialog
  • libegg: reduce the scope of some variables
  • [ci] Add cppcheck html report
  • libcaja-private: reduce the scope of some variables
  • eel: remove date & time functions
  • caja-spatial-window: Unused variable i
  • eel: reduce the scope of some variables
  • caja-location-dialog: Fix 'cppcheck' and 'clang' warnings

caja 1.22.1 release

22 Apr 20:51
Compare
Choose a tag to compare

Changes since the last release: v1.22.0...v1.22.1

caja 1.22.1

tx: sync with transifex
caja-progress-info: make sure argument is initialized
Fix invocation with --geometry from the command line
Pass "NULL" for keyboard event
caja-file: Fix incomplete file replacement dialog
eel-gdk-pixbuf-extensions: Fix division by zero
caja-file: Fix use of memory after it is freed
caja-icon-container: Fix use of memory after it is freed
fm-tree-model: Fix use of memory after it is freed
caja-information-panel: Fix use of memory after it is freed
fm-directory-view: Fix use of memory after it is freed
caja-tree-view-drag-dest: Fix memory leak
[Security] eel-string: Use 'g_strlcat' instead of 'strcat'
[Security] Use 'g_strlcpy' instead of 'strcpy'

caja 1.23.0 release

16 Apr 11:12
Compare
Choose a tag to compare

Changes since the last release: v1.22.0...v1.23.0

caja 1.23.0

  • update translations
  • caja-property-browser: Fix cast from non-struct type to struct type
  • eggsmclient-xsmp: Fix cast from non-struct type to struct type
  • caja-file-utilities: Fix cast from non-struct type to struct type
  • local #include files who are libraries inside <> instead ""
  • eel-string: Use 'va_copy' instead of 'G_VA_COPY'
  • eel-editable-label: Use 'memmove' instead of 'memcpy'
  • eel: remove eel_g_object_list_ref
  • drop functions defined but not used
  • local #include files inside "" instead <>
  • caja-icon-canvas-item: avoid 'cppcheck' warning
  • caja-file: avoid shifting signed 32-bit value by 31 bits
  • Fix invocation with --geometry from the command line
  • caja-icon-canvas-item: initialize variable 'scale'
  • Pass "NULL" for keyboard event
  • caja-application: avoid NULL inside 'g_object_unref'
  • fm-desktop-icon-view: remove dead code
  • caja-file-operations: make sure 'error' isn't NULL
  • caja-open-with-dialog: make sure there is error before showing it
  • eel-string: Fix: 'memcpy' overflows destination buffer
  • eel-string: avoid 'memcpy' with NULL argument
  • caja-progress-info: make sure argument is initialized
  • eel: replace eel_ref_str with GRefString
  • eel: remove g_object_list_copy
  • caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg'
  • caja-file: Fix incomplete file replacement dialog
  • caja-autorun: avoid NULL in 'memcpy'
  • eel-editable-label: call argument with initialized value
  • caja-file: Fix: true and false branches are identical
  • caja-file-operations: add comment with false positive warning:
  • [ci] use clang analyzer
  • configure.ac: fix portability issue with test
  • eel: remove g_str_list_copy
  • Remove USE_MATE2_MACROS from autogen.sh (legacy)
  • eel: remove g_list_free_deep_custom
  • avoid variables set but not used
  • eel-canvas: Fix warning: Undefined or garbage value returned to caller
  • caja-window: Fix garbage value
  • eel-gdk-pixbuf-extensions: Fix division by zero
  • caja-file: Fix use of memory after it is freed
  • caja-icon-container: Fix use of memory after it is freed
  • Fix attempt to free released memory
  • fm-tree-model: Fix use of memory after it is freed
  • caja-information-panel: Fix use of memory after it is freed
  • fm-directory-view: Fix use of memory after it is freed
  • caja-tree-view-drag-dest: Fix memory leak
  • [Security] eel-string: Use 'g_strlcat' instead of 'strcat'
  • [Security] Use 'g_strlcpy' instead of 'strcpy'
  • drop unused variables