gimp/app
Michael Natterer ab239c3d63 app/text/gimptext-parasite.c use g_strtod() instead of atof() because
2007-02-18  Michael Natterer  <mitch@gimp.org>

	* app/text/gimptext-parasite.c
	* plug-ins/flame/libifs.c: use g_strtod() instead of atof()
	because these files have to parse strings that never had a clearly
	specified format.

	* plug-ins/script-fu/tinyscheme/scheme.c
	* plug-ins/imagemap/imap_cern.l
	* plug-ins/imagemap/imap_csim.l
	* plug-ins/imagemap/imap_csim.y
	* plug-ins/imagemap/imap_ncsa.l: use g_ascii_strtod() instead of
	atof() because scheme code and imagemap files with wrong decimal
	separators are clearly broken and should be rejected.

	* plug-ins/imagemap/imap_cern_lex.c
	* plug-ins/imagemap/imap_csim_lex.c
	* plug-ins/imagemap/imap_csim_parse.c
	* plug-ins/imagemap/imap_ncsa_lex.c: regenerated.

	* plug-ins/common/sample_colorize.c: round numbers using sane code
	instead of sprintf() and atod().

	* plug-ins/Lighting/lighting_ui.c: removed some dead code.


svn path=/trunk/; revision=21942
2007-02-18 20:01:48 +00:00
..
actions show an informational message in the statusbar. There is otherwise no 2007-02-18 18:50:55 +00:00
base Fix #398311 in GIMP until corresponding abstraction has been added to 2007-01-27 01:49:01 +00:00
composite updated #include "file/file-utils.h" for file_utils_uri_display_name 2007-01-13 22:41:21 +00:00
config app/config/gimpdisplayconfig.c changed the default monitor resolution to 2007-02-01 10:44:01 +00:00
core app/core/gimp-utils.[ch] app/core/gimp.c app/widgets/gimpcontrollerinfo.c 2007-02-17 11:45:59 +00:00
dialogs ellipsize the module info labels so they don't make the dialog grow when 2007-02-08 23:38:29 +00:00
display use GTK_STOCK_SAVE as icon for the message dialog. 2007-02-16 12:59:10 +00:00
file added utility function that handles opening files passed on the 2007-01-22 21:39:57 +00:00
gui #define DBUS_API_SUBJECT_TO_CHANGE to fix compilation with outdated 2007-02-07 08:27:36 +00:00
menus removed all .cvsignore files from SVN 2006-12-30 14:31:03 +00:00
paint app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
paint-funcs removed all .cvsignore files from SVN 2006-12-30 14:31:03 +00:00
pdb let the filename -> uri functions take a Gimp parameter instead of the 2007-01-19 11:48:48 +00:00
plug-in add "locale_domain" and "help_domain" members and APIs to get/set them. 2007-02-18 14:25:34 +00:00
text app/text/gimptext-parasite.c use g_strtod() instead of atof() because 2007-02-18 20:01:48 +00:00
tools moved ratio entry up. 2007-02-09 08:36:27 +00:00
vectors app/vectors/Makefile.am app/vectors/vectors-types.h new undo class for 2007-01-31 19:56:41 +00:00
widgets add "locale_domain" and "help_domain" members and APIs to get/set them. 2007-02-18 14:25:34 +00:00
xcf app/core/Makefile.am new files implementing new(), ref() and unref() and 2007-01-30 10:34:59 +00:00
Makefile.am renamed to app/app.[ch]. 2007-02-02 14:27:16 +00:00
about.h updated copyright. 2007-01-12 14:46:30 +00:00
app.c renamed to app/app.[ch]. 2007-02-02 14:27:16 +00:00
app.h renamed to app/app.[ch]. 2007-02-02 14:27:16 +00:00
batch.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
batch.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
errors.c Make the handling of console output make more sense Win32. Should mostly 2007-01-26 20:47:36 +00:00
errors.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
fileicon.ico fileicon.ico new icons for the Windows build created by Jernej 2006-05-02 06:37:08 +00:00
gimp-intl.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimp.rc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
gimpcore.def updated #include "file/file-utils.h" for file_utils_uri_display_name 2007-01-13 22:41:21 +00:00
main.c renamed to app/app.[ch]. 2007-02-02 14:27:16 +00:00
makefile.msc updated #include "file/file-utils.h" for file_utils_uri_display_name 2007-01-13 22:41:21 +00:00
sanity.c configure.in depend on glib >= 2.12.3. 2007-01-12 13:48:30 +00:00
sanity.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
units.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
units.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
wilber.ico fileicon.ico new icons for the Windows build created by Jernej 2006-05-02 06:37:08 +00:00