1. 16 Tem, 2012 3 kayıt (commit)
  2. 15 Tem, 2012 9 kayıt (commit)
  3. 14 Tem, 2012 2 kayıt (commit)
    • Andras Timar's avatar
      fdo#36187 - make ctrl-8 and 9 increase/decrease font size in Swedish · 20be5a62
      Andras Timar yazdı
      Change-Id: Idea60232a25e58edd385f10cd9cff9f33c16fee4
      (cherry picked from commit 4090ec5c)
      Signed-off-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      20be5a62
    • Caolán McNamara's avatar
      Related: fdo#45355 stale gdi font handles apparently still used · c5df4ffd
      Caolán McNamara yazdı
      When we do glyph fallback we check to see if the glyph is too large to fit the
      space available, and if it is we try and rescale it smaller.
      
      This worked wonderfully under Linux, but under Windows it seems that the
      SalLayout impl keeps an old unscaled gdi font handle which would give visually
      broken glyphs for me when the base font was smaller than the replacement font.
      
      So, now instead rather than just changing the font for the fallback level, we
      throw away the SalLayout using the old font, set the font for the fallback
      level, and recreate a new SalLayout using the new font.
      
      Hopefully this is the true reason behind the crashes of fdo#45355 although
      that remains unreproducible for me.
      
      Change-Id: I415b6e7a77777d4aa5e62079c52c6c18473c0ebd
      Signed-off-by: 's avatarAndras Timar <atimar@suse.com>
      c5df4ffd
  4. 13 Tem, 2012 10 kayıt (commit)
  5. 12 Tem, 2012 3 kayıt (commit)
  6. 11 Tem, 2012 11 kayıt (commit)
  7. 10 Tem, 2012 2 kayıt (commit)