GTK+-2.4 Bugs to Fix Bugzilla

  • GLib Bugs (unmilestoned)
  • Pango Bugs (unmilestoned)
  • GTK+ Bugs (unmilestoned)
    • The following bugs were identified as bugs that should be fixed for 2.4.0; this list has now been superceded by the above bugzilla queries, but may still have some useful information in the comments.

    GLib

    • #134119: Improve pthread "priority scheduling" detection

    Pango

      #118108 indic-ot: wrong ordering for kannada length marks Has a patch that should improve things, though it might not be theoretically correct.
    • #118301 ba + halant applied to wrong character Has a proposed change tested to work
    • #118592 Length overruns when skipping glyphs A potential crasher in the opentype code, though a lot of work to fix
    • #121671 Va, Ya and La double conjugates not rendered properly in Malayalam Has some tested to work patches.
    • #121882 decomposed vowels (AU, O, OO) in Tamil, Malayalam,Oriya, Bengali are not rendered correctly. Has a patch that improves a the situation.
    • #122330 Apply opentype lookups in the right order. Has two separate patches, one or the other should be OK.
    • #127176 Arabic: Show NSMs applied to dotted circle Has plausible looking patch, though it's big and needs review
    • #129741 render_syllable crash at hangul-fc:249 Frequently encountered crasher.
    • #130661: efence array overrun detection. Memory corruption bug with proposed fix.

    GDK

    • #134230 A crasher, but doesn't happen in the real world

    GtkFileChooser

    • #132894: gtkfilechooserdefault->local_only is never used. This is not implemented at all.
    • #134294: eog crash on selecting 'Home' in Load image dialog.
    • #134028: Focus sequence is wrong. Pressing Tab inside the file chooser doesn't yield a reasonable focus order.
    • #134053: gtk_file_chooser_set_current_folder leak.
    • #135167: Filename completion does not work correctly. Possibly a GtkComboBox bug?

    GtkTextView

    • #78513: Scrolling by keeping Page Up/Down down is broken. Not sure this can be analysed in time for 2.4.
    input-methods

    • #101814: Add string conversion callback to gtkimcontextxim. A piece of the XIM protocol.