Commit Graph

25393 Commits

Author SHA1 Message Date
Michael Natterer 2d442e4576 Use gtk_widget_get_window() instead of widget->window 2009-07-15 14:52:27 +02:00
Michael Natterer 2bfc48df74 Use accessors instead of sealed GTK+ members 2009-07-15 14:29:43 +02:00
Michael Natterer 65421aa0b6 Use accessors instead of widget->style and widget->window 2009-07-15 04:05:24 +02:00
Michael Natterer 84e933d80b Use accessors instead of widget->window and widget->style 2009-07-15 03:58:30 +02:00
Michael Natterer facb13fdba Use GtkOrientable API instead of accessing range->orientation directly 2009-07-15 01:53:30 +02:00
Martin Nordholts 0d94e6e931 Enable automake silent-rules by default
Enable silent build rules by default, requires at least
Automake-1.11. Disable by either passing --disable-silent-rules to
configure or passing V=1 to make.
2009-07-14 20:25:02 +02:00
Martin Nordholts c6798bc247 plug-ins: Use string literal as format in metadata plug-in 2009-07-14 12:28:01 +02:00
Martin Nordholts 7976f21a35 plug-ins: Remove unused read_extended_data_block() in file-psd.c 2009-07-14 12:27:58 +02:00
Martin Nordholts e2f080b9d7 Fix typo in NEWS 2009-07-14 12:27:53 +02:00
Martin Nordholts d86a7c0044 Add Makefile.am rule to generate ChangeLog from git log
Add Makefile.am rule to generate ChangeLog from git log copied from
pango and Behdad Esfahbod.
2009-07-13 13:43:21 +02:00
Alexandre Prokoudine e1fd003d95 Updated Russian translation 2009-07-13 13:37:17 +04:00
Martin Nordholts e2c18a4d02 po-python: Add text-brush.py to POTFILES.in 2009-07-13 10:09:13 +02:00
Martin Nordholts a46fbe82dd Cleanup NEWS
Sort items into groups and roughly order of importance.
2009-07-13 09:49:56 +02:00
Michael Natterer c9171a3fbf Clean up various calls to the response() callback
(gimp_image_map_tool_control): call gimp_image_map_tool_response() directly
instead of gtk_dialog_response().

