Internationalization

  • Pango
    • Powerful text handling framework (Arabic, Hebrew, Indic)
    • Font handling improvements for everybody:
      • Sane font names ("Times Bold 14")
      • Truetype and anti-aliased fonts (Xrender support)
      • GMarkup
        	  label = gtk_label_new (NULL);
        	  gtk_label_set_markup ("<big><i>Big Italics</i></big>\n");
  • GtkIMContext - new input methods
  • Better keyboard handling
  • More this afternoon