Commit Graph

388 Commits

Author SHA1 Message Date
CST 1998 Larry Ewing cdf6fc5ac1 removed what seemed to be an extra call to drawable_update on the layer,
Sun Mar 15 20:39:12 CST 1998  Larry Ewing  <lewing@gimp.org>

	* app/undo.c (undo_pop_layer_displace): removed what seemed to be
	an extra call to drawable_update on the layer, and added a call to
	update the layer->mask.
1998-03-16 02:41:19 +00:00
CST 1998 Larry Ewing 6ca0d72462 fixed file Save As cancel callback to use gtk_signal_connect_object.
Sun Mar 15 14:50:21 CST 1998  Larry Ewing  <lewing@gimp.org>

	* app/fileops.c (file_save_as_callback): fixed file Save As
	cancel callback to use gtk_signal_connect_object.
1998-03-15 20:52:24 +00:00
Sven Neumann 2a866db2bf Applied Raphael Quinet's patch that changes the wire_read error message to
something slightly more useful.


--Sven
1998-03-15 12:46:59 +00:00
Manish Singh b67f0a4af5 0.99.21 release
-Yosh
1998-03-15 09:14:11 +00:00
CST 1998 Larry Ewing 8497cf6f1a pass layer_ID instead of layer_widget to rename funtion to prevent
Sun Mar 15 02:06:18 CST 1998  Larry Ewing  <lewing@gimp.org>

	* app/layers_dialog.c: pass layer_ID instead of layer_widget to
	rename funtion to prevent dereferencing freed mem. Fixes layer
	rename bug.
1998-03-15 08:15:10 +00:00
Tim Janik baf7936f54 check whether the removed layer is floating_sel *and* check whether it is
* app/gimage.c (gimage_remove_layer): check whether the removed layer
        is floating_sel *and* check whether it is active_layer.
1998-03-15 07:04:54 +00:00
Tim Janik 81432a0543 also destroy the main dialog if the "Cancel" button is clicked.
Sun Mar 15 06:15:37 1998  Tim Janik  <timj@gimp.org>

        * plug-ins/exchange/exchange.c (doDialog): also destroy the main dialog
                if the "Cancel" button is clicked.

                        * plug-ins/flame/flame.c: use gtk_quit_add_destroy instead of
                                gtk_quit_add (,gtk_widget_destroy,), i should have really known
                                        better since i wrote gtk_quit_add_destroy() exclusively for the gimp ;)
                                                * app/tips_dialog.c (tips_dialog_create): likewise.
                                                        * app/indexed_palette.c (indexed_palette_create): likewise.
                                                                * app/fileops.c (file_open_callback): likewise.
                                                                        * app/fileops.c (file_save_as_callback): likewise.

                                                                        Sun Mar 15 03:54:58 1998  Tim Janik  <timj@gimp.org>

                                                                                * plug-ins/AlienMap/AlienMap.c: show/hide about dialog, don't affect
                                                                                        the main dialog.
1998-03-15 05:41:01 +00:00
Tim Janik a92e96fe1a hide the dialog on delete. (make_file_dlg): hide the dialog on delete.
Sun Mar 15 03:54:58 1998  Tim Janik  <timj@gimp.org>

        * plug-ins/flame/flame.c (edit_callback): hide the dialog on delete.
                (make_file_dlg): hide the dialog on delete.

                        * plug-ins/ifscompose/ifscompose.c (ifs_options_dialog): hide the dialog
                                on delete.

                                        * app/interface.c (toolbox_delete): handle WM delete of toolbox
                                                correctly.
                                                        (gdisplay_delete): don't close image window without confirmation.
1998-03-15 04:48:18 +00:00
Tim Janik 83d3ce6535 handle WM delete of toolbox correctly. (gdisplay_delete): don't close
* app/interface.c (toolbox_delete): handle WM delete of toolbox
        correctly.
        (gdisplay_delete): don't close image window without confirmation.
-timj
1998-03-15 03:15:35 +00:00
Manish Singh 9610c8c901 new, improved, still buggy iscissors! correctly hide the file selector a
* app/iscissors.c: new, improved, still buggy iscissors!
* app/fileops.c: correctly hide the file selector
* app/transform_core.c: a better fix for the display artifacts
* added aa plugin back in

