Commit Graph

272 Commits

Author SHA1 Message Date
Michael Natterer f7f9174a9c Revert "libgimpwidgets: remove gimp_color_profile_chooser_dialog_new()"
This reverts commit 2bfd0711e8.

Don't ask...
2016-05-07 00:57:40 +02:00
Michael Natterer 2bfd0711e8 libgimpwidgets: remove gimp_color_profile_chooser_dialog_new()
Its API was too limited, and adding parameters for what we need next
would be equally random. It's a rarely used and mostly internal
widget, so simply use g_object_new().
2016-05-06 22:57:32 +02:00
Michael Schumacher 4050f5c628 Theme 'Default' has been renamed to 'Color' 2016-01-12 21:23:48 +01:00
Michael Natterer 0a15b76a9f devel-docs: fix icon locations in the libgimpwidgets docs 2015-12-22 21:26:46 +01:00
Michael Natterer 71894bd787 libgimpwidgets: rename gimpstock.[ch] to gimpicons.[ch]
because stock is on its way out, so we better start renaming and
deprecating stuff sooner than later.
2015-12-12 20:44:46 +01:00
Michael Natterer bcdc7d6c72 devel-docs: more updates 2015-06-01 00:44:35 +02:00
Michael Natterer 8005eea835 Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments
because it confuses gtk-doc and breaks some links. Also change the
"Index of new symbols in GIMP 2.x" sections to be what seems to be the
modern standard (looked at the GLib and GTK+ docs), and update some
other stuff.
2015-05-31 21:18:09 +02:00
Michael Natterer c1e0929e61 devel-docs: add "Index of new symbols in GIMP 2.10" 2015-05-30 23:20:00 +02:00
Michael Natterer 04688e9c93 devel-docs: fix icons and widget screenshots in the libgimpwidgets docs
use the largest available named icon as image for the stock item, and
rename widget screenshots in order to avoid name clashes with named
icons.
2015-05-30 22:01:03 +02:00
Michael Natterer 6203cb5ee0 devel-docs: fix HTML_IMAGES Makefile variable
This doesn't fix the build of the stock IDs docs page yet.
2014-05-07 22:12:12 +02:00
Michael Natterer a387d2fe28 devel-docs: change the libgimpwidgets doc stuff so it handles GEGL types 2013-11-01 22:14:57 +01:00
Michael Natterer 2fa41c1e4e devel-docs: update docs for libgimpwidgets 2013-10-27 22:17:18 +01:00
Michael Natterer 26b6c9dadd devel-docs: update .gitignore 2011-12-03 23:38:29 +01:00
Michael Natterer ebbad40885 Doc fixes in both source comments and gtk-doc files 2011-11-25 21:39:55 +01:00
Michael Natterer 05cd8670c3 libgimpwidgets: deprecate gimp_toggle_button_sensitive_update()
Use g_object_bind_property() instead.
2011-05-11 22:13:33 +02:00
Michael Natterer 564c124921 devel-docs: make GimpUnitComboBox/GimpUnitStore show up properly 2011-04-28 17:58:45 +02:00
Michael Natterer cc47b2a600 libgimpwidgets/color: move the cairo color utility functions to libgimpcolor
Add CAIRO_CFLAGS to a lot of Makefiles to make this possible, and
because they pull in cairo via the libgimp headers.
2011-04-28 15:50:39 +02:00
Michael Natterer 268930f489 libgimpwidgets: gimp_pixmap_button_new, gimp_unit_menu_update -> gimpoldwidgets
where they belog. gimp_unit_menu_update() is newly deprecated.
2011-04-28 14:53:49 +02:00
Michael Natterer d41df9631c devel-docs: Update .gitignore in libgimpwidgets/tmpl 2011-04-14 22:37:58 +02:00
Michael Natterer d2828cb279 devel-docs: add lots of missing functions to foo-sections.txt 2011-04-14 22:01:33 +02:00
Michael Natterer b67aa5fe8b devel-docs: add --name-space=gimp to MKDB_OPTIONS 2011-04-14 21:27:29 +02:00
Michael Natterer b3ee51794d libgimpwidgets: fix most gtk-doc warnings 2010-07-05 19:04:15 +02:00
Michael Natterer 1f7ff98c45 libgimpwidgets: move docs from template files to inline comments
but leave the template file for gimpstock there because its contents
would be too much for gimpstock.h.
2010-07-05 18:01:28 +02:00
Martin Nordholts e3175cb155 devel-docs: Add missing "new symbols in GIMP 2.8" 2009-09-05 14:33:48 +02:00
Martin Nordholts fd481041bb devel-docs: Update 2.8 symbols (cont.) 2009-08-15 19:38:04 +02:00
Martin Nordholts eb73424044 devel-docs: Update 2.8 symbols 2009-08-15 17:06:43 +02:00
Martin Nordholts 4d7a6b10d1 Added .gitignore files generated with git svn create-ignore.
svn path=/trunk/; revision=27972
2009-01-31 11:37:44 +00:00
Michael Natterer 0c586f7b41 plug-ins/common/file-gih.c setting a spin button's page_increment to 1 is
2008-10-06  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/file-gih.c
	* plug-ins/common/file-xbm.c: setting a spin button's
	page_increment to 1 is of no use, set it to 10 instead.


