Commit graph

42393 commits

Author SHA1 Message Date
jaycox
8addb7ef09 Added a missing break statement so that the compression argument in calls
* plug-ins/common/tiff.c: Added a missing break statement so that
	the compression argument in calls to file_tiff_save is honored.
2000-04-02 10:27:23 +00:00
Nick Lamb /GIMP
7468c59843 The Gimp now does as good a job of saving indexed+a PNGs as it does
of displaying them. Did I mention that INDEXED + A sucks?
2000-04-02 02:46:59 +00:00
Garry R. Osgood
b9afb940c2 gimp/app/bezier_select.c No fooling, #6903 was not that hard to close; in
2000-04-01 Garry R. Osgood <gosgood@idt.net>

* gimp/app/bezier_select.c
No fooling, #6903 was not that hard to close;
in bezier_edit_point_on_curve(),when point
deletion reduces a curve below the minimum
with which the implementation can cope (2
anchors, four controls) we put it out of its
misery with an invocation of delete_whole_curve().
2000-04-02 01:33:26 +00:00
Michael Natterer
902aea45e9 when dropping a drawable, do the undo_push_group_start() before creating
2000-04-01  Michael Natterer  <mitch@gimp.org>

	* app/disp_callbacks.c: when dropping a drawable, do the
	undo_push_group_start() before creating the new layer, otherwise
	the undo system will show obscure misbehaviour (the undo group is
	pushed correctly but no undo will be possible until an other undo
	is pushed).
2000-04-01 21:56:23 +00:00
Marc Lehmann
9a15485344 see plug-ins/perl/Changes 2000-04-01 19:27:20 +00:00
Birger Langkjer/danish translations
4d9844dc59 gimp/po/da.po
gimp/po/da.po
2000-04-01 19:15:36 +00:00
Michael Natterer
300aa31cc8 Backported the UI changes of the 3.1.x gimp-print plugin to the stable
2000-04-01  Michael Natterer  <mitch@gimp.org>

	Backported the UI changes of the 3.1.x gimp-print plugin to the
	stable 3.0.x version.
	Put the printer definitions to a separate file and added the 3.1.x
	access functions. This way the new dialog files can be used with
	minimal changes.
	Bumped version number to 3.0.10.

	* po-plug-ins/POTFILES.in
	* plug-ins/print/Makefile.am
	* plug-ins/print/print_gimp.h
	* plug-ins/print/gimp_color_window.c
	* plug-ins/print/gimp_main_window.c: new files containing the
	dialog code.

	* plug-ins/print/print-printers.c: new file containing the printer
	definitions.

	* plug-ins/print/print-util.c: added printer list access functions.

	* plug-ins/print/print.[ch]: removed the dialog stuff and use the
	list access functions.
2000-04-01 18:03:18 +00:00
Chyla Zbigniew
817d062747 Updated Polish translation 2000-04-01 17:17:44 +00:00
Michael Natterer
81269b1fa3 plug-ins/flame/Makefile.am removed
2000-04-01  Michael Natterer  <mitch@gimp.org>

	* plug-ins/flame/Makefile.am
	* plug-ins/flame/megawidget.[ch]: removed

	* plug-ins/flame/flame.c: general ui cleanup, added some sanity
	checks when opening a flame file, indentation.
2000-04-01 15:48:48 +00:00
Sven Neumann
75d30a3b6b updates to the italian translation from Daniele Medri <madrid@linux.it>
--Sven
2000-04-01 10:18:41 +00:00
jaycox
2ceb2c880f Fixed the off by one error that was the cause of bug #4980. Fixed a bug
* app/paint_funcs.c: Fixed the off by one error that was the cause
 	of bug #4980.  Fixed a bug that caused images to have their
 	centers shifted slightly when resizing.  Removed a couple of
 	unused variables.
2000-04-01 02:48:00 +00:00
jfell
890b42d8d3 Updated French translation 2000-03-31 21:46:27 +00:00
Michael Natterer
e44df51a6d minor cleanups.
2000-03-31  Michael Natterer  <mitch@gimp.org>

	* app/gimpdnd.[ch]: minor cleanups.

	* libgimp/gimpwidgets.c: don't set a border width for the
	radio_group's vbox if no frame around it was requested.

	* plug-ins/common/sample_colorize.c: add a separator between
	image and sample.

	* plug-ins/common/iwarp.c: use the libgimp ui functions, removed
	callbacks, a global s/gfloat/gdouble/, replaced the booleans
	toggling the transform mode with a single variable containing an
	enum value, indentation.
2000-03-31 18:10:25 +00:00
Sven Neumann
753bc86ef0 i18n
--Sven
2000-03-31 14:06:59 +00:00
BST 2000 Adam D. Moss
be11b01570 Mildly more useful comments/messages concerning frame disposals.
Fri Mar 31 14:10:02 BST 2000 Adam D. Moss <adam@gimp.org>

        * plug-ins/common/gifload.c: Mildly more useful
        comments/messages concerning frame disposals.
2000-03-31 13:26:55 +00:00
Manish Singh
5bbe56d364 use the proper local variable on creation, not the uninitialized one.
* app/by_color_select.c: use the proper local variable on creation, not the
uninitialized one. Fixes bug #8149.

-Yosh
2000-03-31 12:23:11 +00:00
Yuri Syrota
528f9f6909 Updated Ukrainian translation 2000-03-31 07:06:59 +00:00
Manish Singh
07fd529e71 made glib cflags extraction smarter
-Yosh
2000-03-31 00:49:11 +00:00
Tor Lillqvist
ce3c91e638 Typo. 2000-03-30 20:16:02 +00:00
Tor Lillqvist
d1908013ae Add a makefile.cygwin here, too. 2000-03-30 20:12:46 +00:00
Stanislav Brabec
9f87965256 czech translation update 2000-03-30 19:28:45 +00:00
Sven Neumann
c7b7f920e6 *.po: something went wrong when Yosh updated the po-files for the
1.1.19 release. Bring them uptodate.