-Yosh
1998-03-15 02:46:15 +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
Manish Singh 374b123995 updated to use libtool 1.1
* updated to use libtool 1.1

* app/transform_core.c: fixed display artifacts for the transform tools, sorta.

* plug-ins/pcx/pcx.c: updated pcx plug-in

and some admistrivia

-Yosh
1998-03-14 23:21:07 +00:00
Sven Neumann c934cc8cce applied gimp-ovchinnikov-970312-0.patch which initializes locale
--Sven
1998-03-14 17:54:08 +00:00
Sven Neumann b3d28f6fdb Applied gimp-edas-980305-0.patch (after a small fix).
Now registry and encoding can be choosen in the text tool and
two new pdb-functions are available to access this functionality.

Changed i26-gunya2.scm to make it follow the naming-convention.


--Sven
1998-03-14 16:24:56 +00:00
Manish Singh 0ff861347f use gtk-config now. Note this in the HACKING file.
quell another gtk warning.

-Yosh
1998-03-14 05:15:01 +00:00
Tim Janik cfdf1a9969 only destroy the dialog at the end of gtk_main() if it still exists.
Sat Mar 14 00:50:31 1998  Tim Janik  <timj@gimp.org>

        * plug-ins/script-fu/script-fu-scripts.c: only destroy the dialog at
                the end of gtk_main() if it still exists.

this commit is devoted to manic yosh ;)
1998-03-13 23:56:06 +00:00
Larry Ewing 4d4e7ccd7b Mar 13 16:54:12 CST 1998 Larry Ewing <lewing@gimp.org>
* app/image_render.c:  added some g_return_if_fails to the render
	funcs until I can come up with a better fix.
1998-03-13 22:56:39 +00:00
Tim Janik e227edb040 proper destruct at the end of gtk_main(). (layer_widget_delete):
Fri Mar 13 12:53:22 1998  Tim Janik  <timj@gimp.org>


        * app/layers_dialog.c: proper destruct at the end of gtk_main().
        (layer_widget_delete): unreference the layer widget's list item.
        (layers_dialog_free): instead of destroying the menu, sink it since
        it is still floating because we didn't attach it to some other widget.
        (layers_dialog_free): sink the preview, destroy doesn't work since it's
        still floating. wonder what the preview is created for if it is never
        used?.

        * app/channels_dialog.c (channel_widget_delete): unreference the channel
        widget's list item.
        * app/channels_dialog.c (channels_dialog_free): sink the menu.
        * app/channels_dialog.c (channels_dialog_free): sink the preview.

        * app/indexed_palette.c (indexed_palette_create): update the image list
        even on initial creation. fixed the option menu warning.

        * plug-ins/script-fu/script-fu-console.c (script_fu_browse_callback):
        properly destroy the browser when gtk_main() quits.

        * plug-ins/dbbrowser/dbbrowser_utils.c (gimp_db_browser): pass a widget
        pointer back to our caller, for enabling proper destruction.

        * plug-ins/script-fu/script-fu-console.c (script_fu_console_interface):
        only destroy the dialog on exit if it is still existing.
1998-03-13 17:46:40 +00:00
Sven Neumann 7672259604 Fixed some typos in the man-page
--Sven
1998-03-13 16:39:47 +00:00
scott 891d2a6ad2 fixed buffer overrun in convert.c correctly; the previous "fix" forced
fixed buffer overrun in convert.c correctly; the previous "fix" forced
quantization when it wasn't necessary in some cases (and made Adam
very mad). --sg
1998-03-13 15:30:07 +00:00
Manish Singh 591abe973e Added display of hex triplets for HTML people
-Yosh
1998-03-13 08:53:33 +00:00
Manish Singh 382eb47914 Fix for select by color on multilayer indexed images. Turned it back on for
indexed images.
Quelled warnings about uninited vars in disp_callbacks.
Updated COPYING files with latest FSF address.

