gimp/app/config
Manish Singh 2eef2afbc1 don't say "Now type 'make'" if configure failed.
2002-11-11  Manish Singh  <yosh@gimp.org>

        * autogen.sh: don't say "Now type 'make'" if configure failed.

        * app/core/Makefile.am
        * app/core/core-types.h
        * app/core/gimpenvirontable.[ch]: Implemented GimpEnvironTable,
        keeps an envp array built from system environment and *.env files.

        * app/core/gimp.[ch]: keep a GimpEnvironTable around.

        * app/gimprc.c
        * app/config/gimpcoreconfig.[ch]
        * app/core/gimpcoreconfig.h
        * app/gui/preferences-dialog.c
        * app/gui/user-install-dialog.c: environ-path config stuff

        * themes/Default/images/preferences/Makefile.am
        * themes/Default/images/preferences/folder-environ.png: just copied
        folder.png here, need a better one.

        * app/plug-in/plug-in.c: quick hack to use the envp in the
        GimpEnvironTable. Only on unix now, should really port the
        code to use g_spawn_*.

        * data/misc/user_install
        * etc/gimprc.in: add environ-path stuff

        * data/environ/Makefile: creates system environ directory.

        * data/environ/default.env: sample env file info.

        * data/Makefile.am
        * configure.in: added data/environ dir

        * plug-ins/pygimp/Makefile.am: python module files get put in
        $(gimpplugindir)/python now, install pygimp.env to point to it.

        * plug-ins/pygimp/doc/Makefile.am: minor clean up.
2002-11-12 03:34:11 +00:00
..
.cvsignore check for pkg.m4. 2001-12-09 16:18:15 +00:00
gimpbaseconfig.c derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimpbaseconfig.h derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimpconfig-deserialize.c Obviously I disagree with Tim about the symbol_name parameter in 2002-06-17 19:36:33 +00:00
gimpconfig-deserialize.h added "gint nest_level" to the deserialization functions, so nested calls 2002-05-27 14:04:21 +00:00
gimpconfig-params.c optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
gimpconfig-params.h optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
gimpconfig-serialize.c added "gint nest_level" to the deserialization functions, so nested calls 2002-05-27 14:04:21 +00:00
gimpconfig-serialize.h app/config/gimpconfig.[ch] added "gint indent_level" to all serialization 2002-05-24 02:53:20 +00:00
gimpconfig-substitute.c app/config/gimpconfig-deserialize.c app/config/gimpconfig-params.h 2001-12-13 01:55:37 +00:00
gimpconfig-substitute.h app/config/Makefile.am new files with code to do substitution magic on 2001-12-10 18:31:35 +00:00
gimpconfig-types.c renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for 2002-05-29 09:20:56 +00:00
gimpconfig-types.h renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for 2002-05-29 09:20:56 +00:00
gimpconfig-utils.c add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +00:00
gimpconfig-utils.h app/config/gimpconfig-serialize.c app/config/gimpconfig-utils.[ch] 2002-05-05 22:11:34 +00:00
gimpconfig.c updated 2002-09-06 22:25:19 +00:00
gimpconfig.h Obviously I disagree with Tim about the symbol_name parameter in 2002-06-17 19:36:33 +00:00
gimpcoreconfig.c don't say "Now type 'make'" if configure failed. 2002-11-12 03:34:11 +00:00
gimpcoreconfig.h don't say "Now type 'make'" if configure failed. 2002-11-12 03:34:11 +00:00
gimpdisplayconfig.c app/gimprc.[ch] app/config/gimpdisplayconfig.[ch] made the string which 2002-02-11 22:39:08 +00:00
gimpdisplayconfig.h app/gimprc.[ch] app/config/gimpdisplayconfig.[ch] made the string which 2002-02-11 22:39:08 +00:00
gimpguiconfig.c derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimpguiconfig.h derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimprc.c updated 2002-09-06 22:25:19 +00:00
gimprc.h added user_data pointer to serialize and deserialize methods. 2002-05-15 11:59:51 +00:00
gimpscanner.c updated 2002-09-06 22:25:19 +00:00
gimpscanner.h parse sessionrc using GScanner. 2002-06-02 19:48:01 +00:00
Makefile.am app/base/Makefile.am automake-1.6 seems to use yet another variable to 2002-06-07 23:00:46 +00:00
makefile.msc updated 2002-09-06 22:25:19 +00:00
test-config.c app/config/test-config.c use g_error_free() so we crash if our GimpConfig 2002-05-28 18:49:45 +00:00