Skip to content
  1. Dec 16, 2011
  2. Jun 14, 2011
  3. Jun 13, 2011
    • Benjamin Otte's avatar
      simple-greeter: Don't request an invalid size · 9694ea8e
      Benjamin Otte authored
      GTK widgets must at all times report a size they can handle. So it is
      not allowed to return 0 when not realized, because then size allocations
      break when GTK uses this size for its widget.
      In this case, GTK uses the pre-realize size to determine the size it
      should request when creating the greeter window - chicken and egg so to
      say.
      
      This patch just uses the default monitor (I guess the root window's
      monitor is the default monitor?) for determining the login window size.
      
      One thing this patch doesn't do is add a call to gtk_widget_queue_resize()
      from the realize callback or from monitor-changing signals, though
      that's probably technically necessary.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=646498
      9694ea8e
    • Ray Strode's avatar
      configure: use ustar by default · 21f81ff1
      Ray Strode authored
      This gets around filename length limitations.
      21f81ff1
    • Ray Strode's avatar
      configure: bump version to 3.1.2 · f47c41cd
      Ray Strode authored
      f47c41cd
  4. Jun 11, 2011
  5. Jun 07, 2011
  6. Jun 06, 2011
  7. Jun 04, 2011
  8. Jun 01, 2011
  9. May 31, 2011
  10. May 29, 2011
  11. May 25, 2011
  12. May 24, 2011
  13. May 23, 2011