Commit Graph

506 Commits

Author SHA1 Message Date
Sven Neumann 493cd140f8 libgimpbase/Makefile.am libgimpbase/libgimpbase-docs.sgml do not generate
2005-12-14  Sven Neumann  <sven@gimp.org>

	* libgimpbase/Makefile.am
	* libgimpbase/libgimpbase-docs.sgml
	* libgimpbase/libgimpbase-sections.txt: do not generate API docs
	for the private wire protocol API.

	* libgimp/libgimp-sections.txt: added new path API.

	* libgimpbase/tmpl/gimpprotocol.sgml
	* libgimpbase/tmpl/gimpwire.sgml: removed from CVS.

	* libgimp/tmpl/gimppaths.sgml
	* libgimpbase/tmpl/gimpenv.sgml: regenerated.
2005-12-14 13:36:12 +00:00
Sven Neumann 39e866d9c0 Added support for binary relocation by means of binreloc, largely based on
2005-11-06  Sven Neumann  <sven@gimp.org>

	Added support for binary relocation by means of binreloc, largely
	based on a patch by Hongli Lai:

	* m4macros/Makefile.am
	* m4macros/binreloc.m4: new file providing a macro to check for
	binreloc support.

	* acinclude.m4
	* configure.in: use the macro.

	* libgimpbase/Makefile.am
	* libgimpbase/gimpreloc.[ch]: new files providing binreloc support
	on Linux.

	* libgimpbase/gimpenv.[ch]: use binreloc, provide a function to
	initialize the environment machinery.

	* libgimpbase/gimpbase.def: updated.

	* app/Makefile.am: fiddle with the LDFLAGS for binreloc.

	* app/main.c (main): gimp_env_init(FALSE).

	* libgimp/gimp.c (gimp_main): gimp_env_init(TRUE).
2005-11-06 01:06:41 +00:00
Sven Neumann 6a915a6559 added GimpGridStyle.
2005-11-04  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt: added GimpGridStyle.

	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpwidgets/tmpl/gimppageselector.sgml: regenerated.
2005-11-04 20:57:53 +00:00
Sven Neumann 6912227651 added run-mode parameter to file_open_layer().
2005-10-17  Sven Neumann  <sven@gimp.org>

	* app/file/file-open.[ch]: added run-mode parameter to
	file_open_layer().

	* app/dialogs/file-open-dialog.c
	* app/display/gimpdisplayshell-dnd.c
	* app/widgets/gimplayertreeview.c: pass GIMP_RUN_INTERACTIVE to
	file_open_layer().

	* tools/pdbgen/pdb/fileops.pdb: export file_open_layer() to the PDB
	as file-load-layer.

	* app/pdb/fileops_cmds.c
	* app/pdb/internal_procs.c
	* libgimp/gimpfileops_pdb.[ch]: regenerated.

	* libgimp/gimp.def: updated.
2005-10-17 15:15:20 +00:00
Sven Neumann d4d69df6d9 libgimp/gimpaspectpreview.c added missing API docs.
2005-10-05  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpaspectpreview.c
	* libgimp/gimpzoompreview.c: added missing API docs.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpgrid.sgml: added new Grid PDB API.

	* libgimp/tmpl/gimpzoompreview.sgml: updated.
2005-10-05 13:50:09 +00:00
Sven Neumann 2931a99023 libgimp/libgimp-sections.txt libgimp/tmpl/gimpbuffer.sgml updated.
2005-09-30  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpbuffer.sgml
	* libgimp/tmpl/gimpprogress.sgml: updated.
2005-09-30 12:35:28 +00:00
Sven Neumann fdc8ed7f57 libgimpwidgets/libgimpwidgets-sections.txt
2005-09-28  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimppreview.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml
	* libgimpwidgets/tmpl/gimpstock.sgml: updated.
2005-09-28 18:04:33 +00:00
Michael Natterer 2e90d5f003 removed one '../' from xml:base. Fixes inlinegraphics of stock images.
2005-09-27  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/tmpl/gimpstock.sgml: removed one '../' from
	xml:base. Fixes inlinegraphics of stock images.
2005-09-27 19:27:42 +00:00
Sven Neumann a2084107f3 libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2005-09-27  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimp/tmpl/gimpbuffer.sgml
	* libgimp/tmpl/gimpedit.sgml
	* libgimp/tmpl/gimpzoompreview.sgml
	* libgimp/libgimp-docs.sgml: added new buffer API and GimpZoomPreview.
