Commit Graph

28011 Commits

Author SHA1 Message Date
Martin Srebotnjak a389e2ff43 Updated Slovenian translation 2010-08-05 21:23:16 +02:00
Barak Itkin df0627c0eb app: Unmark the git version string for translation 2010-08-05 21:39:34 +03:00
Lucian Adrian Grijincu e12162bbb1 po-plug-ins: Updated Romanian translation 2010-08-05 02:32:11 +03:00
Lucian Adrian Grijincu 101cfa0f19 po-script-fu: Updated Romanian translation 2010-08-05 02:25:30 +03:00
Lucian Adrian Grijincu 782b16c4c5 po-libgimp: Updated Romanian translation 2010-08-05 02:23:51 +03:00
Lucian Adrian Grijincu 441606449b po: Updated Romanian translation 2010-08-05 02:20:12 +03:00
Kiyotaka NISHIBORI 4d56d260b6 Updated Japanese translation. 2010-08-05 00:04:50 +09:00
Barak Itkin 3fa6b20957 Update Hebrew translation 2010-08-04 02:54:14 +03:00
Marco Ciampa 690ffe4925 Updated italian translation 2010-08-03 22:43:05 +02:00
Marco Ciampa f05b92fe1d Updated italian translation. 2010-08-03 17:48:29 +02:00
Barak Itkin 03f1034a97 script-fu: Use the new gimp-item api where possible 2010-08-03 00:13:51 +03:00
Mukund Sivaraman 25be82a04b Substitute target header filename like the rest of the code 2010-08-02 02:40:08 +05:30
Mukund Sivaraman 10d11abcd5 Fix typo 2010-08-02 02:29:34 +05:30
SimaMoto,RyōTa 1dfa7b5e76 Bug 625571 - Request context tags for reasonable translation on some plug-ins
Set gettext context signatures on "From:" and "To:" labels
of the Color Rotate and the Color to Alpha plug-ins.
2010-07-31 15:25:12 +02:00
Michael Natterer 7df1a4f3df app: clean up GimpColorBar rendering and add cairo_surface_mark_dirty() 2010-07-30 16:25:08 +02:00
Michael Natterer 1a893ce0b4 libgimp: port GimpGradientSelectButton drawing to cairo 2010-07-30 16:20:45 +02:00
Michael Natterer 208096bc7c app: port GimpColorBar drawing to cairo 2010-07-30 14:58:55 +02:00
Michael Natterer ac80163771 app: draw the statusbar's icon with cairo 2010-07-30 13:14:10 +02:00
Michael Natterer 4466b3a35b app: remove code duplication in the histogram and curve views
by letting the histogram view always draw the background and the outer
borders. Also fix a lot of off-by-one problems in the curve view which
occur due to the 0.5,0.5 offset of cairo line drawing.
2010-07-30 12:51:03 +02:00
Michael Natterer c548a593e5 app: port GimpHistogramView drawing to cairo 2010-07-30 12:18:08 +02:00
Michael Natterer 900fd00c00 app: port GimpTagPopup drawing to cairo 2010-07-29 14:41:50 +02:00
Michael Natterer d28a04ac04 app: port GimpFgBgEditor drawing to cairo 2010-07-29 14:20:37 +02:00
Michael Natterer c5951857e1 app: forgot cairo_destroy() 2010-07-29 14:10:01 +02:00
Michael Natterer 8d67b5b69b app: port GimpFgBgView rendering to cairo 2010-07-29 14:05:51 +02:00
Michael Natterer 06488d03fe app: draw the curve view's background with cairo
and fix focus line drawing by one pixel.
2010-07-28 16:15:54 +02:00
Michael Natterer e1d9a32a83 app: draw the splash's strings with cairo, not gdk_draw_layout() 2010-07-28 16:00:50 +02:00
Michael Natterer 9942d5f692 app: draw the about dialog's animated string with cairo, not gdk_draw_layout() 2010-07-27 18:01:34 +02:00
Michael Natterer c3a4825a8a app: simplify GimpOverlayFrame drawing a lot
Thanks to Benjamin Otte for some tips.
2010-07-27 17:26:40 +02:00
Ulf-D. Ehlert 086cfc3f03 po: Fix German translation 2010-07-26 21:32:28 +02:00
Sven Neumann 8cf801c8e0 app: allow to delete curve points
Pressing Delete in the Curve view now deletes the selected point
on the curve.
2010-07-26 01:08:44 +02:00
Michael Natterer f60d456e61 app: add new parameter check function gimp_pdb_item_is_in_tree()
which makes sure the passed item is part of an item hierarchy
(and not for example a selection or a layer mask)
2010-07-23 22:08:28 +02:00
Barak Itkin 5a9f2f1eac app: Add '/' as a seperator for the rectangle tools options (in the Fixed field) 2010-07-23 19:17:12 +03:00
Sven Neumann 2a901da559 Bug 624944 - "Colour Exchange" dialog is too high in size
Rearrange widgets into two columns.
2010-07-21 21:42:27 +02:00
Ulf-D. Ehlert f76981143d Bug 624761 - Stencil Chrome filter: missing parameter check
Limit the result of the internal "highlights" routine to 100.0,
preventing invalid "gimp-color-balance" color parameters.
Also, replace some parameters with appropriate named constants.
2010-07-21 20:43:48 +02:00
Jakub Steiner e8890f7f4c data: Add an SVG file for the path in app/widgets/gimpcairo-wilber.c 2010-07-21 02:49:46 +03:00
Barak Itkin fe00c29769 libgimp: Fix the commit of libgimp/gimp.def - add missing line breaks 2010-07-21 00:58:45 +03:00
Barak Itkin 31d12d8109 libgimp: Add the new item api to libgimp/gimp.def 2010-07-21 00:49:30 +03:00
Michael Natterer 4165dfb217 app: move the alt-click selection feature to GimpItemTreeView
so it works the same for layers, channels and vectors and remove the
separate (and different) implementations from all subclasses.
2010-07-20 23:36:16 +02:00
Michael Natterer 3184c440b3 app: introduce GimpItem::to_selection()
Which replaces all the deparate functions to turn layers, channels,
layer masks and vectors into selections. Use the new virtual function
all over the place instead of calling the functions in
gimpchannel-select.c manually.
2010-07-20 23:09:19 +02:00
Cameron Gregory e701384f3a Bug 624698 - Wood 1 and Wood 2 have bad alpha value
Alpha value in last segment of Wood gradients should be 1.0.
2010-07-19 13:54:05 +02:00
David Gowers cebbde5da9 plugins/pygimp: use (PF|PDB)_ITEM instead of _REGION so pygimp works again.
Also update vectors and drawable code to use the new GimpItem API.
2010-07-16 16:40:03 +02:00
Michael Natterer 8b31211639 Fix the bulid after GtkNotebookPage got deprecated in gtk-2-22
In all GtkNotebook::switch_page() callbacks, simply replace
GtkNotebookPage* by gpointer.
2010-07-16 15:24:25 +02:00
Sven Neumann e14c50aaef Bug 623169 - Memory leaks in GIMP
Plug leak by allocating the data on the stack.
2010-07-15 21:42:58 +02:00
Nelson A. de Oliveira 4fea27ec1d Bug 623169 - Memory leaks in GIMP
Add some missing g_free() and free() calls, found by cppcheck.
2010-07-15 21:42:36 +02:00
Sven Neumann 17a4baff01 Bug 624452 - plug-in-displace pdb call incorrectly documented edge behaviour
Fix documentation for displace-type parameter. Spotted by Rob Antonishen.
2010-07-15 21:36:12 +02:00
Michael Natterer b3f4038f68 libgimp: add gimpenums.c.tail again, pdbgen-generated files are in git 2010-07-14 20:20:58 +02:00
Michael Natterer 3512d0b03f libgimp/devel-docs: add back the gtk-doc template for gimpenums
It's a generated file and keeping around the template is much easier
than adding pdbgen support for generating the docs.
2010-07-14 19:05:51 +02:00
Michael Natterer 19c01bc12a tools: fix generated docs of gimp_enums_init() 2010-07-14 19:05:50 +02:00
Michael Natterer 91a125df40 libgimp: remove generated file (it's also in .gitignore) 2010-07-14 19:05:50 +02:00
Lucian Adrian Grijincu cac3fb88f9 po-tags: Added Romanian translation
Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
2010-07-14 19:53:38 +03:00