Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
27_fix_missing_hdrs_libs.diff | =================================================================== | no | ||||
01_drawing.diff | 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. =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | upstream | ||
02_remove_menu_h_reference.diff | Removes reference to non-existent menu.h file =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | |||
09_fix_menu_entry.diff | Fixes the gpaint.desktop file Change executable and icon filenames according to changes applied in the Debian packaging. =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | no | |||
10_fix_crash_on_font_select.diff | 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. =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | debian | ||
11_fix_image_rotation.diff | 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 =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | debian | ||
20_fix_line_width_combo.diff | Fix line width combo box Fixes the line width combo box by puting items in the drop down menu in the gpaint.glade file. =================================================================== |
Thomas Viehmann <tv@beamnet.de> | yes | debian | ||
21_fix_crash_on_fill_button_click.diff | 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 =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | debian upstream | ||
22_fix_not_printable_string.diff | Ignore non-printable characters on text input =================================================================== |
Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> | yes | debian upstream | ||
23_add_accelerator_keys.diff | Add accelerator keys to common functions Add accelerator keys for common operations in gpaint =================================================================== |
Matt Wheeler <m@funkyhat.org> | yes | debian upstream | ||
24_fix_crash_on_failed_write.diff | Fix crash when saving in unsupported format Check if the format chosen by the user is supported before trying to save. =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | upstream | ||
25_fix_color_selection.diff | Fix foreground/background color selection Fixes the foreground/background color selection by checking the GtkColorButton color when the user chooses the color. diff --git a/src/callbacks.h b/src/callbacks.h index 985dddf..5485329 100644 |
Goedson Teixeira Paixao <goedson@debian.org> | yes | |||
26_fix_toolbar.diff | Fix toolbar behaviour Do not set a fixed toolbar style so that gpaint follows the style set in the user preferences =================================================================== |
Goedson Teixeira Paixao <goedson@debian.org> | yes | debian upstream |