3daef677ca
devel-docs: API docs updates
2015-05-31 19:34:26 +02:00
24da0007a4
libgimp*: some API doc fixes
2015-05-31 14:40:20 +02:00
68942a6307
devel-docs: fix one more libgimpcolor issue
2015-05-31 02:48:51 +02:00
6b40652d07
libgimpcolor: add some missing API docs
2015-05-31 02:47:24 +02:00
00c508e8ea
devel-docs: update the libgimpcolor docs
2015-05-31 02:34:38 +02:00
f1c46b3656
libgimpcolor: fix API docs of gimp_rgb[a]_get,set_pixel()
2015-05-31 02:33:38 +02:00
ae708d6419
Bug 749777 - Deleting current gradient from script leads to...
...
GIMP_IS_TAGGED error and possible Gimp crash (core segfault)
Remove the object from GimpTagEntry's selected_items when it is
removed from the GimpContainer.
2015-05-31 00:31:40 +02:00
4ef3c918a0
pdb, app, libgimp: move the image transform procedures to their own PDB group
...
because image.pdb is way too large.
2015-05-30 23:55:58 +02:00
431959df70
etc, docs: regenerate the default gimprc and the gimprc manpage
2015-05-30 23:24:37 +02:00
d84c39eccd
app: disable mypaint-brush-path directories that depend on the build system
...
until we figure a way to do this properly.
2015-05-30 23:23:38 +02:00
c1e0929e61
devel-docs: add "Index of new symbols in GIMP 2.10"
2015-05-30 23:20:00 +02:00
2e07e938f4
app, libgimpcolor: never return NULL in GimpColorManaged::get_color_profile()
2015-05-30 22:23:25 +02:00
04688e9c93
devel-docs: fix icons and widget screenshots in the libgimpwidgets docs
...
use the largest available named icon as image for the stock item, and
rename widget screenshots in order to avoid name clashes with named
icons.
2015-05-30 22:01:03 +02:00
2dd6d7fa65
libgimpwidgets: remove /* GIMP_DISABLE_DEPRECATED */ from #endif
...
It seems to confuse gtk-doc.
2015-05-30 21:55:53 +02:00
b9773efa5e
pdb, app, libgimp: rename the "guides" PDB group to "imageguides"
...
This only renames files, no code changes.
2015-05-30 15:27:16 +02:00
3b70fb8d3a
pdb, app, libgimp: rename the "grid" PDB group to "imagegrid"
...
This only renames files, no code changes.
2015-05-30 15:19:11 +02:00
b34ed029ac
pdb, app, libgimp: rename the "convert" PDB group to "imageconvert"
...
This only renames files, no code changes.
2015-05-30 15:09:57 +02:00
f269651cc6
pdb, app, libgimp: rename the "undo" PDB group to "imageundo"
...
This only renames files, no code changes.
2015-05-30 15:01:50 +02:00
263fabbb9b
libgimpwidgets: simplify gimp_widget_get_color_transform()
...
Make sure src_profile and dest_profile always exist. Also optimize
things by not returning a transform if the profiles are equal.
2015-05-30 01:07:34 +02:00
9096ceffde
modules: honor GimpColorConfig.display_profile_from_gdk again
...
I broke this during some recent refactoring.
2015-05-30 01:06:25 +02:00
281a529b0c
app: use gimp_color_managed_get_color_profile()
...
instead of gimp_image_get_color_profile() and remove all fallback
code, GimpColorManaged always returns a profile.
2015-05-30 00:58:22 +02:00
e06a620d11
app: rename gimp_image_get_profile() to _get_color_profile()
2015-05-30 00:47:13 +02:00
0d51fe365d
Updated Slovak translation
2015-05-29 20:19:26 +00:00
a7f2a9ff54
Added Occitan translation
2015-05-29 20:19:00 +00:00
2275d4b257
Updated Swedish translation
2015-05-28 21:22:10 +00:00
fa2496347d
Updated Swedish translation
2015-05-28 21:20:04 +00:00
bfbb2f6b48
Upload Catalan translation
2015-05-28 09:02:38 +02:00
d3e11c5b2c
modules, libgimpwidgets: use gimp_color_managed_get_color_profile()
...
which always returns a profile, instead of code that uses the ICC
blob and falls back to GimpColorConfig's profile, then falls back
to the built-in profiles.
2015-05-27 12:53:46 +02:00
8b824305a0
app: update the display profile transform when the color config changes
2015-05-27 12:30:32 +02:00
8ded5c40e3
app: update the display profile transform when display filter change
...
because they will share buffers.
2015-05-27 12:29:42 +02:00
3267218143
app: add gimpdisplayshell-profile.[ch]
...
which will take over display color management from the display
filter module. This is WIP, the code is still unused.
2015-05-27 12:28:33 +02:00
9ecdcf01b6
devel-docs: link app/ docs tools against -lm
2015-05-26 08:12:09 +02:00
08b19a9bbc
plug-ins: minor simplifications because GimpColorConfig has an API now
2015-05-26 08:09:29 +02:00
86c05d0a48
app: implement GimpColorManaged::get_color_profile() in GimpImage
...
Never return NULL. Instead, return either the built-in sRGB or linear
RGB profile.
2015-05-26 08:06:16 +02:00
8b3e709908
Small fix in Italian translation
2015-05-25 14:31:07 +02:00
bf8f532e9b
Updated Italian translation
2015-05-25 08:46:44 +02:00
20227a0832
Updated Greek translation
2015-05-25 11:01:08 +03:00
9f9865afb8
app: fix the build with MyPaint brushes enabled, and some formatting foo
2015-05-25 02:15:03 +02:00
7e6320497e
follow gegl api changes from commit af5361ca8d, with an abyss policy argument
...
to gegl_buffer_copy.
2015-05-25 01:27:31 +02:00
167262408d
Bug 749756 - Unable to pick an ICC profile from disk
...
Block the config's "notify" signal when setting a NULL filename from a
GimpColorProfileComboBox. The notify callback was only introduced
because GimpColorConfig is now validating the profiles. Validation of
a NULL profile never fails, but the NULL notify from the config
prevented the profile file chooser dialog from appearing.
2015-05-24 18:39:18 +02:00
4624327d3a
Updated Occitan translation
2015-05-22 21:29:48 +00:00
9c9eafcb57
Updated Occitan translation
2015-05-22 21:20:47 +00:00
d17bccc724
Add Polish translation of the installer
2015-05-22 19:07:44 +02:00
9b729decc3
Add Catalan translation for the win32 installer
2015-05-22 06:02:07 +02:00
7e443df00e
app: fix some includes in actions/
2015-05-21 11:30:18 +02:00
c4e87c7c02
Update Catalan translation
2015-05-21 08:30:12 +02:00
256904f3a0
Updated Occitan translation
2015-05-20 20:16:05 +00:00
5b487ad97c
Updated Occitan translation
2015-05-20 20:10:07 +00:00
393e3e0b0b
libgimpconfig: fix error codes and messages in GimpColorConfig
2015-05-20 14:47:44 +02:00
ce3429d643
libgimpconfig: validate profile filenames when setting them on GimpColorConfig
...
and don't allow wrong files to be set.
2015-05-20 12:20:58 +02:00