-Yosh
1998-03-13 03:35:33 +00:00
scott 370c5fc2f9 Fixed a desynch bug when undoing "add alpha layer". --sg
Fixed a desynch bug when undoing "add alpha layer".
--sg
1998-03-13 02:27:09 +00:00
Tim Janik 30799ead74 oh boy, just noticed i forgot this oneearlier!
-timj
1998-03-13 01:39:03 +00:00
Manish Singh 1fe238af74 More fixes for .20
-Yosh
1998-03-12 06:43:44 +00:00
Manish Singh 154bc6ca0d iscissors update changes for .20 release
iscissors update
changes for .20 release

-Yosh
1998-03-12 05:43:35 +00:00
Adrian Likins 2b0318f305 fix for ciruit.scm due to pdb change in maze
fix for ciruit.scm due to pdb change in maze

-adrian
1998-03-12 01:52:47 +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
CST 1998 Larry Ewing f37f8167f2 added checks to recreate the active tool if need be.
Wed Mar 11 18:03:38 CST 1998 Larry Ewing  <lewing@gimp.org>

	* app/disp_callbacks.c: added checks to recreate the active tool
	if need be.
1998-03-12 00:09:22 +00:00
Manish Singh f6daf6f769 fileops doesn't need to hide the help button, since it no longer exists.
-Yosh
1998-03-11 10:52:54 +00:00
Manish Singh 4fe0ff8463 Added animoptimize plugin
-Yosh
1998-03-11 10:28:33 +00:00
Manish Singh 89ec6691ee fixed memory overrun error
* app/convert.c: fixed memory overrun error

* app/gdisplay.c
* app/menus.c: reapplied the tools patch from Nether, looks
like it doesn't trip up anymore. Added some sanity checks
anyway

* app/disp_callbacks.c
* app/transform_core.c: plugged some harmless build warnings

-Yosh
1998-03-11 08:58:42 +00:00
Larry Ewing 1b62534d5f missed the ChangeLong on the last commit
--Larry
1998-03-11 06:43:20 +00:00
Manish Singh 16aacc47a8 Drawable scrollbars shouldn't autofocus for keyboard ops.
-Yosh
1998-03-11 05:38:45 +00:00
Manish Singh faf00e7ed2 install-colormap and splash screen goodness
-Yosh
1998-03-11 01:11:07 +00:00
Manish Singh 13d0beecb4 Bye naughty flip tool bug and other transform problems. You add alpha
correctly now.

-Yosh
1998-03-10 08:44:59 +00:00
Manish Singh b0787f405f fix for (install-colormap) and splash screen using gtk_preview_reset()
* app/app_procs.c: fix for (install-colormap) and splash screen
        using gtk_preview_reset()

        * configure.in: on some platforms libXmu doesn't require libSM and
        libICE. configure should know this now.

        * app/gradient.c: corrected WM_CLASS typo

        * plug-ins/gfli/gfli.c: fix for load handler magic

        * plug-ins/gtm/gtm.c: don't use naughty gccisms.

        * plug-ins/gqbist
        * plug-ins/maze: updated from registry

-Yosh
1998-03-09 01:45:26 +00:00
Larry Ewing 849fa641e7 Fixed a long standing bug in the scale factor computation so that the
Tue Mar  3 01:02:30 1998  Larry Ewing  <lewing@discord.isc.tamu.edu>

	* app/scale.c: Fixed a long standing bug in the scale factor
	computation so that the scale labels all agree.
1998-03-03 07:09:05 +00:00
Manish Singh 7bf752c87b Cleanups for 0.99.19 release
-Yosh
1998-03-02 02:47:35 +00:00
Sven Neumann a19b750c45 Implemented gimp_palette_set_default_colors and
gimp_palette_swap_colors as pdb-calls and bound menu-entries and
keybindings to them.
(gimp-sven-980216-0.patch)

--Sven
1998-03-01 19:38:25 +00:00
Manish Singh 4fcde69ce0 autoconfing for the data stuff
-Yosh
1998-03-01 06:20:05 +00:00
Adrian Likins 7f068b4a72 At yosh's suggestion, I'm merging gimp-data-min back into
the main gimp tree. The idea being to get this ready for
	the big 1.0.

