Commit Graph

357 Commits

Author SHA1 Message Date
Federico Mena Quintero fbc97774c8 Removed Sopwith's "speed optimizations", as they introduced bugs (exposed
1998-03-25  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* app/asupsample.c (adaptive_supersample_area): Removed Sopwith's
	"speed optimizations", as they introduced bugs (exposed by using a
	high threshold value for supersampling).  They weren't much of a
	speed improvement, anyway (memcpy on very small regions, etc.).
	Also, assuming that all-bytes-zero is a floating-point 0 value is
	not portable.
1998-03-26 00:51:19 +00:00
EST 1998 Matthew Wilson 64d26eddbe now prints messages when starting up --no-splash
Wed Mar 25 16:22:00 EST 1998 Matthew Wilson <msw@gimp.org>

	* app/app_procs.c: now prints messages when starting up --no-splash

	* app/gimprc.c: now prints messages when starting up --no-splash

	* app/plug-in.c: does not print messages when starting up with
	splash screen
1998-03-25 21:36:59 +00:00
Manish Singh 011f2c333a refresh the open/save as dialogs upon open
* app/fileops.c: refresh the open/save as dialogs upon open

* applied gimp-quinet-980323-0, fixing more M_PI madness

* applied gimp-quinet-980323-1 which fixes redundant inline checks

* plug-ins/gfig/gfig.c: changed stipple to type unsigned char to quell warnings

-Yosh
1998-03-25 04:34:43 +00:00
Manish Singh 3d7379ba0e SunOS portability kludge (bleh)
-Yosh
1998-03-25 02:41:09 +00:00
Manish Singh c26040d182 corrected test for libXmu for some systems; added test for difftime
* configure.in: corrected test for libXmu for some systems; added test for
difftime

* app/main.c: use glib ATEXIT macro

* app/text_tool.c: applied gimp-stric-980321-0 (text preview refresh)

* plug-ins/script-fu/script-fu-console.c: don't need to init gtkpreview stuff,
since we don't use them

* plug-ins/script-fu/*: many portability fixes

* plug-ins/pnm/pnm.c: sprintf portability patch

* plug-ins now #define RAND_MAX if needed

* plug-ins/sparkle/sparkle.c: applied gimp-joke-980322-1

-Yosh
1998-03-25 02:17:42 +00:00
Manish Singh 59b0f6e534 Fix to convert.c from Adam for fencepost error.
-Yosh
1998-03-24 12:33:54 +00:00
Ben Gertzfield 09fe669c6c Added debian/ directory for ease in automated CVS package building. 1998-03-24 03:52:41 +00:00
Manish Singh 09a5fde1ce app/gimage_mask.c applied patch from Ben Jackson to fix fractional pixel
* app/gimage_mask.c
* app/paint_core.c: applied patch from Ben Jackson to fix fractional pixel
errors and reverted the old fix.

* app/paint_funcs.h: changed the #defines for ERASE_MODE and REPLACE_MODE to
correctly match layer_modes[]

-Yosh
1998-03-24 02:18:58 +00:00
Owen Taylor a705770e83 Added some documentation about why the configuration for GTK could be
Mon Mar 23 20:51:53 1998  Owen Taylor  <owt1@cornell.edu>

	* INSTALL configure.in: Added some documentation
	about why the configuration for GTK could be failing,
	and pointed to it in the failure message.
1998-03-24 01:54:02 +00:00
Elliot Lee 1f1f251a7f undo goof(s) 1998-03-23 19:19:19 +00:00
Adrian Likins 0e7f4859c8 fix from matt wilson to check for the "save image with no layers bug"
-adrian
1998-03-22 23:52:03 +00:00
Adrian Likins 8048ce274b applied a patch from Matt Wilson to fix dbbrowser bug with crashing on
script-fu scripts.

-adrian
1998-03-22 23:36:35 +00:00
Adrian Likins 1bfe515fe1 gimp-joke-980321
* app/iscissors.c, app/tips_dialog.c, app/gradient.c,
        libgimp/gimp.c, plug-ins/AlienMap/AlienMap.c,
        plug-ins/bmp/bmp.c, plug-ins/fits/fitsrw.h,
        plug-ins/fits/fitsrw.c, plug-ins/flarefx/flarefx.c,
        plug-ins/gfig/gfig.c, plug-ins/gfli/gfli.c,
        plug-ins/gicon/gicon.c, plug-ins/gqbist/gqbist.c,
        plug-ins/gtm/gtm.c, plug-ins/hot/hot.c,
        plug-ins/ifscompose/ifscompose.c,
        plug-ins/ifscompose/ifscompose_utils.c
        plug-ins/max_rgb/max_rgb.c, plug-ins/nlfilt/nlfilt.c,
        plug-ins/pat/pat.c, plug-ins/pcx/pcx.c, plug-ins/rotate/rotate.c,
        plug-ins/script-fu/script-fu-server.c, plug-ins/snoise/snoise.c,
        plug-ins/threshold_alpha/threshold_alpha.c,
        plug-ins/zealouscrop/zealouscrop.c :gimp-joke-980321

        plug-ins/CML_explorer, plug-ins/autocrop,
        plug-ins/align_layers, plug-ins/blinds,
        plug-ins/bmp, plug-ins/megawidget: gimp-joke-980322

        Applied gimp-joke-980322-0.patch and gimp-joke-980321-0.patch
        from Yasuhiro SHIRASAKI <joke@awa.tohoku.ac.jp>. Mostly
        portability for DEC osf1's cc. Lots of MAIN();'s, trailing
        commas in enums, and guchar/gchar madness.

	Gimp now sends mail, cleans vinyl records,
	removes stubborn stains, julien fries, and more!

-adrian
1998-03-22 20:44:39 +00:00
Sven Neumann 4ef2e384fc Changed a C++-style comment to the classic /* ... */
There is still a major bug somewhere in there. Try to choose a
script-fu-procedure from the dbbrowser, it crashes.


