Commit graph

42393 commits

Author SHA1 Message Date
Michael Natterer
6e637d6eb4 Reorder all menu items under <Image>/Filters which were created by
1999-12-04  Michael Natterer  <mitch@gimp.org>

	* app/menus.c: Reorder all menu items under <Image>/Filters which
	were created by plugins, so they appear after <Image>/Filters/Web.
	(this way <Image>/Filters/Toys is always the last submenu)

	* app/palette.c: My last change caused both the normal _and_ the
	small menu to pop up on right mouse click on an already existing
	color. Thanks to Nick for pointing this out.

	Now there is only one menu with "Edit" and "Delete" greyed out if
	the click was outside a valid color square.
	I also moved "New" to the top of the menu because that's how other
	gimp menus look like.
1999-12-04 13:08:45 +00:00
Nick Lamb /GIMP
7c96774bd4 Move mitch's unitmenu change so now it actually Works For Me (TMO 1999-12-04 05:33:07 +00:00
Stanislav Brabec
1944949150 czech translation update 1999-12-03 21:55:51 +00:00
Marc Lehmann
e03463955b see plug-ins/perl/Changes 1999-12-03 21:21:54 +00:00
Michael Natterer
7eef865c64 Set the clist columns to their optimal size.
1999-12-03  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpunitmenu.c: Set the clist columns to their
	optimal size.
1999-12-03 18:30:35 +00:00
Michael Natterer
42961b9d73 app/dialog_handler.c Removed trailing comma from enums to avoid compiler
1999-12-03  Michael Natterer  <mitch@gimp.org>

	* app/dialog_handler.c
	* app/ops_buttons.h: Removed trailing comma from enums to avoid
	compiler warnings with Irix CC. Fixes bugs #3994 and #3995.
1999-12-03 10:34:53 +00:00
GMT 1999 Andy Thomas
19e856f0f6 app/bezier_select.c
Thu Dec  2 23:49:17 GMT 1999 Andy Thomas <alt@gimp.org>

	* app/bezier_select.c

	Fixed bug number #3904. - [gimp-bug] no undo for path strokes.
	Undo menu item is now enabled correctly after the path has been
	stroked.
1999-12-02 23:57:31 +00:00
Michael Natterer
4367d6e931 typo... 1999-12-02 21:08:15 +00:00
Marc Lehmann
9dc6d4c9fe see plug-ins/perl/Changes 1999-12-02 21:07:49 +00:00
Michael Natterer
373e512dc1 Enable the popup menu containing only "New" in the whole area inside the
1999-12-02  Michael Natterer  <mitch@gimp.org>

	* app/palette.c: Enable the popup menu containing only "New" in
	the whole area inside the palette's scrolled window.
	This way you don't have to correctly hit the small line a newly
	created palette consists of.

	* app/gradient.c
	* app/gradient_select.c: Set the "Gradient" clist column to it's
	optimal size but ensure a minimal size, so the column title is
	fully visible with all languages and font sizes.
1999-12-02 21:04:47 +00:00
Michael Natterer
6c1fc266ed ChangeLog typo :-) 1999-12-02 13:03:31 +00:00
Michael Natterer
c688e055e2 Default to "Cancel" in the "Really Quit?" dialog.
1999-12-02  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c: Default to "Cancel" in the "Really Quit?" dialog.

	* app/app_procs.c
	* app/brush_select.c
	* app/gimpbrushlist.c: Call brush_select_[freeze|thaw]_all() from
	brushes_init() and brushes_free(), so refreshing the brushes from
	plugins/scripts is faster.

	* app/brightness_contrast.c
	* app/color_balance.c
	* app/curves.c
	* app/file_new_dialog.c
	* app/hue_saturation.c
	* app/levels.c
	* app/posterize.c
	* app/threshold.c:
	Reorder the action are buttons: [ "OK" "Reset" "Cancel" ]

	* app/menus.c: Some more cleanups in the menu code. Reorder
	<Image>/Filters/Misc only if ot exists. Generalized
	menu_translate() in preparation for correctly supporting catalogs
	which only exist sometimes (like gimp-perl).

	* app/gradient.c
	* app/gradient_select.c: Save some lines of code by using
	gtk_clist_new_with_titles() instead of gtk_clist_new().

	* libgimp/gimpunitmenu.c: Code cleanup and made the clist titles
	of the unit selection un-clickable.
