gimp/libgimpbase
Sven Neumann d34ff5537d libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold
2006-08-29  Sven Neumann  <sven@gimp.org>

	* libgimpbase/Makefile.am
	* libgimpbase/gimpbase.h
	* libgimpbase/gimprectangle.[ch]: added new files that hold
	gimp_rectangle_intersect(), factored out of the core.

	* libgimpbase/gimpbase.def: updated.

	* app/core/gimp-edit.c
	* app/core/gimp-utils.c
	* app/core/gimp-utils.h
	* app/core/gimpchannel-combine.c
	* app/core/gimpdrawable-foreground-extract.c
	* app/core/gimpdrawable-transform.c
	* app/core/gimpdrawable.c
	* app/core/gimpimage-preview.c
	* app/core/gimplayer.c
	* app/core/gimpscanconvert.c
	* app/display/gimpdisplayshell-draw.c: changed includes accordingly.

	* libgimp/gimpdrawablepreview.c: don't duplicate
	gimp_rectangle_intersect() here, use the function in libgimpbase.

	* app/base/siox.c: use gimp_rectangle_intersect() to reduce the
	working area to the region of interest. Fixes bug #340422.
2006-08-29 14:46:32 +00:00
..
.cvsignore Moved the CPU detection code to libgimpbase (see bug #342860): 2006-06-02 09:58:03 +00:00
Makefile.am libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimpbase-private.c GimpUnitVTable -> GimpUnitVtable 2005-09-10 12:21:37 +00:00
gimpbase-private.h GimpUnitVTable -> GimpUnitVtable 2005-09-10 12:21:37 +00:00
gimpbase.def libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimpbase.h libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimpbaseenums.c removed "(Fastest)" from "None" and added translation context (bug 2006-08-23 14:55:39 +00:00
gimpbaseenums.h removed "(Fastest)" from "None" and added translation context (bug 2006-08-23 14:55:39 +00:00
gimpbasetypes.c libgimpbase/Makefile.am removed these two files again. 2005-01-25 23:44:05 +00:00
gimpbasetypes.h moved GIMP_PARAM defines from here ... 2006-01-30 16:10:56 +00:00
gimpchecks.c libgimpbase/gimpchecks.h moved check size and check color defines. It 2004-09-03 11:18:56 +00:00
gimpchecks.h libgimp/gimpunitcache.h libgimpbase/gimpchecks.h 2004-11-04 10:51:55 +00:00
gimpcpuaccel.c moved semicolon to the right place 2006-06-02 10:40:15 +00:00
gimpcpuaccel.h Moved the CPU detection code to libgimpbase (see bug #342860): 2006-06-02 09:58:03 +00:00
gimpdatafiles.c converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpdatafiles.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpenv.c libgimpbase/gimpenv.c (gimp_toplevel_directory) plugged memory leaks. 2005-11-16 18:07:44 +00:00
gimpenv.h libgimpbase/gimpenv.h libgimpbase/gimpmemsize.h 2006-07-05 13:55:11 +00:00
gimplimits.h libgimp/gimpunitcache.h libgimpbase/gimpchecks.h 2004-11-04 10:51:55 +00:00
gimpmemsize.c use dngettext() for plural form. 2005-11-02 15:19:15 +00:00
gimpmemsize.h libgimpbase/gimpenv.h libgimpbase/gimpmemsize.h 2006-07-05 13:55:11 +00:00
gimpparam.h moved GIMP_PARAM defines from here ... 2006-01-30 16:10:56 +00:00
gimpparasite.c hide the GimpParamSpecParasite struct like we do with other custom param 2006-06-02 12:53:06 +00:00
gimpparasite.h hide the GimpParamSpecParasite struct like we do with other custom param 2006-06-02 12:53:06 +00:00
gimpparasiteio.c libgimpbase/gimpenv.h libgimpbase/gimpmemsize.h 2006-07-05 13:55:11 +00:00
gimpparasiteio.h libgimpbase/gimpenv.h libgimpbase/gimpmemsize.h 2006-07-05 13:55:11 +00:00
gimpprotocol.c app/plug-in/plug-in-params.c libgimp/gimp.[ch] 2006-06-25 23:30:15 +00:00
gimpprotocol.h app/plug-in/plug-in-params.c libgimp/gimp.[ch] 2006-06-25 23:30:15 +00:00
gimprectangle.c libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimprectangle.h libgimpbase/Makefile.am libgimpbase/gimpbase.h added new files that hold 2006-08-29 14:46:32 +00:00
gimpreloc.c libgimpbase/Makefile.am libgimpbase/libgimpbase-docs.sgml do not generate 2005-12-14 13:36:12 +00:00
gimpreloc.h libgimpbase/gimpwire.h libgimpbase/gimpreloc.h 2006-08-22 13:18:42 +00:00
gimpsignal.c app/errors.c app/main.c app/file/gimprecentlist.c libgimpbase/gimpsignal.c 2006-06-16 16:21:35 +00:00
gimpsignal.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpunit.c libgimpbase/Makefile.am removed this file again. 2005-01-23 02:09:41 +00:00
gimpunit.h libgimpbase/Makefile.am removed this file again. 2005-01-23 02:09:41 +00:00
gimputils.c restore unescaping of "__"-escaped underlines which was broken since the 2006-08-06 13:12:43 +00:00
gimputils.h libgimpbase/gimpenv.h libgimpbase/gimpmemsize.h 2006-07-05 13:55:11 +00:00
gimpwin32-io.h converted tabs to spaces. 2006-04-12 10:53:28 +00:00
gimpwire.c sprinkled a few G_UNLIKELY() macros to help the compiler. 2006-03-30 08:43:34 +00:00
gimpwire.h libgimpbase/gimpwire.h libgimpbase/gimpreloc.h 2006-08-22 13:18:42 +00:00
makefile.msc updated 2006-08-15 15:13:08 +00:00
test-cpu-accel.c Moved the CPU detection code to libgimpbase (see bug #342860): 2006-06-02 09:58:03 +00:00