Skip to content
Snippets Groups Projects
  1. Aug 27, 2024
  2. Aug 17, 2024
  3. Aug 16, 2024
  4. Jul 28, 2024
    • Brian Tarricone's avatar
      Fix monitoring of folder icon files in subdirs · 1fadf343
      Brian Tarricone authored
      This seemed to just never work reliably; most of the time when moving a
      folder icon file into a subdir of the desktop, it wouldn't get picked
      up.  And if the file was changed or deleted, that change wouldn't get
      noticed.
      1fadf343
  5. Jul 22, 2024
  6. Jul 19, 2024
    • Brian Tarricone's avatar
      Rework the icon view grid sizing and placement code a bit · 8dd5b9ed
      Brian Tarricone authored
      It's still a little messy, but this cleans things up a little.  The
      problem is that we could get into a situation where we're trying to
      place items but we have no grid yet.  So now I'm simplifying things a
      bit, and separating loading the items from the model from actually
      placing them on the grid.  We also just protect actions that need a grid
      with a check to see if we have a grid, since just because the widget is
      realized, it doesn't mean it has a grid.
      
      In addition, the previous code was using the widget's size request to
      size the grid (and falling back to its preferred size otherwise).  This
      is bonkers: we can only size the grid based on the widget's actual
      allocation; anything else can give us sizes that are wrong.
      8dd5b9ed
    • Brian Tarricone's avatar
      Fix long-standing memory leak in XfdesktopIconView · 7cc4ad6d
      Brian Tarricone authored
      Two issues:
      
      * Any time a ViewItem was freed, the GtkRowReference instance (if any)
        associated with it was not freed.
      * On finalizing the XfdesktopIconView, if a model was still attached,
        the ViewItem list would not get freed.
      7cc4ad6d
  7. Jun 27, 2024
  8. Jun 26, 2024
  9. Jun 04, 2024
  10. May 30, 2024
  11. May 29, 2024
  12. May 28, 2024
  13. May 12, 2024
  14. May 08, 2024
  15. Apr 26, 2024
  16. Apr 24, 2024
  17. Apr 22, 2024
  18. Apr 21, 2024
  19. Apr 18, 2024
Loading