Commit Graph

3801 Commits

Author SHA1 Message Date
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
Sven Neumann fbb6a05782 lots of i18n updates and spelling corrections
--Sven
2000-03-27 14:49:37 +00:00
Chyla Zbigniew f01b9e71d4 Updated Polish translation 2000-03-27 14:38:23 +00:00
SHIRASAKI Yasuhiro dec91421e2 INIT_I18N_UI() instead of INIT_I18N() for save dialog.
* plug-ins/common/xpm.c: INIT_I18N_UI() instead of INIT_I18N()
        for save dialog.

-- yasuhiro
2000-03-27 03:28:29 +00:00
Michael Natterer 8d64faa350 oops 2000-03-27 00:56:59 +00:00
Michael Natterer e89a344148 the button_press and cursor_update functions were still doing checks on
2000-03-27  Michael Natterer  <mitch@gimp.org>

	* app/transform_core.c: the button_press and cursor_update
	functions were still doing checks on the active layer instead of
	the active drawable.
	Fixing this automatically made the layers mask transformable.
2000-03-27 00:55:28 +00:00
Garry R. Osgood 3baaaaa33b gimp/app/bezier_select.c in bezier_add_point(), when a BEZIER_MOVE type
2000-03-26 Garry R. Osgood <gosgood@idt.net>

* gimp/app/bezier_select.c
in bezier_add_point(), when a BEZIER_MOVE type
point is being added to a path with at least
one extant segment, the point is re-typed
to a BEZIER_ANCHOR (which is old behavior)
and designated as the current anchor
(which is new behaviour). With this change,
motion events move the (second) control point
and indicia are properly updated. This closes
#6225.
2000-03-26 22:42:14 +00:00
Michael Natterer 5735b2adcd add an "add_alpha" parameter to allow selected regions to be extracted
2000-03-26  Michael Natterer  <mitch@gimp.org>

	* app/gimage_mask.[ch] (gimage_mask_extract): add an "add_alpha"
	parameter to allow selected regions to be extracted without having
	an alpha channel added.

	* app/global_edit.c: pass add_alpha = TRUE.

	* app/transform_core.[ch]: made the transform core work on
	non-layer drawables even if no selection is present. Fixes #7485
	and #7555.

	- transform_core_cut(): extract the mask without alpha if
	  operating on a non-layer without having a selection.
	- transform_core_paste(): return a boolean indicating success
	  instead of a layer and handle channels correctly.
	- transform_core_do(): if the "floating_tiles" passed to the
	  function are from an un-floated non-layer, treat the whole
	  non-layer as alpha channel and never enter the loop which
	  transforms the (not present) color channels.
	  Also clip the result to ensure that the channel never grows
	  larger then the image.

	* app/tools_cmds.c
	* tools/pdbgen/pdb/tools.pdb: transform_core_paste() returns a
	gboolean now.
2000-03-26 18:39:03 +00:00
Stanislav Brabec 7de34c05d9 czech translation update 2000-03-26 16:32:33 +00:00
Sven Neumann 60022552ec typos
--Sven
2000-03-26 15:55:36 +00:00
Sven Neumann 73e2967251 applied patches from Simon Budig that fix bugs #2358 and #6224
--Sven
2000-03-26 10:38:20 +00:00
Sven Neumann 28b1123bab updated the docu
--Sven
2000-03-26 00:54:15 +00:00
Sven Neumann 16e9a0e42c cleaned up the messy spanish translation someone added
fixed compiler warnings, changed some gints to gbooleans

cleaned up namespace and documentation

updated libgimp documentation



--Sven
2000-03-26 00:54:14 +00:00
Sven Neumann a55685f423 updated the docu
--Sven
2000-03-26 00:54:14 +00:00
Sven Neumann f7b6e2adfc Should use the apostrophe with the genitiv (we don't do in german).
--Sven
2000-03-25 23:50:03 +00:00
Sven Neumann 97f08d8235 reverted Martin's changes.
--Sven
2000-03-25 23:44:38 +00:00
Stanislav Brabec 2481607268 patches from Martin Weber and Peter Kirchgessner 2000-03-25 22:19:17 +00:00
Sven Neumann 83ddc3fa06 added more info about i18n
--Sven
2000-03-25 19:55:57 +00:00
Sven Neumann e0f513ddb7 updated german translation
--Sven
2000-03-25 19:25:20 +00:00
Sven Neumann e02eaeffce fixed a few PDB help strings and included a missing header file
--Sven
2000-03-25 19:18:07 +00:00
Sven Neumann 3a24f6d9b0 fixed bug 7744 and cleaned up libgimp
--Sven
2000-03-25 18:49:05 +00:00
Michael Natterer e85517dff8 found some typos
--Mitch
2000-03-25 18:19:40 +00:00
Michael Natterer 3e64ff6a1b new global variable "gimp_busy" which gets set/unset whenever busy cursors
2000-03-25  Michael Natterer  <mitch@gimp.org>

	* app/cursorutil.[ch]: new global variable "gimp_busy" which gets
	set/unset whenever busy cursors are added/removed.

	* app/info_dialog.c: register the info dialogs with the dialog
	handler.

	* app/fuzzy_select.[ch]: cleanups.

	Here starts the ugly workaround which simulates something like
	locking. If it works, it will close lots of bugs, if not, it's
	easy to remove again.

	So far, I didn't find strange side effects but Gimp is told to be
	a complex program :-) Please test this.

	* app/context_manager.c: don't allow tool changes if gimp_busy
	is TRUE.

	* app/disp_callbacks.c: don't allow mouse and key events in the
	display_canvas if gimp_busy is TRUE.
	(except if the current tool is FUZZY_SELECT and it is ACTIVE,
	 which is very ugly)
	Also block other stuff like dropping colors/patterns etc.

	* app/gdisplay_ops.c: don't close any display while Gimp is
	busy. This is not really what we want but at least it prevents
	crashes.
