Commit Graph

626 Commits

Author SHA1 Message Date
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
Sven Neumann 25b28a10a2 tools/shooter.c tweaked spacings.
2005-04-23  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c
	* tools/widgets.c: tweaked spacings.
2005-04-23 10:26:29 +00:00
David Odin f78983c82d use the correct ChangeLog! 2005-04-20 23:31:12 +00:00
David Odin 4e305ecfb7 added all but the GimpPixmap widget. The unit menu shot is also very
* devel-docs/tools/widgets.c: added all but the GimpPixmap widget.
  The unit menu shot is also very buggy.

* devel-docs/libgimpwidgets/images/gimp-color-area.png
* devel-docs/libgimpwidgets/images/gimp-color-button.png
* devel-docs/libgimpwidgets/images/gimp-color-hex-entry.png
* devel-docs/libgimpwidgets/images/gimp-color-scale.png
* devel-docs/libgimpwidgets/images/gimp-color-selection.png
* devel-docs/libgimpwidgets/images/gimp-dialog.png
* devel-docs/libgimpwidgets/images/gimp-enum-combo-box.png
* devel-docs/libgimpwidgets/images/gimp-int-combo-box.png
* devel-docs/libgimpwidgets/images/gimp-memsize-entry.png
* devel-docs/libgimpwidgets/images/gimp-offset-area.png
* devel-docs/libgimpwidgets/images/gimp-path-editor.png
* devel-docs/libgimpwidgets/images/gimp-pick-button.png
* devel-docs/libgimpwidgets/images/gimp-preview-area.png
* devel-docs/libgimpwidgets/images/gimp-unit-menu.png: updated all
  these files.
2005-04-20 21:55:33 +00:00
Sven Neumann 92f1be2b16 the changelog entry I forgot to commit this 2005-04-20 19:16:58 +00:00
Sven Neumann 8f35354ef7 adapted for GIMP.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/README.shooter: adapted for GIMP.

	* tools/Makefile.am (EXTRA_DIST): include it in the tarball.
2005-04-20 17:53:05 +00:00
Sven Neumann 3024d1298c changelog entry 2005-04-20 17:13:57 +00:00
Sven Neumann 7dc25e618a tools/Makefile.am tools/shooter.c fixed includes and dependencies, expand
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/shooter.c
	* tools/widgets.c: fixed includes and dependencies, expand the path
	returned from gimp_config_build_data_path(), use common color code.
2005-04-20 17:12:31 +00:00
Sven Neumann 35d697bd31 I am stupid and the gdk_pixbuf_fill() API sucks! 2005-04-20 12:51:44 +00:00
Sven Neumann 2a6490f7c7 ooops, solid black is 0xFF000000, of course 2005-04-20 12:18:42 +00:00
Sven Neumann 802952a219 set an application name, pass the default module path to
* tools/shooter.c: set an application name, pass the default
       module path to gimp_module_db_load().
2005-04-20 12:10:00 +00:00
Sven Neumann 880fa8e586 set an application name, pass the default module path to
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c: set an application name, pass the default
	module path to gimp_module_db_load().
2005-04-20 12:08:46 +00:00
David Odin a25777d322 cleanup cleanup and added two new widgets: frame and path editor.
* tools/shooter.c: cleanup
* tools/widgets.c: cleanup and added two new widgets: frame and path
  editor.

* libgimpwidgets/images/gimp-chain-button.png
* libgimpwidgets/images/gimp-color-button.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-color-selection.png: updated.

* libgimpwidgets/images/gimp-frame.png
* libgimpwidgets/images/gimp-path-editor.png: new shots.
2005-04-20 11:23:35 +00:00
Sven Neumann a1521b9b74 do not build doc-shooter by default.
* tools/Makefile.am: do not build doc-shooter by default.
2005-04-20 11:01:52 +00:00
Sven Neumann 6ad45cb8f1 do not build doc-shooter by default.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: do not build doc-shooter by default.
2005-04-20 11:00:17 +00:00
Sven Neumann 2147e5029c tools/Makefile.am tools/shooter.c some minor cleanups, removed unused
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/shooter.c
	* tools/widgets.[ch]: some minor cleanups, removed unused includes,
	made code multihead-safe.
