Commit Graph

5300 Commits

Author SHA1 Message Date
Sven Neumann c11acc6c67 app/boundaryF.h app/gdisplayP.h app/gimplistP.h app/gimplutP.h
2000-12-28  Sven Neumann  <sven@gimp.org>

	* app/boundaryF.h
	* app/gdisplayP.h
	* app/gimplistP.h
	* app/gimplutP.h
	* app/gimpsetP.h
	* app/parasitelistP.h
	* app/pixel_regionP.h: removed these files

	* app/Makefile.am
	* app/apptypes.h
	* app/boundary.[ch]
	* app/floating_sel.h
	* app/gdisplay.c
	* app/gimplist.h
	* app/gimplut.[ch]
	* app/gimpset.[ch]
	* app/parasitelist.[ch]
	* app/pixel_processor.c
	* app/pixel_region.[ch]: moved structure definitions into the
	normal headers, various cleanups
2000-12-28 02:01:16 +00:00
Sven Neumann 243c5f4929 app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c
2000-12-28  Sven Neumann  <sven@gimp.org>

	* app/channel_cmds.c
	* app/layer_cmds.c
	* libgimp/gimpchannel_pdb.c
	* libgimp/gimplayer_pdb.c
	* plug-ins/common/warp.c
	* plug-ins/gap/gap_exchange_image.c
	* plug-ins/gap/gap_range_ops.c
	* plug-ins/perl/examples/bricks
	* plug-ins/perl/examples/glowing_steel
	* tools/pdbgen/pdb/channel.pdb
	* tools/pdbgen/pdb/layer.pdb:

	Two of the gimp-perl scripts used to call gimp_layer_delete() after
	gimp_image_remove_layer(). This will fail since the layer is already
	scheduled for destruction by removing it from the associated image or
	by deleting that image. It is thus dangerous and superfluous to export
	this feature through the PDB. The gimp_layer_delete() is hereby
	obsolete and does nothing any longer. I have removed the code calling
	it from all over the place (it was commented out in almost all places).

	The PDB help for gimp_channel_delete() now explicetly tells the user
	about the proper usage of the procedure.
2000-12-27 23:49:17 +00:00
Michael Natterer 7355ee111c app/bezier_select.[ch] massive cleanup (prototypes, indentation, ...)
2000-12-28  Michael Natterer  <mitch@gimp.org>

	* app/bezier_select.[ch]
	* app/bezier_selectP.h: massive cleanup (prototypes, indentation, ...)
2000-12-27 23:40:34 +00:00
Michael Natterer f8769ee5e2 cleanup, proper prototypes, ...
2000-12-28  Michael Natterer  <mitch@gimp.org>

	* app/measure.c: cleanup, proper prototypes, ...
