Commit Graph

3417 Commits

Author SHA1 Message Date
Fellmann Joaquim 228c7d5f47 fr.po: no more Appendices ;-)
2000-02-14  Fellmann Joaquim <joaquim@hrnet.fr>

fr.po: no more Appendices ;-)
2000-02-14 19:53:38 +00:00
Michael Natterer 32bacee065 plug-ins/libgck/gck/Makefile.am removed.
2000-02-14  Michael Natterer  <mitch@gimp.org>

	* plug-ins/libgck/gck/Makefile.am
	* plug-ins/libgck/gck/gckimage.h: removed.
2000-02-14 18:20:17 +00:00
Michael Natterer 2715fd15c8 app/Makefile.am removed.
2000-02-14  Michael Natterer  <mitch@gimp.org>

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

	* app/gimpbrush.h
	* app/paint_core.c: use the vectors from libgimp.
2000-02-14 18:09:33 +00:00
Sven Neumann db784a41c5 updated the german translation
--Sven
2000-02-14 17:54:05 +00:00
Michael Natterer d104a9b345 name parameters "vector1", "vector2" etc. instead of just "a", "b" etc.
2000-02-14  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpvector.[ch]: name parameters "vector1", "vector2"
	etc. instead of just "a", "b" etc.
2000-02-14 17:43:55 +00:00
Michael Natterer 260d7b2d1d plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h
2000-02-14  Michael Natterer  <mitch@gimp.org>

	* plug-ins/libgck/gck/Makefile.am
	* plug-ins/libgck/gck/gckcommon.h
	* plug-ins/libgck/gck/gcklistbox.[ch]
	* plug-ins/libgck/gck/gckmath.[ch]
	* plug-ins/libgck/gck/gckvector.[ch]: removed.

	* plug-ins/libgck/gck/gck.h
	* plug-ins/libgck/gck/gcktypes.h: modified accordingly.

	* libgimp/Makefile.am
	* libgimp/gimpvector.[ch]: new files. Modified the vector
	functions from GCK. Changed the licence to LGPL, if there are any
	objections, please let me know.

	* libgimp/gimp.h: #include "gimpvector.h"

	* libgimp/gimpmath.h: added deg <-> rad conversion macros.

	* libgimp/gimpmatrix.[ch]: added a 4x4 vector to rotation angle
	function from GCK,
	s/GimpMatrix,gimp_matrix/GimpMatrix3,gimp_matrix3/

	* plug-ins/Lighting/*
	* plug-ins/MapObject/*:
	s/GckVector,gck_vector/GimpVector,gimp_vector/

	* app/pathsP.h
	* app/paths_dialog.c
	* app/perspective_tool.[ch]
	* app/rotate_tool.[ch]
	* app/scale_tool.[ch]
	* app/shear_tool.[ch]
	* app/tools_cmds.c
	* app/transform_core.[ch]
	* tools/pdbgen/pdb/tools.pdb:
	s/GimpMatrix,gimp_matrix/GimpMatrix3,gimp_matrix3/
2000-02-14 16:29:41 +00:00
Sven Neumann f0432d8182 documentation updates and Makefile fixes
--Sven
2000-02-14 15:43:20 +00:00
Michael Natterer 73f722ec23 purely cosmetic.
2000-02-14  Michael Natterer  <mitch@gimp.org>

	* app/preferences_dialog.c: purely cosmetic.

	* libgimp/gimpdialog.c: purely fanatic.

	* libgimp/gimpwidgets.c: attach label, scale and spinbutton to the
	adjustment returned by gimp_scale_entry_new().

	* plug-ins/common/film.c: set reasonable climb_rate's for the
	advanced options's spinbuttons.
2000-02-14 13:23:12 +00:00
Sven Neumann 4ea02e0cd1 a first approach at duplicating Paths and a small cleanup to
FractalExplorer


--Sven
2000-02-14 11:25:28 +00:00
Michael Natterer 9ca67bb02c app/color_area.c app/color_notebook.[ch] app/color_panel.c
2000-02-14  Michael Natterer  <mitch@gimp.org>

	* app/color_area.c
	* app/color_notebook.[ch]
	* app/color_panel.c
	* app/colormap_dialog.p.h
	* app/palette.c: s/ColorNotebookP/ColorNotebook*/g
