gimp/plug-ins/pygimp
Jehan 657c39dc74 plug-ins, themes: use the "normal text" color as stdout color of...
... the python console.
It was using "selected text", which is most often inverted color (close
if not identical to the background color). As a consequence, it made
stdout output unreadable by default, forcing themes to always define a
style for the python console. Using "normal text" is a much better
choice to default to something readable from a parent style.

As a consequence, I also removed "python-fu-console" styling from the
System theme, where there should be as few theming as possible.
2018-01-09 18:41:59 +01:00
..
doc Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
plug-ins plug-ins, themes: use the "normal text" color as stdout color of... 2018-01-09 18:41:59 +01:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
ChangeLog.old renamed ChangeLog file to avoid that it is still being used accidentally 2008-07-09 08:05:09 +00:00
Makefile.am pygimp: require Pycairo in configure, link gimpui against pycairo 2016-05-01 21:44:04 +02:00
gimp-types.defs pygimp: make GimpParasite type known to the code generator 2016-05-01 21:44:03 +02:00
gimpcolor-types.defs This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00
gimpcolormodule.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
gimpenums-types.defs pygimp: add binding for GimpImageType 2016-05-01 21:44:03 +02:00
gimpenums.py Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpenumsmodule.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
gimpfu.py Bug 792197 - inconsistent use of tabs and spaces in indentation 2018-01-04 13:25:26 +01:00
gimpmodule.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
gimpplugin.py Bug 761140: importing gimpui module causes plugin query failure 2016-07-27 19:11:31 +02:00
gimpshelf.py Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthumb.defs plug-ins/pygimp/Makefile.am plug-ins/pygimp/gimpthumb.defs 2006-09-17 23:30:42 +00:00
gimpthumb.override plug-ins/pygimp: Fix copy-paste error in gimpthumb.override 2010-09-03 09:32:25 +02:00
gimpthumbmodule.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
gimpui.defs app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpui.override app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpui.py Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpuimodule.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
py-compile added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
pygimp-api.h pygimp: adds proper support for layer groups 2012-04-20 04:49:16 -03:00
pygimp-colors.c plug-ins/pygimp: Fix setitem function signatures 2010-09-03 08:20:00 +02:00
pygimp-display.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
pygimp-drawable.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
pygimp-image.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
pygimp-intl.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
pygimp-item.c app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
pygimp-logo.png plug-ins/pygimp/Makefile.am New pygimp logo, by Carol Spears. 2004-11-23 02:35:54 +00:00
pygimp-parasite.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
pygimp-pdb.c app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
pygimp-tile.c pygimp: disable deprecation warnings for gimpmodule, drawable, tile 2016-05-01 21:44:04 +02:00
pygimp-util.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
pygimp-vectors.c Bug 751584 - parasite_list() methods fail if no parasites found 2015-09-15 09:34:55 +02:00
pygimp.h pygimp: adds proper support for layer groups 2012-04-20 04:49:16 -03:00
pygimp.spec added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
pygimpcolor-api.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
pygimpcolor.h libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00