Commit Graph

3801 Commits

Author SHA1 Message Date
Sven Neumann 752a685b20 Use finite() instead of isnan() and isinf(). Use _finite() on WIN32.
According to Garry, finite() is probably available more widely than
isinf().


--Sven
2000-04-11 09:37:25 +00:00
Tor Lillqvist 5a40e72bd3 Warn about the ads in the messages from the egroups-hosted Win32 lists ;-)
2000-04-11  Tor Lillqvist  <tml@iki.fi>

* README: Warn about the ads in the messages from the
egroups-hosted Win32 lists ;-)

* gimprc.win32: Use correct path separators. Document help-browser
diffferently on Win32.

* plug-ins/webbrowser/webbrowser.c: Implement on Win32.

* plug-ins/makefile.cygwin
* plug-ins/makefile.msc: Add it.
2000-04-10 23:30:19 +00:00
Stanislav Brabec c893ebb5d9 czech translation update 2000-04-10 21:35:46 +00:00
Tor Lillqvist 70b1e8da72 Correct the info about Win32 mailing lists.
2000-04-10  Tor Lillqvist  <tml@iki.fi>

* README: Correct the info about Win32 mailing lists.

* gimprc.win32: Add perfect-mouse setting.

* libgimp/gimp.h
* app/main.c: Guard against redefinition of _stdcall.

* libgimp/gimpmath.h: Define macros ISNAN and ISINF. On Win32 use
_isnan() and _fpclass() from <float.h>, on other platforms use
isnan() and isinf(). We really should test for isnan and isinf in the
configure script.

* tools/pdbgen/pdb/gimage.pdb
* app/gimage_cmds.c: Include gimpmath.h, use above macros instead
of using the nonportable isnan and isinf.

* app/gdisplay_ops.c: Do use the old gtk_widget_hide/show hack on
Win32.

* libgimp/makefile.cygwin
* libgimp/makefile.msc
* app/makefile.cygwin
* app/makefile.msc
* plug-ins/makefile.cygwin
* plug-ins/makefile.msc: Updates.

* plug-ins/gfig/gfig.c (plug_in_parse_gfig_path): Simplify warning
message on Win32.  We could use G_DIR_SEPARATOR in the sample
gimprc line, but then we would have to call g_strescape to quote
it, argh. Win32 users use prebuilt versions with a correct gimprc
file anyway.

(create_file_selection): Use g_get_tmp_dir().

(gfig_update_stat_labels): Guard against possibly NULL value from
g_get_home_dir().
2000-04-10 20:47:04 +00:00
Tor Lillqvist b74905e499 Update Finnish translation. 2000-04-10 20:30:00 +00:00
Sven Neumann 62dee822c7 applied a modified version of gimp-cornwell-000408-0, a patch by
* README: applied a modified version of gimp-cornwell-000408-0,
a patch by <piers.cornwell@usa.net> to bring the README uptodate.


--Sven
2000-04-10 19:53:25 +00:00
Sven Neumann 1bb2404042 reuse message string
--Sven
2000-04-10 17:10:06 +00:00
Nick Lamb /GIMP b67e28526b Eeek! Change gimpexport as per my original post to gimp-devel 2000-04-10 01:46:51 +00:00
Stanislav Brabec 9d58a090e8 czech translation update 2000-04-08 21:30:21 +00:00
Chyla Zbigniew 8d69bc6487 Updated Polish translation 2000-04-08 13:43:08 +00:00
Manish Singh e730620d68 removed
-Yosh
2000-04-07 20:16:16 +00:00
Sven Neumann 62546d89d4 implemented the changes Nick Lamb suggested: If the background layer has
* libgimp/gimpexport.c: implemented the changes Nick Lamb
suggested:  If the background layer has no alpha channel,
suggest "Flatten" instead of "Merge Visible Layers".

* app/fileops.c: In the MRU list and the doc_index always store
the absolute path to images, so you can open files from the
command-line and gimp will find them later if started from another
dir. Added tooltips that show the full path.

* app/menus.c: fixed a memleak (list entries were not freed on
removal from the MRU list).

* app/main.c
* app/user_install.[ch]: renamed functions and variables to match
the new filename.


--Sven
2000-04-07 20:04:00 +00:00
Manish Singh 4774e21caf renamed install.[ch]
-Yosh
2000-04-07 18:55:21 +00:00
Yuri Syrota 7195de9277 Updated Ukrainian translation 2000-04-07 15:47:46 +00:00
Marc Lehmann dccabf1e51 see plug-ins/perl/Changes 2000-04-06 20:40:47 +00:00
Kjartan Maraas 81e78f22cf Update from Val 2000-04-06 19:43:43 +00:00
Stanislav Brabec c82a78d675 czech translation update 2000-04-06 19:36:27 +00:00
Sven Neumann 949b6e3f34 changed GIMP_MIN_RESOLUTION to 5e-3,
a bunch of small cleanups here and there


