Commit Graph

45 Commits

Author SHA1 Message Date
Marc Lehmann f12faae82a *** empty log message *** 1999-02-14 22:56:10 +00:00
Marc Lehmann c22e2717ca *** empty log message *** 1999-02-14 18:37:17 +00:00
Manish Singh ab5ee157fe Autogenned file removal
-Yosh
1999-02-01 23:29:39 +00:00
GMT 1999 Austin Donnelly b1af71cf86 create modules/ directory in user's ~/.gimp-1.1 dir include description of
Mon Jan 25 20:40:26 GMT 1999  Austin Donnelly  <austin@gimp.org>

	* user_install: create modules/ directory in user's ~/.gimp-1.1 dir
	* app/install.c: include description of ~/.gimp-1.1/modules, plus
	    scroll info back to top when done inserting text since it
	    looks nicer.  Also make window that holds result of running
	    user_install a little larger so we see all messages at once.

	* app/gdisplay.h: FUNSCALE_{X,Y} macros for floating point
	    unscales.
	* app/scale.c: show rulers in real-world units (inches/cm/pixels)
	    if dot-for-dot is turned off, plus smoother ruler updates by
	    using FUNSCALE so we don't jump in pixel steps at high
	    magnification factors.
	* app/interface.c: don't set the ruler metrics for now - it's
 	    easier to do the calculations in pixels.  Need to rethink this
 	    a little anyway.

	* docs/parasites.txt: added jpeg parasite info.
1999-01-25 21:11:44 +00:00
GMT 1999 Adam D. Moss 176ea8da52 Multi-line comments, a little more sanity-checking.
Sat Jan 23 18:43:23 GMT 1999  Adam D. Moss  <adam@gimp.org>

	* plug-ins/gif/gif.c: Multi-line comments, a little more
	sanity-checking.

	* app/convert.c: Cosmetic changes to the warning about having
	too many colours for saving transparent/animated GIFs.

	* app/gdisplay.c: Titlebar is correctly updated upon revert.

	* app/paint_funcs.c: Minor improvement.

	* docs/parasites.txt: Minor amendments.

	* plug-ins/jpeg/jpeg.c: Minor code comment amendments.
1999-01-23 18:49:52 +00:00
jaycox c5a8b43846 Modified Files: ChangeLog app/Makefile.am app/channel.c app/channel.h
Modified Files:
 	ChangeLog app/Makefile.am app/channel.c app/channel.h
 	app/channel_cmds.c app/channel_cmds.h app/drawable_cmds.c
 	app/gimage_cmds.c app/gimpdrawable.c app/gimpdrawable.h
 	app/gimpdrawableP.h app/gimpimage.c app/gimpimage.h
 	app/gimpimageP.h app/internal_procs.c app/layer.c app/layer.h
 	app/layer_cmds.c app/layer_cmds.h app/parasite_cmds.c
 	app/perspective_tool.c app/plug_in.c app/procedural_db.c
 	app/rotate_tool.c app/scale_tool.c app/shear_tool.c
 	app/transform_core.c app/transform_core.h docs/parasites.txt
 	libgimp/Makefile.am libgimp/gimp.c libgimp/gimp.h
 	libgimp/gimpdrawable.c libgimp/gimpimage.c
 	libgimp/gimpprotocol.c libgimp/gimpprotocol.h
 	plug-ins/gif/gif.c plug-ins/script-fu/script-fu.c
 	plug-ins/tiff/tiff.c
 Added Files:
 	libgimp/gimpmatrix.c libgimp/gimpmatrix.h libgimp/parasite.c
 	libgimp/parasite.h libgimp/parasiteF.h libgimp/parasiteP.h
 Removed Files:
 	app/parasite.c app/parasite.h app/parasiteF.h app/parasiteP.h
 	libgimp/gimpparasite.c libgimp/gimpparasite.h