2005-04-20 09:08:53 +00:00
David Odin 18df82df65 new tools to generate screenshots for the widget gallery. added the tools
* devel-docs/tools/*: new tools to generate screenshots for the widget gallery.
* devel-docs/Makefile.am: added the tools subdir.
* configure.in: modified accordingly.
2005-04-20 00:41:15 +00:00
David Odin 6288dc0d22 libgimpwidgets/images/gimp-button.png
* libgimpwidgets/images/gimp-button.png
* libgimpwidgets/images/gimp-chain-button.png
* libgimpwidgets/images/gimp-color-area.png
* libgimpwidgets/images/gimp-color-button.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-file-entry.png: updated.
2005-04-20 00:17:02 +00:00
Sven Neumann 36afa78633 reordered a stock icon.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: reordered a stock icon.

	* libgimpwidgets/visual-index.xml: let the xml:base attribute
	point to the file itself.

	* libgimpwidgets/tmpl/gimpstock.sgml: do nasty things with
	xml:base attributes that seem to persuade the XSLT processor to
	generate HTML that points to icon images.
2005-04-19 22:47:33 +00:00
Sven Neumann f390e6db50 added new functions.
2005-04-19  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimpcolor.sgml
	* libgimp/tmpl/gimpimage.sgml: regenerated.
2005-04-19 21:47:22 +00:00
David Odin 2ecc4dfae3 libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-color-selection.png
* libgimpwidgets/images/gimp-file-entry.png: real screenshot for these
  widgets.
2005-04-19 20:52:12 +00:00
Sven Neumann 3643e719ac added an XML header and a DOCTYPE declaration and specify an xml:base for
2005-04-19  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml: added an XML header and a DOCTYPE
	declaration and specify an xml:base for the images.

	* libgimpwidgets/libgimpwidgets-docs.sgml: specify a chapter id so
	that we get a nicer filename for the generated HTML file.
2005-04-19 19:22:49 +00:00
Sven Neumann 7003c4cb65 libgimpwidgets/Makefile.am fixed the build, use XInclude to include
2005-04-19  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/libgimpwidgets-docs.sgml: fixed the build, use
	XInclude to include visual-index.xml.
2005-04-19 14:16:46 +00:00
David Odin 0ccf44dcf5 use the right ChangeLog file and filename policy. 2005-04-19 14:05:01 +00:00
David Odin 0b5b814a76 added this file so we have a "visual widget gallery" in our docs.
* devel-docs/libgimpwidgets/visual_index.xml: added this file so we
  have a "visual widget gallery" in our docs.

* devel-docs/libgimpwidgets/Makefile.am
* devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml: added
  visual_index.xml.

* devel-docs/libgimpwidgets/images/gimp-*.png: placeholders for real
  widget screenshots.
2005-04-19 13:50:59 +00:00
Sven Neumann 5448fc9056 added gimp_desaturate_mode_get_type.
2005-04-16  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimpbase.def: added gimp_desaturate_mode_get_type.

2005-04-16  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimpbaseenums.sgml: added new enum.
2005-04-16 20:20:54 +00:00
Sven Neumann d28d006bc2 app/app-docs.sgml app/app-sections.txt udpated.
2005-04-13  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: udpated.
2005-04-13 17:04:54 +00:00
Sven Neumann 333593daf4 changed GimpConfig utility functions to take GObject variables instead of
2005-04-07  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpconfig-utils.[ch]: changed GimpConfig utility
	functions to take GObject variables instead of GimpConfig. There's
	nothing GimpConfig specific about these utilities.

	* app/actions/templates-commands.c
	* app/actions/tool-options-commands.c
	* app/base/base.c
	* app/config/gimpcoreconfig.c
	* app/config/gimpdisplayconfig.c
	* app/config/gimprc.c
	* app/core/gimpimage-grid.c
	* app/core/gimpimage-new.c
	* app/core/gimpstrokedesc.c
	* app/dialogs/grid-dialog.c
	* app/dialogs/image-new-dialog.c
	* app/dialogs/stroke-dialog.c
	* app/display/gimpdisplayshell.c
	* app/text/gimptextlayer.c
	* app/text/gimptextundo.c
	* app/tools/gimptextoptions.c
	* libgimpconfig/gimpconfig-iface.c: changed accordingly.
2005-04-07 10:05:54 +00:00
Sven Neumann 7647db537b added new function to reset a single property to its default value.
2005-04-06  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpconfig-utils.[ch]: added new function to reset
	a single property to its default value.

	* libgimpconfig/gimpconfig.def: updated.

	* app/config/gimpbaseconfig.[ch]: reverted last change.

	* app/base/base.c: use gimp_config_reset_property() instead.
2005-04-06 21:37:40 +00:00
Sven Neumann 807f04ee26 fixed my email address 2005-04-04 10:18:12 +00:00
Sven Neumann 9046775a47 libgimpwidgets/libgimpwidgets-sections.txt added new stock icons.
2005-04-04  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: added new stock icons.
2005-04-04 10:17:44 +00:00
Sven Neumann bd48c4b0f8 app/app-docs.sgml app/app-sections.txt updated.
2005-03-31  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2005-03-31 16:24:05 +00:00
Sven Neumann 3f06d2349b ooops 2005-03-25 18:06:43 +00:00
Sven Neumann 7e6f17860f app/app-docs.sgml updated.
2005-03-25  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2005-03-25 18:03:22 +00:00
Sven Neumann 759cec2168 gtk-doc update 2005-03-25 00:45:17 +00:00
Sven Neumann afb6274e51 libgimp/libgimp-sections.txt updated.
2005-03-24  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpplugin.sgml: updated.
2005-03-24 16:56:01 +00:00
Sven Neumann a93f4bdb94 app/app-docs.sgml updated.
2005-03-23  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2005-03-23 16:38:26 +00:00
Sven Neumann a974e4ba79 cosmetic changes.
2005-03-20  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-transform-utils.c (gimp_transform_matrix_perspective):
	cosmetic changes.

	* libgimpmath/gimpmatrix.[ch]
	* libgimpmath/gimpmath.def: added gimp_matrix_is_affine().
2005-03-20 00:09:29 +00:00
Sven Neumann 3285ee6ef5 renamed again, to gimp_palette_[gs]et_columns this time.
2005-03-09  Sven Neumann  <sven@gimp.org>

	* app/core/gimppalette.[ch]: renamed again, to
	gimp_palette_[gs]et_columns this time.

	* app/dialogs/palette-import-dialog.c
	* app/widgets/gimppaletteeditor.c: changed accordingly.

	* tools/pdbgen/pdb/palette.pdb: renamed newly added PDB function.
	Also added a getter for the columns.

	* app/pdb/internal_procs.c
	* app/pdb/palette_cmds.c
	* libgimp/gimppalette_pdb.[ch]: regenerated.

	* libgimp/gimp.def: updated.
2005-03-09 00:50:09 +00:00
Sven Neumann 243cdf5306 renamed gimp_palette_[gs]et_n_columns to
2005-03-08  Sven Neumann  <sven@gimp.org>

	* app/core/gimppalette.[ch]: renamed gimp_palette_[gs]et_n_columns
	to gimp_palette_[gs]et_num_columns().

	* app/dialogs/palette-import-dialog.c
	* app/widgets/gimppaletteeditor.c: changed accordingly.

	* tools/pdbgen/pdb/palette.pdb: added new PDB function to control
	the number of columns used when displaying a palette (bug #169370).

	* app/pdb/internal_procs.c
	* app/pdb/palette_cmds.c
	* libgimp/gimppalette_pdb.[ch]: regenerated.

	* libgimp/gimp.def: updated.
2005-03-08 14:44:29 +00:00
Sven Neumann e6d8f87997 updated docs in app 2005-03-03 14:18:44 +00:00
Sven Neumann 3a4f1f697b libgimp/libgimp-docs.sgml libgimpbase/libgimpbase-docs.sgml
2005-03-03  Sven Neumann  <sven@gimp.org>

        * libgimp/libgimp-docs.sgml
        * libgimpbase/libgimpbase-docs.sgml
        * libgimpcolor/libgimpcolor-docs.sgml
        * libgimpconfig/libgimpconfig-docs.sgml
        * libgimpmath/libgimpmath-docs.sgml
        * libgimpmodule/libgimpmodule-docs.sgml
        * libgimpthumb/libgimpthumb-docs.sgml
        * libgimpwidgets/libgimpwidgets-docs.sgml: added several indices,
        one for all symbols, and lists of new symbols for GIMP 2.2 and
        2.4.  For this to work correctly, you need gtk-doc from CVS (see
        bug #168384). But don't worry, you can still build the docs with
        older versions.
2005-03-03 13:57:50 +00:00
Sven Neumann 75133b1a16 added new function.
2005-03-03  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimp.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpwidgets/tmpl/gimppropwidgets.sgml: removed unused
	parameters.

	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimpimage.sgml
	* libgimp/tmpl/gimppaths.sgml: regenerated.
2005-03-03 11:58:26 +00:00
Sven Neumann 49005d9bfd removed gimp_enum_combo_box_set_visible().
2005-03-01  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpenumcombobox.[ch]: removed
	gimp_enum_combo_box_set_visible().

	* libgimpwidgets/gimpintcombobox.[ch]: added
	gimp_int_combo_box_set_sensitivity() instead.

	* app/tools/gimpcurvestool.c
	* app/tools/gimplevelstool.c
	* app/widgets/gimphistogrameditor.c: changed accordingly.

	* libgimpwidgets/gimpenumstore.h: added padding for future expansion.

	* libgimpwidgets/gimpwidgets.def: updated.
2005-02-28 23:27:12 +00:00
Sven Neumann 3ee2a00974 added a title for the index 2005-02-25 13:58:31 +00:00