Package: gpaint / 0.3.3-6

Metadata

Package Version Patches format
gpaint 0.3.3-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_drawing.diff | (download)

src/drawing.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes compiling with recent versions of libgtk
 Newer versions of Gtk+ don't define the GTK_RESPONSE_DISCARD symbol, so we
 replace its ocurrence by GTK_RESPONSE_NO to make gpaint build without
 errors.
Bug: https://savannah.gnu.org/bugs/index.php?21703
02_remove_menu_h_reference.diff | (download)

src/menu.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 removes reference to non-existent menu.h file
09_fix_menu_entry.diff | (download)

gpaint.desktop | 10 4 + 6 - 0 !
1 file changed, 4 insertions(+), 6 deletions(-)

 fixes the gpaint.desktop file
 Change executable and icon filenames according to changes applied in the
 Debian packaging.

10_fix_crash_on_font_select.diff | (download)

gpaint.glade | 1 1 + 0 - 0 !
src/main.c | 4 4 + 0 - 0 !
src/text.c | 13 9 + 4 - 0 !
src/text.h | 2 1 + 1 - 0 !
4 files changed, 15 insertions(+), 5 deletions(-)

 avoids crash on font selection
 Makes the font selection button active only when the text tool is selected,
 avoiding a crash that would occur if it is clicked without selectiong the
 text tool.
Bug-Debian: http://bugs.debian.org/497201
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gpaint/+bug/262889
11_fix_image_rotation.diff | (download)

src/drawing.c | 15 13 + 2 - 0 !
src/drawing.h | 2 1 + 1 - 0 !
src/image.c | 21 21 + 0 - 0 !
src/image.h | 1 1 + 0 - 0 !
src/menu.c | 4 2 + 2 - 0 !
5 files changed, 38 insertions(+), 5 deletions(-)

 fixes rotation operations
 Implement the rotation in multiples of 90 degrees using the
 gdk_pixbuf_rotate_simple function instead of the custom (and broken)
 rotation algorithm
Bug-Debian: http://bugs.debian.org/497487
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/262942
20_fix_line_width_combo.diff | (download)

gpaint.glade | 302 269 + 33 - 0 !
1 file changed, 269 insertions(+), 33 deletions(-)

 fix line width combo box
 Fixes the line width combo box by puting items in the drop down
 menu in the gpaint.glade file.
Bug-Debian: http://bugs.debian.org/497484
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/209173
21_fix_crash_on_fill_button_click.diff | (download)

src/text.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix crash on fill button click
 Avoid crashing when clicking on fill button by checking that
 tool->canvas->drawing_area is not null before casting it to GtkWidget
Bug-Debian: http://bugs.debian.org/544162
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/227174
Bug: https://savannah.gnu.org/bugs/?25117
22_fix_not_printable_string.diff | (download)

src/text.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ignore non-printable characters on text input
Bug-Debian: http://bugs.debian.org/535217
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/262648
Bug: https://savannah.gnu.org/bugs/?26923
23_add_accelerator_keys.diff | (download)

gpaint.glade | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 add accelerator keys to common functions
 Add accelerator keys for common operations in gpaint
Bug-Debian: http://bugs.debian.org/550305
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/444750
Bug: https://savannah.gnu.org/bugs/?27618
24_fix_crash_on_failed_write.diff | (download)

src/drawing.c | 2 1 + 1 - 0 !
src/image.c | 49 46 + 3 - 0 !
2 files changed, 47 insertions(+), 4 deletions(-)

 fix crash when saving in unsupported format
 Check if the format chosen by the user is supported before trying to save.
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/386234
Bug: https://savannah.gnu.org/bugs/?25334
25_fix_color_selection.diff | (download)

src/callbacks.h | 8 0 + 8 - 0 !
src/color_palette.c | 16 5 + 11 - 0 !
2 files changed, 5 insertions(+), 19 deletions(-)

 fix foreground/background color selection
 Fixes the foreground/background color selection by checking the GtkColorButton
 color when the user chooses the color.
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/344237
26_fix_toolbar.diff | (download)

gpaint.glade | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix toolbar behaviour
 Do not set a fixed toolbar style so that gpaint follows the style set in
 the user preferences
Bug-Debian: http://bugs.debian.org/497488
Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/127296
Bug: https://savannah.gnu.org/bugs/?21260