Gimp/app
Michael Natterer bf10da29fa app: remove GError** argument from gimp_image_get_color_profile()
we validate everything when setting it, so this function always
returns either a valid profile, or NULL.
2015-06-17 00:45:43 +02:00
..
actions app: rename gimp_image_get,set,validate_icc_profile() to _icc_parasite() 2015-06-16 23:56:53 +02:00
config app: move the seamless clone tool to the playground 2015-06-14 13:02:31 +02:00
core app: remove GError** argument from gimp_image_get_color_profile() 2015-06-17 00:45:43 +02:00
dialogs app: move the seamless clone tool to the playground 2015-06-14 13:02:31 +02:00
display Bug 750874 - Displayed colors look clipped after profile conversion... 2015-06-13 00:27:21 +02:00
file app: rename gimp_image_get,set,validate_icc_profile() to _icc_parasite() 2015-06-16 23:56:53 +02:00
gegl Bug 325564 - Use CIE LCH instead of HSL for layer mode Color 2015-06-02 01:37:26 +02:00
gui app: move color history loading/saving to core/gimp-palettes.c 2014-11-27 01:10:46 +01:00
menus app: port menus_clear() to GIO 2014-07-29 14:53:27 +02:00
operations Bug 325564 - Use CIE LCH instead of HSL for layer mode Color 2015-06-02 01:37:26 +02:00
paint Bug 750674 - Stroke selection doesn't honor brush size set in paint tool options 2015-06-14 20:43:45 +02:00
pdb app: remove GError** argument from gimp_image_get_color_profile() 2015-06-17 00:45:43 +02:00
plug-in app, menus, plug-ins: add new Submenu Image -> Color Management 2015-06-15 13:20:04 +02:00
tests app: link tests to Z_LIBS 2015-04-15 13:13:47 +02:00
text follow gegl api changes from commit af5361ca8d, with an abyss policy argument 2015-05-25 01:27:31 +02:00
tools Bug 750953 - The Curves dialog should present per channel lines... 2015-06-15 00:11:13 +02:00
vectors Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
widgets Bug 646511 - Having the possibility to remove ICC profiles 2015-06-15 20:19:32 +02:00
xcf Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
.gitignore
about.h
app.c app: don't leak the gimpdir GFile in app_run() 2014-10-06 20:33:47 +02:00
app.h app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
batch.c
batch.h
errors.c app, libgimp: add log handlers for all LibGimp* log domains 2015-05-20 11:05:45 +02:00
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-log.h app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-priorities.h app: add gimp-priorities.h and keep the most important priorities there 2014-07-02 04:47:24 +02:00
gimpcore.def
language.c
language.h
main.c windows: Call SetDLLDirectory() in the app 2015-04-13 15:45:58 +05:30
Makefile.am app: clean compilation with external libmypaint. 2015-03-30 22:38:35 +02:00
sanity.c app, menus: add gegl:displace to Filters -> Map 2015-06-10 19:43:34 +02:00
sanity.h
signals.c
signals.h
tests.c app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
tests.h app: forgot a s/const gchar*/GFile*/ in tests.[ch] 2014-08-29 21:36:31 +02:00
unique.c app: Fix unique logic on windows 2014-07-08 12:50:50 -04:00
unique.h
units.c
units.h
version.c
version.h