Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mate-desktop/caja
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.0
Choose a base ref
...
head repository: mate-desktop/caja
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.1
Choose a head ref
  • 17 commits
  • 135 files changed
  • 5 contributors

Commits on Sep 11, 2021

  1. branch 1.26

    raveit65 committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    d0e4c0b View commit details
    Browse the repository at this point in the history
  2. tx: update transifex config

    raveit65 committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    41293bc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. caja-places-sidebar: fix right-click menu height

    - prevent error and right-click menu from appearing when clicking empty area
    Rakksor authored and raveit65 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9e98a57 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    e99902a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. eel-background: fix memory leak

    rbuj committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    5ce0d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8210a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c1a6a View commit details
    Browse the repository at this point in the history
  4. caja-module: fix memory leak

    rbuj committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    5f6191a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    7142339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b7fab View commit details
    Browse the repository at this point in the history
  3. caja-file-conflict-dialog: Move to automatic signal disconnection

    Instead of manually keeping tabs on the signals so we can disconnect
    them before the data parameter gets destroyed, let GObject
    automatically track lifetime of the data, which it can do as that data
    is a GObject itself.
    
    This does not change behavior in the normal case, but makes sure the
    callback simply cannot get called with invalid/freed parameters, even
    if we did screw anything up (which we used to).
    
    This actually would have solved #1630 as well with using the target
    widgets as data parameters as the signal would have been disconnected
    as soon as the widget got destroyed, no matter whether we got finalized
    ourselves or not.
    
    The signal IDs were also use as guards to whether the monitor was set
    up for the related files, but we can just as well use the state of the
    file list ready handle which should only be NULL when we actually have
    monitors set up.  Even if it wasn't the case, worse case scenario would
    be removing a non-existent monitor, which is perfectly OK anyway.
    cwendling authored and lukefromdc committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    8819790 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. caja-bookmark: drop create_image_cairo_for_bookmark

    rbuj authored and raveit65 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6fb710b View commit details
    Browse the repository at this point in the history
  2. caja-bookmark: fix memory leak

    rbuj authored and raveit65 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    e1ecada View commit details
    Browse the repository at this point in the history
  3. caja-mime-actions: fix memory leak

    rbuj authored and raveit65 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    9a604a2 View commit details
    Browse the repository at this point in the history
  4. Fix Caja does not show icons of application launchers

    in /usr/share/applications
    and asks user for confirmation on launch of desktop-files here
    zhuyaliang authored and raveit65 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    435446a View commit details
    Browse the repository at this point in the history
  5. tx: sync with transifex

    raveit65 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    faa9ccb View commit details
    Browse the repository at this point in the history
  6. release 1.26.1

    raveit65 committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    63ad4eb View commit details
    Browse the repository at this point in the history
Loading