Gimp/modules
Michael Natterer 6d63d50040 guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION
2004-11-24  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpcontroller.[ch]: guarded the whole header
	with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION because it's no
	fixed API yet. Added a "state" property bacause "name" was abused
	as the controller's state. Added "help_domain" to the controller
	class.

	* libgimpwidgets/gimpwidgets.h: don't include gimpcontroller.h

	* modules/controller_linux_input.c
	* modules/controller_midi.c: set the "name" property to the name
	retrieved from the device, or to a default string if no name is
	available. Store the status in the "state" property. Added and
	changed some strings, but it's better to have the controller
	strings untranslated than to have no tooltips at all or misleading
	labels.

	* app/widgets/gimpcontrollerkeyboard.c
	* app/widgets/gimpcontrollerwheel.c: set default strings for both.

	* app/widgets/gimpcontrollereditor.c: added a GUI for the "state"
	property.

	* app/widgets/gimpcontrollerkeyboard.h
	* app/widgets/gimpcontrollerwheel.h
	* app/widgets/gimpcontrollerinfo.c
	* app/widgets/gimpcontrollers.c: #define
	GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION (just as in all files
	above).

	* app/widgets/gimphelp-ids.h: added the IDs of all controller
	modules and also of all other modules. The defines are not
	actually used, but this file is the canonical place to collect all
	the core's help IDs.
2004-11-24 02:17:12 +00:00
..
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
cdisplay_colorblind.c removed #define GIMP_CONTROLLER_PARAM_SERIALIZE. 2004-07-05 22:12:54 +00:00
cdisplay_gamma.c removed #define GIMP_CONTROLLER_PARAM_SERIALIZE. 2004-07-05 22:12:54 +00:00
cdisplay_highcontrast.c removed #define GIMP_CONTROLLER_PARAM_SERIALIZE. 2004-07-05 22:12:54 +00:00
cdisplay_proof.c Fix a bunch of warnings from Sparse: 2004-11-14 02:50:33 +00:00
colorsel_cmyk.c no need to set a size_request here. 2004-08-18 21:50:26 +00:00
colorsel_triangle.c fixed crashes that occured with small sizes, some code cleanups and a 2004-08-18 18:09:06 +00:00
colorsel_water.c minor cleanups. 2004-08-17 15:07:27 +00:00
controller_linux_input.c guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
controller_midi.c guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
Makefile.am pasted the complete alsa.m4 so compiling from CVS doesn't require alsa.m4 2004-11-18 14:51:19 +00:00
makefile.msc build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00