2000-02-13 23:42:19 +00:00
Nick Lamb /GIMP cd60329697 Slightly better resize behaviour for palette dialog (no more horiz scroll) 2000-02-13 23:24:16 +00:00
Michael Natterer 2b92a59e64 po/POTFILES.in app/Makefile.am removed.
2000-02-13  Michael Natterer  <mitch@gimp.org>

	* po/POTFILES.in
	* app/Makefile.am
	* app/buildmenu.[ch]: removed.

	* app/blend.c
	* app/brush_select.c
	* app/curves.c
	* app/histogram_tool.c
	* app/layers_dialog.c
	* app/lc_dialog.c
	* app/levels.c
	* app/paint_options.h
	* app/paintbrush.c
	* app/tool_options.c: use the libgimp option menu
	constructor. Removed paint_mode_menu_set_history().

	* app/colormap_dialog.i.c
	* app/colormap_dialog.p.h: use a popup menu as in the palette
	dialog instead of a pulldown menu.

	* app/channels_dialog.c: made color dnd to a channel widget work
	again.

	* libgimp/gimpwidgets.[ch]: new function
	gimp_option_menu_set_history() which sets the history according to
	user_data as passed to gimp_option_menu_new().
2000-02-13 22:26:41 +00:00
Sven Neumann 263998e07b check if donts got loaded instaed os simply crashing
--Sven
2000-02-13 19:35:24 +00:00
David Monniaux f5009999c5 Updated French translation. 2000-02-13 18:04:25 +00:00
David Monniaux fc4777c9db Some more translations. 2000-02-13 17:42:39 +00:00
Sven Neumann d45dae93e5 Checked in the wrong versions with my last commit.
--Sven
2000-02-13 14:36:25 +00:00
Sven Neumann 3cabc8b4d8 fixed bug #2518
--Sven
2000-02-13 14:23:47 +00:00
Michael Natterer f0ae0dccd4 app/brush_select.c app/paint_options.h use new function
2000-02-13  Michael Natterer  <mitch@gimp.org>

	* app/brush_select.c
	* app/paint_options.h
	* app/tool_options.c: use new function
	paint_mode_menu_set_paint_mode() instead of
	gtk_option_menu_set_history() because the order of paint modes in
	the menu is different from the one in the LayerModeEffects enum
	(fixes bug #6190). Create the menu with the libgimp menu
	constructor.
2000-02-13 13:14:34 +00:00
Sven Neumann fde64e54db tupos fixes and updates to german catalogs
--Sven
2000-02-13 12:04:32 +00:00
Sven Neumann 69a4749d3e reverted bogus change by Daniel Egger
polished gfli a little more


--Sven
2000-02-13 11:12:22 +00:00
SHIRASAKI Yasuhiro 90c48abc1e plug-ins/common/CML_explorer.c plug-ins/common/depthmerge.c
* plug-ins/common/CML_explorer.c
        * plug-ins/common/depthmerge.c
        * plug-ins/common/despeckle.c
        * plug-ins/common/destripe.c
        * plug-ins/common/edge.c
        * plug-ins/common/fractaltrace.c
        * plug-ins/common/gqbist.c: unmarked blurb and help.

-- yasuhiro
2000-02-13 09:29:59 +00:00
SHIRASAKI Yasuhiro 716144bcc5 minor i18n fix.
* plug-ins/script-fu/script-fu-console.c: minor i18n fix.

-- yasuhiro
2000-02-13 09:07:15 +00:00
Manish Singh 1fdcc0deed plug-ins/bmp/Makefile.am plug-ins/fits/Makefile.am
* plug-ins/bmp/Makefile.am
* plug-ins/fits/Makefile.am
* plug-ins/helpbrowser/Makefile.am
* plug-ins/print/Makefile.am
* plug-ins/sgi/Makefile.am: reorder linking for libgimpui comes
before libgimp; seemed to be causing problems despite libtool

-Yosh
2000-02-13 01:55:11 +00:00
Nick Lamb /GIMP e98388da00 Tidying up, typos, better help in Script-Fus (attempt 2) 2000-02-13 01:21:24 +00:00
Marc Lehmann 9d02cb0d45 *** empty log message *** 2000-02-13 00:11:26 +00:00
Marc Lehmann 0c548ad41b *** empty log message *** 2000-02-13 00:06:40 +00:00
Sven Neumann 48ca4f17c5 fixed completely broken GFLI plug-in
--Sven
2000-02-12 19:36:09 +00:00
David Monniaux 162ca25bfd Completed French translation.
Warning: these are largely untested translations. There might be
numerous incorrect translations, some of which might put menu options
in the wrong place.
2000-02-12 19:28:26 +00:00
David Monniaux 20aa6924f6 Some more translation. I hope it's the end! 2000-02-12 19:08:04 +00:00
Michael Natterer 6ff6f358d9 plug-ins/bmp/bmp.[ch] plug-ins/bmp/bmpread.c return STATUS_CANCEL if
2000-02-12  Michael Natterer  <mitch@gimp.org>

	* plug-ins/bmp/bmp.[ch]
	* plug-ins/bmp/bmpread.c
	* plug-ins/bmp/bmpwrite.c: return STATUS_CANCEL if "Cancel" was
	pressed, code & ui cleanups.
2000-02-12 17:39:21 +00:00
Sven Neumann 80acd3bf67 updated italian translation 2000-02-12 16:44:45 +00:00
Sven Neumann bc705ed534 *** empty log message *** 2000-02-12 15:09:36 +00:00
Sven Neumann 78680b3e6d something went wrong with that last commit
--Sven
2000-02-12 15:04:39 +00:00
Michael Natterer a4572c8f42 fix a warning.
2000-02-12  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c: fix a warning.

	* app/menus.c: don't allow the help menu item accelerators to be
	changed. Move all ordinary menu items under "<Toolbox>/Xtns"
	before the separator without explicitly naming them.

	* app/session.[ch]: minor cleanups without changing any logic.
2000-02-12 15:01:33 +00:00
Sven Neumann cfec42a82d cosmetics and i18n fixes
--Sven
2000-02-12 14:38:15 +00:00
Michael Natterer 9f92453c56 app/gdisplay_ops.c app/gradient.c app/palette.c removed the "eek" wilber
2000-02-12  Michael Natterer  <mitschel@cs.tu-berlin.de>

	* app/gdisplay_ops.c
	* app/gradient.c
	* app/palette.c
	* plug-ins/gflare/gflare.c: removed the "eek" wilber from all
	query boxes except the "Quit the GIMP?" warning.

	* libgimp/gimpfileselection.c
	* libgimp/gimpunitmenu.c: be a bit more clever with widget signals
	(destroy, unmap) which affect the widget's sub-dialogs.

	* libgimp/gimphelpui.c: pass a GtkWindow, not a GtkWidget to
	gimp_dialog_set_icon().

	* libgimp/gimpquerybox.[ch]: added documentation.
2000-02-12 13:07:59 +00:00
SHIRASAKI Yasuhiro 79c6f5cd0c plug-ins/maze/maze.c unmark help string _() and mark for necessary.
* plug-ins/maze/maze.c
        * plug-ins/maze/maze_face.c: unmark help string _() and mark
        for necessary.

-- yasuhiro
2000-02-12 13:02:19 +00:00
Sven Neumann 9600ecb32a applied patch from Robert L Krawitz <rlk@alum.mit.edu> and made
the code initialize the File pseudoprinter. Fixes bug #5578.


--Sven
2000-02-12 11:28:42 +00:00
Tor Lillqvist 7dfd17185a Updated translation.
2000-02-12  Tor Lillqvist  <tml@iki.fi>

* fi.po: Updated translation.
2000-02-12 03:56:42 +00:00
Tor Lillqvist 2b0af76e39 Update header.
2000-02-12  Tor Lillqvist  <tml@iki.fi>

* fi.po: Update header.
2000-02-12 03:54:46 +00:00
Tor Lillqvist 3ad2868690 Start the Finnish translation.
2000-02-12  Tor Lillqvist  <tml@iki.fi>

* fi.po: Start the Finnish translation.
2000-02-12 03:54:00 +00:00
Nick Lamb /GIMP 5935aadf33 Repeat 100 times, "I must write correct timestamp on ChangeLog entries" 2000-02-12 03:45:41 +00:00
Sven Neumann e01d964527 made parasites use g* types and documented gimpchainbutton
--Sven
2000-02-12 02:16:59 +00:00
Nick Lamb /GIMP 0a6a2aa3ab Move Help menu as per gimp-devel. Try it and report back 2000-02-12 01:22:42 +00:00
Manish Singh 3f4c147922 Made 1.1.17 release
* Made 1.1.17 release

* Makefile.am: removed gtkrc.forest2 from EXTRA_DIST

* user_install: s/ecco/echo/

* tools/pdbgen/pdb/lib.pl: fix array copying

-Yosh
2000-02-12 00:25:13 +00:00
Sven Neumann 183fa4a9bc in the info_window, use the colorpicker pixmap from the toolbox
--Sven
2000-02-11 21:32:37 +00:00
Sven Neumann 52776aa6d4 new splash, new logo -- time for a new release
--Sven
2000-02-11 19:26:50 +00:00
Sven Neumann 3720eaf049 spit out warnings when hitting a bad translation
--Sven
2000-02-11 17:02:13 +00:00
Stanislav Brabec 642c927b04 czech translation update 2000-02-11 16:29:45 +00:00
SHIRASAKI Yasuhiro 2cb98fb2f4 plug-ins/gap/gap_decode_xanim.c fixed typo.
* plug-ins/gap/gap_decode_xanim.c
        * plug-ins/gap/gap_lib.c: fixed typo.

        * app/app_procs.c: i18n fix.

	* po*/ja.po: updated Japanese translation.

-- yasuhiro
2000-02-11 09:02:03 +00:00