Tue Oct 13 19:24:03 1998  Jay Cox  (jaycox@earthlink.net)

        * app/parasite.c
        * app/parasite.h
        * app/parasiteF.h
        * app/parasiteP.h : use a single name field instead of seperate
        creator/type fields.  moved to libgimp/parasite*

        * libgimp/Makefile.am
        * libgimp/gimp.c
        * libgimp/gimp.h
        * libgimp/gimpdrawable.c
        * libgimp/gimpimage.c
        * libgimp/gimpprotocol.c
        * libgimp/gimpprotocol.h
        * app/Makefile.am
        * app/channel.c
        * app/channel.h
        * app/channel_cmds.c
        * app/channel_cmds.h
        * app/drawable_cmds.c
        * app/gimage_cmds.c
        * app/gimpdrawable.c
        * app/gimpdrawable.h
        * app/gimpdrawableP.h
        * app/gimpimage.c
        * app/gimpimage.h
        * app/gimpimageP.h
        * app/internal_procs.c
        * app/layer.c
        * app/layer.h
        * app/layer_cmds.c
        * app/layer_cmds.h
        * app/parasite_cmds.c
        * app/plug_in.c
        * app/procedural_db.c: Add tattoos to layers and drawables.
        Use new style parasites.

        * libgimp/gimpmatrix.c
        * libgimp/gimpmatrix.h: new files for matrix math.

        * app/perspective_tool.c
        * app/rotate_tool.c
        * app/scale_tool.c
        * app/shear_tool.c
        * app/transform_core.c
        * app/transform_core.h: use GimpMatrix instead of the old matrix
        code from transform_core.

        * ligimp/gimpparasite*: removed.  now useing the same source
        for plug-ins and the core.

        * plug-ins/script-fu/script-fu.c
        * plug-ins/tiff/tiff.c
        * plug-ins/gif/gif.c: updated to use new style parasites.
1998-10-14 02:54:02 +00:00
Adam D. Moss 10877b4e88 Added support for persistant GIF Comments through the GIMP 1.1 Parasite
* plug-ins/gif/gif.c: Added support for persistant GIF
        Comments through the GIMP 1.1 Parasite mechanism where available.
        Did some user-interface tweaks.  Fixed a bug when trying to save
        a GIF smaller than five pixels high as interlaced.

        * app/convert.c: Minor text amendment

        * docs/parasites.txt: Started a central list of parasite types
        and their creators.
1998-10-09 18:01:35 +00:00
Tim P. Gerla 5343ba5816 gimp.txt: Censored two words. =) 1998-08-11 08:00:47 +00:00
Gregory McLean b75674a3ee And the quest for a quiet cvs update continues.
-- Greg
1998-07-26 23:50:46 +00:00
Sven Neumann 7934b3e065 Updated the Quick Reference Sheet to the much better version created
by Sven Anders <anderss@fmi.uni-passau.de>.


--Sven
1998-07-22 21:43:47 +00:00
Lauri Alanko 3897b71b72 Started doing a GtkObjectifying framework, and started cleaning images
from all sorts of ugly dependencies.
1998-06-28 10:39:58 +00:00
Sven Neumann 0a2c40ccc4 Some small fixes and additions to the Quick Reference Sheet
--Sven
1998-05-22 17:30:35 +00:00
Manish Singh c3c4947583 moved manpage from docs to top-level so it's always installed
-Yosh
1998-04-13 22:18:59 +00:00
Sven Neumann f6d5af1ecf Fixed some typos and updated the man-page. Could someone please check for a
way to install the man-page by default ?!?


--Sven
1998-04-13 11:44:11 +00:00
Sven Neumann cbae3b5c21 Oops, seems I hadn't used the right parameters for tar when creating the
tar.gz. Here comes the gzip-ed version.


--Sven
1998-03-21 17:55:02 +00:00
Sven Neumann 775c5e28a1 Added a note to the README that explains why xdvi can't handle the resulting
DVI file when rebuilding the reference sheet from the tex source.


-- Sven
1998-03-21 17:44:44 +00:00
Sven Neumann 5ec602da8a Small changes to reflect the fact that a gfig directory is created in
the users gimp-directory.


--Sven
1998-03-21 15:30:38 +00:00
Sven Neumann 57d58e985b Changes to the reference sheet. The tex source is now in
gimp_quick_reference.tar.gz together with a README and EPS versions of the
icons.