2005-09-27 15:02:04 +00:00
Sven Neumann 3d0adbf117 removed GimpZoomWidgetType.
2005-09-25  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpwidgetsenums.[ch]: removed GimpZoomWidgetType.

	* libgimpwidgets/gimpzoommodel.[ch]: removed gimp_zoom_widget_new()
	in favor of gimp_zoom_button_new().

	* libgimp/gimpzoompreview.c: changed accordingly.

	* libgimpwidgets/gimpwidgets.def: updated.

	* plug-ins/MapObject/mapobject_main.[ch]
	* plug-ins/MapObject/mapobject_preview.c
	* plug-ins/MapObject/mapobject_ui.c: use a GimpZoomModel and let
	it create the zoom buttons.

	* plug-ins/MapObject/mapobject_apply.c
	* plug-ins/MapObject/mapobject_image.c
	* plug-ins/MapObject/mapobject_shade.c: include "gimp/gimpui.h".
2005-09-25 21:22:39 +00:00
Sven Neumann 8d60ac2f40 *** empty log message *** 2005-09-25 10:17:41 +00:00
David Odin 5f32493cc8 remove the GIMP_ZOOM_LABEL value from GimpZoomWidgetType.
* libgimpwidgets/gimpwidgetsenums.h: remove the GIMP_ZOOM_LABEL value
  from GimpZoomWidgetType.

* libgimpwidgets/gimpwidgetsenums.c: regenerated.

* libgimp/gimpzoompreview.c: provides two read only properties,
  "fraction" and "percentage" to be used with prop widgets.

* libgimpwidgets/gimpzoommodel.c: use a gimp_prop_label to show the
  zoom fraction.
2005-09-24 21:12:56 +00:00
Sven Neumann a8b1565416 qmask became quick-mask.
2005-09-20  Sven Neumann  <sven@gimp.org>

        * app/app-docs.sgml:
        * app/app-sections.txt: qmask became quick-mask.
2005-09-20 12:24:08 +00:00
Michael Natterer 63356a86cb :2005-09-12 Michael Natterer <mitch@gimp.org>
* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: some updates.
2005-09-12 18:47:26 +00:00
Michael Natterer da2cd26ec9 GimpUnitVTable -> GimpUnitVtable.
2005-09-10  Michael Natterer  <mitch@gimp.org>

	* tools/units.c (units_init): GimpUnitVTable -> GimpUnitVtable.
2005-09-10 12:31:50 +00:00
Sven Neumann f96f94e933 updated.
2005-09-10  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: updated.

	* libgimp/tmpl/gimpprogress.sgml
	* libgimp/tmpl/gimpui.sgml
	* libgimpbase/tmpl/gimpbaseenums.sgml: regenerated.
2005-09-10 00:32:18 +00:00
Sven Neumann 293ebe5ad8 added new functions.
2005-09-05  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: added new functions.

	* libgimp/tmpl/gimpdisplay.sgml
	* libgimp/tmpl/gimpedit.sgml
	* libgimp/tmpl/gimpui.sgml: regenerated.
2005-09-05 21:35:47 +00:00
Sven Neumann bf6ed418b6 added new functions.
2005-09-03  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: added new functions.

	* libgimp/tmpl/gimpedit.sgml: regenerated.
2005-09-03 14:13:58 +00:00
Sven Neumann dc8bdb4fa1 app/base/siox.[ch] fixed API docs.
2005-08-25  Sven Neumann  <sven@gimp.org>

	* app/base/siox.[ch]
	* app/core/gimpscanconvert.c: fixed API docs.

2005-08-25  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt
	* app/app.types: minor updates.

	* libgimpbase/tmpl/gimputils.sgml: regenerated.
2005-08-25 16:52:46 +00:00
Michael Natterer 5c471f9c98 app/Makefile.am app/app-docs.sgml app/app-sections.txt lots of updates and
2005-08-21  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: lots of updates and fixes, still not completely
	up-to-date.
2005-08-21 17:43:23 +00:00
Michael Natterer 1880f18b7d added the proc browser and view stuff.
2005-08-03  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt: added the proc browser and view
	stuff.

	* libgimp/libgimp.types: added gimp_proc_browser_dialog_get_type.

	* libgimp/libgimp-docs.sgml: added their sections, added some
	missing symbols.

	* libgimp/tmpl/gimpprocbrowserdialog.sgml
	* libgimp/tmpl/gimpprocview.sgml: new files.

	* libgimp/tmpl/gimp.sgml
	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimplayer.sgml: regenerated.
2005-08-03 12:24:05 +00:00
Michael Natterer 4085329839 added GimpForegroundSelectMode stuff and gimp_canonicalize_identifier().
2005-08-03  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/libgimpbase-sections.txt: added
	GimpForegroundSelectMode stuff and gimp_canonicalize_identifier().

	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpbase/tmpl/gimputils.sgml: regenerated.