-adrian
1998-03-01 04:54:33 +00:00
Manish Singh 2afd3ffb75 From the Changelog:
* Makefile.am: don't do docs generation by default

        * configure.in: -lXt for webbrowser plugin

        * libgimp/gimp.c
        * libgimp/gimpprotocol.c
        * libgimp/gimptile.c
        * libgimp/gimpwire.c
        * app/plug_in.c: applied memory leak patch from Mattias Gronlund

        * app/eraser.c
        * app/eraser.h
        * app/internal_procs.c
        * app/paintbrush.c
        * app/paintbrush.h: incremental modes for eraser and paintbrush,
        as well as a "hard eraser"

        * plug-ins/ifscompose/ifscompose.c: pixmap visual fixups

-Yosh
1998-03-01 01:18:45 +00:00
scott 65c81c94ea Duplicate wasn't copying channels correctly. Fixed. --sg
Duplicate wasn't copying channels correctly.  Fixed.
--sg
1998-02-28 05:19:42 +00:00
Sven Neumann 1bc5055b12 Use a correct gc in (about_dialog_logo_load) the way quartic showed
it in splash_logo_load.

--Sven
1998-02-27 22:09:01 +00:00
Federico Mena Quintero 21533410b8 Push/pop correct visuals for drawing area creation. (splash_logo_load):
1998-02-26  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* app/app_procs.c (make_initialization_status_window): Push/pop
	correct visuals for drawing area creation.
	(splash_logo_load): Use a correct gc.
1998-02-26 23:27:12 +00:00
Lauri Alanko fa08c8fd9b Another patch in gimp.h to name more GParam-types for gimple.
Another patch in gimp.h to name more GParam-types for gimple.
1998-02-26 10:24:05 +00:00
Manish Singh 68e7843c87 Initial commit of the webbrowser plugin. I'm not sure whether to make this
optional or not, so I took the easy way out in the configure script and made
everything link with -lXmu. Ugh.

-Yosh
1998-02-25 10:48:59 +00:00
Manish Singh 2f5ec07169 xpm plugin update.
-Yosh
1998-02-25 06:21:26 +00:00
Manish Singh e88b34cc19 configure detects gtk 0.99.4 or higher
completed plugin split

-Yosh
1998-02-24 12:16:39 +00:00
Manish Singh ae7184b6fa Use our own sort function, because the glib sort doesn't work for us
anymore.

-Yosh
1998-02-22 10:45:12 +00:00
Adrian Likins 1fa52b0cf0 -added semiflatten and gtm to the plugins
-updated destripe.c

-adrian
1998-02-21 22:14:06 +00:00
Manish Singh beddbcd626 Initial stable/unstable split done.
-Yosh
1998-02-20 10:41:20 +00:00
Owen Taylor 4e1c0d5d1a refcounting fixups plug-ins/ifscompose/REAMDE.ifscompose: changed web
Wed Feb 18 16:46:37 1998  Owen Taylor  <owt1@cornell.edu>

	* plug-ins/ifscompose/ifscompose.c: refcounting fixups
	  plug-ins/ifscompose/REAMDE.ifscompose: changed web address
1998-02-18 21:49:03 +00:00
Sven Neumann 43da2d720f fixed refcounting for the splash-image
--Sven
1998-02-18 17:04:12 +00:00
Sven Neumann d1d77d301a hide the help buttons since we have no help (yet)
* app/fileops.c: hide the help buttons since we have no
        help (yet)
1998-02-17 20:29:32 +00:00
Sven Neumann 8f57aaed00 added the splash-screen image drawn by Jens Lauterbacher to the
* gimp_splash.ppm: added the splash-screen image drawn
        by Jens Lauterbacher to the distribution

        * app/appenv.h
        * app/app_procs.c
        * app/main.c: added the splash-image to the startup-window;
        new command-line options: --no-splash, --no-splash-image

        * ps_menurc: changed to reflect changes to the
        menu-structure
1998-02-17 20:14:29 +00:00
Adrian Likins 47ba671e41 -updated all of svens scripts
-adrian
1998-02-17 14:27:46 +00:00
Manish Singh 33944dab1c iscissors for public consumption
-Yosh
1998-02-14 23:35:56 +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
Manish Singh ac30648449 fixes for the g_string -> g_str change in glib
updated gfig

