mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
![]() - app: gimp_context_get_(foreground|background)() are now returning a GeglColor. - libgimp: PDB functions named similarly in libgimp are returning a newly allocated GeglColor too. - A few other PDB functions (the ones using these functions) were updated and their signature changed to use GeglColor too, when relevant. Plug-ins which use any of the changed libgimp functions were fixed. - GimpContext: signals "(foreground|background)-changed" are now passing a GeglColor. - libgimpconfig: new macro GIMP_CONFIG_PROP_COLOR using gegl_param_spec_color(). - GimpContext: properties "foreground" and "background" are now GeglParamColor properties. - app: All code interacting with GimpContext objects were updated to receive a GeglColor (that they may still convert, or no, to GimpRGB for now). - app: gimp_prop_gegl_color_button_new() was added as an alternative to gimp_prop_color_button_new() when the property is a GeglParamColor. Eventually the former should replace completely the latter. - libgimpwidgets: gimp_prop_color_area_new() now works on GeglParamColor properties only. - libgimp: gimp_procedure_dialog_get_widget() will generate a GimpColorArea for GeglTypeParamColor arguments. |
||
---|---|---|
.. | ||
arcball.c | ||
arcball.h | ||
CHANGES | ||
map-object-apply.c | ||
map-object-apply.h | ||
map-object-icons.c | ||
map-object-icons.h | ||
map-object-image.c | ||
map-object-image.h | ||
map-object-main.c | ||
map-object-main.h | ||
map-object-preview.c | ||
map-object-preview.h | ||
map-object-shade.c | ||
map-object-shade.h | ||
map-object-ui.c | ||
map-object-ui.h | ||
meson.build | ||
README | ||
TODO |
MapObject 1.2.0 -- image filter plug-in for GIMP =========================================================== Copyright (C) 1996-98 Tom Bech Copyright (C) 1996-98 Federico Mena Quintero Released 16th of July, 1998 You can reach the author(s) via E-mail: tomb@gimp.org (Tom) or quartic@gimp.org (Federico). GIMP was developed by Peter Mattis and Spencer Kimball. You can contact them at gimp@xcf.berkeley.edu. There's more GIMP stuff on our home pages: http://www.ii.uib.no/~tomb/gimp.html (Tom's page) http://www.nuclecu.unam.mx/~federico/gimp/index.html (Quartic's page) Legal stuff =========== This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. In other words, you can't sue us for whatever happens while using this ;) Compiling ========= To compile you'll need GIMP 1.0 and GTK+ 1.0.4 or later. You'll also need GCK 1.00 (http://www.ii.uib.no/~tomb/gck.html) 1) Edit the Makefile to reflect your system setup. 2) Type "make" and then "make install" You should now be ready to run. "make install" puts the executable "MapObject" in the standard plug-in directory. Documentation ============= Ahem.. right.. ;) ..I'll get around to it eventually. Please send me a mail if you find any bugs. Have fun, Tom