svn path=/trunk/; revision=27148
2008-10-06 20:46:21 +00:00
Sven Neumann ee780698a2 libgimpwidgets/libgimpwidgets.types
2008-08-29  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets-docs.sgml: follow GimpRuler 
changes.

	* libgimpwidgets/tmpl/gimpruler.sgml: regenerated.

	* libgimpwidgets/tmpl/gimphruler.sgml
	* libgimpwidgets/tmpl/gimpvruler.sgml: removed.


svn path=/trunk/; revision=26813
2008-08-29 10:45:10 +00:00
Sven Neumann bde0eed72c libgimpwidgets/libgimpwidgets-sections.txt added new stock icon.
2008-06-12  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: added new stock icon.

svn path=/trunk/; revision=25936
2008-06-12 15:11:40 +00:00
Michael Natterer 57417566b2 libgimp/Makefile.am (GTKDOC_CFLAGS) undef GTK_DISABLE_SINGLE_INCLUDES and
2008-05-30  Michael Natterer  <mitch@gimp.org>

	* libgimp/Makefile.am (GTKDOC_CFLAGS)
	* libgimpwidgets/Makefile.am (GTKDOC_CFLAGS): undef
	GTK_DISABLE_SINGLE_INCLUDES and GIMP_DISABLE_DEPRECATED here.

	* libgimpwidgets/libgimpwidgets.types: don't try to #define or
	#undef anything here.


svn path=/trunk/; revision=25869
2008-05-30 10:48:56 +00:00
Sven Neumann 61f67a933e libgimpwidgets/libgimpwidgets-sections.txt
2008-05-29  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/libgimpwidgets-docs.sgml: added GimpRuler API,
	updated stock icons.

	* libgimpwidgets/tmpl/gimphruler.sgml
	* libgimpwidgets/tmpl/gimpruler.sgml
	* libgimpwidgets/tmpl/gimpstock.sgml
	* libgimpwidgets/tmpl/gimpvruler.sgml: regenerated.

svn path=/trunk/; revision=25856
2008-05-29 12:28:12 +00:00
Sven Neumann 82a6e606ab libgimpwidgets/libgimpwidgets-docs.sgml
2008-04-09  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml
	* libgimpwidgets/tmpl/gimpcairo-utils.sgml: added new stock 
icons
	and gimpcairo-utils.


svn path=/trunk/; revision=25440
2008-04-09 16:39:39 +00:00
Sven Neumann dc5d601675 use gtk_widget_set_tooltip_text() from gimp_help_set_help() and added
2007-11-22  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimphelpui.[ch]: use
	gtk_widget_set_tooltip_text() from gimp_help_set_help() and added
	gimp_help_set_help_data_with_markup() for the cases where markup
	is needed.

	* libgimpwidgets/gimpwidgets.def: updated.

	* app/tools/gimpselectionoptions.c
	* app/widgets/gimpeditor.c
	* app/widgets/gimpwidgets-utils.c: use the new function where markup
	in tooltips is being used.

	* app/widgets/gimptoolbox-color-area.c: no need to escape the
	ampersand any longer.

svn path=/trunk/; revision=24217
2007-11-22 13:59:06 +00:00
Sven Neumann 71297f7bf3 libgimpcolor/libgimpcolor-docs.sgml libgimpthumb/libgimpthumb-docs.sgml
2007-10-31  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/libgimpcolor-docs.sgml
	* libgimpthumb/libgimpthumb-docs.sgml
	* libgimpmodule/libgimpmodule-docs.sgml
	* libgimpmath/libgimpmath-docs.sgml
	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpbase/libgimpbase-docs.sgml: added "Index of new symbols
	in GIMP 2.6".

svn path=/trunk/; revision=24004
2007-10-31 10:19:49 +00:00
Sven Neumann 460a0d6609 regenerated.
2007-10-17  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/tmpl/gimppropwidgets.sgml: regenerated.

svn path=/trunk/; revision=23854
2007-10-17 08:21:35 +00:00
Sven Neumann e58846a61a updated.
2007-10-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: updated.

	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml: regenerated.

svn path=/trunk/; revision=23792
2007-10-10 08:11:27 +00:00
Sven Neumann f36f3e7241 libgimpwidgets/images/gimp-dialog.png
2007-09-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/gimp-dialog.png
	* libgimpwidgets/images/gimp-file-entry.png
	* libgimpwidgets/images/gimp-path-editor.png: updated with GTK+	2.12,
	showing off new Tango icons.

