gimp/app
Michael Natterer 1317d1809e added g_return_if_fail (gimp_tool_control_is_active (tool->control)) since
2003-05-06  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimptool.c (gimp_tool_motion): added
	g_return_if_fail (gimp_tool_control_is_active (tool->control))
	since that's a basic constraint of tool event handling.

	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpfreeselecttool.c
	* app/tools/gimpfuzzyselecttool.c
	* app/tools/gimpiscissorstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimprectselecttool.c (gimp_*_tool_motion):
	removed checks for gimp_tool_control_is_active().
2003-05-06 10:30:34 +00:00
..
actions added new function gimp_dialog_factory_add_foreign() which adds a dialog 2003-05-02 18:43:15 +00:00
arch/i386/mmx Fixed .type directives (would not compile on certain systems). 2002-05-07 07:59:21 +00:00
base Applied a patch from Øyvind Kolås that adds supersampling to the transform 2003-04-04 11:19:57 +00:00
config made object properties G_PARAM_READWRITE by default. Added flag 2003-04-12 19:06:25 +00:00
core Cleanups. (gradient_calc_linear_factor): Apply the gradient to both sides 2003-05-05 18:45:58 +00:00
dialogs set GDK_HINT_USER_POS for all session managed dialogs, not only for those 2003-05-03 23:02:26 +00:00
display some more code cleanup. 2003-05-05 15:33:11 +00:00
file added "gboolean set_image_clean" and call gimp_image_clean_all() only if 2003-04-09 09:52:01 +00:00
gui set GDK_HINT_USER_POS for all session managed dialogs, not only for those 2003-05-03 23:02:26 +00:00
menus don't try to hide the tearoff menu item if tearoff menus are disabled in 2003-04-09 11:13:00 +00:00
paint Save brush pointer before first stroke and restore it after. Fixes bug 2003-05-02 12:10:40 +00:00
paint-funcs Serialize access to source and destination memory to reduce the chance of 2003-04-29 15:50:39 +00:00
pdb tools/pdbgen/pdb/drawable.pdb don't request viewable previews with a width 2003-04-14 15:41:46 +00:00
plug-in Update the splash before calling plug_in_query() and plug_in_init() 2003-05-03 20:18:03 +00:00
text Query fontconfig directly for the font list, avoiding scanning the 2003-05-02 05:50:36 +00:00
tools added g_return_if_fail (gimp_tool_control_is_active (tool->control)) since 2003-05-06 10:30:34 +00:00
vectors made "changed" a real signal, don't crash when iterating a NULL stroke 2003-04-14 14:46:34 +00:00
widgets set GDK_HINT_USER_POS for all session managed dialogs, not only for those 2003-05-03 23:02:26 +00:00
xcf skip guides with negative positions. Fixes warning since 2003-04-30 12:51:11 +00:00
.cvsignore Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
Makefile.am Removed support for pluggable tools: 2003-04-15 14:20:19 +00:00
airbrush.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
app_procs.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
app_procs.h when checking for 'excecutable' make sure it is a regular file too (on 2003-01-01 13:33:27 +00:00
appenv.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
batch.c added G_SPAWN_CHILD_INHERITS_STDIN to the flags passed to g_spawn_async(). 2003-03-21 16:50:55 +00:00
batch.h added G_SPAWN_CHILD_INHERITS_STDIN to the flags passed to g_spawn_async(). 2003-03-21 16:50:55 +00:00
errors.c forgot a "return". 2001-12-01 22:59:48 +00:00
errors.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
gimp.sym Add the symbols used by libgimpwidgets. 2002-12-26 02:25:55 +00:00
libgimp_glue.c app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
libgimp_glue.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
main.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
makefile.mingw.in Mark as out-of-date. 2002-12-26 01:19:09 +00:00
makefile.msc app/text/makefile.msc (new file) */makefile.msc */*/makefile.msc : updated 2003-03-03 18:14:31 +00:00
ops_buttons.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
ops_buttons.h app/docindex.c more GObject porting. 2001-07-29 08:37:43 +00:00
paint_core.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
paint_options.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
path.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
path.h added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pathP.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
path_transform.h General undo cleanup: 2002-02-23 17:29:19 +00:00
plug_in_cmds.c Garry R. Osgood <grosgood@rcn.com> 2001-03-11 13:15:41 +00:00
transform_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
wilber.ico Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00