Skip to content
Snippets Groups Projects
  1. May 23, 2023
  2. May 22, 2023
  3. May 20, 2023
  4. Apr 29, 2023
    • Gaël Bonithon's avatar
      manager: Do not discard monitors without model and manufacturer · 3aa15c22
      Gaël Bonithon authored
      In the worst case it may be that the only available monitor does not
      have these fields filled in (perhaps temporarily). More generally, these
      fields may be null and should be handled as such. So if this should be a
      problem at some level, another fix should be implemented, without
      removing the monitor from the list.
      
      Fixes: #44
      Related: c44e5435
      3aa15c22
  5. Apr 24, 2023
  6. Mar 26, 2023
  7. Mar 18, 2023
  8. Mar 17, 2023
  9. Mar 16, 2023
    • Gaël Bonithon's avatar
      savers: Fix critical warnings on exit · 6bbb8691
      Gaël Bonithon authored
      In the current state of the code this only really has an impact on
      floaters, where some cleanup takes place before leaving.
      6bbb8691
    • Gaël Bonithon's avatar
      savers: Fix critical warnings from GSThemeWindow on "realize" · 38c3952c
      Gaël Bonithon authored
      A minimal fix that lets GTK create the widget window and then set the
      remote window as its parent, rather than forcing its use as widget
      window. There may be some unnecessary things to remove after this change
      and some cleanup to do more generally, but the idea is to avoid side
      effects as much as possible for now.
      38c3952c
  10. Mar 15, 2023
    • Gaël Bonithon's avatar
      Do not redirect stderr for our own commands · 178c3192
      Gaël Bonithon authored
      This hides warnings or other useful messages that should be accessible
      without enabling debug mode. On the other hand some warnings should be
      lowered to debug level, e.g. AccountsService may not be installed.
      178c3192
    • Matias De lellis's avatar
      Round the user picture on lock dialog. · 3776da09
      Matias De lellis authored and Gaël Bonithon's avatar Gaël Bonithon committed
      All user dialogs (Linux, Windows, Mac, Android, etc..), or any
      representation of a user as an avatar in the web are round
      images.
      
      Also, it shows an emblem icon to note that it is logged in as
      in other dialogs.
      
      Both options can be made configurable by the user very easily,
      but at least (IMHO of course), I think it respects the
      preference of the majority of users.
      3776da09
  11. Mar 14, 2023
  12. Mar 13, 2023
Loading