gimp/plug-ins/gdyntext
Michael Natterer e7c8de57ae call gdisplays_resize_cursor_label(gimage) after changing the image's
1999-05-02  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/commands.c: call gdisplays_resize_cursor_label(gimage)
	after changing the image's unit.

	* app/gdisplay.c: update the cursor label after resizing it's
	frame, so the old (wrong) value gets overwritten.

	* app/resize.c: it makes more sense to take the image's unit from
	the "print size" frame rather than from "pixel dimensions".
	Set reasonable boundaries to avoid over/underflows with crazy
	resolutions. Code and gui cleanup.
	The constants for min/max image size/resolution should probably go
	to a central place.

	* app/text_tool.c: set the resolution in the X font spec only if
	the size is specified in points (reported by Austin).

	* libgimp/gimpsizeentry.c: fixed a bad bug in the boundary and
	resolution setting code (was not noticable before the new
	resize/scale ui).

	* plug-ins/gdyntext/*: version 1.4.3

	* plug-ins/png/png.c: gcc suggested parentheses.
1999-05-04 17:20:05 +00:00
..
graphics New plugin, gdyntext 1999-04-15 21:11:12 +00:00
.cvsignore More doh 1999-04-15 21:25:01 +00:00
ChangeLog call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
Makefile.am More doh 1999-04-15 21:25:01 +00:00
README call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
TODO call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
charmap.c New plugin, gdyntext 1999-04-15 21:11:12 +00:00
charmap.h New plugin, gdyntext 1999-04-15 21:11:12 +00:00
charmap_window.c New plugin, gdyntext 1999-04-15 21:11:12 +00:00
charmap_window.h New plugin, gdyntext 1999-04-15 21:11:12 +00:00
font_selection.c call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
font_selection.h New plugin, gdyntext 1999-04-15 21:11:12 +00:00
gdyntext.c call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
gdyntext.h call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
gdyntext_ui.c call gdisplays_resize_cursor_label(gimage) after changing the image's 1999-05-04 17:20:05 +00:00
gdyntext_ui.h New plugin, gdyntext 1999-04-15 21:11:12 +00:00
message_window.c New plugin, gdyntext 1999-04-15 21:11:12 +00:00
message_window.h New plugin, gdyntext 1999-04-15 21:11:12 +00:00

README

GIMP Dynamic Text -- image filter plug-in for The GIMP program
==============================================================

GDynText  1.4.3 
Copyright (C) 1998,1999 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.0.4 or 1.1 (see compiling for GIMP 1.1 below)
Plug-in menu path:        <Image>/Filters/Render/Dynamic Text
PDB function:             plug-in-dynamic-text
Suggested hotkey:         Alt+T

This is my second plug-in, the first 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 for GIMP 1.0
======================

Simply run 'make install'. Optionally if something goes wrong you could edit
the shipped Makefile.

NOTE:
  Since GDynText 1.4.3 the gtk+ 1.0 and glib 1.0 compatibility was probably
  broken, now gimp >= 1.0.4 with gtk+ 1.2 and glib 1.2 are required for running
  GDynText.

Compiling for GIMP 1.1
======================

You must edit the Makefile and change GIMP11BIN in order to reflect the path
where the GIMP 1.1 binary and gimptool are installed then you could run
'make install11'.

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: */