2000-03-25 18:17:01 +00:00
Sven Neumann cb4ddb964b got one wrong ...
--Sven
2000-03-25 14:30:26 +00:00
Sven Neumann c5684e3f99 some cleanup in script-fu and a whole bunch of german translations
--Sven
2000-03-25 14:25:30 +00:00
Stanislav Brabec 6a35e2d567 czech translation update 2000-03-25 14:02:41 +00:00
Stanislav Brabec b08f5860df i18n fix 2000-03-25 13:12:01 +00:00
Sven Neumann f0643302c6 applied a patch from Simon which adapts the pygimp scripts to the new
gimp_edit_fill() interface


--Sven
2000-03-25 01:02:00 +00:00
Sven Neumann 8663dfbf4f chnanged color in install_dialog and applied gimp-simon-20000324-0 which fixes
bugs #3320 and #7069.


--Sven
2000-03-25 00:20:11 +00:00
Sven Neumann 5e069e7d7b clamp windows to screen and cascade multiple windows of the same type
--Sven
2000-03-24 22:10:28 +00:00
Michael Natterer de5268781e Makefile.am added removed
2000-03-24  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* gimp1_0_splash.ppm: added
	* gimp1_1_splash.ppm: removed

	* gimp_splash.ppm: the image formerly known as gimp1_1_splash.ppm

	* app/app_procs.c: load gimp_splash.ppm

	The idea if shearing the data_dir between Gimp versions has
	vanished, so this seems like the right thing to do (TM).

	Keep the 1.0 splash around for sentimental reasons but don't
	install it anymore.

	* plug-ins/common/autocrop.c: indentation paranoia.
2000-03-24 21:57:32 +00:00
Michael Natterer e1e5850745 pass FALSE to plug_in_proc_def_destroy() so the proc_def structure gets
2000-03-24  Michael Natterer  <mitch@gimp.org>

	* app/plug_in.c (plug_in_proc_def_remove): pass FALSE to
	plug_in_proc_def_destroy() so the proc_def structure gets actually
	freed.
2000-03-24 21:07:12 +00:00
Asbjørn Pettersen 9f716ba7e5 OS/2 reading fix 2000-03-24 19:25:47 +00:00
Sven Neumann 0309fec9f1 applied gimp-kirchgessner-000320-0
--Sven
2000-03-24 16:21:35 +00:00
Sven Neumann 99f85a4626 applied gimp-quinet-000308-0, gimp-quinet-000310-0 and gimp-quinet-000322-0
--Sven
2000-03-24 14:54:59 +00:00
Manish Singh ed9b7f793a more sanity checking for the gtkxmhtml test. Also changed datadir to
* configure.in: more sanity checking for the gtkxmhtml test. Also
changed datadir to include the gimp version too. So right now
only the development headers conflict between versions in the same
prefix.

* gimptool.in
* gimptool.1: added and documented configure variable query options
(bindir, sbindir, sysconfdir, etc.)

* tips/Makefile.am: add gimp_tips.uk.txt

-Yosh
2000-03-24 09:54:45 +00:00
Tomas Ogren 998f28edeb Updated
2000-03-23  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated
2000-03-23 20:17:31 +00:00
Seth Burgess d9ea59d584 Another try at fixing shrink wrap for everybody...
Applied Thomas Koester's patch.  See #6947
2000-03-23 00:39:00 +00:00
GMT 2000 Adam D. Moss 3eaf373df5 enable perfect-mouse in default gimprc.
Wed Mar 22 15:43:02 GMT 2000  Adam D. Moss <adam@gimp.org>

        * gimprc.in: enable perfect-mouse in default gimprc.
2000-03-22 15:54:23 +00:00
Michael Natterer 919958e6b8 really cleaning up this time
--Mitch
2000-03-21 17:47:32 +00:00
Tuomas Kuosmanen bd4e8ebd17 new splash /tigert 2000-03-21 10:45:39 +00:00
Stanislav Brabec 17403f99be czech translation update 2000-03-21 10:01:13 +00:00
Sven Neumann c6b6cd9d7a app/fileops.c when reverting an image, reconnect all affected views to the
* app/fileops.c
* app/gdisplay.[ch]: when reverting an image, reconnect all
  affected views to the reverted version. This fixes one of the
  bugs Tigert pointed out at GUADEC.

* app/gimage_mask.[ch]
* app/flip_tool.c: cleanups


--Sven & Mitch
2000-03-21 03:19:11 +00:00