Commit Graph

28847 Commits

Author SHA1 Message Date
af160141db app: add gimp_item_unset_removed() and move item->removed to private 2011-01-30 21:57:45 +01:00
fd655490e8 app: move most of GimpItem's members to a private struct 2011-01-30 21:49:51 +01:00
f63a8fcfe6 app: remove some leftover dead code
probably from before some text layer saving refactoring.
2011-01-30 20:43:01 +01:00
90419e0672 app: add "gboolean push_undo" to gimp_item_parasite_attach/detach()
and use this API instead of manually fiddling with the item's
GimpParasiteList.
2011-01-30 20:40:43 +01:00
96efc7ea1c app: reset an item's "removed" state as it is added to its parent container
and not "manually" from the resp. undo functions.
2011-01-30 19:36:27 +01:00
0428be2944 app: add gimp_item_replace_item() which is a bad hack and documented as such
in order to get rid of fiddling with GimpItem internals inside
gimptextlayer-xcf.c
2011-01-30 19:26:32 +01:00
cfecdc8b70 app: use accessors instead of using GimpItem members directly 2011-01-30 18:58:05 +01:00
21144d1599 Updated Slovenian translation 2011-01-29 20:12:51 +01:00
974d7cb67a Updated Slovenian translation 2011-01-29 20:11:54 +01:00
9793ecc7fb authors.dtd: Update 2011-01-28 07:55:55 +01:00
6463d2a8c5 Also put maintainers separately in AUTHORS 2011-01-27 22:04:05 +01:00
70f88c4320 app: don't update the highlight when the rectangle tool is resumed
It causes an infinite invalidation loop.
2011-01-27 21:36:58 +01:00
1205a6aedd pdb: add "sample-criterion" as property to the PDB context
See commit below
2011-01-27 21:26:16 +01:00
bb6083a1eb pdb: add "sample-merged" as property to the PDB context
- add API to get/set the new state
- remove sample-merged parameters from the new gimp_image_select_foo() API
- update procedure documentation
2011-01-27 21:26:16 +01:00
ab5bd03a9c Show maintainers after creators in About-dialog
It makes sense to show maintainers after creators in the About-dialog,
do that.
2011-01-27 18:52:00 +01:00
285a42eef3 app: Calculate number of creators in about dialog 2011-01-27 18:52:00 +01:00
d6fbe5acd4 Updated Polish translation 2011-01-26 16:58:47 +01:00
70dc45cc2f Updated Polish translation 2011-01-26 16:57:49 +01:00
94d64a8360 Updated italian translation. 2011-01-26 15:31:06 +01:00
480d6e0cf2 app: Add and use gimp_image_get_uri() 2011-01-26 08:19:39 +01:00
d9b24bb1f3 plug-ins: Fix warning about usage of uninitialized variable 2011-01-26 08:05:34 +01:00
ac773489e4 app: gimp_image_get_uri() -> gimp_image_get_uri_or_untitled() 2011-01-26 07:55:14 +01:00
0cbb8ac0bf libgimpwidgets: Update gimpwidgets.def 2011-01-26 06:33:10 +01:00
835d92e4ad libgimpwidgets: Fix gtk-doc warning 2011-01-26 06:26:36 +01:00
452819143a app: half-sane aspect ratio implementation 2011-01-25 23:28:02 +02:00
5cae0bf65c Bug 630748 - display filters do not work
Create and use Cairo-compatible API for display filters. Also
includes logic changes to the display filters to deal with cairo's
ARGB32 pre-multiplied buffer format.
2011-01-25 20:24:42 +01:00
47eaecdc9d libgimp: deprecate a bunch of old selection API
namely ellipse_select(), free_select(), rect_select() and
round_rect_select() because they are fully replaced by the new
gimp_image_select_foo() functions. Will deprecate the rest as soon as
I have figured how to put the parameter overkill of the remaining
functions into context properties.
2011-01-25 19:28:30 +01:00
14276add92 Add missing parens around macro arguments 2011-01-24 22:15:06 +01:00
9703bed2ef libgimp: reorder the parameters of the new and unused gimp-image-select API
Make the common "image" and "operation" parameters come first.
2011-01-24 14:53:42 +01:00
e5a9d0a181 Update build/buildbot/suppressed-warnings.txt
We don't use non-public gegl_node_get_pad() GEGL API any longer.
2011-01-24 08:11:35 +01:00
3c95ed31e0 Fix compiler warning about missing newline 2011-01-24 08:10:01 +01:00
eaba504f2a Updated Portuguese translation 2011-01-24 00:31:09 +00:00
c09edb25cf Updated Portuguese translation 2011-01-24 00:28:50 +00:00
ed41d0e5fc Updated Portuguese translation 2011-01-24 00:25:44 +00:00
b5e7fc5fe4 Updated Portuguese translation 2011-01-24 00:22:35 +00:00
8ae83cf576 Updated Portuguese translation 2011-01-24 00:05:30 +00:00
5cf87ebc82 Updated Portuguese translation 2011-01-23 23:57:06 +00:00
5f9bd0c044 app: add reset buttons to all brush settings sliders 2011-01-23 18:17:25 +02:00
f7af619f5d Updated Arabic translation 2011-01-23 14:10:16 +02:00
e41b5699dd app: remove some dead code in imagehoses 2011-01-23 12:24:33 +02:00
3ef31e4cc8 libgimpwidgets: use new GdkWindow API only when available 2011-01-23 00:30:58 +01:00
33479c1086 app: use gegl_node_has_pad() instead of gegl_node_get_pad() 2011-01-22 23:54:25 +01:00
3e38686693 app: also bump the babl and gegl versions in sanity.c 2011-01-22 23:53:38 +01:00
27179d6219 app: don't duplicate code when setting GimpSpinScale's cursor 2011-01-22 23:23:02 +01:00
49ed64c69e app: remove dupilcate angle and velocity calculation from imagehoses 2011-01-23 00:09:56 +02:00
927b743ac2 Updated Spanish translation 2011-01-22 10:59:30 +01:00
783e73226c Updated Spanish translation 2011-01-22 10:56:36 +01:00
202395bc98 Updated Spanish translation 2011-01-22 10:54:15 +01:00
18a803aff4 Updated Spanish translation 2011-01-22 10:46:24 +01:00
b334e1cb6f Updated Spanish translation 2011-01-22 10:44:37 +01:00