Commit Graph

4632 Commits

Author SHA1 Message Date
Daniel Egger 61131728ac C++ comments removals.
C++ comments removals.
2000-09-27 18:00:05 +00:00
Daniel Egger 4b2c4d8424 Return when brush loading failed and react the right way. Fixes parts of
Return when brush loading failed and react the right way. Fixes
 parts of bug #8150.
2000-09-27 17:50:59 +00:00
Daniel Egger 9d051ffcde Fix SPARC alignment problem. Fix by Jon Hazen. Bug #21269.
Fix SPARC alignment problem. Fix by Jon Hazen. Bug #21269.
2000-09-27 17:36:52 +00:00
Daniel Egger e13fcd8b1f Turned C++ style comments into C style ones.
Turned C++ style comments into C style ones.
2000-09-26 22:54:33 +00:00
Yuri Syrota bc4f613d77 Updated Ukrainian translation 2000-09-26 10:51:00 +00:00
Yuri Syrota 8a47d96881 Updated Ukrainian translation 2000-09-26 10:27:56 +00:00
Manish Singh f4da8241cb portability fix for varargs usage (already upstream)
* plug-ins/print/print-canon.c: portability fix for varargs usage
(already upstream)

-Yosh
2000-09-26 00:05:31 +00:00
Jorge Godoy 32288a43af updating pt_BR translations 2000-09-25 14:42:07 +00:00
Jorge Godoy e0cea0e9f3 updating pt_BR translations. 2000-09-25 14:12:41 +00:00
Jorge Godoy 90b29597cc Updating pt_BR translations 2000-09-25 14:00:47 +00:00
BST 2000 Austin Donnelly b13c4739ad minor English fix.
Mon Sep 25 12:25:34 BST 2000  Austin Donnelly <austin@gimp.org>

        * gimp-remote.1.in: minor English fix.
2000-09-25 11:28:40 +00:00
Seth Burgess a6f1db1071 Made text appear when preview is generated. Fixes #25821. 2000-09-25 01:39:57 +00:00
Sven Neumann c46974cf67 really add the new files
--Sven
2000-09-25 01:31:48 +00:00
Sven Neumann f4342ab813 new files. Code for the resolution calibration dialog that used to live in
2000-09-25  Sven Neumann  <sven@gimp.org>

	* app/resolution_calibrate.[ch]: new files. Code for the resolution
	calibration dialog that used to live in user_install.c

	* app/Makefile.in
	* app/menus.c
	* app/preferences_dialog.[ch]
	* app/user_install.[ch]: added a Calibrate button to the Preferences
2000-09-25 01:27:47 +00:00
Kevin Turner ecddfcb9c7 use correct type for enums.
* plug-ins/pygimp/gimpmodule.c (newpfobject): use correct type for
  enums.

* plug-ins/pygimp/plug-ins/gtkcons.py (Console.run): set _ after
  evaluating a statement, so _ may be used as it is in the python
  interpreter.

If I keep this up, I may actually learn Python.
2000-09-24 00:52:29 +00:00
Christian Rose 650818dd38 Updated Swedish translation. 2000-09-23 23:51:37 +00:00
Manish Singh 2b0dec3dd5 whoops
-Yosh
2000-09-23 22:01:58 +00:00
Manish Singh 47f2059a12 1.1.26 stuff
-Yosh
2000-09-23 21:51:52 +00:00
Christian Meyer 93f8a0c778 Updated German translation. 2000-09-22 21:05:31 +00:00
BST 2000 Andy Thomas fd0cba20b0 plug-ins/gfig/gfig.c
Thu Sep 21 22:28:04 BST 2000 Andy Thomas <alt@gimp.org>

	* plug-ins/gfig/gfig.c

	Allowed gfig to paint in gradients. Iam sure it use to do this...
2000-09-21 21:28:44 +00:00
Daniel Egger 14e3790b95 Fix the GIMP autoconf stuff for the non-COMPAT case.
Fix the GIMP autoconf stuff for the non-COMPAT case.
2000-09-21 18:03:52 +00:00
Tor Lillqvist 1e9f323717 libgimp/makefile.mingw.in app/makefile.mingw.in modules/makefile.mingw.in
2000-09-21  Tor Lillqvist  <tml@iki.fi>

	* libgimp/makefile.mingw.in
	* app/makefile.mingw.in
	* modules/makefile.mingw.in
	* plug-ins/makefile.mingw.in: Fix bug in ../config.h rule, cp src
	and dest were in wrong order.

	* config.h.win32: Remove alloca definition, current <glib.h> now
	handles that.
2000-09-21 17:51:33 +00:00
BST 2000 Andy Thomas 5ccbf7c734 plug-ins/gfig/gfig.c
Wed Sep 20 22:40:25 BST 2000 Andy Thomas <alt@gimp.org>

	* plug-ins/gfig/gfig.c

	Fixed problems since the interface to gimp-drawable-fill() has
	changed. Also fixed some GTK warnings when GFig objects were
	loaded.
