gimp/app/gui
Tor Lillqvist 47328ffd2e libgimp/gimp.c libgimp/gimp.h libgimp/gimpmenu.c libgimp/gimpprotocol.c
2000-07-30  Tor Lillqvist  <tml@iki.fi>

	* libgimp/gimp.c
	* libgimp/gimp.h
	* libgimp/gimpmenu.c
	* libgimp/gimpprotocol.c
	* libgimp/gimpprotocol.h
	* libgimp/gimp.def
	* app/plug_in.c
	* plug-ins/helpbrowser/helpbrowser.c
	* plug-ins/script-fu/script-fu.c: As the GLib main loop and IO
	channel implementation on Win32 now provides the same interface as
	that on Unix, much of the Win32-only crap could be
	removed. Especially, no need for "wakeup" out-of-band messages to
	wake up pipe readers. No need for plug-ins to tell GIMP their
	thread id.

	* libgimp/gimp.c (gimp_extension_process): On Win32, use the new
	g_io_channel_win32_wait_for_condition() function.

	* plug-ins/makefile.cygwin: Add the homogenizer plug-in to the
	unofficial part.
2000-07-29 21:32:55 +00:00
..
about-dialog.c Very hackerish attempt to create all three lists of authors 2000-07-24 22:11:28 +00:00
about-dialog.h we used an array with a hardcoded size here which was too small to hold 2000-06-27 21:38:44 +00:00
brush-editor.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
brush-editor.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
brush-select.c when re-drawing a dirty brush, clear it's preview area first. 2000-04-14 16:33:47 +00:00
brush-select.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
channels-dialog.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
channels-dialog.h app/menus.c app/channels_dialog.[ch] app/layers_dialog.[ch] Added an "Edit 2000-01-31 22:59:22 +00:00
color-area.c allocate the tool's paint_core with g_new0. This prevents us from having 2000-06-23 00:14:07 +00:00
color-area.h app/color_area.[ch] pass masks for the "default" and "swap" pixmaps to the 2000-02-22 15:14:54 +00:00
color-notebook.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
color-notebook.h app/color_area.c app/color_notebook.[ch] app/color_panel.c 2000-02-13 23:42:19 +00:00
color-select.c use spinbuttons in the GIMP colorselector 2000-05-27 13:53:49 +00:00
color-select.h The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
colormap-dialog.c version number bump 1999-08-22 00:39:51 +00:00
colormap-dialog.h version number bump 1999-08-22 00:39:51 +00:00
commands.c we used an array with a hardcoded size here which was too small to hold 2000-06-27 21:38:44 +00:00
commands.h Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
device-status-dialog.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
file-new-dialog.c use a gimp_query_boolean_box(). 2000-02-23 15:52:33 +00:00
file-new-dialog.h app/Makefile.am removed. 2000-01-14 12:41:00 +00:00
gradient-editor.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gradient-editor.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gradient-select.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
gradient-select.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
help-commands.c we used an array with a hardcoded size here which was too small to hold 2000-06-27 21:38:44 +00:00
help-commands.h Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
indicator-area.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
indicator-area.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
info-dialog.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
info-dialog.h app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and 2000-02-07 20:35:13 +00:00
info-window.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
info-window.h app/commands.c app/disp_callbacks.c app/gdisplay.c app/gimprc.c 1999-11-30 00:11:08 +00:00
input-dialog.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
layer-select.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
layer-select.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
layers-dialog.c Layers can be renamed by pressing return in the entry-widget now. 2000-06-19 00:26:27 +00:00
layers-dialog.h return without warning if popup_timeout is already set. Suppresses warning 2000-02-29 23:19:14 +00:00
menus.c applied a patch provided by Wolfgang Hofer <hof@hotbot.com> that fixes a 2000-07-08 14:18:50 +00:00
menus.h the ultimate solution to the i18n problem 2000-02-23 20:25:24 +00:00
module-browser.c libgimp/gimp.h libgimp/gimpcolordisplay.h libgimp/gimpcolorselector.h 2000-05-28 00:00:28 +00:00
module-browser.h libgimp/gimp.h libgimp/gimpcolordisplay.h libgimp/gimpcolorselector.h 2000-05-28 00:00:28 +00:00
palette-editor.c app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
palette-editor.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
palette-select.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
palette-select.h In indexed_conversion dialog, use a pattern_selector instead op an 2000-01-28 16:47:57 +00:00
paths-dialog.c run the sel2path plugin with a proper display ID - previously we were 2000-06-04 18:33:01 +00:00
paths-dialog.h Moved some functions out of paths_dialog.c into the new file 2000-02-16 01:47:22 +00:00
pattern-select.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
pattern-select.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
plug-in-commands.c libgimp/gimp.c libgimp/gimp.h libgimp/gimpmenu.c libgimp/gimpprotocol.c 2000-07-29 21:32:55 +00:00
plug-in-menus.c libgimp/gimp.c libgimp/gimp.h libgimp/gimpmenu.c libgimp/gimpprotocol.c 2000-07-29 21:32:55 +00:00
preferences-dialog.c Test for help_path being non-NULL was wrong way. 2000-06-06 21:33:19 +00:00
preferences-dialog.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
qmask-commands.c call undo_push_qmask() before removing the channel since the callback will 2000-06-07 22:51:23 +00:00
resize-dialog.c Adding 0.5 isn't always the right thing to do when converting to integer. 2000-06-25 13:50:12 +00:00
resize-dialog.h app/commands.c app/layers_dialog.c behave like a widget: removed 2000-04-06 02:13:18 +00:00
session.c Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
session.h Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
tips-dialog.c Corrected an error message, applied updates to the italian 2000-07-04 20:21:01 +00:00
tips-dialog.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
user-install-dialog.c Use "windowing system" instead of "X-server". 2000-07-04 22:54:42 +00:00
user-install-dialog.h implemented the changes Nick Lamb suggested: If the background layer has 2000-04-07 20:04:00 +00:00