Commit Graph

15524 Commits

Author SHA1 Message Date
Sven Neumann 40acf49518 libgimpwidgets/gimpstock.c reverted the change to register a wilber icon
2005-04-20  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpstock.c
	* themes/Default/images/Makefile.am: reverted the change to
	register a wilber icon in button size; it broke the color selector.
2005-04-20 17:24:33 +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 3f9acbdbae fixed typos in comments.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb-parse.c: fixed typos in comments.
2005-04-20 12:47:17 +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 9c376b389f cosmetics.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpui.c (gimp_ensure_modules): cosmetics.
2005-04-20 09:33:16 +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
Gareth Owen 794eaedff6 Updated British English translation 2005-04-20 01:54:51 +00:00
Gareth Owen 14b5a00091 Updated British English translation 2005-04-20 00:44:16 +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
Sven Neumann fe06c3018f set charset to UTF-8. Initialize the filename from the image's filename.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/mail.c: set charset to UTF-8. Initialize the
	filename from the image's filename. Don't set From: if the Sender
	entry remains blank. Reordered dialog.
2005-04-20 00:40:32 +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
Michael Natterer 652bdb7f4a initialize text_layer_flags with 0 so it doesn't contain random garbage if
2005-04-20  Michael Natterer  <mitch@gimp.org>

	* app/xcf/xcf-load.c (xcf_load_layer): initialize text_layer_flags
	with 0 so it doesn't contain random garbage if the text layer
	flags in the XCF have default values (are not saved at all). Fixes
	bug #301028. Initialize other stuff too for the sake of sanity.
2005-04-19 23:19:51 +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 d499f476af fixed broken UTF-8 2005-04-19 20:45:50 +00:00
Michael Natterer c4832468a1 applied patch from Karine Delvare which adds gimp_desaturate_full(). Fixes
2005-04-19  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb/color.pdb: applied patch from Karine Delvare
	which adds gimp_desaturate_full(). Fixes bug #155507.

	* app/pdb/color_cmds.c
	* app/pdb/internal_procs.c
	* libgimp/gimpcolor_pdb.[ch]: regenerated.

	* libgimp/gimp.def: added the new symbol.
2005-04-19 20:31:30 +00:00
Michael Natterer ed9f887614 bail out early if the coords are out-of-image plus a border of the
2005-04-19  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage-snap.c: bail out early if the coords are
	out-of-image plus a border of the snapping epsilon, and not just
	out-of-image. Fixes bug #169892.
2005-04-19 19:57:27 +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
Manish Singh 76c85d918a #include gimpwidgets.h for gimp_spin_button_new().
2005-04-18  Manish Singh  <yosh@gimp.org>

        * libgimpwidgets/gimpsizeentry.c: #include gimpwidgets.h for
        gimp_spin_button_new().

        * plug-ins/jpeg/jpeg-load.c
        * plug-ins/jpeg/jpeg-save.c
        * plug-ins/metadata/interface.c
        * plug-ins/metadata/xmp-parse.c: 64-bit safety for some of the
        debugging g_prints.
2005-04-18 23:38:25 +00:00
Francisco Javier F. Serrador d84cffa583 Updated Spanish translation.
2005-04-18  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2005-04-18 21:53:26 +00:00
Manish Singh 11a8643091 Really remove all non-applicable copyright statements 2005-04-18 19:07:07 +00:00
Manish Singh a34f893f7d Redo comment for spot_PSsquare and spot_PSdiamonds, since the code was not
2005-04-18  Manish Singh  <yosh@gimp.org>

        * plug-ins/common/newsprint.c: Redo comment for spot_PSsquare
        and spot_PSdiamonds, since the code was not a derived work in
        the copyright sense. It is a C implementation of the same
        algorithm.
