Skip to content
Snippets Groups Projects
  1. Jan 24, 2020
  2. Jan 22, 2020
  3. Jan 23, 2020
  4. Jan 02, 2020
  5. Dec 16, 2019
  6. Nov 28, 2019
  7. Sep 19, 2019
  8. Oct 05, 2019
  9. Sep 29, 2019
  10. Sep 19, 2019
    • Cédric Krier's avatar
      Return a copy of font-desc · 8549db153b63
      Cédric Krier authored
      It seems that the FontDescription attributes are cleared despite having a
      Python reference on it. The result is that Pango get a FontDescription with a
      family name containing memory garbage.
      
      bug21
      8549db153b63
  11. Apr 06, 2019
  12. Mar 28, 2019
  13. Mar 22, 2019
  14. Mar 05, 2019
  15. Oct 15, 2018
  16. Oct 08, 2018
  17. Oct 02, 2018
  18. Jun 26, 2018
  19. Jun 21, 2018
  20. Nov 28, 2016
  21. Oct 31, 2016
    • Cédric Krier's avatar
      Add support for GooCanvas >= 2.0 · e46cf297837d
      Cédric Krier authored
      Replace computation of color using style by properties on Calendar.
      Add and use font-desc properties instead of relying only on the default style.
      Add default text_color on EventItem as GTK-3 does not have on GooCanvasText.
      
      bug4
      review28791002
      e46cf297837d
  22. Aug 25, 2016
    • Cédric Krier's avatar
      Support display event with the same start and end date · 4095d66f2bb4
      Cédric Krier authored
      event_intersects must consider as an intersection events with the same start
      and end date.
      When sorting events into columns, it should not add twice the same event in the
      columns because it intersect with itself.
      
      bug5
      bug6
      review26541003
      4095d66f2bb4
Loading