Commit Graph

3882 Commits

Author SHA1 Message Date
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
a55685f423 updated the docu
--Sven
2000-03-26 00:54:14 +00:00
f7b6e2adfc Should use the apostrophe with the genitiv (we don't do in german).
--Sven
2000-03-25 23:50:03 +00:00
97f08d8235 reverted Martin's changes.
--Sven
2000-03-25 23:44:38 +00:00
2481607268 patches from Martin Weber and Peter Kirchgessner 2000-03-25 22:19:17 +00:00
83ddc3fa06 added more info about i18n
--Sven
2000-03-25 19:55:57 +00:00
e0f513ddb7 updated german translation
--Sven
2000-03-25 19:25:20 +00:00
e02eaeffce fixed a few PDB help strings and included a missing header file
--Sven
2000-03-25 19:18:07 +00:00
3a24f6d9b0 fixed bug 7744 and cleaned up libgimp
--Sven
2000-03-25 18:49:05 +00:00
e85517dff8 found some typos
--Mitch
2000-03-25 18:19:40 +00:00
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
cb4ddb964b got one wrong ...
--Sven
2000-03-25 14:30:26 +00:00
c5684e3f99 some cleanup in script-fu and a whole bunch of german translations
--Sven
2000-03-25 14:25:30 +00:00
6a35e2d567 czech translation update 2000-03-25 14:02:41 +00:00
b08f5860df i18n fix 2000-03-25 13:12:01 +00:00
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
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
5e069e7d7b clamp windows to screen and cascade multiple windows of the same type
--Sven
2000-03-24 22:10:28 +00:00
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
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
9f716ba7e5 OS/2 reading fix 2000-03-24 19:25:47 +00:00
0309fec9f1 applied gimp-kirchgessner-000320-0
--Sven
2000-03-24 16:21:35 +00:00
99f85a4626 applied gimp-quinet-000308-0, gimp-quinet-000310-0 and gimp-quinet-000322-0
--Sven
2000-03-24 14:54:59 +00:00
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
998f28edeb Updated
2000-03-23  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated
2000-03-23 20:17:31 +00:00
d9ea59d584 Another try at fixing shrink wrap for everybody...
Applied Thomas Koester's patch.  See #6947
2000-03-23 00:39:00 +00:00
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
919958e6b8 really cleaning up this time
--Mitch
2000-03-21 17:47:32 +00:00
bd4e8ebd17 new splash /tigert 2000-03-21 10:45:39 +00:00
17403f99be czech translation update 2000-03-21 10:01:13 +00:00
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
649889e618 updated Japanese translation. added missing script for Makefile.in.in. 2000-03-20 23:09:46 +00:00
0f2b38038c fixed segv in gfig
--Mitch
2000-03-20 19:08:26 +00:00
f10c926ff5 typo fix 2000-03-20 18:17:18 +00:00
0941492a0a Updated Ukrainian translation 2000-03-20 15:37:39 +00:00
0408e94260 Updated Ukrainian translation 2000-03-20 15:30:42 +00:00
c8df9fcedd see plug-ins/perl/Changes 2000-03-20 14:47:35 +00:00
dd6f3d8de4 czech translation update 2000-03-20 13:11:59 +00:00
bc908f4c44 Fixes & init stuff. 2000-03-20 12:53:55 +00:00
f4b469efb8 Changed burst to use newest version; change in interface
(Hope you don't mind Marc)
2000-03-20 05:07:55 +00:00
bcd9899101 Added alpha support to Color To Alpha (allows repeated use) 2000-03-19 01:47:15 +00:00
c4f941f793 eeek #2. icon. /tigert 2000-03-18 16:11:01 +00:00
3a067af3d2 eek! new icon. /tigert 2000-03-18 15:56:19 +00:00
6735a7b613 Make sure we don't divide by zero in scale_region. Fixes bugs #4783 and
* app/paint_funcs.c:  Make sure we don't divide by zero in
 	scale_region.  Fixes bugs #4783 and #6907.
2000-03-18 02:44:35 +00:00
383663c406 Modified Files: balsa/po/da.po gimp/ChangeLog
Modified Files:
	balsa/po/da.po gimp/ChangeLog gimp/data/gradients/Makefile.am
 	gimp/plug-ins/MapObject/mapobject_ui.c gimp/po/da.po
 	gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
 	gimp/po-script-fu/da.po
 	gnome-core/desktop-links/Development.directory
Added Files:
 	gimp/data/gradients/Danish_flag
2000-03-17 19:51:15 +00:00
e4d2e2a9fb Fix and update.
2000-03-17  Tor Lillqvist  <tml@iki.fi>

* fi.po: Fix and update.
2000-03-17 18:34:49 +00:00
2271815f26 czech translation update 2000-03-17 10:55:56 +00:00
65b8ff80f9 Update Finnish translation.
2000-03-17  Tor Lillqvist  <tml@iki.fi>

* fi.po: Update Finnish translation.
2000-03-16 22:30:33 +00:00
b1bd76c2cd updated japanese translation.
-- yasuhiro
2000-03-16 19:47:10 +00:00
862605ea7d appendice -> module chargeable 2000-03-16 14:24:34 +00:00