--Sven
1998-03-21 13:46:44 +00:00
Sven Neumann 741884c24e Apparently there was a minor flaw in the reference sheet. Fixed it.
--Sven
1998-03-19 12:40:04 +00:00
Sven Neumann c06f7ea664 Added a single-paged reference sheet with most of the hotkeys.
--Sven
1998-03-19 12:26:13 +00:00
Adrian Likins 568c015b53 "vlaid debuggin options" no longer valid so i removed references to them
-adrian
1998-03-15 01:58:47 +00:00
Sven Neumann 7672259604 Fixed some typos in the man-page
--Sven
1998-03-13 16:39:47 +00:00
Manish Singh 1fe238af74 More fixes for .20
-Yosh
1998-03-12 06:43:44 +00:00
Adrian Likins e38f94557c *docs/gimp.1: added gimp man page
*docs/gimp.1: added gimp man page

        *app/gdisplay.c: disables by-color-select for indexed images

        *plugins/webbrowse/web-browser.scm: updated some urls

-adrian
1998-03-12 00:57:27 +00:00
Manish Singh 69593b73ed Fixed up docs and autoconf interaction (part of gimp-rrh-980125-0)
-Yosh
1998-02-14 23:03:49 +00:00
Adrian Likins 41385b7147 ever so slightly update the white paper
-adrian
1998-01-06 01:50:17 +00:00
Adrian Likins 64cd88ea6c reformated docs/cheat_sheet.txt to be sligtly more human readable
added ever so slightly to the white paper
1998-01-06 01:49:14 +00:00
Owen Taylor 7d82173176 Removed generated file pdb.texi. (Aleady in .cvsignore)
-owt
1998-01-05 17:10:38 +00:00
Manish Singh 1417a996d4 Fixed srcdir builddir makefile confusion
-Yosh
1998-01-04 03:36:46 +00:00
Manish Singh a4e97e61f9 Lots o' changes for 0.99.17. See ChangeLog for details.
-Yosh
1998-01-04 00:43:51 +00:00
scott a5375eeea7 Made use of quotes consistent. Added a section on layer masks. Some
other miscellanous tweaking.

--sg
1997-12-18 17:32:27 +00:00
Arturo Espinosa 104b4b1de8 Fix the channels section, misc. fixes - Federico 1997-12-18 02:11:29 +00:00
Arturo Espinosa 46b857c375 re-fill paragraphs 1997-12-18 01:37:14 +00:00
scott 1d7001aaf6 A little rearranging, mostly.
--sg
1997-12-17 17:36:43 +00:00
scott 92cd48536a Added some discussion of images, drawables, layers. More LaTeX tweaking.
-sg
1997-12-16 05:45:38 +00:00
scott a0286ce033 Added URL for GPL reference and my funky URL macros (which provide for
"proper" wrapping of long URLs).
1997-12-15 23:00:58 +00:00
scott 5c54f963d2 Added an ignore for TeX-generated files. 1997-12-15 13:08:53 +00:00
scott 7f1d2843aa Moved into a subdirectory for organizational reasons. 1997-12-15 04:43:16 +00:00
Arturo Espinosa 8a3a63731f First shot at a "GIMP technology white paper"; the inc@gimp.org people should
know what to do with it - Federico
1997-12-15 04:33:43 +00:00
Manish Singh 099012f211 Configured in the flame plugin
Updated the ripply-anim script (still broken)
Preparation for 0.99.16 release

-Yosh
1997-12-15 03:44:55 +00:00
Manish Singh 2516da5895 Readded pdb.texi, seems the Makefile.am wanted it 1997-12-12 00:28:13 +00:00
Manish Singh c39605c083 Removed docs/pdb.texi and docs/pdb_dump since they are autogenerated 1997-12-11 21:23:57 +00:00
Adrian Likins 07fe9e3e2a Forgot to add the cheat_sheet and keybindings.txt to the makefile, fixed it now... 1997-12-08 00:25:31 +00:00
Elliot Lee 3d987d673d bunch of cvsignores added 1997-11-27 21:58:02 +00:00
Elliot Lee 32cefec8f7 Initial revision 1997-11-24 22:05:25 +00:00