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 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.
* 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 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 Sven Neumann <sven@gimp.org>
* tools/Makefile.am
* tools/shooter.c
* tools/widgets.[ch]: some minor cleanups, removed unused includes,
made code multihead-safe.
* 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 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.
* 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 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 Sven Neumann <sven@gimp.org>
* libgimpwidgets/Makefile.am
* libgimpwidgets/libgimpwidgets-docs.sgml: fixed the build, use
XInclude to include visual-index.xml.
* 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-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-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-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.