Commit Graph

3327 Commits

Author SHA1 Message Date
Sven Neumann 820c8f4109 got rid of "Shades of Colors" in the info_window
--Sven
2000-02-07 20:03:03 +00:00
Sven Neumann 4006d7f259 cleaned up the gtkrc situation (bug #5974)
--Sven
2000-02-07 19:06:18 +00:00
Sven Neumann 743aaa7dee fixed bug #6006
applied GAP patches


--Sven
2000-02-07 18:40:20 +00:00
Nick Lamb /GIMP fbf464bea0 Removed apparently annoying mis-behaviour of font-size entry in GdynText
Scream if this hurts. (for swh@ecs)
2000-02-07 17:39:41 +00:00
Stanislav Brabec ce6050ad5f win32 purification, rgb<->hsv remove 2000-02-07 15:49:54 +00:00
Sven Neumann 55e9881d6d added a link to "DocBook: The Definitive Guide"
--Sven
2000-02-07 13:48:14 +00:00
Sven Neumann b732d5622a Updates for italian translations from Daniele Medri <madrid@linux.it>.
--Sven
2000-02-07 12:31:43 +00:00
Kelly Lynn Martin 77c44b21e1 restructured toolbox to use a single gtk_hwrap_box with the added "forced
2000-02-07  Kelly Lynn Martin  <kelly@poverty.bloomington.in.us>

	* app/interface.c: restructured toolbox to use a single
	gtk_hwrap_box with the added "forced break" functionality to make
	the selector boxes not run in with the rest of the tool buttons.
	The toolbox should now not cut things off, although if the user
	selects a really small toolbox the buttons or selectors may be,
	um, difficult to use...

	* app/gtkwrapbox.h:
	* app/gtkwrapbox.c:
	* app/gtkvwrapbox.c (reverse_list_col_children):
	* app/gtkhwrapbox.c (reverse_list_row_children): support for
	"forced break" functionality needed for toolbox -- will forward
	patches to Tim Janik as well
2000-02-07 10:51:08 +00:00
Tim Janik 827e9ddad7 pulled new sources from gle (containing a fix for kelly's justify==FILL
Mon Feb  7 05:04:28 2000  Tim Janik  <timj@gtk.org>

        * app/gtkhwrapbox.c:
        * app/gtkvwrapbox.c: pulled new sources from gle (containing
        a fix for kelly's justify==FILL bug).
2000-02-07 04:10:09 +00:00
Garry R. Osgood 74e4ed42e0 gimp/plug-ins/sample_colorize.c Sample Colorize was not colorizing. Author
2000-02-05  Garry R. Osgood <gosgood@idt.net>
* gimp/plug-ins/sample_colorize.c
Sample Colorize was not colorizing. Author
misused gimp_selection_bounds(); assumed that
"selection is empty" indicator was this
function's return value [p_init_gdrw() line 2597]
Caused the plugin to assume an active selection
was in progress even when there wasn't. Usually,
this precluded any kind of colorization.
Sanity-checked the existence of widgets before
their passage to GTK.
2000-02-07 01:20:22 +00:00
Sven Neumann 6723fdfa2e it was disturbing my statistics 2000-02-07 00:25:01 +00:00
Sven Neumann 2debda2f0f doumented gimpenv
--Sven
2000-02-06 23:16:24 +00:00
Sven Neumann 7512a83ab9 documented gimpmatrix
--Sven
2000-02-06 22:45:55 +00:00
Sven Neumann cb7da6395d use an enum instead of defines updated
* libgimp/gimpexport.[ch]: use an enum instead of defines
* devel-docs: updated


--Sven
2000-02-06 21:19:10 +00:00
Sven Neumann 47e196bb9a Corrected a stupid mistake I made when I changed rcm to use the
* plug-ins/rcm/rcm_misc.c: Corrected a stupid mistake I made when
  I changed rcm to use the gimp_color_space functions (fixes #5967).

* plug-ins/common/decompose.c: Fixed a minor problem Mitch
  introduced lately and removed another occurence of sprintf/gettext.


--Sven
2000-02-06 20:04:24 +00:00
Marc Lehmann de5cb7cddb see plug-ins/perl/Changes 2000-02-05 23:30:43 +00:00
Michael Natterer bce26fb34a use g* types and name the parameters in the header.
2000-02-05  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpcolorspace.[ch]: use g* types and name the
	parameters in the header.

	* plug-ins/common/CML_explorer.c
	* plug-ins/common/blur.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/nova.c
	* plug-ins/common/pixelize.c
	* plug-ins/common/plasma.c
	* plug-ins/common/randomize.c
	* plug-ins/common/unsharp.c
	* plug-ins/gflare/gflare.c
	* plug-ins/sinus/sinus.c
	* plug-ins/struc/struc.c: soem more consistency stuff.
2000-02-04 22:18:50 +00:00
Asbjørn Pettersen 75ed6661ca open text files with +t 2000-02-04 20:52:17 +00:00
Sven Neumann a626d1d040 fixed small typo 2000-02-04 19:15:53 +00:00
Sven Neumann 83ecdd1d64 documented gimpexport
--Sven
2000-02-04 18:55:32 +00:00
Sven Neumann 6ecd444994 updated after changes to libgimp and added more info
--Sven
2000-02-04 17:27:34 +00:00
Michael Natterer e20554fb84 gimprc.in user_install renamed the "gflares" dir to "gflare" in all places
2000-02-05  Michael Natterer  <mitch@gimp.org>

	* gimprc.in
	* user_install
	* user_install.bat: renamed the "gflares" dir to "gflare" in all
	places because this seems to be the naming convention of all the
	other plug-in dirs.

	* libgimp/gimpwidgets.[ch]:

	- gimp_random_seed_new(): return the spinbutton and the time
	  toggle as pointers.
	- gimp_scale_entry_new(): allow the spinbutton to have a larger
	  range of possible values than the scale.

	* plugins/[all calls to the above two functions]: changed the
	calls accordingly.
	Did some more ui updates in some of these plugins (Frames saying
	"Parameter Settings", spacing etc.)

	* plug-ins/gflare/Makefile.am
	* plug-ins/gflare/gflare.c: hacked it to match the plugin ui
	standards. Didn't get rid of the gradient menus.
2000-02-04 15:12:17 +00:00
Sven Neumann 496d7277e4 make it compile again
--Sven
2000-02-04 14:40:03 +00:00
Sven Neumann 8d21d63a6e reverted stanislavs change
--Sven
2000-02-04 14:30:46 +00:00
Tor Lillqvist 9f7a9c9a35 user_install creates the gflare directory as "gflares" (not "gflare"), so
2000-02-05  Tor Lillqvist  <tml@iki.fi>

* gimprc.in: user_install creates the gflare directory as
"gflares" (not "gflare"), so use that form here, too.

* gimprc.win32: Update to match the Unix version.

* app/ops_buttons.c: Include gimpintl.h.

* app/preferences_dialog.c (file_pref_cmd_callback): I18n for the
Pixels/%s string. It used to come out as "Pixels/tuuma" in
Finnish, for instance.

* plug-ins/gflare/gflare.c: Portability.

* libgimp/gimpui.def:
* plug-ins/makefile.{cygwin,msc}
* modules/makefile.{cygwin,msc}: Updates.
2000-02-04 04:31:18 +00:00
Tor Lillqvist ace5112b70 Fix fuzzy translations, update and add translations.
2000-02-05  Tor Lillqvist  <tml@iki.fi>

* fi.po: Fix fuzzy translations, update and add translations.
2000-02-04 04:25:01 +00:00
jaycox 5eb77e90e8 removed the gimp_path_set_tattoo function because tattoos are "unique and
* app/paths_cmds.c, tools/pdbgen/pdb/paths.pdb:
	removed the gimp_path_set_tattoo function because tattoos are
 	"unique and permanent"
2000-02-04 04:24:49 +00:00
Tomasz Kłoczko f2b98f7a95 - dixes which allow "make install DESTDIR=</install/prefix>". 2000-02-04 00:19:34 +00:00
Kjartan Maraas 76a11a24b0 Update for translator 2000-02-03 22:02:54 +00:00
Stanislav Brabec 6943720a8e czech translation update 2000-02-03 21:54:42 +00:00
Stanislav Brabec 95f9325a9e change to foregroung in edit_fill 2000-02-03 21:44:08 +00:00
Andreas Hydén 1cb829da14 Updated Swedish translation 2000-02-03 18:26:22 +00:00
Sven Neumann 495d2da817 tweak it more ...
--Sven
2000-02-03 17:25:26 +00:00
Sven Neumann 3ac869b577 Fiddled with the build system for the devel-docs.
Looks better now, eventually even "make dist" works...


--Sven
2000-02-03 15:07:35 +00:00
Robert Brady dd4ff3f46c Added British translation. 2000-02-03 14:50:59 +00:00
Sven Neumann ea8a7058f5 didn't take care of correctly aligning the new configure option 2000-02-03 03:13:37 +00:00
Kelly Lynn Martin 608ddcb1b7 Partial fix for the toolbox problem... it's still not perfect.
2000-02-03  Kelly Lynn Martin  <kelly@poverty.bloomington.in.us>

	* app/gtkhwrapbox.c (layout_row, layout_rows):
	* app/gtkvwrapbox.c (layout_col, layout_cols):
	Partial fix for the toolbox problem... it's still not perfect.
2000-02-03 03:10:05 +00:00
Sven Neumann 6ec1b424a4 Reworked the README a bit. 2000-02-03 02:50:13 +00:00
Sven Neumann bbcc2ecc7b Documented gimp_color_button and cleaned up the framework.
Seems to be working now.


--Sven
2000-02-03 02:35:08 +00:00
Sven Neumann bdad9ab156 added documentation framework
--Sven
2000-02-03 01:47:15 +00:00
Sven Neumann 4a29dc52f7 cleaned up the messy spanish translation someone added
fixed compiler warnings, changed some gints to gbooleans

cleaned up namespace and documentation

updated libgimp documentation



--Sven
2000-02-03 01:47:15 +00:00
Sven Neumann 6b67198d60 added documentation framework
--Sven
2000-02-03 01:47:15 +00:00
Marc Lehmann 2d5c7c01de see plug-ins/perl/Changes 2000-02-03 00:58:15 +00:00
GMT 2000 Andy Thomas 77fc62a1dc plug-ins/xjt/xjt.c
Thu Feb  3 21:45:45 GMT 2000 Andy Thomas <alt@gimp.org>

	* plug-ins/xjt/xjt.c

	Included patch supplied by wolfgang hofer.
2000-02-03 00:01:29 +00:00
jfell f09dd07f59 Joaquim Fellmann <joaquim@hrnet.fr>
* fr.po : Updated French translation
2000-02-02 22:00:01 +00:00
Michael Natterer 9508a095d1 Pass the values which are treated as 0% and 100% to the constructor and
2000-02-03  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpwidgets.[ch] gimp_coordinates_new():
	Pass the values which are treated as 0% and 100% to the
	constructor and allow the chainbutton to constrain either the
	pixel values or the aspect ratio.

	* plug-ins/common/bumpmap.c
	* plug-ins/common/sparkle.c: removed unused variables.

	* plug-ins/common/gauss_iir.c
	* plug-ins/common/gauss_rle.c
	* plug-ins/common/spread.c: updated the gimp_coordinates_new()
	calls.

	* plug-ins/common/tile.c: use gimp_coordinates instead of
	spinbuttons.
2000-02-02 17:59:44 +00:00
Kjartan Maraas c33289b6ae Updated Norwegian translation.
2000-02-03  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
2000-02-02 14:30:53 +00:00
Manish Singh dafeeec38d Correct g_message call
-Yosh
2000-02-02 05:07:26 +00:00
Manish Singh 51b571f8d8 1.1.16 stuff
-Yosh
2000-02-02 05:01:20 +00:00
Manish Singh 93ea9d0eec commit alt's paths changes
-Yosh
2000-02-02 04:14:23 +00:00