(gimp_image_map_tool_key_press): must not call response() if there is
no dialog (if the tool wasn't used yet).
2009-07-12 17:14:08 +02:00
Michael Natterer 669d26ee39 Move dialog destruction to a utility function 2009-07-12 16:45:18 +02:00
Martin Nordholts f1b14dd6b7 Update library .def files 2009-07-12 12:48:06 +02:00
Martin Nordholts ab48d9fe65 Regenerate gimprc 2009-07-12 12:48:06 +02:00
Martin Nordholts 04349c8878 app: Put gimp-file.h in file/Makefile.am 2009-07-12 12:48:06 +02:00
Martin Nordholts 1e7fd6cd27 app: Only show contributors for 2.8 in the about dialog 2009-07-12 12:48:05 +02:00
Martin Nordholts 670a046688 devel-docs: Add authors.xml to release-howto.txt 2009-07-12 12:48:05 +02:00
Martin Nordholts d9b7837641 Update authors.xml for 2.7.0
Update authors.xml for 2.7.0 and autogenerate AUTHORS.
2009-07-12 12:47:42 +02:00
Martin Nordholts 8d04142634 Update README
Update README with more generic version references.
2009-07-12 09:46:02 +02:00
Martin Nordholts 065bb5dfbb Update NEWS for 2.7.0
Update NEWS will all changes up until now.
2009-07-12 09:42:53 +02:00
Martin Nordholts 8402ed3540 Start updating NEWS for 2.7.0
Update NEWS with changes up to and including 2009-02-28.
2009-07-10 22:38:43 +02:00
Michael Natterer 7171dad364 Tag popup scrolling cleanup
- artificially limit the popup's height again so scrolling gets some testing.
- make sure the scroll buttons' sensitivity is always correct.
- remove obsolete utility function and other cleanups.
2009-07-10 20:10:49 +02:00
Michael Natterer 48bc1d1ced Remove more obsolete variables and indentation levels 2009-07-10 20:10:49 +02:00
Michael Natterer 25a8a9ea9f Factor out tag hit detection into a utility function 2009-07-10 20:10:49 +02:00
Michael Natterer 5a26780ed9 Fix tiny miscalculation of the tag name rendering position 2009-07-10 20:10:48 +02:00
Michael Natterer bd00ac3891 More tag popup cleanup
- reorder instance struct and add some spacing
- rename member "timeout_id" to "scroll_timeout_id"
- clean up constructor() even more (still the wrong place to
  do all these things)
2009-07-10 20:10:48 +02:00
Michael Natterer e15e9c222d Some more cleanup and a fix of a tiny earlier cleanup glitch 2009-07-10 20:10:48 +02:00
Michael Natterer 4699152a4f Remove useless member "ignore_button_release" 2009-07-10 20:10:48 +02:00
Michael Natterer dd6b65179e Clean up spacings, tag size calculation and tag rendering
The area sensitive to clicks now corresponds to the area that
is drawn selected, minus a border of one pixel.
2009-07-10 20:10:48 +02:00
Michael Natterer 1f199ba060 Use GTK_SHADOW_OUT for the tag popup's frame 2009-07-10 20:10:48 +02:00
Michael Natterer 8995cdf9d7 Use #defines instead of magic values for the tag spacing constants 2009-07-10 20:10:47 +02:00
Michael Natterer 75ee288278 Remove "close_rectangles" member and the feature it implemented
Closing whatever popup by click on dead space within it is a no no,
otherwise one-pixel mis-clicks inside the widget make it go away,
which is totally unexpected.
2009-07-10 20:10:47 +02:00
Michael Natterer 3d85ee285a Various code cleanups 2009-07-10 20:10:47 +02:00
Michael Natterer 1ecf4bed67 Widget construction / showing cleanup
- create the widgets in init() instead of constructor()
- don't show the popup in constructor()
- don't use gtk_widget_show_all()
2009-07-10 20:10:47 +02:00
Michael Natterer 4d860185c1 Rename member "drawing_area" to "tag_area" 2009-07-10 20:10:47 +02:00
Michael Natterer f350e5ac51 Whitespace and minor code cleanup 2009-07-10 20:10:47 +02:00
Martin Nordholts 8e7c19b76c app: Clarify gimp_display_shell_format_filename()
Clarify gimp_display_shell_format_filename() by using booleans with
nice names in the if conditions.
2009-07-10 19:28:18 +02:00
Massimo Valentini a7bca9407d Bug 569661 – Import from PDF throws errors when entering resolution in pixels per millimetre
Fix calculation of dpi value.
2009-07-07 17:09:21 +02:00
Massimo Valentini 34ccca92a5 Bug 567262 – Black pixels appear in "Spread" filter preview
The plug-in makes use of a GimpPixelFetcher to access the source image.
And a GimpPixelFetcher in its default state only returns pixels inside
the bounding box of the selection. Setting its edge-mode to whatever
but GIMP_PIXEL_FETCHER_EDGE_NONE allows to read pixels outside of the
selection.
2009-07-07 17:07:12 +02:00
Massimo Valentini 5be4f235a3 Bug 554658 – Path Dialog: Path preview pics not to see constantly
Always initialize the 'status' member of a newly allocated cairo_path_t
to the value CAIRO_STATUS_SUCCESS as required to successively call
cairo_append_path().
2009-07-07 17:05:42 +02:00
Massimo Valentini c837f25b40 Bug 167604 – gimp_gradient_get_color_at() may return out-of-bounds values
This is not a problem of gimp_gradient_get_color_at(), but a typo
in gradient_editor_right_color_update().
2009-07-07 17:02:32 +02:00
Daniel Nylander 669011b07d Updated Swedish translation 2009-07-07 16:55:32 +02:00
Roman Joost 75484699da Disabled the build of the metadata plugin if libexif is disabled.
Relates to Bug 587172 - Merge Exif data with XMP model.
2009-07-07 12:01:03 +10:00
Sven Neumann 7a4b05d93d Bug 587710 – PAT file specification seems to have a wrong magic number
Fix magic number of the GIMP pattern file format in the documentation.
2009-07-06 22:11:38 +02:00
Sven Neumann fe09f320f8 remove trailing whitespace 2009-07-06 15:29:45 +02:00
Martin Nordholts 27f12b2505 app: Cleanup gimp_display_shell_format_filename() 2009-07-05 23:58:55 +02:00
Martin Nordholts 073d026f6c app: Show "(overwritten)" and "(exported)" status of image
When an import source has been overwritten with File -> Overwrite
<file.png>, or exported by whatever means, reflect this status in the
title bar of the image window. Do this by adding some string building
logic to gimp_display_shell_format_filename().
2009-07-05 09:28:52 +02:00