--Sven
1998-03-22 14:58:26 +00:00
Manish Singh 9649ce2de9 ChangeLog too...
-Yosh
1998-03-22 10:08:17 +00:00
Manish Singh 479e39f6af autoconfed for random/lrand48/rand madness dbbrowser uses clist now,
* autoconfed for random/lrand48/rand madness
* dbbrowser uses clist now, thanks to msw
* gfig.c: minor fix for buggy compilers
* plasma.c, snoise.c: applied gimp-kmt-980321-[0,1]
* tiff.c: minor fix

-Yosh
1998-03-22 10:03:12 +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 a59a1d11c8 Fixed ripply-anim.scm and put it back into the distribution. I wonder how
this script has ever worked before...


--Sven
1998-03-21 17:37:38 +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 e5ab9ffece Removed auto-save from preferences and marked it as not yet implemented
in gimprc. The code is still there for later reuse.

Changed the WMCLASS on the image close confirmation dialog to 'really_close'.


--Sven
1998-03-21 14:54:37 +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
Manish Singh e5a3b37453 bzero/bcopy pogrom.
-Yosh
1998-03-21 02:17:49 +00:00
Adrian Likins 947490dd2e fixed some brokenness in palette refreshing..ie, you dont have to restart
gimp to use new palettes now...

-adrian
1998-03-20 22:19:45 +00:00
Manish Singh bf63a68c3d Fixed spelling error.
-Yosh
1998-03-20 09:14:55 +00:00
Manish Singh 2321eaa2ed Doh. Left out the entry for pix_data.h, so make dist didn't catch it.
-Yosh
1998-03-20 07:29:07 +00:00
Manish Singh 2ce11b7597 gdisplay expose in undo
made 0.99.22 release

-Yosh
1998-03-20 05:39:07 +00:00
Adrian Likins 7b8b000384 removed trialing ; from MAIN -adrian
removed trialing ;  from MAIN
-adrian
1998-03-20 04:33:50 +00:00
CST 1998 Larry Ewing eff6ee8b64 fixed out of bounds reference in pallete_create. The dialogs are a mess.
Thu Mar 19 22:05:56 CST 1998  Larry Ewing  <lewing@gimp.org>

	* app/palette.c: fixed out of bounds reference in pallete_create.
	The dialogs are a mess.
1998-03-20 04:06:13 +00:00
Manish Singh 23f486db2a #define M_PI_4 if not already
-Yosh
1998-03-20 03:57:42 +00:00
Manish Singh 0a12bb975b okay, okay, it builds now.
-Yosh
1998-03-20 03:51:45 +00:00
Manish Singh badcbe82fd Make the makefiles for the new plugins too.
-Yosh
1998-03-20 02:49:40 +00:00
Manish Singh a0dfbce3ba Doh. Actually cvs add the files doofus.
-Yosh
1998-03-20 02:42:24 +00:00
Manish Singh 33c01ce52e libtool fix for solaris
added libgck, MapObject, and gfig back