--Sven
2000-04-06 18:59:48 +00:00
Sven Neumann 53edc0db64 minimal corrections to the german translation
--Sven
2000-04-06 16:47:57 +00:00
Kjartan Maraas a5010357d6 Updated Norwegian translation.
2000-04-06  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-04-06 09:29:30 +00:00
Michael Natterer 61184c16c9 app/commands.c app/layers_dialog.c behave like a widget: removed
2000-04-06  Michael Natterer  <mitch@gimp.org>

	* app/commands.c
	* app/layers_dialog.c
	* app/resize.[ch]: behave like a widget:
	removed resize_widget_free() and call
	gtk_widget_destroy(resize->resize_shell) instead.

	* app/interface.c: s/0/FALSE/

	* app/color_area.c
	* libgimp/gimpchainbutton.c: show the correct background also for
	engine driven themes. The chainbutton's lines still don't draw
	with the pixmap theme, which is probably a bug of the theme's
	draw_polygon method.
2000-04-06 02:13:18 +00:00
Sven Neumann 56f1372519 app/gimage_cmds.c guard against NaN and infinity. There are pics out there
* app/gimage_cmds.c
* tools/pdbgen/pdb/gimage.pdb: (gimp_image_set_resolution) guard
  against NaN and infinity. There are pics out there using these
  values and it seems that NaN > GIMP_MIN_RESOLUTION. Fixes #8476.


--Sven
2000-04-06 01:01:31 +00:00
Sven Neumann 743516bfb0 if we cannot load the font we'd like to use, use the gtk+ default font.
* app/app_procs.c: if we cannot load the font we'd like to use,
use the gtk+ default font. Fixes bug #8359.

* app/about_dialog.c
* app/install.c: properly ref/unref fonts

* app/text_tool.[ch]: code cleanup (do not rely on TRUE being 1)

* app/tips_dialog.c: code cleanup and less resizing


--Sven
2000-04-05 22:59:44 +00:00
Sven Neumann f41df6dcf9 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-04-05 22:59:42 +00:00
Sven Neumann ff6ea8be8f if we cannot load the font we'd like to use, use the gtk+ default font.
* app/app_procs.c: if we cannot load the font we'd like to use,
use the gtk+ default font. Fixes bug #8359.

* app/about_dialog.c
* app/install.c: properly ref/unref fonts

* app/text_tool.[ch]: code cleanup (do not rely on TRUE being 1)

* app/tips_dialog.c: code cleanup and less resizing


--Sven
2000-04-05 22:59:42 +00:00
Stanislav Brabec fe16e66919 czech translation update 2000-04-05 20:08:10 +00:00
Sven Neumann d45089bca0 applied a patch from Peter Kirchgessner <peter@kirchgessner.net>
--Sven
2000-04-05 10:26:08 +00:00
Marc Lehmann 98cb492f0a see plug-ins/perl/Changes 2000-04-05 04:09:40 +00:00
Nick Lamb /GIMP eaa2478390 Don't claim that PAT plug-in exports ALPHA or is suitable for RGB*, GREY*
the results are not useful if you try.
2000-04-05 03:02:00 +00:00
Manish Singh 77a601b1ff resync the variable names. Fixes #8360
* gimptool.in: resync the variable names. Fixes #8360

-Yosh
2000-04-05 00:40:23 +00:00
Gert Dewit d3809cd47f First 1.1 (and 1.2) Dutch translation effort 2000-04-05 00:20:42 +00:00
Michael Natterer 13e13cf862 oops, yesterday's "cleanups" contained an unreverted hack I've tried which
2000-04-05  Michael Natterer  <mitch@gimp.org>

	* app/layers_dialog.c: oops, yesterday's "cleanups" contained an
	unreverted hack I've tried which caused a SEGV with floating
	selections. Fixed now.
2000-04-04 23:55:38 +00:00
Michael Natterer 68d669ca49 removed double '"' at EOL to make it compile.
2000-04-05  Michael Natterer  <mitch@gimp.org>

	* nl.po: removed double '"' at EOL to make it compile.
