gimp/app/core
Michael Natterer 5e8ee554a2 This implements the rest of the unit system (unitrc loading and saving and
1999-03-16  Michael Natterer  <mitschel@cs.tu-berlin.de>

        This implements the rest of the unit system (unitrc loading and
        saving and full PDB interface)

        * Makefile.am
        * gimp.1
        * user_install
        * user_install.bat
        * unitrc: new file (default unit database) and some documentation

        * app/Makefile.am
        * app/gimpunit.c
        * app/gimpunit_cmds.h
        * app/unitrc.h: new files enabling the unit database and PDB
        access to the unit system

        * app/app_procs.c: parse and save unitrc
        * app/gimprc.[ch]: enable unit parsing. New function
        init_parse_buffers() to enable unitrc to be loaded before gimprc

        * app/gimage_cmds.[ch]: new PDB procedures which set/return an
        image's unit

        * app/install.c: mention unitrc installation

        * app/xcf.c: new xcf property for user defined units. An image's
        unit is saved as either an integer ID (built in units) or as
        a full unit definition without any ID

        * libgimp/Makefile.am: moved gimpunit.o from libgimpi.a to
        libgimp.a

        * libgimp/gimp.h
        * libgimp/gimpimage.c: get/set an image's unit with PDB calls

        * libgimp/gimpunit.h: this file is now the header for both
        app/gimpunit.c and libgimp/gimpunit.c

        * libgimp/gimpunit.c: does the unit calls as PDB calls now

        * libgimp/gimpunitmenu.[ch]: enable user unit functionality and a
        unit selection dialog

        * libgimp/gimpsizeentry.c: disble hilighting on focus_in_event and
        minor bugfixes

        * plug-ins/tiff/tiff.c: set image unit to "mm" if tiff unit is
        "cm", save "cm" if image unit is metric
1999-03-16 20:14:07 +00:00
..
gimp-edit.c This is mostly unit stuff and code cleanup 1999-03-12 03:44:59 +00:00
gimp-edit.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimp-parasites.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimp-parasites.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpbrush-header.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpbrush-load.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpbrush.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpbrush.h ---------------------------------------------------------------------- 1998-07-24 08:56:18 +00:00
gimpbrushgenerated-load.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpbrushgenerated-save.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpbrushgenerated.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpbrushgenerated.h Modified Files: ChangeLog app/gimpbrushgenerated.c 1998-09-15 01:53:40 +00:00
gimpchannel-combine.c fixed bug in channel_bounds 1999-02-22 17:05:31 +00:00
gimpchannel-combine.h Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c 1998-10-30 10:21:33 +00:00
gimpchannel.c fixed bug in channel_bounds 1999-02-22 17:05:31 +00:00
gimpchannel.h Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c 1998-10-30 10:21:33 +00:00
gimpdatafiles.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpdatafiles.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-blend.c More unit/resolution stuff (most if it from Michael). 1999-03-03 17:48:29 +00:00
gimpdrawable-desaturate.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpdrawable-desaturate.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-equalize.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpdrawable-equalize.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-invert.c new source files that implement pixel Look Up Table functions. 1999-02-16 08:53:54 +00:00
gimpdrawable-invert.h libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
gimpdrawable-offset.c Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in 1999-01-15 17:35:04 +00:00
gimpdrawable-offset.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
gimpdrawable.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpdrawable.h new source files that implement pixel Look Up Table functions. 1999-02-16 08:53:54 +00:00
gimpedit.c This is mostly unit stuff and code cleanup 1999-03-12 03:44:59 +00:00
gimpedit.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimpimage-convert-fsdither.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpimage-convert.c Many revisions to the box-cut quantizer used in RGB->INDEXED conversion. 1999-02-26 21:30:11 +00:00
gimpimage-convert.h Changed the palette dialog. New functionality. Better previews. Can 1998-12-19 00:00:06 +00:00
gimpimage-duplicate.c Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in 1999-01-15 17:35:04 +00:00
gimpimage-duplicate.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
gimpimage-guides.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-guides.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-mask.c applied gimp-stric-981116-1, lots o files changes in app. i18n patch. 1998-11-23 14:47:09 +00:00
gimpimage-mask.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpimage-merge.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-merge.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-projection.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-projection.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-resize.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-resize.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-scale.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-scale.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage-undo-push.c Added stuff to make gcg by default (for maintainers) 1999-01-07 19:53:05 +00:00
gimpimage-undo-push.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimpimage.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimage.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpimagemap.c applied gimp-stric-981116-1, lots o files changes in app. i18n patch. 1998-11-23 14:47:09 +00:00
gimpimagemap.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimplayer-floating-sel.c Lots of ii8n stuff here and some additions to the de.po. Applied 1998-10-14 23:23:52 +00:00
gimplayer-floating-sel.h Header file tweaks. Now changing tile.h doesn't force about_dialog to 1998-08-16 00:34:20 +00:00
gimplayer.c Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
gimplayer.h don't #include resize.h - it's not needed ditto. 1999-02-14 21:09:55 +00:00
gimplist.c A few fixes here and there... 1998-08-13 18:53:12 +00:00
gimplist.h ---------------------------------------------------------------------- 1998-07-12 11:40:43 +00:00
gimpobject.c Started gimpset, a generic class for handling collections of 1998-07-01 23:06:49 +00:00
gimpobject.h Modified Files: ChangeLog app/Makefile.am app/airbrush.c app/app_procs.c 1998-07-09 05:31:06 +00:00
gimpparasite.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpparasite.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpparasitelist.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpparasitelist.h libgimp/gserialize.c Changed the enum values to allow for simpler future 1998-12-16 11:23:30 +00:00
gimppattern-header.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpprojection-construct.c This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpprojection-construct.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpprojection.c Fix the bug people reported on the list. The title should now be correctly 1999-03-06 02:07:54 +00:00
gimpprojection.h This is a bit of a biggy. Added paths to layers & channels dialog. This is 1999-03-05 23:50:24 +00:00
gimpunit.c This implements the rest of the unit system (unitrc loading and saving and 1999-03-16 20:14:07 +00:00
gimpunit.h This implements the rest of the unit system (unitrc loading and saving and 1999-03-16 20:14:07 +00:00