Skip to content
  1. Jan 24, 2024
  2. Dec 21, 2021
  3. Dec 16, 2021
  4. Dec 28, 2020
  5. Sep 30, 2020
  6. Sep 11, 2020
  7. Feb 28, 2020
    • Carlos Alberto Lopez Perez's avatar
      Hide and restore the application window when clicking the status icon. · 8a7d9695
      Carlos Alberto Lopez Perez authored
       * This makes the Revolt window hide and show when the user clicks on the
         status icon. It matches the behavior of other applications with status
         icons like Gajim or Quassel.
      
         - If the application window its focused, when the status icon is clicked,
           then the application window its hidden (not simply minimized).
           The window geometry and coordinates are saved for restoring later.
      
         - If the application window its hidden, when the status icon is clicked,
           then the application window its restored and bring to the front.
           It also restores the previous saved window properties (if any).
      
         - If the application window its minimized or not focused, then it simply
           brings it to the front when the status icon is clicked.
      8a7d9695
  8. Feb 19, 2020
    • Carlos Alberto Lopez Perez's avatar
      Allow to hide the window when pressing the close button. · a6822742
      Carlos Alberto Lopez Perez authored
      * This adds a new setting "hide-on-window-close", disabled by default.
      * If this setting is enabled, then when the window close button (X) is
      pressed the window will hide instead of closing.
      * This is useful for desktops with a tray bar and a status icon, where
      the user is used to close the program by selecting the quit option from
      the contextual menu of the status icon instead of by closing the window.
      * The setting can be toggled with:
      
        gsettings set org.perezdecastro.Revolt:/org/perezdecastro/Revolt/ hide-on-window-close true
      a6822742
  9. Feb 05, 2020
  10. Dec 24, 2019
  11. Oct 05, 2018
  12. Oct 04, 2018
  13. Aug 13, 2018
  14. Apr 25, 2018
  15. Mar 19, 2018
  16. Mar 08, 2018
  17. Feb 12, 2018
    • Adrian Perez de Castro's avatar
      Status icon prefixes shouldn't depend on the application id · b058c793
      Adrian Perez de Castro authored
      These are fixed and copied over to the theme directories, and they will
      be always the same regardless of which application id is being used at
      runtime.
      
      This should fix the bug with the status icons from issue #58 and there
      are good chances that this will help #87 and #83 as well.
      b058c793
    • Adrian Perez de Castro's avatar
      Use gtk/menus.ui and let GtkApplication autoload resources · cd7c6d8a
      Adrian Perez de Castro authored
      This will show a menu bar when CSD is disabled, which is not great as it
      mostly chews vertical screen real estate, but at least solves showing
      the icon+menu when CSD is enabled and the GNOME Shell topbar is not
      configured to show the application menus, or when running Revolt on a
      DE which does not have some shell UI for the application menus.
      cd7c6d8a
    • Adrian Perez de Castro's avatar
      Tweak web view context menu · 61646b20
      Adrian Perez de Castro authored
      Removes the go-back, go-forward, and stop actions from the context
      menu of the web view, and adds items to open the Revolt preferences
      and the Riot settings. The latter may come in handy in those cases
      where the appmenu is not shown.
      61646b20
  18. Feb 06, 2018
  19. Jan 23, 2018
  20. Dec 30, 2017
  21. Dec 13, 2017
  22. Nov 25, 2017
  23. Nov 17, 2017
  24. Sep 23, 2017
  25. Sep 10, 2017
  26. Jun 28, 2017
  27. Jun 02, 2017
Loading