Commit Graph

6109 Commits

Author SHA1 Message Date
Sven Neumann 1e21bf869f recreated from toplevel dir so it applies as advertised in HACKING.
2001-11-15  Sven Neumann  <sven@gimp.org>

	* RELEASE-TO-CVS.patch: recreated from toplevel dir so it applies
	as advertised in HACKING.
2001-11-15 10:32:23 +00:00
Manish Singh 1c27bdcc4f gtk_item_factory_parse_rc->gtk_accel_map_load,
2001-11-14  Manish Singh  <yosh@gimp.org>

        * RELEASE-TO-CVS.patch: gtk_item_factory_parse_rc->gtk_accel_map_load,
        gtk_item_factory_dump_rc->gtk_accel_map_save

        * configure.in: fixes for newer autoconf, AC_INIT with etc/gimprc.in
        now

        * app/core/gimpcontainer.c: g_type_instance_is_a is private (and
        got renamed recently), use G_TYPE_CHECK_INSTANCE_TYPE instead

        * app/gui/gradient-editor.c: use gtk_accel_label_set_accel_widget
        instead of gtk_accel_label_set_accel_object

        * app/gui/module-browser.c: replaced CList with a TreeView
2001-11-15 03:21:20 +00:00
Michael Natterer 11df0e6f0c data/misc/Makefile.am removed here again...
2001-11-14  Michael Natterer  <mitch@gimp.org>

	* data/misc/Makefile.am
	* data/misc/rmshm: removed here again...

	* tools/Makefile.am
	* tools/rmshm: ...and added here.
2001-11-14 20:56:29 +00:00
Michael Natterer 9a1a607b88 new directories etc/, data/images/ and data/misc/.
2001-11-14  Michael Natterer  <mitch@gimp.org>

	* configure.in: new directories etc/, data/images/ and data/misc/.

	* Makefile.am
	* data/Makefile.am: added new SUBDIRs.

	* data/images/Makefile.am
	* data/misc/Makefile.am
	* etc/Makefile.am: new Makefiles

	* gimp1_0_splash.ppm
	* gimp1_2_splash.ppm
	* gimp_logo.ppm
	* gimp_splash.ppm: removed, now in data/images/

	* rmshm
	* user_install
	* user_install.bat: removed, now in data/misc/

	* gimprc.in
	* gimprc.win32
	* gimprc_user.in
	* gtkrc_user
	* ps-menurc
	* unitrc: removed, now in etc/

	* app/gui/about-dialog.c
	* app/gui/splash.c
	* app/gui/user-install-dialog.c: changed image and script file
	paths accordingly.
2001-11-14 18:44:55 +00:00
Sven Neumann 38a1e54223 app/pdb/gimprc_cmds.c added a missing g_strdup() that caused
2001-11-14  Sven Neumann  <sven@gimp.org>

	* app/pdb/gimprc_cmds.c
	* tools/pdbgen/pdb/gimprc.pdb: added a missing g_strdup() that caused
	gimp_get_default_comment() to free the global default comment.
