Commit Graph

5755 Commits

Author SHA1 Message Date
Sven Neumann 4672a1dee1 INSTALL README configure.in updated pkg-config location and various other
2001-07-29  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* README
	* configure.in
	* gimp-1.4.m4: updated pkg-config location and various other tweaks.
2001-07-29 11:15:58 +00:00
Sven Neumann 8ee2ebd0de plug-ins/FractalExplorer/Dialogs.c plug-ins/Lighting/lighting_ui.c
2001-07-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/MapObject/mapobject_ui.c
	* plug-ins/fits/fits.c
	* plug-ins/flame/flame.c
	* plug-ins/ifscompose/ifscompose.c
	* plug-ins/maze/maze_face.c
	* plug-ins/mosaic/mosaic.c
	* plug-ins/rcm/rcm_dialog.c
	* plug-ins/sgi/sgi.c: removed compiler warnings by adding G_CALLBACK()
	casts and const declarations.
2001-07-29 10:20:02 +00:00
Sven Neumann c1d4e892a4 plug-ins/common/AlienMap.c plug-ins/common/AlienMap2.c
2001-07-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/AlienMap.c
	* plug-ins/common/AlienMap2.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/align_layers.c
	* plug-ins/common/blinds.c
	* plug-ins/common/borderaverage.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/deinterlace.c
	* plug-ins/common/emboss.c
	* plug-ins/common/film.c
	* plug-ins/common/fractaltrace.c
	* plug-ins/common/gif.c
	* plug-ins/common/gih.c
	* plug-ins/common/hot.c
	* plug-ins/common/iwarp.c
	* plug-ins/common/jigsaw.c
	* plug-ins/common/jpeg.c
	* plug-ins/common/lic.c
	* plug-ins/common/mail.c
	* plug-ins/common/max_rgb.c
	* plug-ins/common/mblur.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/nlfilt.c
	* plug-ins/common/papertile.c
	* plug-ins/common/pnm.c
	* plug-ins/common/ps.c
	* plug-ins/common/psp.c
	* plug-ins/common/ripple.c
	* plug-ins/common/sample_colorize.c
	* plug-ins/common/screenshot.c
	* plug-ins/common/shift.c
	* plug-ins/common/sinus.c
	* plug-ins/common/sparkle.c
	* plug-ins/common/struc.c
	* plug-ins/common/sunras.c
	* plug-ins/common/tiff.c
	* plug-ins/common/waves.c
	* plug-ins/common/wind.c
	* plug-ins/common/xbm.c: got rid of lots of compiler warnings by
	adding G_CALLBACK() casts and some const declarations.
2001-07-29 09:43:09 +00:00
Hans Breuer 20a735c5ce The Changelog for my last commit was mysteriously missing. Here it comes. 2001-07-29 09:08:26 +00:00
Sven Neumann 61cfa3f03e app/docindex.c more GObject porting.
2001-07-29  Sven Neumann  <sven@gimp.org>

	* app/docindex.c
	* app/ops_buttons.[ch]: more GObject porting.