2000-09-20 21:52:39 +00:00
Kevin Turner a9d18b9a38 remove_cruft on pygimp.
Note that pygimp still does NOT BUILD because of the AUTO*STUFF isn't set
up correctly.  :( :(
2000-09-20 21:27:50 +00:00
Kevin Turner 7493742149 Oops. When we did s/PARAM_/PDB_/, we forgot to do s/6/4/ (the length of
* plug-ins/pdbbrowse.py (pars): Oops.  When we did
s/PARAM_/PDB_/, we forgot to do s/6/4/ (the length
of the prefix changed).

* gimpmodule.c: Filter this through remove_cruft,
finishing the libgimp renaming (and further ensuring
that it won't work with older libgimps).
2000-09-20 21:19:35 +00:00
Asbjørn Pettersen 7a2bd21658 use g_strncasecmp() 2000-09-15 14:26:19 +00:00
Kevin Turner 681f12f101 Close bug "Segfault after using display filters,"
add paranoid robustness checking to active_dialogs in dialog_handler.c
to attempt to recover gracefully from this problem in the future.
2000-09-15 10:04:35 +00:00
Nick Lamb /GIMP 901fd47f82 Possible fix for #22805 2000-09-15 00:50:12 +00:00
jaycox e4b031932a fix bug #24188. allow num_processors to be set on the fly.
* app/pixel_processor.c: fix bug #24188.
	* app/preferences_dialog.c: allow num_processors to be set on
	the fly.
2000-09-14 16:22:40 +00:00
Michael Natterer 659d46c2d8 always position the menu inside the screen boundaries.
2000-09-14  Michael Natterer  <mitch@gimp.org>

	* app/disp_callbacks.c: always position the menu inside the
	screen boundaries.
2000-09-14 15:42:39 +00:00
Michael Natterer 9d4e8b7d27 new function gdisplay_origin_menu_position() which positions the menu
2000-09-14  Michael Natterer  <mitch@gimp.org>

	* app/disp_callbacks.c: new function gdisplay_origin_menu_position()
	which positions the menu right of the arrow instead of underneath
	the mouse (where you always have the first entry selected, which
	is annoying).
2000-09-14 14:53:06 +00:00
David Monniaux 13a1ac6f3d Translated a few missing and/or fuzzy things. 2000-09-14 13:10:29 +00:00
Christian Meyer c1bb911234 Added update.pl and README.tools from kanikus. 2000-09-13 10:24:30 +00:00
Rodrigo Sancho Senosiain cdbbaf73f2 Updated spanish tips 2000-09-11 22:12:05 +00:00
SHIRASAKI Yasuhiro b03f73d8f7 updated japanese translation.
-- yasuhiro
2000-09-10 06:16:53 +00:00
Kenneth Christiansen 8b796afc26 Translations from Keld
bonobo/po/da.po dia/po/da.po dr-genius/po/da.po eog/po/da.po
gconf/po/da.po gdict/po/da.po gdm2/po/da.po gfax/po/da.po
gimp/po/da.po gimp/po-libgimp/da.po gimp/po-plug-ins/da.po
gnome-applets/po/da.po gnome-chess/po/da.po gnome-db/po/da.po
gnome-iconedit/po/da.po gnome-lokkit/po/da.po
gnome-media/po/da.po gnome-pilot/po/da.po gnomeicu/po/da.po
gnop/po/da.po gphoto/po/da.po gtkhtml/po/da.po gxsnmp/po/da.po
libgtop/po/da.po
mc/po/da.po oaf/po/da.po rp3/po/da.po sodipodi/po/da.po
2000-09-09 00:06:04 +00:00
Kenneth Christiansen 05577f0c3d Translations from Keld
bonobo/po/da.po gconf/po/da.po gimp/po-plug-ins/da.po
gnumeric/po/da.po pan/po/da.po
2000-09-08 23:33:26 +00:00
Christian Rose f6b4a365c8 Updated Swedish translation. 2000-09-08 15:50:48 +00:00
Tor Lillqvist 79022969c3 Use fopen (xxx, "rb") on all systems. It is standard C, does no harm on
2000-09-07  Tor Lillqvist  <tml@iki.fi>

	* plug-ins/common/ps.c: Use fopen (xxx, "rb") on all systems. It
	is standard C, does no harm on systems where it isn't needed
	(Unix).

	* libgimp/gimp.c (gimp_extension_process): Use
	g_io_channel_win32_poll() instead of
	g_io_channel_win32_wait_for_condition().
2000-09-07 20:04:47 +00:00
Yuri Syrota b302b3b701 Updated Ukrainian translation 2000-09-07 06:37:35 +00:00
Manish Singh 230d58fc26 file .cvsignore was initially added on branch HOLLYWOOD. 2000-09-06 21:46:12 +00:00
Manish Singh e16af02ff5 file Makefile.am was initially added on branch HOLLYWOOD. 2000-09-06 21:46:12 +00:00
Manish Singh 58a34f938e file fur.c was initially added on branch HOLLYWOOD. 2000-09-06 21:46:12 +00:00
Manish Singh 8c8f1af9b4 file frame_manager.c was initially added on branch HOLLYWOOD. 2000-09-06 21:29:44 +00:00
Manish Singh baeb2888e2 file frame_manager.h was initially added on branch HOLLYWOOD. 2000-09-06 21:29:44 +00:00
Jesus Bravo Alvarez c867a9f1b0 Updated Galician translation 2000-09-06 18:54:55 +00:00
Manish Singh 44e80b3829 file gimpfloat16.h was initially added on branch HOLLYWOOD. 2000-09-06 06:22:34 +00:00
Manish Singh b8fb893ad4 file noise.c was initially added on branch HOLLYWOOD. 2000-09-06 06:22:27 +00:00
Manish Singh c61ab6e685 file noise.h was initially added on branch HOLLYWOOD. 2000-09-06 06:22:27 +00:00
Kjartan Maraas 4d3a22cb1e Updated Norwegian translation.
2000-09-04  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2000-09-04 21:11:42 +00:00