-Yosh
1998-02-13 10:36:15 +00:00
Adrian Likins e0e6bd4da3 pathch from Nether to make gimple and other language bindings a little easier
-adrian
1998-02-12 18:16:21 +00:00
scott 731f5219a3 More refcounting. --sg
More refcounting.
--sg
1998-02-05 00:07:31 +00:00
scott fd75df2a47 Changes to deal with new GTK refcounting regime.
--sg
1998-02-03 22:54:35 +00:00
scott 6eee5bd482 Fixed for new GTK refcounting nonsense. (Let's hope they're done
breaking the Gimp...)
1998-02-03 00:39:06 +00:00
Adrian Likins 65aceb771e -fixed some typos
-adrian
CVS ----------------------------------------------------------------------
1998-02-01 17:15:16 +00:00
Adrian Likins bae5bae79d *plug-ins/ edge.c added a check so it woudlnt segfault when passed a
*plug-ins/ edge.c
                added a check so it woudlnt segfault when
        passed a non-existend drawable

        threshold_alpha  added a non-interactive mode

        *app/brightness_contrast.c
         app/color_balance.c
         app/colormaps.c
         app/curves.c
         app/hue_saturation.c
         app/posterize.c
         app/threshold.c

                -added a check so it wouldnt except
         a indexed drawable. This was previosly possible via the pdb.

-adrian
1998-02-01 01:58:47 +00:00
Manish Singh 88bcda0a20 xpm uses g_strcasecmp now
-Yosh
1998-01-31 09:13:49 +00:00
Federico Mena fe69e5ceb1 Applied patch from Wolfgang Hofer <hof@ws6310.gud.siemens.at> to let the
Fri Jan 30 13:47:57 1998  Federico Mena  <federico@bananoid.nuclecu.unam.mx>

	* app/gradient.c: Applied patch from Wolfgang Hofer
	<hof@ws6310.gud.siemens.at> to let the user load the segment
	endpoint color from the current foreground color.  It also makes
	the preview un-resizable, which is not a complete fix for the
	preview resizing bug.
1998-01-31 01:49:25 +00:00
Adrian Likins 23f31d8457 More non-interactive fixes for plugins.
(most were just expecting wrong number of arguments,
	while some never even attempted a non-interactive mode)

-adrian
1998-01-30 16:54:44 +00:00
Adrian Likins 7a31553002 Fixes for non-interactive operation of plugins including
holes, exchange, grid, deinterlace

-adrian
1998-01-30 00:31:16 +00:00
Manish Singh 7e4a76203a updated refract and warp plugins changed the INSTALL file to reflect the
* updated refract and warp plugins
* changed the INSTALL file to reflect the fact that gtk is a separate package
* app/text_tool.c: small patch for indexed images and antialiased toggle

