Commit Graph

2741 Commits

Author SHA1 Message Date
Marc Lehmann 9bccbdff05 Remove, add, etc... 1999-10-28 22:47:12 +00:00
Marc Lehmann f9dee425d2 see plug-ins/perl/Changes 1999-10-28 22:46:02 +00:00
Marc Lehmann 3a88c33682 *** empty log message *** 1999-10-28 22:45:22 +00:00
Marc Lehmann d816d51238 delete, remove, add, delete, remove... 1999-10-28 22:44:51 +00:00
Manish Singh 859f586af7 One more fix to get a clean runnable build
-Yosh
1999-10-28 19:09:02 +00:00
Michael Natterer 79e27e984a More context & dnd stuff... 1999-10-28 15:05:49 +00:00
Asbjørn Pettersen d518393284 add <time.h> for time_t 1999-10-28 09:48:14 +00:00
Manish Singh 9dde955361 Make it build
-Yosh
1999-10-28 02:06:19 +00:00
Sven Neumann 5749bc2143 remember the drawable we were working on instead of relying to
* app/transform_core.c: remember the drawable we were working on
    instead of relying to gimp_active_drawable ().
    This should fix bug #2381.

--Sven
1999-10-27 22:59:29 +00:00
Sven Neumann e361e25012 free the string returned by gimp_temp_name()
--Sven
1999-10-27 22:16:20 +00:00
Marc Lehmann 236a5172cd see plug-ins/perl/Changes 1999-10-27 22:06:16 +00:00
Marc Lehmann c02616dc38 ChangeLog was 10,000 lines too long - Kelly Lynn probably was the culprit - now cut 1999-10-27 21:19:38 +00:00
Sven Neumann 48e3c7a412 app/drawable_cmds.c The PDB procedures
* app/drawable_cmds.c
   * tools/pdbgen/pdb/drawable.pdb: The PDB procedures
     gimp_drawable_is_[layer|channel|channel_mask] were not renamed,
     but changed all over the place. This made the rotate plug-ins
     fail.

   * app/procedural_db.c: Spit out a warning if a procedure wasn't
     found in the PDB. Actually free the hash_table entries on
     procedural_db_free().

--Sven
1999-10-27 20:45:57 +00:00
Marc Lehmann b2773c790e pdb renames 1999-10-27 20:23:04 +00:00
Marc Lehmann 7a0838e1c5 pdb renames 1999-10-27 20:19:17 +00:00
Marc Lehmann d466f7d0a3 see plug-ins/perl/Changes 1999-10-27 20:13:42 +00:00
BST 1999 Andy Thomas dcf082b6cc app/lc_dialog.c app/selection.c app/color_area.c app/paths_dialog.c
Wed Oct 27 20:51:10 BST 1999 Andy Thomas <alt@gimp.org>

	* app/lc_dialog.c
	* app/selection.c
	* app/color_area.c
	* app/paths_dialog.c
	* tools/pdbgen/pdb/gimage.pdb
	* app/gimage_cmds.c

	General memory leak cleanups.
1999-10-27 20:09:46 +00:00
Sven Neumann 1b31ca310c fix The GAP!
--Sven
1999-10-27 11:09:38 +00:00
Manish Singh 664b4ed687 add "(GIMP)" to the menu entry for XCF, in an attempt to make it clear
* app/xcf.c: add "(GIMP)" to the menu entry for XCF, in an attempt
to make it clear that it is the native file format.

* app/gimpcontext.c: correct doubled arg name on arg type addition,
which was messing up the internal gtkarg hashtable

-Yosh
1999-10-27 02:01:27 +00:00
Sven Neumann e547526eba shrinked most icons to their minimum size
--Sven
1999-10-27 00:09:39 +00:00
Michael Natterer a74d52fbbf Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
Manish Singh 8208cb72bd conflict remnant
-Yosh
1999-10-26 05:42:47 +00:00
Nick Lamb /GIMP fcd40fd173 PIX Doesn't actually have ALPHA, so change Export call appropriately. 1999-10-26 01:51:21 +00:00
Nick Lamb /GIMP b64697b593 Use gtk_initialized (for only two colors message) 1999-10-26 01:08:08 +00:00
Manish Singh f697f6cfab don't free the old filename pointer till we're all done, since we might be
* app/gimpimage.c: don't free the old filename pointer till we're
all done, since we might be passed our own filename as a param
and reference it after freeing. The code didn't heed it's own
warning ;) (TigerT, this should fix that filename corruption bug)

-Yosh
1999-10-25 23:51:56 +00:00
Tor Lillqvist f48c866846 Remove a conflict. 1999-10-25 19:22:18 +00:00
Tor Lillqvist 0274d8526d Uncomment the inclusion of gdkcursor.h that should happen only with GTk+
1999-10-25  Tor Lillqvist  <tml@iki.fi>

* app/cursorutil.h: Uncomment the inclusion of gdkcursor.h that
should happen only with GTk+ 1.3, anyway? Why was it commented
out?

* app/tile_swap.c: Close before unlinking on Win32, too.

* libgimp/gimp.def: Updates, sorted.

* plug-ins/makefile.{cygwin,msc}: Add the gap and imagemap
plug-ins. Remove palette plug-in (what happened to it?).

Portability fixes from Hans Breuer:

* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/gap/*.c:
* plug-ins/gimpressionist/gimpressionist.c:
* plug-ins/common/spheredesigner.c: Ifdefify system-dependent includes.

* plug-ins/common/psp.c: Remove an unused variable.

* plug-ins/imagemap/{imap_csim.y,imap_csim_parse.c}: Use
<string.h>, not <strings.h>.

* plug-ins/imagemap/imap_rectangle.c (rectangle_near_sash): Use
the & operator for function names to return pointers to them.

* plug-ins/winsnap/winsnap.c (sendBMPToGimp):
gimp_drawable_flush() should be called before resizing the layer
and image. Now the snapshot of a window is returned the correct
size, it's not padded in width to a multiple of four pixels.
1999-10-25 19:20:41 +00:00
Sven Neumann f59371098a Eeek, tigert somehow managed to make the new arrow icons point into the
opposite direction...


--Sven
1999-10-25 16:35:33 +00:00
Sven Neumann 3fc9190f5e shame on me!!
--Sven
1999-10-25 09:11:07 +00:00
Tuomas Kuosmanen ac5d8df90d Some new icons for the L&C dialog.. I hope you like the style.
/tig
1999-10-25 05:45:47 +00:00
Kelly Martin 75e882076d Removed an unnecessary debugging printf. :)
Removed an unnecessary debugging printf. :)

--klm
1999-10-25 02:59:29 +00:00
Nam SungHyun 3ed21d7440 updated by Young-Boo Park <DIRBOO@hitel.net> 1999-10-25 02:43:33 +00:00
Nick Lamb /GIMP 43b6187604 Fix Sven's one-liner (Save now works!) 1999-10-25 00:59:18 +00:00
Manish Singh 9feac96274 added GIMP_DISABLE_COMPAT_H test, and C++ guards
* libgimp/gimpcompat.h: added GIMP_DISABLE_COMPAT_H test, and C++
guards

* tools/pdbgen/enumcode.pl
* libgimp/gimpenums.h
* libgimp/gimpexport.h: added C++ guards

-Yosh
1999-10-24 22:08:11 +00:00
Marc Lehmann 1a2becb0b7 *** empty log message *** 1999-10-24 21:27:29 +00:00
Marc Lehmann e39f959976 *** empty log message *** 1999-10-24 21:19:27 +00:00
Sven Neumann ecfb8a1210 updated the imagemap plug-in
--Sven
1999-10-24 20:57:17 +00:00
Marc Lehmann 88e0cc3155 api change #2, fix #1 1999-10-24 20:49:09 +00:00
Marc Lehmann 1298f31902 see plug-ins/perl/Changes 1999-10-24 20:46:19 +00:00
Sven Neumann eb26d8e07e autoscroll in the layers dialog, a few cosmetic changes
and a german plug-in po-file


--Sven
1999-10-24 20:16:48 +00:00
Sven Neumann 2df06061bd get rid of remaining (invisible) layers after merging visible layers
* libgimp/gimpexport.c: get rid of remaining (invisible) layers
        after merging visible layers

        * app/channel_ops.[ch]: applied a patch from Garry R. Osgood that
	seems to fix bugs #2261 and #2382 (crashes when using offset).
        A few more changes made the dialog actually work...

        * app/ops_buttons.c: plugged a memleak I introduced yesterday

--Sven
1999-10-24 13:26:30 +00:00
Sven Neumann 7a432a7734 first effort in making the L&C dialog nicer.
--Sven
1999-10-23 20:30:59 +00:00
Marc Lehmann 69359dbcce see plug-ins/perl/Changes 1999-10-23 20:07:33 +00:00
Nam SungHyun 1aefdef3bf updated to 1.1.10 by Park Youngboo <DIRBOO@hitel.net>
And I fix his typo
1999-10-23 12:53:06 +00:00
Manish Singh 93cc6e9691 db_lookup seems to be used pretty often as a sanity check, giving lots of
* app/procedural_db.c: db_lookup seems to be used pretty often as a
sanity check, giving lots of spurious messages. Move the check to
db_execute

-Yosh
1999-10-23 01:30:52 +00:00
BST 1999 Andy Thomas 8ffd721992 app/procedural_db.c
Sat Oct 23 00:02:53 BST 1999 Andy Thomas <alt@gimp.org>

	* app/procedural_db.c

	Error message output to error console if you atemp to call
	a PDB function that does not exists. Useful ito check if scripts/
	plugins fail for unknown reasons,
1999-10-22 23:10:15 +00:00
Manish Singh 7db44664a6 sync the names with the last API patch
-Yosh
1999-10-22 22:57:03 +00:00
Tor Lillqvist 1b2fc05e5d Fix handling of ExtTextOut. We didn't handle the optional clipping
1999-10-23  Tor Lillqvist  <tml@iki.fi>

* plug-ins/common/wmf.c: Fix handling of ExtTextOut. We didn't
handle the optional clipping rectangle, and got out of sync if
there was a such. Ignore the inter-character spacing data as we
don't have exactly same font metrics anyway. Some mostly cosmetic
other changes.
1999-10-22 22:34:19 +00:00
Stanislav Brabec 5225496af4 Updated translation.
1999-10-22  Stanislav Brabec  <utx@penguin.cz>

        * cs.po: Updated translation.
1999-10-22 19:49:31 +00:00
BST 1999 Andy Thomas 85bbd68cf9 app/text_tool.c
Fri Oct 22 20:39:13 BST 1999 Andy Thomas <alt@gimp.org>

	* app/text_tool.c

	Fixed the problem where the border values was been ignored.
1999-10-22 19:45:05 +00:00