--Sven
2000-03-30 15:21:43 +00:00
Manish Singh
16f601393d 1.1.19 stuff
-Yosh
2000-03-30 10:06:05 +00:00
Marc Lehmann
fd47e6b245 see plug-ins/perl/Changes 2000-03-30 05:14:15 +00:00
Michael Natterer
562e6499d1 one more hacked plugin ui...
--Mitch
2000-03-30 00:15:54 +00:00
Kjartan Maraas
11a39a66f4 Updated Russian translation from Valek Filippov <frob@df.ru>. Updated
2000-03-30  Kjartan Maraas  <kmaraas@online.no>

	* ru.po: Updated Russian translation from Valek Filippov
	<frob@df.ru>.
	* no.po: Updated Norwegian translation.
2000-03-29 23:32:15 +00:00
Kjartan Maraas
36864b1178 Updated Norwegian translation.
2000-03-30  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-03-29 23:11:07 +00:00
Kjartan Maraas
f20f26bebe Updated Russian translation from Valek Filippov <frob@df.ru>.
2000-03-30  Kjartan Maraas  <kmaraas@online.no>

	* ru.po: Updated Russian translation from Valek Filippov
	<frob@df.ru>.
2000-03-29 23:08:16 +00:00
Manish Singh
90f070f9b8 pxgettext exits with success instead of error on version check, so the build
doesn't completely die. (Yosh)

-Yosh
2000-03-29 10:53:45 +00:00
Yuri Syrota
2834364fbe Updated Ukrainian translation 2000-03-29 10:34:39 +00:00
Manish Singh
71cb06f6a4 Fix typo.
-Yosh
2000-03-29 10:32:54 +00:00
Yuri Syrota
3f8e436ba8 Updated Ukrainian translation 2000-03-29 09:52:52 +00:00
Yuri Syrota
c9101c97ba Updated Ukrainian translation 2000-03-29 08:39:46 +00:00
Sven Neumann
10052659c0 removed check for broken versions of perl in script-fu-xgettext
since it seems to work just fine.

removed obsolete installation instructions in plug-ins/dbbrowser


--Sven
2000-03-28 23:52:07 +00:00
Michael Natterer
c497d9c140 app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch]
2000-03-29  Michael Natterer  <mitch@gimp.org>

	* app/bezier_select.h
	* app/bezier_selectP.h
	* app/by_color_select.[ch]
	* app/ellipse_select.[ch]
	* app/free_select.[ch]
	* app/move.[ch]
	* app/rect_select.[ch]: kindof selection tools code review:

	- use SelectOps instead of int.
	- removed some unused prototyped and callbacks.
	- don't show the SELECTION_MOVE_MASK cursor if there is no
	  selection and don't try to move the mask in that case.
	- re(?)-enabled moving the selection mask even if there is a
	  floating selection.
	- usual bunch of cleanups.
2000-03-28 23:39:32 +00:00
Sven Neumann
b7940e1ebf new function gimp_dialog_hide() that calls gdk_window_withdraw() after
gtk_widget_hide() so dialogs actually go away even if the user iconified
them before. Should fix bugs #2961, #5293, #6441 and #7849.


--Sven
2000-03-28 23:02:05 +00:00
Sven Neumann
db7d885ee3 new scheme for i18n of script-fus: translatable strings are marked
like _"foo".


--Sven
2000-03-28 21:06:39 +00:00
Stanislav Brabec
eccd2eff55 typo fix 2000-03-28 20:46:40 +00:00
Kelly Martin
3c764ee891 Removed a stray conflict marker from ChangeLog. 2000-03-28 15:55:02 +00:00
Kelly Lynn Martin
3b17ab0193 integers are not doubles!
2000-03-28  Kelly Lynn Martin  <kelly@poverty.bloomington.in.us>

	* plug-ins/common/warp.c (warp_dialog): integers are not doubles!
2000-03-28 15:47:37 +00:00
Stanislav Brabec
46bff419d3 typo fix 2000-03-28 14:08:50 +00:00
Sven Neumann
c7da344ea9 alien-neon-logo.scm: Changed the procedure name to start with 'script-fu'.
app/plug-in.c: reverted Mitch's latest change which caused bug #7980.



--Sven
2000-03-28 13:35:50 +00:00
Marc Lehmann
8c46f10171 see plug-ins/perl/Changes 2000-03-28 13:30:29 +00:00
SHIRASAKI Yasuhiro
99411b4195 updated japanese translation.
-- yasuhiro
2000-03-28 08:16:17 +00:00
SHIRASAKI Yasuhiro
8ba79afbde gflare never use gfig-path. updated Japanese translation.
* gflare.c: gflare never use gfig-path.
* ja.po: updated Japanese translation.

-- yasuhiro
2000-03-28 07:34:18 +00:00
Sven Neumann
e585b34327 hide the file_selector when the main dialog is unmapped
* app/curves.c:
* app/levels.c: hide the file_selector when the main dialog is unmapped

* app/fileops.c: indentation


--Sven
2000-03-27 19:57:02 +00:00
Sven Neumann
f052ff5493 I don't think blib is supposed to appear in CVS
--Sven
2000-03-27 18:30:04 +00:00
Sven Neumann
5f8afffa15 corrected a small problem with the Makefile.PL
--Sven
2000-03-27 18:25:08 +00:00
David Monniaux
b59f9c9c2e Fixed a typo. 2000-03-27 16:56:21 +00:00
David Monniaux
99e3bf23ce Fixed a typo (spurious parenthesis). 2000-03-27 16:49:10 +00:00