Skip to content
Snippets Groups Projects
  1. Jan 04, 2023
  2. Jan 01, 2023
  3. Dec 31, 2022
  4. Dec 30, 2022
  5. Dec 29, 2022
  6. Dec 28, 2022
  7. Dec 26, 2022
  8. Dec 24, 2022
  9. Dec 20, 2022
  10. Dec 19, 2022
    • Gaël Bonithon's avatar
      clock: Do not override custom font formats · 5ec58536
      Gaël Bonithon authored
      The font specified via the font dialog can be applied globally while
      giving priority to custom font formats, as long as it is applied at the
      end and without mixing markup strings and Pango attributes, as the doc
      recommends. This means not applying the dialog font and the custom
      format separately, but all at once, so some refactoring.
      
      Fixes: #675
      Related: !101
      5ec58536
  11. Dec 15, 2022
  12. Dec 13, 2022
  13. Dec 12, 2022
  14. Dec 06, 2022
  15. Dec 05, 2022
  16. Dec 02, 2022
  17. Dec 01, 2022
  18. Nov 30, 2022
  19. Nov 29, 2022
  20. Nov 27, 2022
  21. Nov 22, 2022
    • Gaël Bonithon's avatar
      Fix previous commits about menu positioning · 03f01527
      Gaël Bonithon authored
      Avoid iterating the main loop by hand. This is bad practice that may
      change the order in which things should normally happen and lead to bad
      surprises.
      
      For popup_menu() use g_idle_add() instead. For position_widget(), just
      delete this code since it was broken before and probably never called,
      and put a hint in the doc instead.
      
      Fixes: 7d0976db, 42b6032e
      03f01527
  22. Nov 16, 2022
  23. Nov 15, 2022
  24. Nov 14, 2022
Loading