Commit graph

3616 commits

Author SHA1 Message Date
SHIRASAKI Yasuhiro
cfb02e85d7 added missing comma for gimp_register_magic_load_handler() arguments.
* plug-ins/common/mpeg.c: added missing comma for
        gimp_register_magic_load_handler() arguments.

-- yasuhiro
2000-03-11 15:00:13 +00:00
Tor Lillqvist
aebb4b1576 Use GLib's memory functions instead of malloc and free.
2000-03-11  Tor Lillqvist  <tml@iki.fi>

* plug-ins/twain/*.c: Use GLib's memory functions instead of
malloc and free.

* plug-ins/winsnap/winsnap.c: Add delay functionality.
2000-03-11 14:30:36 +00:00
Marc Lehmann
94ff1382d9 see plug-ins/perl/Changes 2000-03-11 14:12:48 +00:00
Sven Neumann
9912cf4bf2 translate branches in the gimp domain
--Sven
2000-03-11 13:49:16 +00:00
Tomas Ogren
7d3250fa7e Updated.
2000-03-10  Tomas Ogren  <stric@ing.umu.se>

* sv.po: Updated.
2000-03-10 21:12:38 +00:00
Sven Neumann
24bbdbef07 applied a bunch of patches:
Simon Budigs patch sent to the list Sun, 20 Feb 2000
gimp-kirchgessner-000217-0
gimp-cosmin-20000212
gimp-mattias-000227-0


--Sven
2000-03-10 17:27:25 +00:00
Yuri Syrota
64c30031a0 Updated Ukrainian translation 2000-03-10 12:42:51 +00:00
Yuri Syrota
acf17f2ef1 Updated Ukrainian translation 2000-03-10 11:41:40 +00:00
Sven Neumann
e225cfaa7e fixed bugs #7144 and #7139
--Sven
2000-03-10 11:29:24 +00:00
Yuri Syrota
797979f1d9 Updated Ukrainian translation 2000-03-10 09:38:57 +00:00
Sven Neumann
c104ee5fda renamed "Custom from Editor" to "Custom Gradient" and added the
possibility to drop gradients onto the blend tooloptions to set
the blend mode and the gradient in one move.


--Sven
2000-03-10 01:57:10 +00:00
Andy Thomas
a78e51c4fa Thu Mar 9 22:29:14 GMT 2000
* app/gimpimage.c

	An Images tattoos state can equal the highest tattoo in the image.
2000-03-09 22:41:19 +00:00
Stanislav Brabec
6e73f200df czech translation update 2000-03-09 21:39:32 +00:00
Sven Neumann
d05156aa2a Ok, Undo History actually makes more sense in the Dialogs menu.
--Sven
2000-03-09 19:58:23 +00:00
Sven Neumann
5fc0b8a9c0 moved Undo History into the Edit menu next to Undo and Redo
--Sven
2000-03-09 19:45:52 +00:00
Stanislav Brabec
8c92f4b466 Typo fixes. 2000-03-09 13:12:12 +00:00
Sven Neumann
79757c8248 for indexed images set Index in the info_window to N/A if sample_merged or
* app/color_picker.c: for indexed images set Index in the info_window
  to N/A if sample_merged or sample_average is active.


--Sven
2000-03-09 13:02:11 +00:00
Sven Neumann
ad55aef27e gimp_drawable_get_color_at() now silently returns NULL again if the
* app/gimpdrawable.c: gimp_drawable_get_color_at() now silently
returns NULL again if the coordinates are out of range. A lot of
code using this function relies on this feature and correctly
checks the return value. No need to emit critical warnings here.

The GTK_CHECK_TYPE macro test for obj != NULL, no need to do this
check twice. Removed lots of unnecessary calls to g_return_if_fail().

* app/color_picker.c: with the old behaviour of
gimp_drawable_get_color_at() the code is a bit simpler.

* app/fuzzy_select.c: fuzzy_select relied on drawable_offsets()
returning off_x = off_y = 0 if drawable == NULL. Decided to change
this here, fixes bug #7077.

* app/gimpimage.[ch]: Even though we made bad experiences with the
changes in gimpdrawable.c, I have introduced similar argument checks
here.

* app/image_map.c: indentation


--Sven
2000-03-09 11:58:03 +00:00
Sven Neumann
ccfca2e1b5 fix it properly
--Sven
2000-03-08 22:53:20 +00:00
Sven Neumann
dcb5c1f625 ooops, my latest commit broke LANG=C
--Sven
2000-03-08 22:39:14 +00:00
Sven Neumann
7a263f3f89 applied and heavily modified a patch from Daniel Egger.
* app/menus.c: applied and heavily modified a patch from Daniel Egger.

 There's not any more the need to declare menu branches unless we
 want to create empty submenus (to be filled in by plug-ins). Removes
 a bunch of messages from the catalogs.
 We do not longer put a seperator after submenus if the menu contains
 nothing but submenus.


--Sven
2000-03-08 20:57:49 +00:00
Kjartan Maraas
6d98023b8e Updated Norwegian translation.
2000-03-08  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-03-08 19:35:55 +00:00
Tor Lillqvist
85f0393bae app/cursorutil.c (gtkutil_compress_motion) Guard against gdk_event_get
2000-03-08  Tor Lillqvist  <tml@iki.fi>

* app/cursorutil.c (gtkutil_compress_motion)
* app/edit_selection.c (process_event_queue_keys): Guard against
gdk_event_get returning NULL (which can happen at least on Win32).

* libgimp/gimp.def: Add a couple of new entry points.

* plug-ins/makefile.{cygwin,msc}: Update according to the source
file changes. Fix some typos in the .msc file.

Fixes by Hans Breuer:

* app/resize.c: Add some more includes.

* libgimp/gimpenv.c
* plug-ins/gflare/gflare.c: Win32 header lossage fixup.
2000-03-08 18:32:31 +00:00
Tor Lillqvist
187f5812d2 Remove a bogus fuzzy indicator.
2000-03-08  Tor Lillqvist  <tml@iki.fi>

* fi.po: Remove a bogus fuzzy indicator.
2000-03-08 17:45:53 +00:00
Stanislav Brabec
e8f7e40d8a czech translation update 2000-03-08 16:41:22 +00:00
SHIRASAKI Yasuhiro
a8b4d3e51d updated and added japanese translation tables.
-- yasuhiro
2000-03-08 16:18:52 +00:00
Sven Neumann
241c472a34 updated german translation
--Sven
2000-03-08 14:37:55 +00:00
Sven Neumann
68b8ef2bbb various minor i18n fixes and a patch from Wolfgang Hofer
--Sven
2000-03-08 13:53:54 +00:00
GMT 2000 Adam D. Moss
1d0f24149b Type of written array should be unsigned, as that's the type of data we're
Wed Mar  8 12:40:53 GMT 2000  Adam D. Moss <adam@gimp.org>

        * plug-ins/common/xbm.c: Type of written array should
        be unsigned, as that's the type of data we're initializing
        it with.  Cast back to signed for passing to XCreateBitmapFromData()
        etc.
2000-03-08 12:51:00 +00:00
Michael Natterer
2124d1fb7f typo 2000-03-07 20:30:40 +00:00
Michael Natterer
dd3b826942 show GIMP_BAD_CURSOR if we have no layers.
2000-03-07  Michael Natterer  <mitch@gimp.org>

	* app/disp_callbacks.C: show GIMP_BAD_CURSOR if we have no layers.

	Moved the closing bracket out of the GTK_HAVE_SIX_VALUATORS ifdefs
	(just to force emacs to do correct indentation).
2000-03-07 20:27:41 +00:00
Michael Natterer
5759a5fff6 immediate cursor_update feedback on modifier events.
2000-03-07  Michael Natterer  <mitch@gimp.org>

	* app/by_color_select.c: immediate cursor_update feedback on
	modifier events.

	* libgimp/gimpwidgets.c: one more s/private_tip/help_data/
2000-03-07 20:00:07 +00:00
SHIRASAKI Yasuhiro
bb694f9ce9 added missing $(MAILER) to CPPFLAGS for mail plugin.
* plug-ins/common/Makefile.am: added missing $(MAILER)
        to CPPFLAGS for mail plugin.

-- yasuhiro
2000-03-07 04:21:51 +00:00
Stanislav Brabec
12b1375c54 czech translation update 2000-03-06 21:37:01 +00:00
David Monniaux
1f04f5f976 Completed translation. 2000-03-06 16:51:35 +00:00
David Monniaux
8e02e02112 Completed. 2000-03-06 16:26:04 +00:00
David Monniaux
1b57d3757a Some fuzzy translation is not fuzzy at all. 2000-03-06 16:05:47 +00:00
David Monniaux
8f31a7c044 Bugfix. 2000-03-06 15:54:07 +00:00
David Monniaux
d788ca1a81 IFS Compose 2000-03-06 15:48:50 +00:00
David Monniaux
68c5d27df6 Clearer with Zoom + / -. 2000-03-06 15:29:23 +00:00
David Monniaux
a9bdbcdcef Completed French translation. 2000-03-06 15:26:07 +00:00
Michael Natterer
ecaea6bd07 namespace consistency: s/private_tip/help_data/
2000-03-06  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpwidgets.[ch]:
	namespace consistency: s/private_tip/help_data/
2000-03-06 13:04:15 +00:00
Sven Neumann
6a94f77b56 a whole bunch of i18n
--Sven
2000-03-06 09:39:41 +00:00
Manish Singh
73128a4edd need GPlugInInfo struct for the link test too (patch by Robert Krawitz
* gimp.m4: need GPlugInInfo struct for the link test too (patch by Robert
Krawitz <rlk@alum.mit.edu>)

-Yosh
2000-03-05 21:21:43 +00:00
David Monniaux
5501ceb84c Again and again... 2000-03-05 18:16:51 +00:00
David Monniaux
42b72e6729 Fixed some incorrect fuzzy translations. 2000-03-05 16:19:26 +00:00
David Monniaux
a986944309 Gimpressionnist 2000-03-05 10:47:42 +00:00
Marc Lehmann
1d2b1fe87d *** empty log message *** 2000-03-05 02:29:55 +00:00
Marc Lehmann
269fb049ad see plug-ins/perl/Changes 2000-03-05 02:27:37 +00:00
Michael Natterer
21e95fdf43 Makefile.am cursors/selection_move.xbm cursors/selection_move_mask.xbm new
2000-03-04  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* cursors/selection_move.xbm
	* cursors/selection_move_mask.xbm
	* app/cursorutil.[ch]: new cursor for moving the selection
	mask. Looks imho nicer than the ugly GDK_DIAMOND_CROSS.

	* app/move.c
	* app/rect_select.c: use the new cursor.

	* app/paint_core.c: check for the statusbar's context_id in the
	cursor_update function. Fixes gdk_criticals with the line preview
	(which doesn't need a mouse click). Minor cleanups.

	* app/tool_options.c: put the paint_pressure options in a
	GtkHWrapBox instead of a GtkHBox. Makes the size of the dialog a
	bit less locale-dependent.

	* plug-ins/common/xbm.c: use accessor functions instead of using
	the parasite's fields directly.
2000-03-05 00:06:11 +00:00