Skip to content
  1. May 02, 2024
  2. Apr 27, 2024
  3. Mar 08, 2024
  4. Mar 01, 2024
  5. Feb 10, 2024
  6. Dec 05, 2023
  7. Nov 12, 2023
    • FeRD (Frank Dana)'s avatar
      sessionsaver: explicit Tepl version req · bc45e15b
      FeRD (Frank Dana) authored
      Prevents PyGIWarning messages on startup:
      /usr/lib64/gedit/plugins/sessionsaver/windowactivable.py:20:
      PyGIWarning: Tepl was imported without specifying a version first.
      Use gi.require_version('Tepl', '6') before import
      to ensure that the right version gets loaded.
      bc45e15b
  8. Oct 24, 2023
  9. Oct 18, 2023
  10. Aug 08, 2023
  11. Jul 25, 2023
  12. Jul 11, 2023
  13. Jul 17, 2023
  14. Jul 15, 2023
  15. Jun 20, 2023
  16. May 02, 2023
  17. May 07, 2023
  18. May 02, 2023
    • Sébastien Wilmet's avatar
      Remove synctex plugin · 7624d8b3
      Sébastien Wilmet authored
      There is already the GNOME LaTeX application (previously named
      LaTeXila), currently hosted at:
      https://gitlab.gnome.org/swilmet/gnome-latex
      
      GNOME LaTeX has SyncTeX support with Evince too.
      
      There is also the gedit-latex plugin, currently hosted at:
      https://gitlab.gnome.org/GNOME/gedit-latex
      
      gedit-latex may be a better place to put SyncTeX support between gedit
      and Evince.
      
      Or, the gedit synctex plugin could be placed in its own repository.
      Especially for Vim support which requires the evince_dbus.py source
      file (removed by this commit).
      
      In all cases, removing the plugin from the gedit-plugins repository
      permits to have less code to maintain (for the gedit core developers).
      7624d8b3
  19. Apr 25, 2023
  20. Apr 26, 2023
  21. Apr 25, 2023
  22. Apr 18, 2023
    • Sébastien Wilmet's avatar
      Remove colorschemer plugin · 344b1552
      Sébastien Wilmet authored
      There is now https://flathub.org/apps/me.hergert.Schemes for example, as
      a standalone app.
      
      If somebody is interested to revive the colorschemer plugin, the code
      can be copied in its own repository.
      
      For most gedit users, this plugin is not essential. It's better to
      directly have really good style/color schemes shipped with
      libgedit-gtksourceview (where there is currently room for improvement).
      
      Removing the plugin also permits to reduce the amount of code that the
      core developers need to maintain.
      
      In libgedit-gtksourceview, the GtkSourceStyleSchemeManager API is being
      reworked, so the colorschemer implementation needed to be adapted.
      344b1552
  23. Apr 11, 2023
  24. Mar 21, 2023
  25. Feb 01, 2023
  26. Jan 17, 2023
  27. Jan 10, 2023
  28. Jan 03, 2023
  29. Dec 27, 2022
  30. Dec 07, 2022