-Yosh
1998-01-29 09:09:30 +00:00
Manish Singh 89b600d2bc removed all usage of linked.[ch] and switched to GSLists
-Yosh
1998-01-29 08:03:27 +00:00
Adrian Likins aa06e741a9 -- this is not a empty log message--
argh... spelling mistakes in the changelog ;->
-adrian
1998-01-29 03:15:31 +00:00
Adrian Likins 8cd58f4bae Fixed carve-it.scm and circuit.scm (circuit broke due to a plugin update,
* Fixed carve-it.scm and circuit.scm (circuit broke due
         to a plugin update, carve-it broke due to theadd-layer stuff)

        * Added a close button to the color picker info window

        * changed index_palette.c a bit...now if you click with
        MB11, it changes the current active color, clicking with MB3
        opens the color in the color selector for editing

        * Made some of the <Image>/Color/* menus sensitive to the image
        type (gdisplay.c)

-adrian


CVS:
1998-01-29 03:13:44 +00:00
scott a3c4954710 Added safety code for add channel so you can't add a channel twice or
to the wrong image.  (Same thing as I did for layers a few months
ago.)
--sg
1998-01-28 18:20:32 +00:00
Raph Levien 9c15ca2b09 I put a hack into gimage_mask_stroke to work around roundoff errors in
paint_core_subsample_mask, addressing Ben Jackson's Stroked pixel bug.
1998-01-28 06:34:28 +00:00
Raph Levien b56f9f515f Fixed bug causing incorrect image display when all channels are turned
off.
1998-01-27 18:26:33 +00:00
Manish Singh b798753917 Fixed off by one error in xcf rle saving. Only shows up on some non-Linux
systems.

-Yosh
1998-01-27 08:23:48 +00:00
Manish Singh 3dab9dcc86 More changes for .18. Please see ChangeLog
-Yosh
1998-01-26 03:14:09 +00:00
scott ae49a36f46 Fixed merge bug. --sg
Fixed merge bug.
--sg
1998-01-26 02:33:05 +00:00
scott d2c6ecd2d9 Fixed the bug in duplicate I introduced because I can't tell gimage_ID
from ID. :)
--sg
1998-01-25 22:19:01 +00:00
Adrian Likins fd666e157c *** empty log message *** 1998-01-25 22:15:57 +00:00
Manish Singh fe876df05e Misc fixes for DEC OSF1
-Yosh
1998-01-25 21:32:01 +00:00
Manish Singh 92ab4b4278 Placed libgimp under LGPL
-Yosh
1998-01-25 10:26:47 +00:00
Manish Singh 4cebd76133 Plugin updates Properly generated aa Makefile (still not built by default)
Plugin updates
Properly generated aa Makefile (still not built by default)
Sven's no args script patch

-Yosh
1998-01-25 09:29:29 +00:00
Adrian Likins 5e78ae928f -added a new logo scripts to the script-fu
-adrian
1998-01-25 05:13:25 +00:00
Manish Singh e51e490243 Applied Sven's menu patch
-Yosh
1998-01-25 02:18:54 +00:00
Manish Singh 2ce0e15023 Misc changes for .18
* app/indexed_palette.c: fix for wrong color selected in indexed
        palette dialog

        * app/xcf.c: don't crash on bad input (0 byte files)

        * app/plug_in.h
        * app/plug_in.c: fixes Gimp's most obscure bug. Failed plugin
        queries are handle correctly now

        * app/commands.c: added marching ants speed to preferences

        * plug-ins/tiff/tiff.c: correction for inversion for MINISWHITE
        images without alpha

        * plug-ins/pcx/pcx.c: updated to new version

        * app/paint_funcs.h: changed OPAQUE and TRANSPARENT to
        OPAQUE_OPACITY and TRANSPARENT_OPACITY to avoid possible
        conflicts. All affects .c files changed.

-Yosh
1998-01-25 01:24:46 +00:00
scott c3a7b2fed9 Changed resize policy of the init status window so it doesn't
constantly resize itself.
--sg
1998-01-24 20:18:36 +00:00
Manish Singh 6697f79b7f Fixed up to use the gtk SetArg/GetArg stuff
-Yosh
1998-01-22 08:00:37 +00:00
scott c267c55bbe Rewrite to make drawables (layers, channels, layer masks) into GtkObjects.
--sg
1998-01-22 07:02:57 +00:00
Adrian Likins f98f667bee -added a Makefile.am plug-ins/gflare/gflares and gfig/gfig-exmaple
so that the files will get installed in share/gimp/gflares and share/gimp
    /gfig

   -renamed a few files in the gfig-examples dir (somehad spaces in
    filename)

   -update gimprc.in to reflect the new share/gimp/ dirs

-Adrian Likins
1998-01-18 23:25:13 +00:00
Manish Singh ab52da1735 Commit the junk in my tree before I go back to school:
* ltconfig
        * ltmain.sh: downgraded to libtool 1.0f at Jay's suggestion

        * app/gimage.c: Fix for the "merge to alpha" bug from Nathan
        Summers

        * app/text_tool.c: Fix for the font spec bug from Nathan
        Summers

        * plug-ins/maze/maze.c
        * plug-ins/rotate/rotate.c: updated from registry

        * plug-ins/blur/blur.c
        * plug-ins/randomize/randomize.c
        * plug-ins/vpropagate/vpropagate.c
        * plug-ins/warp/warp.c: more portability fixes for DEC OSF1

-Yosh
1998-01-14 05:44:12 +00:00
scott e0089435d1 The "ymax" argument was listed twice in fractaltrace's PDB interface.
Fixed.  Adrian found this, I just patched it.  :)
--sg
1998-01-12 19:39:05 +00:00
Manish Singh c871eb39a9 From ChangeLog:
* INSTALL: updated to properly reflect installation procedure

        * app/text_tool.c: Fixed bad string in tool description

        * libgimp/gimppixelrgn.c: tiles aren't marked dirty in
        gimp_pixel_rgn_get_pixel

        * plug-ins/edge/edge.c
        * plug-ins/edge/emboss.c
        * plug-ins/edge/laplace.c
        * plug-ins/edge/sobel.c: DEC OSF1 cannont handle reference to
        array element with a negative arugment with an unsigned int
        (gimp-joke-980108-0)

        * plug-ins/sinus/sinus_logo.h: got rid of really long string

        * plug-ins/refract/Makefile.am
        * plug-ins/refract/refmain.c: fixed megawidget reference

        * plug-ins/xpm/xpm.c: made our own case-insenstive strcmp
        for checking for transperancy

-Yosh
1998-01-09 09:26:28 +00:00
Manish Singh 0b8bdb4dd7 configure really checks for gtk >= 0.99.1 this time
minor fix to the gbr plugin for proper save types
make the install dialog fit nice in 640x480

-Yosh
1998-01-06 22:09:30 +00:00
Manish Singh 3d3d8eac4a fix for indexed images
* app/by_color_select.c: fix for indexed images

        * plug-ins/script-fu/scripts/i26-gunya2.scm: proper registration

        * plug-ins/xpm.c: fix for transparent images

        * Updated to libtool 1.0h

        * libgimp/Makefile.am: removed spurious -rpath

-Yosh
1998-01-06 03:44:53 +00:00
Manish Singh 1e24291db2 Check for div-by-zero in by_color_select.c when threshold is 0
The text tool handles the no fonts case better
Minor bug in tile saving squashed
updated png plugin
added flarefx plugin

-Yosh
1998-01-05 09:30:23 +00:00
scott d76fc918d1 realloc buffers when the radius of effect changes; save all values (not
* plug-ins/despeckle/despeckle.c: realloc buffers when the radius
of effect changes; save all values (not just radius) in plugin
data store; adjusted parameter handling to match PDB registration.
The algorithm still generates artifacts in the top rows of the
image. --sg
#
1998-01-04 19:20:56 +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
Manish Singh 33c454a73e Updated various plugins with new versions from the registry
-Yosh
1997-12-26 07:08:20 +00:00
scott 12e7bc16c1 Freeing arguments to putenv afterwards is naughty. Fixed. Plug-ins
work now.
--sg
1997-12-18 16:08:33 +00:00
Shawn Amundson 81eb53df7b Changes from Owen Taylor which allow GIMP to compile with
new GTK changes.  ChangeLog is more specific.

-Shawn
1997-12-18 06:30:11 +00:00
People doing a 16 bpc version of gimp 92f0e489b6 fix memory leak 1997-12-18 04:19:11 +00:00
scott 75baaf34fe Closed a memory leak in convert.c.
--sg
1997-12-18 02:34:43 +00:00
Manish Singh ac6739cd7c Plugins now get DISPLAY properly set in the env
pcx save fix from Nicholas Lamb
put aclocal.m4 into .cvsignore

-Yosh
1997-12-17 23:28:44 +00:00
scott 41fb8c1906 A few minor bugfixes I recently discovered in the xpm saver. 1997-12-17 19:14:19 +00:00
Adrian Likins 68d5ba4b8b added scripts and gflares dir to ~/.gimp in user_install
added glares path info in gimprc

-adrian
1997-12-17 03:06:57 +00:00
Manish Singh a9d80407d6 Fixed the problem when indexed conversion crashes when there are no
palettes

-Yosh
1997-12-17 00:48:55 +00:00
scott e8736da4aa Applied Shuji's xcf load fclose patch. Appears to work.
--sg
1997-12-16 17:26:00 +00:00
Adrian Likins 068284dad2 removed a few old tips from gimp_tips.txt
updated add-bevel.scm
1997-12-16 00:02:55 +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
People doing a 16 bpc version of gimp e8f7ed532c fix problem where menus_activate_callback() causes tool options dialog to
appear empty by destroying the active tool.
  rayl@netrover.com
1997-12-15 03:18:13 +00:00
People doing a 16 bpc version of gimp de664224b9 fixed div-by-zero when using custom gradients with offset 100
rayl@netrover.com
1997-12-15 01:55:17 +00:00
Manish Singh 0c1112c2ea Backed out of the tools patch, cause problems with rmb script-fu
-Yosh
1997-12-15 00:49:42 +00:00
Manish Singh 1d11e145a3 proper PDB support for indexed conversion
dithering to custom palettes

-Yosh
1997-12-14 11:36:53 +00:00
Raph Levien 98c2d3eca9 ChangeLog entries for filesel patch. 1997-12-14 08:05:16 +00:00
Manish Singh da34538894 Added tooltips preferences support
update mkbrush.scm

-Yosh
1997-12-14 07:32:54 +00:00
Shawn Amundson 04758bf086 change check for EMACS to allow emacs to not exist (in which case, no
* configure.in: change check for EMACS to allow emacs to not
  exist (in which case, no error results, but pdb docs don't
  get made)

-Shawn
1997-12-14 06:26:12 +00:00
Shawn Amundson e2784e82b5 Changed gimp lib dir to lib/gimp/MAJOR.MINOR instead of
* configure.in: Changed gimp lib dir to lib/gimp/MAJOR.MINOR
  instead of lib/gimp/MAJOR.MINOR.MICRO
* script-fu/scripts: removed piechart, kanji-circle, kanji-neon

-Shawn
1997-12-14 06:05:44 +00:00
Shawn Amundson 31391252e5 fuse.c couldn't find gck/gck.h
-Shawn
1997-12-14 01:44:09 +00:00
Manish Singh 77fa41ad2b Updated Adam's gif and animationplay plugins
-Yosh
1997-12-12 10:01:21 +00:00
Manish Singh 77e4847c9c Said buh-bye to dgimp (thou that never worked)
-Yosh
1997-12-12 04:59:34 +00:00
Manish Singh d75b2337f2 Added fractaltrace plugin
Fixed about dialog problems (seems to work now)
Added gimprc option for enabling/disabling tooltips
1997-12-11 00:57:08 +00:00
Manish Singh 31bceb1daf Added .cvsignores for the colorify, illusion, glasstile, and papertile
Added Nether's tools patch
Clarified the units in the preference tile cache size field (it's in bytes,
NOT KBs)
1997-12-09 23:22:24 +00:00
Raph Levien ff37fbfdee Added a ChangeLog entry for my prefs patch. 1997-12-09 23:17:42 +00:00
Adrian Likins 9ac0e40758 added glasstile, colorify, papertile, and illusion plugins
updated despeckle, and math map
1997-12-09 05:57:33 +00:00
Manish Singh 9109dbafd8 Added Nathan Summers and Seth Burgess to the about dialog
Updared CML_explorer plugin
1997-12-09 05:54:04 +00:00
Adrian Likins 3d86014f32 updated a few plugins (randomize, gqbist, warp, fuse,gfig)
with there latest version

	removed gflare-tar.gz from plugins dir

	removed a Makefile and libtool script from gfig dir
1997-12-08 21:37:39 +00:00
Adrian Likins e2092a1ffa updated iwarp to latest verison
added a few names to the about dialog
      applied sven's patch for 32-bit color on gck
      fixed an outdated tip in gimp_tip.txt
1997-12-08 16:50:54 +00:00
Manish Singh 2d442d4842 Added Nathan Summers fix for the about dialog (and put my name in the
credits :) )
Added Michael Natterer's escaped menu accelerator fix
Added Andy Thomas's active_tool NULL check for undo
1997-12-08 10:36:19 +00:00
Manish Singh 4af44db24a Fixed up wilber.h 1997-12-08 06:58:05 +00:00
Manish Singh 7d148f0288 Added Sven's patch for the scale and resize dialogs
Added Raph's patch for the transperancy blur problem
1997-12-08 01:13:10 +00:00
Adrian Likins ff7139d37f *** empty log message *** 1997-12-08 00:25:51 +00:00
Adrian Likins daf81326d3 *** empty log message *** 1997-12-06 21:53:21 +00:00
Gnome CVS User fc2f4983c1 Update ChangeLog to reflect my last commit 1997-11-26 19:36:57 +00:00
Elliot Lee 32cefec8f7 Initial revision 1997-11-24 22:05:25 +00:00