2000-12-27 23:25:51 +00:00
Michael Natterer b45bde77da the size of the string holding the image data was one byte too short (we
2000-12-27  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/csource.c: the size of the string holding the
	image data was one byte too short (we forgot the trailing '\0').
	Reported by <goswin.brederlow@student.uni-tuebingen.de>
2000-12-27 20:51:09 +00:00
Sven Neumann c6ea8d673f TODO.xml new files. TODO.xml is a first start on a roadmap towards
2000-12-27  Sven Neumann  <sven@gimp.org>

	* TODO.xml
	* docs/make-todo: new files. TODO.xml is a first start on a roadmap
	towards gimp-1.4. All new features and major changes need to be
	defined here to be accepted into the gimp-1.3 branch.
2000-12-27 18:55:02 +00:00
Michael Natterer 7f29801363 gimp_image_merge_layers(): apply the layer mask only if layer->apply_mask
2000-12-27  Michael Natterer  <mitch@gimp.org>

	* app/gimpimage.c: gimp_image_merge_layers(): apply the layer mask
	only if layer->apply_mask is TRUE, cleanup.
2000-12-27 18:15:37 +00:00
Simon Budig 2855049587 plug-ins/mosaic/mosaic.c plug-ins/script-fu/scripts/textured-logo.scm
2000-12-27  Simon Budig  <simon@gimp.org>

        * plug-ins/mosaic/mosaic.c
        * plug-ins/script-fu/scripts/textured-logo.scm
        Implemented a toggle to ask the user, if he wants to allow some
        tiles to be split in two pieces. This enables perfect hexagonal/
        squared/octagonal tiles. Changed the PDB-Interface and changed the
        script using this plug-in.
2000-12-27 18:09:06 +00:00
Michael Natterer 4c5757ee96 app/gimage.h implemented gimp_image_get_layer_by_index(), small cleanups.
2000-12-27  Michael Natterer  <mitch@gimp.org>

	* app/gimage.h
	* app/gimpimage.[ch]: implemented gimp_image_get_layer_by_index(),
	small cleanups.

	* app/commands.c
	* app/layers_dialog.c: use the new function instead of accessing
	the layer list directly.
2000-12-27 16:12:05 +00:00
Michael Natterer 8d37156c7b layers_dialog_scroll_index(): don't fiddle around with magic numbers when
2000-12-27  Michael Natterer  <mitch@gimp.org>

	* app/layers_dialog.c: layers_dialog_scroll_index(): don't fiddle
	around with magic numbers when calculating the layer widget's
	height but simply ask one of them for it's allocation.  Fixes
	positioning when the preview is smaller than the layer widget list
	item.
2000-12-27 15:00:42 +00:00
Yuri Syrota 0474112312 Updated Ukrainian translation 2000-12-27 13:17:45 +00:00
Yuri Syrota a4ef20a82b Updated Ukrainian translation 2000-12-27 13:10:20 +00:00
Yuri Syrota badd8fcabd Updated Ukrainian translation 2000-12-27 12:27:04 +00:00
Tomas Ogren 33e7772668 Remove the last comma in an enum, xlc barfs
2000-12-27  Tomas Ogren  <stric@ing.umu.se>

* plug-ins/ifscompose/ifscompose_storage.c: Remove the last comma in
an enum, xlc barfs
2000-12-27 03:13:25 +00:00
Manish Singh 1f410de1aa fix fd leak on pattern loading
-Yosh
2000-12-26 19:11:10 +00:00
Yuri Syrota b14736d980 Updated Ukrainian translation 2000-12-26 13:34:26 +00:00
Manish Singh c1adde16d2 roll changelog for 1.2
-Yosh
2000-12-25 22:09:39 +00:00
Kjartan Maraas 0b25db1e86 Fixed up Norwegian translation.
2000-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Fixed up Norwegian translation.
2000-12-25 17:32:38 +00:00
Manish Singh 378814ac77 1.2.0 stuff
-Yosh
2000-12-25 08:08:08 +00:00
Manish Singh c8cfd1a92d remove display filter help
-Yosh
2000-12-24 21:08:30 +00:00
Manish Singh a7aca4cb97 disabled display filters code, since it is unfinished
-Yosh
2000-12-24 20:27:04 +00:00
Manish Singh 8e8b5ab46f removed spheredesigner
-Yosh
2000-12-24 19:38:21 +00:00
Michael Natterer de0b1a1bad C/tools/Makefile.am removed obsolete html file.
2000-12-24  Michael Natterer  <mitch@gimp.org>

	* C/tools/Makefile.am
	* C/tools/path.html: removed obsolete html file.
2000-12-24 17:21:20 +00:00
Michael Natterer 274a33a063 This is not my day :) 2000-12-24 16:55:13 +00:00
Michael Natterer baf92ac720 app/color_cmds.c my last s/rangechanged/range_changed/ somehow was not
2000-12-24  Michael Natterer  <mitch@gimp.org>

	* app/color_cmds.c
	* tools/pdbgen/pdb/color.pdb: my last s/rangechanged/range_changed/
	somehow was not really "g" ;)
2000-12-24 16:40:47 +00:00
Michael Natterer 2807a2d059 It's 5 not 4... 2000-12-24 16:16:35 +00:00
Michael Natterer 5bb20a62c6 Pre 1.2 Version 4 with some fixes for the path documentation from Andy
2000-12-24  Michael Natterer  <mitch@gimp.org>

	* Pre 1.2 Version 4 with some fixes for the path documentation
	from Andy Thomas.