svn path=/trunk/; revision=23604
2007-09-21 14:54:04 +00:00
Sven Neumann 2fa523c36b recreated using the new version of the Clearlooks theme (as shipped with
2007-09-20  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/*.png: recreated using the new version of
	the Clearlooks theme (as shipped with GNOME 2.20).

svn path=/trunk/; revision=23593
2007-09-20 08:13:22 +00:00
Sven Neumann c3c2cf020b added GimpColorProfileComboBox to the widget gallery.
2007-08-15  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml: added 
GimpColorProfileComboBox
	to the widget gallery.


svn path=/trunk/; revision=23264
2007-08-15 07:03:38 +00:00
Sven Neumann 7cdc24d69e libgimpwidgets/gimpcolorprofilecombobox.[ch]
2007-08-14  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpcolorprofilecombobox.[ch]
	* libgimpwidgets/gimpcolorprofilestore.[ch]
	* libgimpwidgets/gimpcolorprofilestore-private.h: changed API to
	deal with filenames instead of URIs.

	* app/widgets/gimpprofilechooserdialog.[ch]: same here.

	* app/dialogs/preferences-dialog.c
	* plug-ins/common/lcms.c: changed accordingly.


svn path=/trunk/; revision=23260
2007-08-14 22:12:37 +00:00
Sven Neumann a6bfd358fb added GimpColorProfileComboBox to doc-shooter.
2007-08-14  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: added GimpColorProfileComboBox to doc-shooter.

	* libgimpwidgets/images/gimp-color-profile-combo-box.png: added
	screenshot.

	* libgimpwidgets/Makefile.am: ignore
	libgimpwidgets/gimpcolorprofilestore-private.h.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: added docs for 
	GimpColorProfileStore and GimpColorProfileComboBox.

	* libgimpwidgets/tmpl/gimpcolorprofilestore.sgml
	* libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml: new files.

svn path=/trunk/; revision=23257
2007-08-14 16:39:42 +00:00
Sven Neumann 40a2de0f70 include GimpZoomModel.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml: include GimpZoomModel.

svn path=/trunk/; revision=23183
2007-08-10 10:09:44 +00:00
Sven Neumann a7436a934d libgimp/Makefile.am added libgimpconfig.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* libgimp/Makefile.am
	* libgimpwidgets/Makefile.am (FIXXREF_OPTIONS): added libgimpconfig.

svn path=/trunk/; revision=23182
2007-08-10 09:30:07 +00:00
Sven Neumann 2fbe3afe3e added new symbols in GimpNumberPairEntry.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: added new symbols 
in
	GimpNumberPairEntry.

	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml: regenerated.


svn path=/trunk/; revision=23179
2007-08-10 07:04:36 +00:00
Sven Neumann 4a23147250 libgimpwidgets/libgimpwidgets-sections.txt libgimpwidgets/visual-index.xml
2007-08-09  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/visual-index.xml

	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml: regenerated.


svn path=/trunk/; revision=23175
2007-08-09 21:21:58 +00:00
Sven Neumann 4cba8a2364 include number-pair-entry instead of ratio-entry.
2007-08-08  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: include number-pair-entry instead of 
ratio-entry.

	* libgimpwidgets/images/gimp-ratio-entry.png
	* libgimpwidgets/images/gimp-number-pair-entry.png: replaced
	screenshots.

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml
	* libgimpwidgets/tmpl/gimpratioentry.sgml: adopt to change from
	GimpRatioEntry to GimpNumberPairEntry.


svn path=/trunk/; revision=23156
2007-08-08 18:55:56 +00:00
Sven Neumann 35425c7028 app/plug-in/Makefile.am new files defining the GimpPlugIn error domain.
2007-08-07  Sven Neumann  <sven@gimp.org>

	* app/plug-in/Makefile.am
	* app/plug-in/plug-in-error.[ch]: new files defining the
	GimpPlugIn error domain.

	* app/plug-in/plug-in-icc-profile.c (plug_in_icc_profile_apply_rgb):
	set an error code.

	* app/file/file-open.c (file_open_profile_apply_rgb): only do the
	profile conversion if color management is enabled. If the plug-in
	is missing, show a warning and disable color management.
	Fixes bug #434205.

	* modules/cdisplay_lcms.c (cdisplay_lcms_get_rgb_profile): check
	if we actually got a profile before checking its color space.

	* libgimpwidgets/gimpwidgetstypes.h: removed leftover typedef
	for GimpResolutionEntry.


svn path=/trunk/; revision=23130
2007-08-07 09:26:28 +00:00
Sven Neumann 8a946eeb0d added new GimpColorDisplay API
svn path=/trunk/; revision=23129
2007-08-07 07:14:32 +00:00
Sven Neumann 3983462644 Made 2.3.15 release.
svn path=/trunk/; revision=22089
2007-03-09 20:12:01 +00:00