2005-08-03 10:08:28 +00:00
Sven Neumann 4f870bc132 deprecated RGB intensity functions and definitions. These coefficients do
2005-08-03  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb.[ch]: deprecated RGB intensity functions
	and definitions. These coefficients do not accurately compute
	luminance for contemporary monitors. Instead the coefficients from
	the sRGB spec should be used which have now been added.

	* libgimpcolor/gimpcolor.def: updated.

	* libgimp/gimpdrawable.c
	* libgimp/gimppixelfetcher.c
	* app/base/colorize.c
	* app/base/levels.c
	* app/base/temp-buf.c
	* app/core/gimpdrawable-blend.c
	* app/core/gimpdrawable-convert.c
	* app/core/gimpdrawable-desaturate.c
	* app/core/gimpimage-convert.c
	* app/core/gimpimage.c
	* app/gui/splash.c
	* app/widgets/gimpgradienteditor.c
	* modules/colorsel_triangle.c
	* plug-ins/common/aa.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/colorify.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/displace.c
	* plug-ins/common/engrave.c
	* plug-ins/common/gradmap.c
	* plug-ins/common/grid.c
	* plug-ins/common/mng.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/png.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/gflare/gflare.c
	* plug-ins/gfli/gfli.c
	* plug-ins/maze/handy.c
	* plug-ins/pagecurl/pagecurl.c: use gimp_rgb_luminance() and
	friends instead of the deprecated intensity functions.
2005-08-03 00:36:41 +00:00
Sven Neumann 772b47db6a libgimpwidgets/libgimpwidgets-sections.txt added gimp_preview_get_area().
2005-07-22  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimppreview.sgml: added gimp_preview_get_area().
2005-07-22 07:43:58 +00:00
Sven Neumann 36d77e367f fixed signedness of argument in call to XQueryTree().
2005-07-17  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c (find_toplevel_window): fixed signedness of
	argument in call to XQueryTree().
2005-07-17 21:06:29 +00:00
Sven Neumann 1e568e1c58 only build the doc-shooter if --enable-gtk-doc was passed to configure.
2005-07-14  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc
	was passed to configure.
2005-07-14 13:04:25 +00:00
Michael Natterer c3d25ffb89 converted spaces to tabs.
2005-07-08  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/Makefile.am: converted spaces to tabs.

	* libgimpwidgets/libgimpwidgets.types: added GimpBrowser and
	GimpScrolledPreview.

	* libgimpwidgets/tmpl/gimpbrowser.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: regenerated.
2005-07-08 16:08:50 +00:00
Michael Natterer 2a5be9758e tools/widgets.c libgimpwidgets/visual-index.xml added GimpPageSelector to
2005-07-08  Michael Natterer  <mitch@gimp.org>

	* tools/widgets.c
	* libgimpwidgets/visual-index.xml
	* libgimpwidgets/images/gimp-page-selector.png: added
	GimpPageSelector to doc-shooter.