1999-12-02 13:00:18 +00:00
Marc Lehmann
35cc6abc0c see plug-ins/perl/Changes 1999-12-02 04:55:44 +00:00
Sven Neumann
4f9745a6ac GUI stuff
--Sven
1999-12-02 00:20:43 +00:00
Marc Lehmann
8405764962 see plug-ins/perl/Changes 1999-12-01 20:28:08 +00:00
GMT 1999 Andy Thomas
30cb5a9723 app/info_window.c
Tue Nov 30 21:23:39 GMT 1999 Andy Thomas <alt@gimp.org>

	* app/info_window.c

	Fix crash where display closed & info dialog had not been used.
	Yasuhiro SHIRASAKI pointed this problem out. Thanks.
1999-11-30 21:33:12 +00:00
Marc Lehmann
01e0f5086d see plug-ins/perl/Changes 1999-11-30 21:02:52 +00:00
Marc Lehmann
3405734dc4 see plug-ins/perl/Changes 1999-11-30 20:45:52 +00:00
Stanislav Brabec
179e951f63 Czech translation update. 1999-11-30 18:41:59 +00:00
Manish Singh
5bd3f39f1e support for optional gap_decode_mpeg plugin
* configure.in: support for optional gap_decode_mpeg plugin

* plug-ins/gap/Makefile.am
* plug-ins/gap/README
* plug-ins/gap/gap_arr_dialog.c
* plug-ins/gap/gap_decode_mpeg_main.c
* plug-ins/gap/gap_decode_xanim.c
* plug-ins/gap/gap_decode_xanim.h
* plug-ins/gap/gap_frontends_main.c
* plug-ins/gap/gap_main.c
* plug-ins/gap/gap_mpege.c: patches from Wolfgang Hofer

-Yosh
1999-11-30 02:22:13 +00:00
Sven Neumann
ad11737983 close bugs #3910 and #3911
--Sven
1999-11-30 00:58:38 +00:00
Sven Neumann
1fdea67422 fix bug #2168
--Sven
1999-11-30 00:18:44 +00:00
GMT 1999 Andy Thomas
7dfc54b956 app/commands.c app/disp_callbacks.c app/gdisplay.c app/gimprc.c
Mon Nov 29 23:51:26 GMT 1999 Andy Thomas <alt@gimp.org>

	* app/commands.c
	* app/disp_callbacks.c
	* app/gdisplay.c
	* app/gimprc.c
	* app/gimprc.h
	* app/info_window.c
	* app/info_window.h
	* app/preferences_dialog.c
	* app/undo_history.c

	Info dialog now has option to follow the mouse movements or
	the old behaviour of one dialog per display.
	This dialog still needs some work.

	Undo dialog now obeys the "tab" key in the display.
1999-11-30 00:11:08 +00:00
Sven Neumann
a018105025 get rid of the "gdisplays_flush() called recursively." warning
--Sven
1999-11-29 22:44:37 +00:00
Marc Lehmann
c5238c6d03 see plug-ins/perl/Changes 1999-11-29 21:46:18 +00:00
Sven Neumann
dae4b4dffe translations (and one change in papertile.c not worth to mention)
--Sven
1999-11-29 20:37:15 +00:00
Marc Lehmann
086ee8d034 see plug-ins/perl/Changes 1999-11-28 23:53:57 +00:00
Michael Natterer
25ec865fcf oops, all frames said "General" after my last change.
1999-11-27  Michael Natterer  <mitch@gimp.org>

	* app/preferances_dialog.c: oops, all frames said "General" after
	my last change.
1999-11-27 14:08:30 +00:00
Sven Neumann
7427a53c95 Layer to Imagesize in C
--Sven
1999-11-27 14:00:26 +00:00
Michael Natterer
8fd4ffea22 bind the "gimp-perl" textdomain.
1999-11-27  Michael Natterer  <mitch@gimp.org>

	* app/main.c: bind the "gimp-perl" textdomain.

	* app/menus.c: try to find a plugin's name in the "gimp-perl"
	domain if searching in "gimp-std-plugins" fails.

	* app/preferences_dialog.c: factored out a small frame+vbox
	creation function from the huge dialog constructor and did some
	small changes. Didn't change the logic.
1999-11-27 13:44:54 +00:00
Adam D. Moss
d80d2fe810 whatever 1999-11-27 11:56:23 +00:00
Sven Neumann
407e8008b6 fixed (or broke?) single thumbnail creation
--Sven
1999-11-27 03:11:50 +00:00
Sven Neumann
bf025c2701 bail out nicely instead of aborting when saving fails.
* plug-ins/sgi/sgi.c: bail out nicely instead of aborting when
        saving fails.