2001-11-14 17:34:39 +00:00
Michael Natterer 55aa4776f7 added tool_manager_button_press_active() and friends functions.
2001-11-14  Michael Natterer  <mitch@gimp.org>

	* app/tools/tool_manager.[ch]: added
	tool_manager_button_press_active() and friends functions.

	* app/display/gimpdisplayshell-callbacks.c:
	gimp_display_shell_canvas_events(): use the functions instead of
	re-fetching the active_tool whenever it may have changed
	(which requires knowledge about the tools' implementation).
	Also moved lots of variables around.
2001-11-14 17:12:51 +00:00
Michael Natterer 5d79541e11 changed build order of toplevel directories so that the stuff which is
2001-11-14  Michael Natterer  <mitch@gimp.org>

	* Makefile.am: changed build order of toplevel directories so that
	the stuff which is most likely to be broken during "make dist"
	(the po stuff) is built before the actual source.
2001-11-14 15:56:19 +00:00
Michael Natterer 3c8b37f18c added "update_guide" signal.
2001-11-14  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage.[ch]: added "update_guide" signal.

	* app/display/gimpdisplay-foreach.[ch]: removed
	gdisplays_expose_guide().

	* app/display/gimpdisplayshell-handlers.c: added a handler for
	"update_guide" and expose the guide there.

	* app/undo.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpmovetool.c: call gimp_image_update_guide() instead
	of gdisplays_expose_guide().
2001-11-14 15:40:30 +00:00
Kwok-Koon Cheung 58ea764172 Traditional Chinese is renamed from zh_TW.Big5 to zh_TW 2001-11-14 11:25:42 +00:00
Kwok-Koon Cheung 47429cbad6 Replace traditional Chinese translation with stable branch one, renamed file, and converted to UTF-8. 2001-11-14 11:08:27 +00:00
Kwok-Koon Cheung a09958a9e3 Replace zh_TW.Big5.po with traditional Chinese translation from stable branch, and resolving CVS conflict 2001-11-14 11:00:25 +00:00
Kwok-Koon Cheung 8db641353b Replace zh_TW.Big5.po from translation from stable branch, and resolving CVS conflict 2001-11-14 10:56:04 +00:00
Kwok-Koon Cheung f722c818a1 CVS conflict resolved for this directory 2001-11-14 10:50:16 +00:00
Kwok-Koon Cheung 3c2fd5f0cf Replace traditional Chinese translation, and resolving CVS conflict 2001-11-14 10:47:47 +00:00
Kwok-Koon Cheung 097ec355c7 Seems CVS conflict is resolved for this directory 2001-11-14 10:44:44 +00:00
Kwok-Koon Cheung 1cbaa5ab66 Replace traditional Chinese translation, and trying to solve CVS conflict 2001-11-14 10:33:48 +00:00
Michael Natterer 6c57183853 a cut'n'paste bug prevented tools and imagefiles from being dropped.
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpdnd.h: a cut'n'paste bug prevented tools and
	imagefiles from being dropped.
2001-11-13 18:10:58 +00:00
Michael Natterer ada9a681db get the active_tool _after_ maybe changing it by calling
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c: get the active_tool
	_after_ maybe changing it by calling devices_check_change().
2001-11-13 17:59:22 +00:00
Michael Natterer eb05a0e3fc the toolbox menu's last_used_documents menu contained one entry too few if
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/gui/menus.c: the toolbox menu's last_used_documents menu
	contained one entry too few if the number of documents was smaller
	or equal than gimprc.last_opened_size.
2001-11-13 16:56:58 +00:00
Michael Natterer 6ed7523052 use GimpCoords structs for cur_coords, last_coords and start_coords and
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimppainttool.[ch]: use GimpCoords structs for
	cur_coords, last_coords and start_coords and the undo struct
	instead of storing separate gdouble values.

	* app/undo.c
	* app/tools/gimpairbrushtool.c
	* app/tools/gimpclonetool.c
	* app/tools/gimpconvolvetool.c
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimperasertool.c
	* app/tools/gimppaintbrushtool.c
	* app/tools/gimppenciltool.c
	* app/tools/gimpsmudgetool.c: changed accordingly.
2001-11-13 16:21:34 +00:00
Michael Natterer 95bc70d933 allow passing NULL to temp_buf_resize() again.
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/base/temp-buf.c: allow passing NULL to temp_buf_resize() again.
2001-11-13 15:51:20 +00:00
Michael Natterer 63d75ee740 Sven Neumann <sven@gimp.org>
2001-11-13  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann  <sven@gimp.org>

	* Made 1.3.0 release
2001-11-13 07:53:38 +00:00
Sven Neumann b7e99aeb57 temporarily commented out gap, gdyntext and helpbrowser
2001-11-13  Sven Neumann  <sven@gimp.org>

        * POTFILES.in: temporarily commented out gap, gdyntext and helpbrowser
2001-11-13 07:08:46 +00:00
Sven Neumann 6fbd45ac68 more dist fixes 2001-11-13 06:17:07 +00:00
Sven Neumann 8094567f8a added po/po2tbl.sed.in and the po update scripts.
2001-11-13  Sven Neumann  <sven@gimp.org>

	* Makefile.am (EXTRA_DIST): added po/po2tbl.sed.in and the po update
	scripts.
2001-11-13 05:33:44 +00:00
Sven Neumann dfab817e6e added po/po2tbl.sed.in
2001-11-13  Sven Neumann  <sven@gimp.org>

	* Makefile.am (EXTRA_DIST): added po/po2tbl.sed.in
2001-11-13 05:30:42 +00:00
Michael Natterer f556e81d9f removed modules/colorsel_gtk.c
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: removed modules/colorsel_gtk.c
2001-11-13 05:15:20 +00:00
Michael Natterer a7627c0dca added colorsel_water.c to EXTRA_DIST.
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* modules/Makefile.am: added colorsel_water.c to EXTRA_DIST.
2001-11-13 05:09:17 +00:00
Michael Natterer ee445df8cb removed app/gdisplay_color_ui.c
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* POTFILES.in: removed app/gdisplay_color_ui.c
2001-11-13 04:53:07 +00:00
Michael Natterer 2ec9ca1d4f some more stuff.
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* NEWS: some more stuff.
2001-11-13 04:32:04 +00:00
Sven Neumann d3383477c3 updates 2001-11-13 04:13:58 +00:00
Michael Natterer ad1b2d57b0 fixed some action_area uglyness which occured after the switch to
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/gui/user-installed-dialog.c: fixed some action_area uglyness
	which occured after the switch to GtkDialog.
2001-11-13 03:59:47 +00:00
Sven Neumann bc5011e4e5 added some safety checks.
2001-11-13  Sven Neumann  <sven@gimp.org>

	* app/base/temp-buf.c: added some safety checks.

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimpimagefilepreview.[ch]: a new class implementing
	special	GimpPreview methods for GimpImagefile.

	* app/core/gimpimagefile.c: added code to load thumbnails according
	to the proposed Thumbnail Managing Standard
	(see http://triq.net/~pearl/thumbnail-spec/). Pretty much untested.

	* app/widgets/gimpcontainerview-utils.c: plugged a memleak.

	* app/widgets/gimpimagepreview.c: simplified.

	* app/widgets/gimppreview.c: tell it about GimpImagefilePreview.
2001-11-13 03:31:47 +00:00
Michael Natterer d247c068bb need to spell EXTRA_DIST correctly now that the "files" hack is gone.
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* app/core/Makefile.am: need to spell EXTRA_DIST correctly now
	that the "files" hack is gone.
2001-11-13 02:44:16 +00:00
Michael Natterer 4e8a772bc3 commented out generation of some files in plug-ins/ so config.status
2001-11-13  Michael Natterer  <mitch@gimp.org>

	* configure.in: commented out generation of some files in
	plug-ins/ so config.status doesn't warn about non-existing
	directories.
2001-11-13 02:26:37 +00:00
Michael Natterer 3413a9ef3c small fix.
2001-11-12  Michael Natterer  <mitch@gimp.org>

	* HACKING: small fix.

	* configure.in: changed --disable-perl to --enable-perl because
	it doesn't build properly at the moment.

	* pixmaps/Makefile.am: removed stuff which is no longer there
	from EXTRA_DIST.

	* plug-ins/Makefile.am: put back the $(GIMP_PERL) line in SUBDIRS.

	* app/widgets/gimpmenuitem.c. include "libgimpwidgets/gimpwidgets.h".

	* data/Makefile.am
	* data/brushes/Makefile.am
	* data/gradients/Makefile.am
	* data/palettes/Makefile.am
	* data/patterns/Makefile.am: removed the old "files" hack and put
	the stuff to EXTRA_DIST.

	* app/Makefile.am
	* app/base/Makefile.am
	* app/core/Makefile.am
	* app/file/Makefile.am
	* app/gui/Makefile.am
	* app/paint-funcs/Makefile.am
	* app/pdb/Makefile.am
	* app/tools/Makefile.am
	* app/widgets/Makefile.am
	* app/widgets/gimpmenuitem.c
	* app/xcf/Makefile.am
	* cursors/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpwidgets/Makefile.am
	* m4macros/Makefile.am
	* themes/Makefile.am
	* themes/Default/Makefile.am
	* themes/Default/images/Makefile.am
	* themes/Default/images/tools/Makefile.am: removed "files" target.
2001-11-13 01:46:10 +00:00
Sven Neumann a38c2635fe *** empty log message *** 2001-11-12 21:28:33 +00:00
Sven Neumann 29781dad68 po/Makefile.in.in po-libgimp/Makefile.in.in po-plug-ins/Makefile.in.in
2001-11-12  Sven Neumann  <sven@gimp.org>

	* po/Makefile.in.in
	* po-libgimp/Makefile.in.in
	* po-plug-ins/Makefile.in.in
	* po-script-fu/Makefile.in.in: fixed distdir.
2001-11-12 21:22:08 +00:00
Sven Neumann 4fed85e7e8 I checked in a wrong version by accident. This one should work better.
2001-11-12  Sven Neumann  <sven@gimp.org>

	* Makefile.in.in: I checked in a wrong version by accident. This one
	should work better.
2001-11-12 20:41:22 +00:00
Michael Natterer f97a924951 changed GimpItemGetNameFunc signature to return a tooltip in a passed
2001-11-12  Michael Natterer  <mitch@gimp.org>

	* app/widgets/widgets-types.h: changed GimpItemGetNameFunc
	signature to return a tooltip in a passed gchar* pointer location.

	* app/widgets/gimpcomponentlistitem.c
	* app/widgets/gimpcontainergridview.c
	* app/widgets/gimpcontainerview-utils.c
	* app/widgets/gimplistitem.c
	* app/widgets/gimpmenuitem.c: changed all get_name_funcs and their
	callers accordingly (passing the "gchar **tooltip" pointer is
	optional).
2001-11-12 19:42:53 +00:00
Michael Natterer a9ba89c2c2 implemented a feature request:
2001-11-12  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/pixelize.c: implemented a feature request:

	Made the pixel size configurable independently in x and y
	direction. Added new PDB function. Use a GimpCoordinates widget
	for the dialog.
2001-11-12 14:55:00 +00:00
Michael Natterer 242b9041a2 use gimp_display_shell_[install|remove]_override_cursor() to set the
2001-11-12  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-callbacks.c: use
	gimp_display_shell_[install|remove]_override_cursor() to set the
	middle mouse button move cursor so we get the original cursor back
	after scrolling.

	* app/tools/gimpdrawtool.[ch]: added lots of drawing functions
	(gimp_draw_tool_draw_rectangle() etc.) which work in image (or
	active drawable) coordinates.

	* app/tools/gimpblendtool.c
	* app/tools/gimpclonetool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpellipseselecttool.c
	* app/tools/gimpfreeselecttool.c
	* app/tools/gimpiscissorstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimppainttool.c
	* app/tools/gimppathtool.c
	* app/tools/gimprectselecttool.c
	* app/tools/gimptransformtool.[ch]
	* app/tools/path_tool.[ch]: use the new functions. Removed tons of
	gdk_draw_foo() and gdisplay_transform_foo() calls. Most drawing
	functions look *much* nicer now. Ported some tools to detect
	handle clicks in display coordinates while I was on it, misc
	fixes.

	* app/tools/gimpmovetool.[ch]: derive from GimpDrawTool instead
	of drawing manually.
2001-11-12 14:45:58 +00:00
Michael Natterer 8cf9426f43 oops, this should have been checked in with my last commit.
2001-11-11  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/pdb.pl: oops, this should have been checked in
	with my last commit.
2001-11-11 21:23:17 +00:00
Manish Singh 7117483fcb configure.in app/Makefile.am app/plug-in/Makefile.am plug-ins/Makefile.am
2001-11-11  Manish Singh  <yosh@gimp.org>

        * configure.in
        * app/Makefile.am
        * app/plug-in/Makefile.am
        * plug-ins/Makefile.am
        * modules/Makefile.am: fixes to build with automake 1.5 (just hacks
        to get it to work, real fixes to come later)

        * app/gui/preferences-dialog.c: unset GValue from tree model when
        we're done with it.

        * libgimpwidgets/gimpcolorarea.c
        * libgimpwidgets/gimpcolorbutton.c
        * libgimpwidgets/gimpsizeentry.[ch]
        * libgimpwidgets/gimpwidgets.[ch]
        * plug-ins/common/animationplay.c
        * plug-ins/common/colorify.c
        * plug-ins/common/curve_bend.c
        * plug-ins/common/diffraction.c
        * plug-ins/common/film.c
        * plug-ins/common/gbr.c
        * plug-ins/common/gee.c
        * plug-ins/common/gee_zoom.c
        * plug-ins/common/gicon.c
        * plug-ins/common/gih.c
        * plug-ins/common/gtm.c
        * plug-ins/common/jpeg.c
        * plug-ins/common/mail.c
        * plug-ins/common/pat.c
        * plug-ins/common/plugindetails.c
        * plug-ins/common/png.c
        * plug-ins/common/ps.c
        * plug-ins/common/sample_colorize.c
        * plug-ins/common/sinus.c
        * plug-ins/common/spheredesigner.c
        * plug-ins/common/tileit.c
        * plug-ins/common/uniteditor.c
        * plug-ins/common/xbm.c: gtk_widget_set_usize is deprecated. Use
        gtk_widget_set_size_request instead.

        * libgimpwidgets/gimpunitmenu.[ch]: changed to use GtkTreeView.
2001-11-11 18:35:25 +00:00
Michael Natterer 8dac894966 app/display/gimpdisplay-marching-ants.h removed...
2001-11-10  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplay-marching-ants.h
	* app/display/gimpdisplay-selection.[ch]: removed...

	* app/display/gimpdisplayshell-marching-ants.h
	* app/display/gimpdisplayshell-selection.[ch]: ...new names.

	* app/display/gimpdisplay.[ch]
	* app/display/gimpdisplayshell.[ch]: moved the Selection stuff
	from GimpDisplay to GimpDisplayShell.

	Renamed all functions which will stay in GimpDisplay from
	gdisplay_foo() to gimp_display_foo(). Added gimp_display_get_ID(),
	cleaned up the idle renderer.

	* app/image_map.c
	* app/plug_in.c
	* app/display/Makefile.am
	* app/display/gimpdisplay-foreach.[ch]
	* app/display/gimpdisplay-handlers.c
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-handlers.c
	* app/display/gimpdisplayshell-scroll.c
	* app/gui/gui.c
	* app/gui/view-commands.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpinktool.c
	* app/tools/gimpmovetool.c
	* app/tools/gimppainttool.c
	* tools/pdbgen/pdb.pl: changed accordingly, cleanup.

	* app/pdb/display_cmds.c: regenerated.
2001-11-10 23:03:22 +00:00
Michael Natterer cfeab8bc8b Makefile.am removed...
2001-11-10  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* user_install.[ch]: removed...

	* gui/Makefile.am
	* gui/user-install-dialog.[ch]: ...added here.

	* gui/file-open-dialog.[ch]: removed file_open_with_display() and
	file_open_with_proc_and_display() here...

	* file/file-open.[ch]: ...and added them here.

	* app_procs.c
	* widgets/gimpdnd.c
	* widgets/gimpdocumentview.c: changed accordingly.
2001-11-10 19:35:21 +00:00
Michael Natterer 360f8321f5 app/Makefile.am removed.
2001-11-10  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/qmask.[ch]: removed.

	* app/core/gimpimage.[ch]: added "qmask_changed" signal and
	gimp_image_[set|get]_qmask_state().

	* app/display/Makefile.am
	* app/display/gimpdisplayshell-qmask.[ch]: put the stuff here.

	* app/display/gimpdisplayshell-handlers.[ch]: new files: handlers
	for GimpImage signals handled by GimpDisplayShell.

	* app/display/gimpdisplay-handlers.c: removed some of them here.
	Don't include any GimpDisplayShell stuff any more.

	* app/display/gimpdisplay.c: no need to update the qmask buttons
	in gimp_display_flush_whenever().

	* app/display/gimpdisplayshell.c: call gimp_display_shell_connect()
	and disconnect().
2001-11-10 19:10:28 +00:00
Michael Natterer 7125fdbc43 fixed qmask callbacks to check if the toggle is active before performing
2001-11-10  Michael Natterer  <mitch@gimp.org>

	* app/qmask.c: fixed qmask callbacks to check if the toggle is
	active before performing any action.

	* app/core/core-types.h: added the GimpCoords type here because it
	will be used by core functions as soon as the painting stuff is
	separated from the painting tools.

	* app/core/gimpdrawable-bucket-fill.c: fixed g_return_if_fail()s
	to not disable any useful operation :-) Still didn't figure out
	how I broke display color and pattern dropping :-(

	* app/display/gimpdisplayshell.[ch]: added
	gimp_display_shell_[un]transform_coords() which work on two
	GimpCoords pointers.

	* app/display/gimpdisplayshell-callbacks.c: use the new functions
	instead of the gdisplay_* ones.

	* app/gui/image-commands.c: GimpImage emits "disconnect", not
	"destroy".

	* app/tools/tools-types.h
	* app/tools/gimptool.h: removed GimpCoords here.

	* app/tools/gimpconvolvetool.c: fixed modifier_key() implementation.

	* app/tools/gimpcroptool.c: cleanup.

	* app/tools/paint_options.c: don't need a separator in the ink
	tool options.

	* app/tools/gimprectselecttool.c
	* app/tools/selection_options.[ch]: implemented wish #50352:

	Added "Auto Shrink Selection" and "Sample Merged" toggles to
	the rect_select and ellipse_select tools. Put the "Fixed size"
	widgets in a frame. Removed the separators after the common
	selection tool options because I didn't like them any more
	(feel free to comment ;)
2001-11-10 14:17:01 +00:00
Michael Natterer b70ac7612e added a "Center" button to the "Offset" frame (#51599).
2001-11-09  Michael Natterer  <mitch@gimp.org>

	* app/gui/resize-dialog.c: added a "Center" button to the "Offset"
	frame (#51599).
2001-11-09 22:57:51 +00:00
Tor Lillqvist 19c899f77e file gimp.rc.in was initially added on branch gimp-1-2. 2001-11-09 21:26:18 +00:00