gimp/libgimpwidgets
Hans Breuer b23682bf8e still unacceptable patched to compile without FT2, see bug #113681
2003-11-16  Hans Breuer  <hans@breuer.org>

	* app/text/*.c : still unacceptable patched to compile
	without FT2, see bug #113681

	* **makefile.msc : updated

	* app/config/gimpconfig-dump.c : include gimpwin32-io.h

	* app/plug-in/plug-ins.c : don't depend on g_print handling
	%s with NULL pointers, it doesn't anymore with glib cvs at
	least not on win32

	* app/widgets/gimppropwidgets.c
	  libgimpbase/gimputils.c
	  libgimpwidgets/gimpmemsizeentry.c :
	sorry about the mess, need to work-around a stupi not able
	to cast from guint64 to double

	* app/widgets/gimppropwidgets.c (gimp_prop_memsize_entry_new) :
	avoid 'overflow in floating-point constant arithmetic' by disabling
	an imho alays questionable g_return_val_if_fail() for _MSC_VER only

	* libgimpmodule/gimpmodule.def : sorted

	* libgimpwidgets/gimpfileselection.c : removed unused S_ISDIR
	definition

	* app/gui/themes.c : filenames in rc files need to be escaped
2003-11-16 21:20:14 +00:00
..
.cvsignore ported to the new treeviewized file selection widget. Unfortunately, 2002-01-30 08:31:00 +00:00
gimpbutton.c pass the modifier mask as GdkModifierType instead of guint. 2003-03-20 13:22:22 +00:00
gimpbutton.h pass the modifier mask as GdkModifierType instead of guint. 2003-03-20 13:22:22 +00:00
gimpcellrenderertoggle.c allow keyboard activation. 2003-03-28 11:20:24 +00:00
gimpcellrenderertoggle.h app/widgets/gimpcellrenderertoggle.[ch] added public functions to emit the 2003-03-19 15:17:13 +00:00
gimpchainbutton.c fixed rendering for RTL layout. 2003-09-23 17:01:38 +00:00
gimpchainbutton.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpcolorarea.c app/gui/info-window.c libgimpcolor/gimpcolorspace.c libgimpcolor/gimprgb.c 2003-06-13 16:44:21 +00:00
gimpcolorarea.h let GimpColorArea optionally draw a thin border around itself. 2003-03-14 15:08:10 +00:00
gimpcolorbutton.c removed newlines from messages, removed trailing whitespace. 2003-11-15 12:36:09 +00:00
gimpcolorbutton.h added new API gimp_color_button_[get|set]_update() which configures the 2003-11-11 17:55:45 +00:00
gimpcolordisplay.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolordisplay.h Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimpcolornotebook.c libgimpwidgets/gimpcolornotebook.c libgimpwidgets/gimpcolorselection.c 2003-11-11 19:36:40 +00:00
gimpcolornotebook.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorscale.c moved the call to libtoolize before automake. 2003-02-26 12:48:48 +00:00
gimpcolorscale.h improved preformance by rendering the buffer only when needed for an 2002-11-01 13:03:09 +00:00
gimpcolorscales.c app/gui/info-window.c libgimpcolor/gimpcolorspace.c libgimpcolor/gimprgb.c 2003-06-13 16:44:21 +00:00
gimpcolorscales.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorselect.c app/display/gimpdisplayshell-callbacks.c 2003-10-29 20:57:21 +00:00
gimpcolorselect.h the color scales from the main color selection as GimpColorSelector 2002-10-28 20:13:17 +00:00
gimpcolorselection.c libgimpwidgets/gimpcolornotebook.c libgimpwidgets/gimpcolorselection.c 2003-11-11 19:36:40 +00:00
gimpcolorselection.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2003-11-10 16:38:37 +00:00
gimpcolorselector.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolorselector.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpdialog.c libgimpwidgets/gimpcolornotebook.c libgimpwidgets/gimpcolorselection.c 2003-11-11 19:36:40 +00:00
gimpdialog.h new function which does the same as gtk_dialog_run() except it does not 2003-11-11 18:11:56 +00:00
gimpfileentry.c still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
gimpfileentry.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpfileselection.c still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
gimpfileselection.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimphelpui.c stop using the deprecated GtkTipsQuery widget for context help and 2003-10-27 10:56:06 +00:00
gimphelpui.h stop using the deprecated GtkTipsQuery widget for context help and 2003-10-27 10:56:06 +00:00
gimpmemsizeentry.c still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
gimpmemsizeentry.h changed to use guint64 instead of gulong. 2003-11-14 12:29:51 +00:00
gimpoffsetarea.c app/display/gimpdisplayshell-callbacks.c 2003-10-29 20:57:21 +00:00
gimpoffsetarea.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppatheditor.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimppatheditor.h added new function gimp_path_editor_set_path(). 2002-11-19 18:41:59 +00:00
gimppickbutton.c app/display/gimpdisplayshell-callbacks.c 2003-10-29 20:57:21 +00:00
gimppickbutton.h new GtkButton subclass implementing the pick-from-everywhere eyedropper 2002-11-04 22:56:41 +00:00
gimppixmap.c made a warning more verbose. 2002-01-02 15:09:14 +00:00
gimppixmap.h made a warning more verbose. 2002-01-02 15:09:14 +00:00
gimppropwidgets.c still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
gimppropwidgets.h register a log handler for the Gimp-Text domain. 2003-11-04 23:59:58 +00:00
gimpquerybox.c libgimpwidgets/gimpquerybox.c configure the labels in the message dialog 2003-11-14 15:33:40 +00:00
gimpquerybox.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:32:38 +00:00
gimpsizeentry.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpsizeentry.h added new function gimp_size_entry_get_help_widget() to make it possible 2003-10-15 11:57:36 +00:00
gimpstock.c libgimpwidgets/gimpstock.[ch] themes/Default/images/Makefile.am added new 2003-11-11 17:49:30 +00:00
gimpstock.h libgimpwidgets/gimpstock.[ch] themes/Default/images/Makefile.am added new 2003-11-11 17:49:30 +00:00
gimpunitmenu.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpunitmenu.h added an API to allow for sub-pixel sizes in spinbuttons connected to a 2003-09-30 23:19:48 +00:00
gimpwidgets-private.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpwidgets-private.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpwidgets.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpwidgets.def libgimp/gimp.def libgimpcolor/gimpcolor.def updated based on a patch from 2003-11-15 22:20:05 +00:00
gimpwidgets.h configure.in moved the definition of the symbol prefix to the configure 2003-11-15 11:27:34 +00:00
gimpwidgetsmarshal.list documented. 2003-02-20 13:10:54 +00:00
gimpwidgetstypes.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2003-11-10 16:38:37 +00:00
Makefile.am added libgimpbase variable definition so the below works. 2003-11-16 16:44:01 +00:00
makefile.msc still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00