2005-04-18 19:02:18 +00:00
Raphael Quinet d54c1ee801 Added comment to clarify the copyright notice (bug #301076).
2005-04-18  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/common/newsprint.c: Added comment to clarify the
	copyright notice (bug #301076).
2005-04-18 16:29:00 +00:00
Sven Neumann e2021afbc4 argh, wrong email address (again) 2005-04-18 16:10:33 +00:00
Sven Neumann 925c0a64ee invalidate layer previews when the colormap changes. Fixes bug #301033.
2005-04-18  Sven Neumann  <neumann@jpk.com>

	* app/core/gimpimage.c (gimp_image_real_colormap_changed):
	invalidate layer previews when the colormap changes. Fixes
	bug #301033.
2005-04-18 16:08:56 +00:00
Michael Natterer 88378adfde Connect to the GimpImage::update-sample-point and GimpProjection::update
2005-04-18  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpsamplepointeditor.[ch]: Connect to the
	GimpImage::update-sample-point and GimpProjection::update signals
	and idle-pick colors at the sample points' coordinates.
	Addresses bug #137776.
2005-04-18 13:54:24 +00:00
Sven Neumann 1ff66ea24c restrict the menus to 15 items.
2005-04-18  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: restrict the menus to 15 items.
2005-04-18 10:50:44 +00:00
Raphael Quinet c9979abf5f Added parameter 'columns' to base64_encode() to add optional line breaks
2005-04-18  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/metadata/base64.[ch]: Added parameter 'columns' to
	base64_encode() to add optional line breaks in the output.
	Improved documentation.
2005-04-18 05:06:48 +00:00
Kevin Cozens 5c1b759a42 Made readstr_upto() stop reading input when it hits a NUL byte. Fixes
2005-04-17  Kevin Cozens  <kcozens@cvs.gimp.org>

	* tinyscheme/scheme.c: Made readstr_upto() stop reading input when it
	hits a NUL byte. Fixes problem reported by Sam Phillips. Added check
	for an EOF character in is_one_of() as was in the original version of
	TinyScheme. Also removed some #if'ed code.
2005-04-17 18:10:21 +00:00
Sven Neumann 129f83e205 code cleanup 2005-04-17 17:02:46 +00:00
Sven Neumann 9db2219e74 workaround a GTK+ bug to make the tooltips for the Back and Forward
2005-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: workaround a GTK+ bug to make the
	tooltips for the Back and Forward buttons appear.
2005-04-17 16:32:10 +00:00
Sven Neumann b73e908ca5 use gimp_spin_button_new() which calls gtk_spin_button_set_numeric() for
2005-04-17  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpsizeentry.c: use gimp_spin_button_new() which
	calls gtk_spin_button_set_numeric() for us. Part of a fix for bug
	#300935.

	* libgimpwidgets/gimpwidgets.c: improved the API docs for
	gimp_spin_button_new().

	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimplevelstool.c
	* plug-ins/common/screenshot.c
	* plug-ins/ifscompose/ifscompose.c
	* plug-ins/rcm/rcm_dialog.c
	* plug-ins/script-fu/script-fu-interface.c
	* plug-ins/winsnap/winsnap.c: use gimp_spin_button_new().
2005-04-17 15:28:28 +00:00
Sven Neumann ea67630394 set a busy cursor while loading a page. Offer drag as "text/uri-list" in
2005-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: set a busy cursor while loading a
	page. Offer drag as "text/uri-list" in addition to "_NETSCAPE_URL".
2005-04-17 13:17:33 +00:00
Adam Weinberger 512ea694fc Updated Canadian English translation.
2005-04-17  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.
2005-04-17 06:25:01 +00:00
Sven Neumann 92bc757db7 corrected ChangeLog entry 2005-04-17 01:27:37 +00:00
Sven Neumann 99140085c3 libgimpwidgets/gimpstock.c register a wilber in button size.
2005-04-17  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpstock.c
	* themes/Default/images/Makefile.am: register a wilber in button size.

	* plug-ins/helpbrowser/gimpthrobber.c: choose a slightly larger
	icon than the configured size for toolbars.
2005-04-17 01:22:35 +00:00
Sven Neumann f0d1f905ed added actions to zoom in/out.
2005-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: added actions to zoom in/out.

	* plug-ins/helpbrowser/gimpthrobberaction.[ch]: fixed handling of
	overflow menu items.
2005-04-17 00:57:22 +00:00
Sven Neumann dab360d9d4 plug-ins/helpbrowser/Makefile.am plug-ins/helpbrowser/gimpthrobber.[ch]
2005-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/Makefile.am
	* plug-ins/helpbrowser/gimpthrobber.[ch]
	* plug-ins/helpbrowser/gimpthrobberaction.[ch]: new files
	implementing a custom GtkToolItem and a GtkAction to use it.

	* plug-ins/helpbrowser/dialog.c: use the new widget.
2005-04-17 00:22:50 +00:00
Sven Neumann 1967e63d6a app/widgets/gimpaction.h app/widgets/gimpactiongroup.h
2005-04-17  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpaction.h
	* app/widgets/gimpactiongroup.h
	* app/widgets/gimpcellrendereraccel.h
	* app/widgets/gimpenumaction.h
	* app/widgets/gimppluginaction.h
	* app/widgets/gimpstringaction.h
	* app/widgets/gimpuimanager.h: declare get_type() function as
	G_GNUC_CONST.
2005-04-16 23:48:29 +00:00