2001-07-29 08:37:43 +00:00
Hans Breuer 95a8c72405 updated for GTK2 build
2001-07-28  Hans Breuer  <hans@breuer.org>

	* */*/makefile.msc : updated for GTK2 build

	* app/widgets/makefile.msc : (new file) forgot this one last time

	* plug-ins/common/animationplay.c : reflect that GTK2 has its
	gdk<x|win32|fb>.h files in the back-end sub directories

	* plug-ins/common/gif.c :
	* plug-ins/common/jpeg.c :
	* plug-ins/dbbrowser/dbbrowser_utils.c :
	* plug-ins/gap/gap_dbbrowser_utils.c :
	* plug-ims/gimpressionist/presets.c :
	* plug-ims/gimpressionist/imap_setting.c :
	* plug-ims/gimpressionist/imap_source.c :
	* plug-ims/script-fu/script-fu-console.c :
	* plug-ims/script-fu/script-fu-scripts.c : #define GTK_ENABLE_BROKEN
	and include <gtk/gtktext.h> to make them compile/work again

	* plug-ins/common/spheredesigner.c : gtk_color_selction_set_opacity
	renamed to gtk_color_selction_set_current_alpha

	* plug-ins/gflare/gtkmultioptionmenu.c : ported ny removing the
	virtual draw function and style->xthickness and ythickness via
	direct access, klass field isn't available anymore

	* plug-ins/common/nlfilt.c :
	* plug-ims/gap/gap_movdialog.c :
	* plug-ims/gimpressionist/gimpressionist.c : gtk_widget_set_default_visible is
	neither available nor needed anymore

	* plug-ins/common/plugindetails.c : ported to GtkTextBuffer
	and reflect gtk_paned api changes

	* plug-ims/gimpressionist/imap_preview.c : replace GTK_WIDGET(a)->klass
	access by GTK_WIDGET_GET_CLASS(a)

	* plug-ims/gimpressionist/imap_selection.c :
	* plug-ims/gimpressionist/imap_toolbar.c :
	* plug-ims/gimpressionist/imap_tools.c : gtk_toolbar api changes
2001-07-28 19:40:07 +00:00
Sven Neumann 652d670abf corrected my ChangeLog entry 2001-07-27 19:45:14 +00:00
Sven Neumann 2671ae157e defined convenience macro g_signal_handlers_disconnect_by_data(). Will try
2001-07-27  Sven Neumann  <sven@gimp.org>

	* app/core/core-types.h:
	defined convenience macro g_signal_handlers_disconnect_by_data().
	Will try to persuade Tim to accept it for GLib.

	* app/module_db.c
	* app/undo_history.c
	* app/core/gimp.c
	* app/core/gimpbrush.c
	* app/core/gimpbrushpipe.c
	* app/core/gimpcontainer.c
	* app/core/gimpcontext.c
	* app/core/gimpdatafactory.c
	* app/core/gimpparasite.c
	* app/gui/brush-editor.c
	* app/gui/brush-select.c
	* app/gui/dialogs.c
	* app/gui/file-open-dialog.c
	* app/gui/gradient-select.c
	* app/gui/gradients-commands.c
	* app/gui/menus.c
	* app/gui/pattern-select.c: GObject porting.
	Replaced all gtk_object_[unref|ref] calls by their g_object_
	counterparts, expect refs that are used with gtk_object_sink().
2001-07-27 19:41:54 +00:00
Sven Neumann 04d8a33759 app/module_db.c app/gui/color-area.c app/widgets/gimpbrushfactoryview.c
2001-07-27  Sven Neumann  <sven@gimp.org>

	* app/module_db.c
	* app/gui/color-area.c
	* app/widgets/gimpbrushfactoryview.c
	* app/widgets/gimpbufferview.c
	* app/widgets/gimpchannellistview.c
	* app/widgets/gimpcontainerlistview.c
	* app/widgets/gimpdatafactoryview.c
	* app/widgets/gimpdialogfactory.c
	* app/widgets/gimpdock.c: more GObject porting
2001-07-27 16:08:05 +00:00
Michael Natterer da88297a01 app/errorconsole.c use GtkTextView.
2001-07-27  Michael Natterer  <mitch@gimp.org>

	* app/errorconsole.c
	* app/user_install.c: use GtkTextView.

	* app/gui/preferences-dialog.c: use GtkTextView correctly :)

	* app/interface.c: a quick hack which enables setting the
	canvas padding color via gtkrc.

	* app/file-utils.c
	* app/plug_in.c
	* app/pdb/fileops_cmds.c
	* tools/pdbgen/pdb/fileops.pdb: s/g_basename/g_path_get_basename/

	* app/tools/gimpinktool.c
	* app/tools/gimppainttool.c: stupid /me disabled all paint tools
	by setting pressure to 0.0 instead of 1.0, fixed now.
2001-07-27 15:18:20 +00:00
Michael Natterer a4c277edd0 create/raise the new dialogs, not the old ones when clicking on the
2001-07-27  Michael Natterer  <mitch@gimp.org>

	* app/gui/indicator-area.c: create/raise the new dialogs, not the
	old ones when clicking on the previews.

	* app/gui/palette-editor.c: some debugging g_print()s to track
	down a funny GTK+ "lets trash const data" bug.

	* app/gui/preferences-dialog.c: replaced deprecated GtkText with
	GtkTextBuffer/GtkTextView.

	* app/widgets/gimpdockbook.c: when creating a new dock from a DND
	operation, set it's auto_follow_active and show_image_menu state
	to the source dock's values.
2001-07-26 23:35:00 +00:00
People doing a 16 bpc version of gimp e8a1a420d0 file RH_FileComboSB.ii was initially added on branch HOLLYWOOD. 2001-07-26 21:17:08 +00:00
People doing a 16 bpc version of gimp 8edc290498 file RH_FileDialog.ii was initially added on branch HOLLYWOOD. 2001-07-26 21:17:08 +00:00
People doing a 16 bpc version of gimp 748a2bd603 file RH_FileSB.ii was initially added on branch HOLLYWOOD. 2001-07-26 21:17:08 +00:00
People doing a 16 bpc version of gimp b33b223f8f file main-vk.ii was initially added on branch HOLLYWOOD. 2001-07-26 21:17:08 +00:00
People doing a 16 bpc version of gimp f06c875084 file RH_FileSB.uil was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp c9b426a0ac file bxutils-vk.c was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp b5f95e0eda file fm_pts.c was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp c2001eb44d file fm_pts.h was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp 1452765467 file fm_pts.uil was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp cbe07ba00b file main-vk.c was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp bb52cac466 file main-vk.h was initially added on branch HOLLYWOOD. 2001-07-26 21:17:07 +00:00
People doing a 16 bpc version of gimp 985c233dc5 file Makefile.am was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp b59a62d8cd file RH_FileComboSB.c was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp 1273fbd6a6 file RH_FileComboSB.h was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp 6cde8a3c15 file RH_FileComboSB.uil was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp ebbee6b504 file RH_FileDialog.c was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp bdeb1c94a6 file RH_FileDialog.h was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp 9e38ea8c1d file RH_FileSB.c was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp 80aecd2a9b file RH_FileSB.h was initially added on branch HOLLYWOOD. 2001-07-26 21:17:06 +00:00
People doing a 16 bpc version of gimp a1e6fcedde file pts.c was initially added on branch HOLLYWOOD. 2001-07-26 21:11:51 +00:00
People doing a 16 bpc version of gimp d7ac08eab6 file pts.h was initially added on branch HOLLYWOOD. 2001-07-26 21:11:51 +00:00
People doing a 16 bpc version of gimp 22aa73cdf2 file crop.psh was initially added on branch HOLLYWOOD. 2001-07-26 21:01:11 +00:00
People doing a 16 bpc version of gimp 7c9c0e692c file loadNext.psh was initially added on branch HOLLYWOOD. 2001-07-26 21:01:11 +00:00
People doing a 16 bpc version of gimp 3ce0c49a36 file quarter.psh was initially added on branch HOLLYWOOD. 2001-07-26 21:01:11 +00:00
People doing a 16 bpc version of gimp 8111ced3bd file parsley.c was initially added on branch HOLLYWOOD. 2001-07-26 21:01:09 +00:00
People doing a 16 bpc version of gimp 5c64bae1bf file parsley.h was initially added on branch HOLLYWOOD. 2001-07-26 21:01:09 +00:00
People doing a 16 bpc version of gimp 078a9b8fdf file parsley_enums.h was initially added on branch HOLLYWOOD. 2001-07-26 21:01:09 +00:00
People doing a 16 bpc version of gimp ab29d220b7 file parsley_scripts.c was initially added on branch HOLLYWOOD. 2001-07-26 21:01:09 +00:00
People doing a 16 bpc version of gimp 6bd29fea71 file parsley_scripts.h was initially added on branch HOLLYWOOD. 2001-07-26 21:01:09 +00:00
People doing a 16 bpc version of gimp e14667eeae file rll.P was initially added on branch HOLLYWOOD. 2001-07-26 20:58:08 +00:00
People doing a 16 bpc version of gimp 40797a0f2f file rll.c was initially added on branch HOLLYWOOD. 2001-07-26 20:58:07 +00:00
Sven Neumann df3dba85db check for X, respect X_LIBS when searching for libxpm. We can't rely on
2001-07-26  Sven Neumann  <sven@gimp.org>

	* configure.in: check for X, respect X_LIBS when searching for libxpm.
	We can't rely on GTK_LIBS including the X_LIBS any longer.

	* app/errorconsole.[ch]: some const fixes.
2001-07-26 11:46:40 +00:00
Michael Natterer 6e6749f953 gtkrc updated for gtk+ 2.0, added a "gimp-" prefix to all global GIMP
2001-07-25  Michael Natterer  <mitch@gimp.org>

	* gtkrc
	* gtkrc_user: updated for gtk+ 2.0, added a "gimp-" prefix to
	all global GIMP styles.

	* app/app_procs.c: typo.

	* app/user_install.c
	* app/gui/resolution-calibrate-dialog.[ch]: use GtkRcStyle along
	with gtk_widget_get_modifier_style()/gtk_widget_modify_style() as
	recommended instead of messing with the widgets' styles directly.

	* app/core/gimpdatalist.[ch]
	* app/core/gimpparasitelist.[ch]
	* app/core/gimpundo.[ch]
	* app/core/gimpundostack.[ch]: GObject porting stuff.
2001-07-25 15:22:55 +00:00
Sven Neumann 98f9812ebb fixed typo.
2001-07-25  Sven Neumann  <sven@gimp.org>

	* app/devices.c: fixed typo.

	* app/gdisplay.c
	* app/undo_history.c
	* app/user_install.c
	* app/gui/about-dialog.c
	* app/gui/color-area.c
	* app/gui/gradient-editor.c
	* app/gui/gui.c
	* app/gui/paths-dialog.c
	* app/gui/splash.c
	* app/tools/gimpcurvestool.c
	* app/tools/gimpinktool.c
	* app/tools/gimptexttool.c:
	s/gdk_[bit|pix]map_unref/gdk_drawable_unref/

	* app/xcf/xcf-load.c: use GObject functions

	* plug-ins/common/animationplay.c: include GDK backend specific
	headers
2001-07-25 13:21:57 +00:00
Sven Neumann b3a0161fd6 only build X11 specific plug-ins and tools if building for GTK+ on X11.
2001-07-25  Sven Neumann  <sven@gimp.org>

	* configure.in: only build X11 specific plug-ins and tools if
	building for GTK+ on X11.
2001-07-25 10:48:10 +00:00
Michael Natterer 2dee4f6997 HACKING updated, mention pkg-config.
2001-07-25  Michael Natterer  <mitch@gimp.org>

	* HACKING
	* INSTALL: updated, mention pkg-config.

	* app/gdisplay_ops.c
	* app/gui/resize-dialog.c
	* app/gui/toolbox.c: more GObject porting and const stuff.
2001-07-25 02:22:05 +00:00
Sven Neumann fe8b81d884 check for pkg-config (>= 0.7)
2001-07-25  Sven Neumann  <sven@gimp.org>

	* configure.in: check for pkg-config (>= 0.7)

	* gimptool-1.4.in: use pkg-config instead of glib-config and
	gtk-config.
2001-07-25 01:23:28 +00:00
Sven Neumann e5949e4326 app_procs.c errors.c errors.h file-save.c gdisplay.c module_db.c use
2001-07-25  Sven Neumann  <sven@gimp.org>

	* app_procs.c
	* errors.c
	* errors.h
	* file-save.c
	* gdisplay.c
	* module_db.c
	* undo.c: use GObject functions and const fixes.
2001-07-25 01:03:43 +00:00
Michael Natterer a5dccb8d6b app/gui/brush-select.c app/gui/channels-commands.c app/gui/info-window.c
2001-07-25  Michael Natterer  <mitch@gimp.org>

	* app/gui/brush-select.c
	* app/gui/channels-commands.c
	* app/gui/info-window.c
	* app/gui/layers-commands.c
	* app/gui/offset-dialog.c
	* app/gui/palette-import-dialog.c
	* app/gui/paths-dialog.c
	* app/gui/preferences-dialog.c: use GObject functions, stuff.
2001-07-25 00:42:47 +00:00