2000-04-04 23:37:51 +00:00
Gert Dewit 338f21fcc8 First Dutch translation attempt for GIMP 1.2 2000-04-04 23:15:51 +00:00
Sven Neumann 4a4a414a38 reverted Nick's revert and fixed the problem
--Sven
2000-04-04 22:31:02 +00:00
Nick Lamb /GIMP 147e7806c9 Fixing bustage by forcibly reverting change 2000-04-04 22:19:23 +00:00
Kjartan Maraas 0a97c62747 Updated Russian translation from Valek Filippov <frob@df.ru>.
2000-04-04  Kjartan Maraas  <kmaraas@online.no>

	* ru.po: Updated Russian translation from Valek Filippov
	<frob@df.ru>.
2000-04-04 22:07:54 +00:00
Gert Dewit c0c7bb5cb2 First Dutch Translation 2000-04-04 21:28:07 +00:00
Sven Neumann 5714f08bf9 corrected polish po-file (all linenumbers were set to 1 a while ago)
--Sven
2000-04-04 20:09:05 +00:00
Kjartan Maraas 17b304a691 Updated Norwegian translation.
2000-04-04  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-04-04 19:59:15 +00:00
Chyla Zbigniew c3cfe96491 Updated Polish translation 2000-04-04 18:37:00 +00:00
Stanislav Brabec 7fe2668540 czech translation update 2000-04-03 20:35:27 +00:00
Stanislav Brabec 35d8c0dc71 included string.h 2000-04-03 18:01:21 +00:00
Michael Natterer 8ed5f8ce06 app/color_panel.[ch] app/color_picker.c removed the public function
2000-04-03  Michael Natterer  <mitch@gimp.org>

	* app/color_panel.[ch]
	* app/color_picker.c
	* app/qmask.c: removed the public function color_panel_free() and
	fake a real widget's behaviour by connecting to the panel widget's
	"destroy" signal.

	* app/channels_dialog.c
	* app/layers_dialog.c: cleaned up and sync'ed the code where
	possible (without changing the logic).
2000-04-03 15:40:30 +00:00
Michael Natterer f9fdb4fcc1 app/channels_dialog.c when dropping layers/channels around in the stack,
2000-04-03  Michael Natterer  <mitch@gimp.org>

	* app/channels_dialog.c
	* app/layers_dialog.c: when dropping layers/channels around in the
	stack, Gtk sometimes continues searching a drag destination
	_after_ the drop callback has been called (which is probably a
	bug), causing a SEGV because the callback changed the GtkList
	containing the layer/channel widgets.

	The safe way is to reorder the stack in an idle function which
	should also be robust against any future Gdk/X dnd protocol
	change.

	For the same reason, I added an idle function which lets the
	active layer/channel widget grab the focus because in some dnd
	cases the row holding the focus was not the active one (which is
	otherwise impossible with GTK_SELECTION_BROWSE).

	This commit should fix the remaining problems with layer/channel
	dnd as well as all cases where the highlighted layer was not the
	active one. Please report if it still doesn't work for you.
2000-04-03 12:39:14 +00:00
Sven Neumann 604de61a3f applied gimp-simon-20000403-0 provided by Simon Budig that
makes those scripts use SF-ADJUSTMENTS instead of SF-VALUES
and fixes a few bugs.


--Sven
2000-04-03 11:08:20 +00:00
jfell 5e088c445b forgot that 2000-04-03 08:39:51 +00:00
jfell 9e1bbdd03a Updated French translation 2000-04-03 08:35:57 +00:00
Michael Natterer 9c834ce564 app/gimpdnd.[ch] app/channels_dialog.c removed the GdkGC parameter from
2000-04-03  Michael Natterer  <mitch@gimp.org>

	* app/gimpdnd.[ch]
	* app/channels_dialog.c
	* app/layers_dialog.c: removed the GdkGC parameter from
	gimp_dnd_set_drawable_preview_icon() since it's no longer used.

	* app/gimpimage.c: dirty the view correctly after applying the
	layer mask. Don't gdisplays_flush() because it's the job of the
	caller.

	* app/layers_dialog.c: when applying a layer mask, flush either
	the display or just the layer_widget, depending on the previous
	visibility state of the mask. Cleanups.

	* plug-ins/print/gimp_color_window.c
	* plug-ins/print/gimp_main_window.c: including config.h re-enables
	i18n.
2000-04-03 01:11:03 +00:00
Manish Singh fa096d0950 applied fix for missing "-" as reported in bug #8283. The other half of
* configure.in: applied fix for missing "-" as reported in bug
#8283. The other half of that bug is fixed by my previous configure.in
change.

-Yosh
2000-04-02 23:01:42 +00:00