--Sven
1999-11-27 02:54:25 +00:00
Marc Lehmann
187231cbf7 *** empty log message *** 1999-11-27 02:19:57 +00:00
Marc Lehmann
551f47494a *** empty log message *** 1999-11-27 02:15:32 +00:00
Sven Neumann
5156b791f0 more action_area beautifiction
--Sven
1999-11-26 20:58:27 +00:00
Sven Neumann
bc899c0c28 purely cosmetic...
--Sven
1999-11-26 18:03:59 +00:00
Vincent Renardias
7ffb6a9531 fr.po update.
* fr.po update.
1999-11-26 12:07:11 +00:00
Sven Neumann
3dc6f1810c fixed a cut'n'paste error
--Sven
1999-11-26 11:28:57 +00:00
Stanislav Brabec
17bba08ee3 Czech translation update. 1999-11-26 10:38:35 +00:00
Michael Natterer
bbda88d670 accidentially replaced "Gradient:" with "Blend:" in my last checkin to
1999-11-26  Michael Natterer  <mitch@gimp.org>

	* app/blend.c: accidentially replaced "Gradient:" with "Blend:" in
	my last checkin to this file. Put the right string back.

	* app/menus.c: fixed the plugin translation problem (YES!!! :-)
	Mysteriously, using g_strdup() et al. instead of composing the
	string to translate in a statically allocated array fixed the
	problem.

	* plug-ins/gap/gap_main.c: fixed a menu path.
1999-11-26 10:17:19 +00:00
Nam SungHyun
ee4d8837cf updated to 1.1.12 1999-11-26 03:51:16 +00:00
Marc Lehmann
81b0e8e73b see plug-ins/perl/Changes 1999-11-26 01:10:30 +00:00
Sven Neumann
19ca12e661 purely cosmetic change
--Sven
1999-11-26 00:34:39 +00:00
Tor Lillqvist
d5c974fee7 Improve WinMain prototype to avoid compiler warnings.
1999-11-26  Tor Lillqvist  <tml@iki.fi>

* libgimp/gimp.h (MAIN) (Win32): Improve WinMain prototype to
avoid compiler warnings.

* libgimp/gimpui.def: Add one entry point.
1999-11-26 00:15:16 +00:00
Tor Lillqvist
0c54d27dd7 Update. No fuzzies.
1999-11-26  Tor Lillqvist  <tml@iki.fi>

* fi.po: Update. No fuzzies.
1999-11-26 00:11:33 +00:00
Manish Singh
01d5fb260c 1.1.13 stuff
-Yosh
1999-11-25 20:55:52 +00:00
Manish Singh
fb801cce3c Augh, fix stupid braino from my last change
-Yosh
1999-11-25 20:22:31 +00:00
Vincent Renardias
b97364946c updated.
* fr.po: updated.
1999-11-25 17:09:42 +00:00
Michael Natterer
720518b33a Removed the definitions of the tearoff menu items and build them on the
1999-11-25  Michael Natterer  <mitch@gimp.org>

	* app/menus.c: Removed the definitions of the tearoff menu items
	and build them on the fly. Added N_()-marked submenus instead so
	they get properly translated. Removed N_() from all separators.

	Hacked menu_translate(): Don't try to translate separators,
	tearoffs and the /File/MRUxx entries. Avoid multiple lookups in
	the "gimp-std-plugins" domain. Translating plug-in menu entries is
	still broken.

	Defined all filter categories for proper translation and a first
	try to order them and to add separators (please comment...).

	New Category /Filters/Web.

	(Did 'make update-po' in the po* directories and updated the
	german translations.)

	* app/about_dialog.c
	* app/brush_select.c
	* app/drawable.c
	* app/errors.c
	* app/free_select.c
	* app/gradient.c
	* app/info_dialog.c
	* app/plug_in.c
	* app/tool_options.c: minor i18n updates like removing _() from
	some error messages.

	* app/context_manager.c: a private context for the Xinput Airbrush.

	* plug-ins/common/video.c: Register under /Filters/Distorts

	* plug-ins/imagemap/imap_main.c: Register under /Filters/Web
	(Marc, what about putting "prepare for gif" and "webify" there?)

	* plug-ins/perl/po/de.po: s/Xtn/Xtns/g
1999-11-25 11:35:48 +00:00