2000-12-24 16:14:17 +00:00
Yuri Syrota 8154a125e2 Updated Ukrainian translation 2000-12-22 15:15:29 +00:00
Szabolcs Ban 37f2f0e682 minor fix to hu.po 2000-12-22 13:55:25 +00:00
Szabolcs Ban e4c7b1c595 more translations 2000-12-22 13:54:34 +00:00
Szabolcs Ban 43d2bc9c46 minor fix to hu.po 2000-12-22 13:51:58 +00:00
Szabolcs Ban ae5e2c2b32 Added Hungarian translation 2000-12-22 13:50:27 +00:00
Szabolcs Ban 27717e6cd2 Minor terminology change 2000-12-22 12:36:00 +00:00
Szabolcs Ban b3e55019fa Added0 Hungarian translations 2000-12-22 12:33:02 +00:00
Szabolcs Ban 7fa6628cb1 Updated Hungarian translations 2000-12-22 11:48:15 +00:00
Yuri Syrota 7665681df0 Updated Ukrainian translation 2000-12-22 10:07:02 +00:00
Yuri Syrota 05ae9c89f2 Updated Ukrainian translation 2000-12-22 09:38:37 +00:00
Valek Frob 9a48c8f063 Updated russian translation. 2000-12-21 16:36:32 +00:00
Sven Neumann 3c5df05473 applied gimp-kirchgessner-001220-0 which makes the sunras plug-in
2000-12-21  Sven Neumann  <sven@gimp.org>

        * plug-ins/common/sunras.c: applied gimp-kirchgessner-001220-0
        which makes the sunras plug-in recognize files with the .ras and
        .rs extensions (used by StarOffice and Suns Image Tool).
2000-12-21 16:33:49 +00:00
Sven Neumann b1df5b6d35 Makefile.am do not include built texinfo into the distribution. The build
2000-12-21  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* pdb/Makefile.am: do not include built texinfo into the distribution.
	The build process is broken and obsoleted anyway by the SGML docs we
	have in libgimp. If you want to generate the info, try to use the
	"pdb_dump.texi" target. This change makes 'make dist' work again
	(despite the fact that it fails later in plug-ins/perl ...).
2000-12-21 15:55:20 +00:00
Szabolcs Ban a3e3b170c9 Updated Hungarian translations 2000-12-21 15:48:12 +00:00
Sven Neumann 4153b89ef4 a new hat for Wilber courtesy of Seth Burgess.
2000-12-21  Sven Neumann  <sven@gimp.org>

	* docs/Wilber_Construction_Kit.xcf.gz: a new hat for Wilber courtesy
	of Seth Burgess.
2000-12-21 14:25:41 +00:00
Sven Neumann c668aaa437 app/gradient.c reviewed the gradient code. The old code used to use list
2000-12-21  Sven Neumann  <sven@gimp.org>

	* app/gradient.c
	* app/gradient_select.[ch]: reviewed the gradient code. The old code
	used to use list indices which led to bug #35612 and other problems.
	We now attach a pointer to the gradient to each row in the GtkClists
	and retrieve the matching row for a gradient using
	gtk_clist_find_row_from_data(). Additionally I have added similar code
	as we use for brushes to assure that no two gradients have the same
	name.
2000-12-21 11:56:58 +00:00
Valek Frob 205af3442b Updated russian translation. 2000-12-21 10:05:21 +00:00
Manish Singh ea5614e2f5 1.1.32 stuff
-Yosh
2000-12-21 00:02:10 +00:00
Tor Lillqvist 5e4ab1a3fc Remove gpb and spheredesigner. Add gih. (Thanks Sven and Jens for cleaning
2000-12-20  Tor Lillqvist  <tml@iki.fi>

	* plug-ins/makefile.mingw.in (COMMON): Remove gpb and
	spheredesigner. Add gih. (Thanks Sven and Jens for cleaning up the
	brush stuff...)

	* libgimp/gimp.def: Add gimp_invert.
2000-12-20 22:35:57 +00:00
Tor Lillqvist a5e5010fcb Update Finnish translation a little bit.
2000-12-21  Tor Lillqvist  <tml@iki.fi>

	* fi.po: Update Finnish translation a little bit.
2000-12-20 22:18:27 +00:00
Tor Lillqvist 9aca2f867f Remove bogus fuzzies. Add a cute translation for Gee-Slime ;-)
2000-12-21  Tor Lillqvist  <tml@iki.fi>

	* fi.po: Remove bogus fuzzies. Add a cute translation for
	Gee-Slime ;-)
2000-12-20 22:10:06 +00:00
Tor Lillqvist 6dd159cd6c Update Finnish translation.
2000-12-21  Tor Lillqvist  <tml@iki.fi>

	* fi.po: Update Finnish translation.
2000-12-20 22:06:32 +00:00
Marc Lehmann 99304937c3 see plug-ins/perl/Changes 2000-12-20 14:06:44 +00:00