lp://staging/gtkhtml

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp://staging/gtkhtml

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
GtkHTML
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at git://git.gnome.org/gtkhtml.

Last successful import was .

Import started on pear and finished taking 25 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 30 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

6410. By Kristjan SCHMIDT

Updated Esperanto translation

6409. By Alan Mortensen

Updated Danish translation

6408. By Milan Crha <email address hidden>

Frame/iframe print miscalculates its height

When printing a document with a frame or iframe, the content below
the frame could cover part of the bottom of the frame, due to it
miscalculating its height for the print. The code didn't add frame's
top and bottom border to the content height.

6407. By Federico Mena Quintero

Oops, add missing brace

6406. By Federico Mena Quintero

htmlobject: handle containers with non-cursor-able children

If the cursor is right at the beginning of a table like

    <table>
      <tr>
 <td>
   <a name="">
   </a>
 </td>
 <td>
   foo
 </td>
      </tr>
    </table>
    bar

then move_object_cursor() would find the first TableCell (the first
<td>), and its Anchor. The anchor contains nothing, so it can't take
the cursor.

However, move_object_cursor() would jump to the step where it does,
"find me the next object within the current object's parent", but for
the entire Table, not for the TableCell. Thus it would miss the second
<td> that actually contains a "foo" string, and it would skip past the
Table to its next cursor-able sibling, the "bar" string.

6405. By Federico Mena Quintero

Error out if the cursor position becomes negative.

6404. By Federico Mena Quintero

Don't pass -1 for the string length to a function that takes guints...

6403. By Piotr Drąg

Updated Polish translation

6402. By Milan Crha <email address hidden>

Post-release version bump

6401. By Milan Crha <email address hidden>

Correct attributes of the po/fi.po file

Should not be an executable.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers