Skip to content
Snippets Groups Projects
  1. Aug 23, 2020
  2. Jul 02, 2020
  3. Jun 18, 2020
  4. May 24, 2020
  5. Mar 23, 2020
  6. Jul 19, 2019
  7. May 17, 2019
  8. Jan 27, 2019
  9. Jan 24, 2019
  10. Sep 26, 2018
  11. Jun 14, 2018
  12. Jun 06, 2018
  13. Apr 06, 2018
  14. Apr 05, 2018
  15. Feb 15, 2018
  16. Nov 25, 2017
  17. Jun 30, 2017
  18. Feb 13, 2017
  19. May 22, 2015
  20. May 17, 2015
  21. May 05, 2015
  22. Apr 20, 2015
  23. Feb 28, 2015
  24. Feb 19, 2015
  25. Jan 04, 2015
  26. May 05, 2013
  27. Dec 27, 2012
  28. Dec 09, 2012
  29. Dec 02, 2012
  30. Nov 24, 2012
  31. Nov 10, 2012
  32. Oct 31, 2012
  33. Oct 14, 2012
  34. Apr 28, 2012
  35. 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
  36. Apr 13, 2012
  37. Mar 28, 2012
Loading