mirror of https://github.com/GNOME/gimp.git
0d533abbdd
2001-01-25 Sven Neumann <sven@gimp.org> * tools/pdbgen/lib.pl * tools/pdbgen/pdb.pl * tools/pdbgen/pdb/channel.pdb * tools/pdbgen/pdb/palette.pdb * tools/pdbgen/pdb/tools.pdb: changed these with the help of Yosh. PDB functions take GimpRGB as color type now. * app/plug_in.c * app/pdb/channel_cmds.c * app/pdb/internal_procs.c * app/pdb/palette_cmds.c * app/pdb/procedural_db.[ch] * app/pdb/tools_cmds.c * libgimp/gimp.[ch] * libgimp/gimpchannel.[ch] * libgimp/gimpchannel_pdb.[ch] * libgimp/gimppalette_pdb.[ch] * libgimp/gimpprotocol.[ch] * libgimp/gimptools_pdb.[ch]: incremented Gimp protocol version and changed color type from array of chars to GimpRGB. * libgimp/Makefile.am * libgimp/gimppalette.[ch]: removed these files again * app/libgimp_glue.[ch] * libgimpwidgets/gimpcolorbutton.c * plug-ins/Lighting/lighting_main.c * plug-ins/Lighting/lighting_preview.c * plug-ins/MapObject/mapobject_image.c * plug-ins/MapObject/mapobject_main.c * plug-ins/MapObject/mapobject_preview.c * plug-ins/common/apply_lens.c * plug-ins/common/blinds.c * plug-ins/common/borderaverage.c * plug-ins/common/checkerboard.c * plug-ins/common/colorify.c * plug-ins/common/colortoalpha.c * plug-ins/common/cubism.c * plug-ins/common/exchange.c * plug-ins/common/film.c * plug-ins/common/gif.c * plug-ins/common/grid.c * plug-ins/common/mapcolor.c * plug-ins/common/mblur.c * plug-ins/common/nova.c * plug-ins/common/papertile.c * plug-ins/common/png.c * plug-ins/common/polar.c * plug-ins/common/psd.c * plug-ins/common/semiflatten.c * plug-ins/common/sinus.c * plug-ins/common/sparkle.c * plug-ins/common/tiff.c * plug-ins/common/vpropagate.c * plug-ins/common/warp.c * plug-ins/common/whirlpinch.c * plug-ins/gap/gap_filter_iterators.c * plug-ins/gap/gap_mov_dialog.c * plug-ins/gdyntext/gdyntext.c * plug-ins/gfig/gfig.c * plug-ins/gfli/gfli.c * plug-ins/ifscompose/ifscompose.c * plug-ins/maze/handy.c * plug-ins/mosaic/mosaic.c * plug-ins/pagecurl/pagecurl.c * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/script-fu.c * plug-ins/xjt/xjt.c: changed accordingly. A few plug-ins need to be looked at more closely after this change. I tried to put FIXME comments into those. |
||
---|---|---|
.. | ||
graphics | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
TODO | ||
charmap.c | ||
charmap.h | ||
charmap_window.c | ||
charmap_window.h | ||
font_selection.c | ||
font_selection.h | ||
gdyntext.c | ||
gdyntext.h | ||
gdyntext_ui.c | ||
gdyntext_ui.h | ||
gdyntextcompat.c | ||
gdyntextcompat.h | ||
message_window.c | ||
message_window.h |
README
GIMP Dynamic Text -- image filter plug-in for The GIMP program ============================================================== GDynText 1.5.2 Copyright (C) 1998,1999,2000 Marco Lamberto E-mail: lm@geocities.com Web page: http://www.geocities.com/Tokyo/1474/gimp/ 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 2 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 (see "COPYING" file); if not, write to the Free Software Foundation Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Intro ===== GIMP Dynamic Text is a GIMP plug-in that works like the text tool but allows you writing multi-line text and made you able of modifying it later as you want (text/font/font size/color/...). However I hope that a feature like this will be available on GIMP 1.2 as a standard tool. GIMP version required: 1.1.24+ or 1.2 Plug-in menu path: <Image>/Filters/Render/Dynamic Text... Suggested hotkey: Alt+T PDB function: plug_in_dynamic_text Parasite: plug_in_gdyntext/data This is my second plug-in, the first one was an xvpict loader now embedded into the Guash plug-in of Shuji Narazaki. It's rather far from being a complete work and I've just starded in playing with GTK+ ... it's a really powerful but also a complex toolkit for a programmer that had used only Java AWT for opening windows on X11! Compiling ========= You must edit the Makefile and change GIMPBIN in order to reflect the path where the GIMP binary and gimptool are installed then you could run 'make install'. Thanks ====== * Glade, the GTK+ gui builder, was a good starting point for learning how to write GTK+ applications. * The "Writing a GIMP plug-in" tutorial written by Kevin Turner help me in figuring better how the GIMP plug-in system works. * I've taken few lines of code for the preview initialization from the bumpmap plug-in written by Federico Mena Quintero and Jens Lautenbacher. * The GIMP Team ;) /* vim: set ts=2 sw=2 tw=79 ai expandtab: */