Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
  2. Jun 14, 2018
  3. Jun 06, 2018
  4. Apr 06, 2018
  5. Apr 05, 2018
  6. Feb 15, 2018
  7. Nov 25, 2017
  8. Jun 30, 2017
  9. Feb 13, 2017
  10. May 22, 2015
  11. May 17, 2015
  12. May 05, 2015
  13. Apr 20, 2015
  14. Feb 28, 2015
  15. Feb 19, 2015
  16. Jan 04, 2015
  17. May 05, 2013
  18. Dec 27, 2012
  19. Dec 09, 2012
  20. Dec 02, 2012
  21. Nov 24, 2012
  22. Nov 10, 2012
  23. Oct 31, 2012
  24. Oct 14, 2012
  25. Apr 28, 2012
  26. Apr 15, 2012
    • Jannis Pohlmann's avatar
      Move away from using a hard-coded size for window icons (bug #8626). · 16ab778b
      Jannis Pohlmann authored
      The previous commit wasn't actually related to this bug. The problem
      here was that the xfwm4 tab window now allows themes to change the size
      of the displayed window icons but Thunar still hard-coded its own window
      icons to 48px.
      
      From this commit Thunar on uses thunar_file_get_icon_name(current_dir)
      to get an icon name for the current directory and and then calls
      gtk_window_set_icon_name() rather than asking ThunarIconFactory for a
      48px GdkPixbuf that cannot be scaled up nicely. This is ok because we
      only ever set icons for directories and for those ThunarIconFactory
      never returns anything but a GdkPixbuf based on an icon name anyway. It
      never returns a GdkPixbuf loaded from an absolute path or anything.
      16ab778b
    • Jannis Pohlmann's avatar
  27. Apr 13, 2012
  28. Mar 28, 2012
  29. Mar 26, 2012
  30. Mar 13, 2012
  31. Feb 27, 2012
  32. Feb 26, 2012
    • John Lindgren's avatar
      Fix handling %U when launching multiple files with an app (bug #7456). · 16055b93
      John Lindgren authored
      GIO returns a newly allocated GAppInfo every time
      g_app_info_get_default_for_type() is called. This means that if we use a
      GHashTable and g_direct_hash() to associate GAppInfos with files to be
      launched with each of them, we will actually end up with multiple
      GAppInfos that are the same, and each of them will only have a single
      file associated.
      
      To fix this, we now use a fake hash function that causes GHashTable to
      always search the GAppInfo in the collision list.
      16055b93
    • Jannis Pohlmann's avatar
      Fix crash when removing an ancestor of the current folder (bug #8168). · d47f4053
      Jannis Pohlmann authored
      Whenever we release the GFileMonitor of a ThunarFolder, we also need to
      disconnect from its signals. Otherwise one of the signal handlers might
      still be called, potentially with corrupted user data (which was the
      case here).
      d47f4053
  33. Dec 27, 2011
  34. Nov 06, 2011
  35. Sep 19, 2011
Loading