2005-07-08 10:29:02 +00:00
Michael Natterer 1fbd2d5188 gtk-doc 1.4 added the Stability_Level section all over the place.
2005-07-07  Michael Natterer  <mitch@gimp.org>

	* libgimp*/tmpl/*.sgml: gtk-doc 1.4 added the Stability_Level
	section all over the place.
2005-07-07 16:33:31 +00:00
Manish Singh a8b0844e0a Reorder #includes so things compile everywhere. Fixes bug #309562.
2005-07-05  Manish Singh  <yosh@gimp.org>

        * tools/shooter.c: Reorder #includes so things compile everywhere.
        Fixes bug #309562.
2005-07-06 04:47:49 +00:00
Sven Neumann 825d5c0d02 libgimpwidgets/libgimpwidgets-docs.sgml
2005-07-01  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimppageselector.sgml: added GimpPageSelector.
2005-07-01 14:18:38 +00:00
Sven Neumann 1e0b0eda1e added an explanatory label to GimpBrowser.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: added an explanatory label to GimpBrowser.

	* libgimpwidgets/images: updated screenshots.
2005-06-27 16:23:34 +00:00
Sven Neumann 51897fdc73 always build the doc-shooter; keeps it from bit-rotting.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: always build the doc-shooter; keeps it from
	bit-rotting.

	* tools/widgets.c: added GimpEnumLabel.
2005-06-27 15:55:13 +00:00
Sven Neumann 8c25c83da4 libgimpwidgets/libgimpwidgets-sections.txt updated.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpenumcombobox.sgml: updated.
2005-06-27 13:42:32 +00:00
Sven Neumann b10218ce5a allow to access (read-only) the current color management configuration
2005-06-26  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/gimprc.pdb: allow to access (read-only) the
	current color management configuration through the PDB.

	* libgimp/gimpgimprc_pdb.[ch]
	* app/pdb/gimprc_cmds.c
	* app/pdb/internal_procs.c: regenerated.

	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimpgimprc.[ch]: wrap the new PDB function to make it
	easier to use from plug-ins. This change adds a dependency on
	libgimpconfig to libgimp.

	* gimp.pc.in: changed accordingly.

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/gfig/gfig-dialog.c
	* plug-ins/gflare/gflare.c: no need to include gimpconfig.h
	explicitely any longer.

	* libgimp/gimpfontselectbutton.c: fixed gtk-doc comments.
2005-06-26 12:53:31 +00:00
Sven Neumann 449080818b libgimpwidgets/libgimpwidgets-docs.sgml
2005-06-25  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimpenumlabel.sgml
	* libgimpwidgets/tmpl/gimppropwidgets.sgml: added GimpEnumLabel.
2005-06-24 23:09:40 +00:00
Sven Neumann b333a3217d libgimpconfig/tmpl/gimpcolorconfig.sgml regenerated.
2005-06-24  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/tmpl/gimpcolorconfig.sgml
	* libgimpwidgets/tmpl/gimpbrowser.sgml: regenerated.
2005-06-24 20:33:54 +00:00
Sven Neumann 638ed0e14b removed obsolete AUTOMAKE_OPTIONS.
2005-06-14  Sven Neumann  <sven@gimp.org>

	* */Makefile.am: removed obsolete AUTOMAKE_OPTIONS.
2005-06-14 12:48:54 +00:00
Sven Neumann c25772b597 libgimp/libgimp-sections.txt libgimp/libgimp.types
2005-06-04  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: updated.

	* libgimp/tmpl/gimpdrawablecombobox.sgml
	* libgimp/tmpl/gimpenums.sgml
	* libgimp/tmpl/gimpvectors.sgml
	* libgimpwidgets/tmpl/gimpcolorarea.sgml: regenerated.
2005-06-04 13:44:27 +00:00
Sven Neumann e905e899bc libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2005-05-29  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimp/tmpl/gimpimagecombobox.sgml
	* libgimp/tmpl/gimpvectors.sgml: updated.
2005-05-29 13:24:12 +00:00
Sven Neumann 5190f74be5 app/app-docs.sgml app/app-sections.txt updated.
2005-05-25  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2005-05-25 11:23:59 +00:00
Sven Neumann 9c5166ef9c libgimpwidgets/libgimpwidgets-docs.sgml
2005-05-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpcolorarea.sgml
	* libgimpwidgets/tmpl/gimpcolorbutton.sgml: updated.

	* libgimpwidgets/tmpl/gimpbrowser.sgml: new file.

	* tools/widgets.c: added GimpBrowser, changed widget packing.
2005-05-20 22:05:01 +00:00
Sven Neumann 0a084c60e0 fixed email address 2005-05-12 11:28:34 +00:00
Sven Neumann 71070f4585 app/app-docs.sgml app/app-sections.txt updated.
2005-05-12  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2005-05-12 11:26:47 +00:00
Sven Neumann 06e8324687 minor update 2005-05-09 07:53:42 +00:00
Sven Neumann ae9d1fc27c libgimpwidgets/visual-index.xml removed placeholder for GimpPixmap
2005-04-28  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml
	* libgimpwidgets/images/gimp-pixmap.png: removed placeholder for
	GimpPixmap illustration. This widget is about to be deprecated
	anyway.
2005-04-28 16:02:39 +00:00
Sven Neumann fedce533a2 corrected variable names.
2005-04-28  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-scale.h: corrected variable names.
2005-04-28 14:43:11 +00:00
Sven Neumann 6cd2dd5d1e regenerated.
* libgimpwidgets/images/*.png: regenerated.
2005-04-28 14:28:03 +00:00
Sven Neumann dde381c190 tools/Makefile.am added a very basic GimpUnit implementation.
2005-04-28  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/units.[ch]: added a very basic GimpUnit implementation.

	* tools/shooter.c
	* tools/widgets.c: initialize the units and enable GimpUnitMenu.
2005-04-28 14:22:25 +00:00
Sven Neumann 710f62ab0f read the GIMP gtkrc file.
2005-04-23  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c: read the GIMP gtkrc file.
2005-04-23 12:29:08 +00:00