-Yosh
1998-03-20 02:40:04 +00:00
Adrian Likins b952b31741 bleah, forgot to update the Makefile.am. fixed.
bleah, forgot to update the Makefile.am. fixed.

-adrian
1998-03-19 20:17:03 +00:00
Adrian Likins cf4863512d removed ripply-anim.scm since it didnt work and noones fixed it.
-adrian
1998-03-19 19:50:25 +00:00
Adrian Likins ba4557617b app/brushes.c: pathc from Andy Thomas to improve brsh loading via pdb
app/drawable.c: patch from gimp-hpux i missed yesterday...

-adrian
1998-03-19 19:40:33 +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
Manish Singh e03fe9db39 Script-fu handles delete event for colorsel correctly
minor cleanups for polar

-Yosh
1998-03-19 11:30:56 +00:00
Manish Singh b07e146676 Applied gimp-jbuhler-980315-0
-Yosh
1998-03-19 09:10:25 +00:00
Adrian Likins 03a31a18ba yeah, take that you quasi-ansi code snippets... boot to the head of picky
yeah, take that you quasi-ansi code snippets...
boot to the head of picky compilers!

changed some stuff, like er, the changelog...

-adrian
1998-03-19 02:14:11 +00:00
Adrian Likins 5e5dd448dd *AlienMap/AlienMap.c CEL/CEL.c CML_explorer/CML_explorer.c
align_layers/align_layers.c animationplay/animationplay.c
        bmp/bmpwrite.c dbbrowser/dbbrowser.c emboss/emboss.c
        exchange/exchange.c faxg3/faxg3.c faxg3/g3.c gbr/gbr.c
        gif/gif.c gqbist/gqbist.c hot/hot.c ifscompose/ifscompose.c
        iwarp/iwarp.c max_rgb/max_rgb.c maze/maze_face.c
        megawidget/megawidget.c mpeg/mpeg.c nlfilt/nlfilt.c pcx/pcx.c
        plasma/plasma.c pnm/pnm.c print/print-escp2.c
        print/print-pcl.c print/print.c scatter_hsv/scatter_hsv.c
        script-fu/script-fu-scripts.c script-fu/script-fu.c
        sinus/sinus.c tga/tga.c tileit/tileit.c
        vpropagate/vpropagate.c xpm/xpm.c:  More picky picky ansi type
        stuff from gimp-hpux-980316.patch.

	isnt big patches fun?

-adrian
1998-03-19 02:11:53 +00:00
Manish Singh 7cb1950fd7 M_PI madness...
-Yosh
1998-03-18 23:40:52 +00:00
Adrian Likins cd7edb60df nged the changelog, bleah...
-adrian
1998-03-18 22:42:38 +00:00
Adrian Likins 9132cbb666 appied most of gimp-hpux-980316-0.patch from ???? Mostly added static's
* blend.c brightness_contrast.c brush_select.c brushes.c
          bucket_fill.c by_color_select.c channels_dialog.c
          color_balance.c convolve.c crop.c curves.c eraser.c fileops.c
          frac.c gradient.c histogram_tool.c hue_saturation.c
          image_render.c indexed_palette.c layers_dialog.c levels.c
          move.c paintbrush.c pattern_select.c pencil.c
          perspective_tool.c posterize.c rect_select.c scale_tool.c
          threshold.c tips_dialog.c:
                 appied most of gimp-hpux-980316-0.patch
        from ???? Mostly added static's here and there
         and casting stuff.

        * app/indexed_palette.c: made dialog non-resizeable

-adrian
1998-03-18 22:35:31 +00:00
Sven Neumann 3c5699b11d Fixed an indented #define.
--Sven
1998-03-18 20:20:20 +00:00
Sven Neumann bea814962f Split the "Brought to you by S&P" line in two to avoid problems with
100dpi fonts.


--Sven
1998-03-18 18:19:32 +00:00
Sven Neumann f5395e48b1 Fixed a problem in the gradient editor that made the gimp crash, when started
with the no-data option and no gradients are load.


--Sven
1998-03-17 23:16:40 +00:00
Manish Singh 29e9112114 plugin update
-Yosh
1998-03-17 09:39:40 +00:00