Skip to content
  1. Feb 06, 2019
  2. Oct 30, 2016
  3. Sep 06, 2016
  4. Dec 03, 2015
  5. Oct 06, 2015
  6. Sep 29, 2015
  7. Sep 24, 2015
  8. Sep 23, 2015
  9. Aug 30, 2015
  10. Aug 29, 2015
  11. Aug 16, 2015
    • Paolo Borelli's avatar
      Release 3.16.3 · bfa107a4
      Paolo Borelli authored
      3.16.3
      bfa107a4
    • Paolo Borelli's avatar
      open file selector: use context save/restore · 2ca4f515
      Paolo Borelli authored
      Instead of manually removing a class, use save and restore.
      This is more efficient with newer gtk since gtk can tell
      that the context was unaffected.
      2ca4f515
    • Ray Strode's avatar
      gedit-recent: fix filtering of a filenames that need uri escaping · 82afb087
      Ray Strode authored
      When a user types a filename into the search popover, gedit tries
      to find matches from recently used documents.  It does this by
      returning all recently used documents that have what the user typed
      as a substring of the document uri.
      
      GtkRecentInfo provides two different apis for returning the associated
      uri: gtk_recent_info_get_uri() and gtk_recent_info_get_uri_display().
      The former returns the uri in a canonical representation with non-ascii
      characters escaped using url escaping rules.  The latter returns the
      uri with non-ascii characters unescaped.  GeditRecent uses the
      canonicalized, escaping function, so its substring search fails
      on non-ascii filenames.
      
      This commit changes the code over to use the other variant.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=753481
      82afb087
  12. Aug 10, 2015
  13. Aug 02, 2015
  14. Jul 26, 2015
  15. Jul 17, 2015
  16. Jul 16, 2015
  17. Jul 12, 2015
  18. Jul 09, 2015
  19. Jul 08, 2015
  20. Jul 03, 2015
  21. Jul 02, 2015
  22. Jun 26, 2015
  23. Jun 25, 2015
  24. Jun 23, 2015
  25. Jun 22, 2015
  26. Jun 18, 2015
  27. Jun 14, 2015
  28. Jun 11, 2015
  29. Jun 07, 2015