Commit Graph

3467 Commits

Author SHA1 Message Date
Sven Neumann 420aea17cb a quick hack to work qround a gtk+ bug
--Sven
2000-02-11 06:01:03 +00:00
Sven Neumann 7213555631 fixed bug #5624.
--Sven
2000-02-11 02:22:01 +00:00
Sven Neumann cfbe1bd61a removed g_serialize test
--Sven
2000-02-11 01:04:23 +00:00
Michael Natterer a90cc52db3 as all boolean query boxes are confirmations for deleting/closing
2000-02-10  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpquerybox.[ch]: as all boolean query boxes are
	confirmations for deleting/closing something, I added the "eek"
	wilber (you can still disable the pixmap by passing FALSE to the
	constructor's "eek" parameter).

	* app/app_procs.c
	* app/gdisplay_ops.c
	* app/gradient.c
	* app/palette.c
	* plug-ins/gflare/gflare.c: pass eek==TRUE to the boolean query
	box constructor.
2000-02-10 23:47:56 +00:00
Sven Neumann e32c1533e2 fixed bug #6011.
--Sven
2000-02-10 23:17:22 +00:00
Michael Natterer 26b0ecd999 use the new libgimp query boxes.
2000-02-10  Michael Natterer  <mitch@gimp.org>

	* plug-ins/gflare/gflare.c: use the new libgimp query boxes.
2000-02-10 22:24:04 +00:00
Michael Natterer 9ffed65563 removed the query boxes.
2000-02-10  Michael Natterer  <mitch@gimp.org>

	* app/gimpui.[ch]: removed the query boxes.

	* po-libgimp/POTFILES.in
	* libgimp/Makefile.am
	* libgimp/gimpui.h
	* libgimp/gimpquerybox.[ch]: new files. Added a boolean query box
	to get rid of all those handmade "yes/no" query dialogs. Changed
	the query box callback prototypes to return the entered value
	instead of a pointer to it.

	* app/commands.c
	* app/display_ops.c
	* app/gradient.c
	* app/palette.c
	* app/paths_dialog.c: correctly call the new query box functions
	and use the boolean query box instead of inventing this wheel over
	and over again.

	* app/global_edit.[ch]: same as above and cleaned up the public
	interface.
2000-02-10 21:54:12 +00:00
Sven Neumann 4490df9145 app/gimage.c Invalidate the color_hash_table used for rgb->indexed
* app/gimage.c
 * app/paint_funcs.[ch]: Invalidate the color_hash_table used
   for rgb->indexed conversions if the colormap of the indexed
   image changes. Fixes bug #2683.

--Sven
2000-02-10 21:38:43 +00:00
Sven Neumann 1b0928ec7b fixed bug #6092
--Sven
2000-02-10 14:43:51 +00:00
Sven Neumann 630fe55d17 Cleaned up after Adam ;-)
* app/edit_selection.c: Finally moved selections snap to the
   guides again. Layer moves are slightly faster than before, if no
   guides are present.

 * app/gdisplay.c
 * app/gdisplay.h
 * app/gdisplayP.h: Use doubles for snap_to_point. Less rounding
   makes the result much better on low resolution. If it snaps, the
   result should be exactly the guide in almost all cases now. Only
   at very low resolutions, you may end up with an error of 1 pixel.
   Some code cleanup while I was on it... Fixes bug #2353.


--Sven
2000-02-10 14:23:11 +00:00
Marc Lehmann 287455a398 *** empty log message *** 2000-02-10 04:16:52 +00:00
Sven Neumann f10909b884 i18n fixes
--Sven
2000-02-10 01:59:52 +00:00
Michael Natterer 22f266494b you can now drag the active tool out of the tool options dialog title.
2000-02-10  Michael Natterer  <mitch@gimp.org>

	* app/tools.c: you can now drag the active tool out of the tool
	options dialog title. Added a tooltip.
2000-02-10 01:49:45 +00:00
Sven Neumann b20f154ac8 app/interface.c app/pixmaps2.h use new icons courtesy by Tigert.
* app/interface.c
 * app/pixmaps2.h
 * app/tools.c: use new icons courtesy by Tigert.

 * plug-ins/common/gauss_iir.c
 * plug-ins/common/gauss_rle.c
 * plug-ins/common/spread.c: enlarged maximum values

--Sven
2000-02-10 01:49:45 +00:00
Michael Natterer 0fbfe0fc2b Makefile.am new file.
2000-02-10  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* pixmaps/wilber.xpm: new file.

	* libgimp/gimpdialog.[ch]: uncommented some lines. Depending on
	your window manager, you'll figure out what it does without having
	to look at the sources...

	* app/app_procs.c
	* app/gradient.c
	* app/menus.c: minor changes to bring the goodie above to all
	places. Did dome cleanups.

	* app/commands.c: I18N fix.

	* app/channels_dialog.c: removed an unused declaration.
2000-02-10 01:49:44 +00:00
Sven Neumann 100577e07b app/interface.c app/pixmaps2.h use new icons courtesy by Tigert.
* app/interface.c
 * app/pixmaps2.h
 * app/tools.c: use new icons courtesy by Tigert.

 * plug-ins/common/gauss_iir.c
 * plug-ins/common/gauss_rle.c
 * plug-ins/common/spread.c: enlarged maximum values

--Sven
2000-02-10 01:49:44 +00:00
Garry R. Osgood f4124d81ff gimp/plug-ins/common/randomize.c Inadvertent use of wrong adjustment
2000-02-09  Garry R. Osgood <gosgood@idt.net>
* gimp/plug-ins/common/randomize.c
Inadvertent use of wrong adjustment
update callback failed to get proper
value of randomizing count from GUI.
[line 771, CVS-1.28] Closes #5948.
2000-02-10 00:08:27 +00:00
Michael Natterer 9cb95b1949 Makefile.am new file.
2000-02-10  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* pixmaps/wilber.xpm: new file.

	* libgimp/gimpdialog.[ch]: uncommented some lines. Depending on
	your window manager, you'll figure out what it does without having
	to look at the sources...

	* app/app_procs.c
	* app/gradient.c
	* app/menus.c: minor changes to bring the goodie above to all
	places. Did dome cleanups.

	* app/commands.c: I18N fix.

	* app/channels_dialog.c: removed an unused declaration.
2000-02-10 00:00:54 +00:00
Sven Neumann a29814cd0e an attempt to guard us against badly translated menu_entries which may
* app/menus.c: an attempt to guard us against badly translated
  menu_entries which may result in a crash when passed to
  gtk_item_factory_parse_path (). This might fix bug #6052.


--Sven
2000-02-09 17:39:40 +00:00
Yuri Syrota 4d85025795 Updated Ukrainian translation 2000-02-09 16:49:23 +00:00
Yuri Syrota 9ea96e4e85 Updated Ukrainian translation 2000-02-09 16:26:48 +00:00
Michael Natterer 556f71ba0e hacked the ui and added widgets for the advanced options.
2000-02-09  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/film.c: hacked the ui and added widgets for
	the advanced options.
2000-02-09 02:32:35 +00:00
Sven Neumann d517927260 Use static GdkPixmaps in the image_window and for the tool icons.
--Sven
2000-02-08 23:45:20 +00:00
Michael Natterer 3a0da284c8 show our selection mode cursors (REPLACE, ADD, ...) depending on the
2000-02-08  Michael Natterer  <mitch@gimp.org>

	* app/by_color_select.c: show our selection mode cursors (REPLACE,
	ADD, ...) depending on the modifier state and the "Selection Mode"
	toggles in the tool's dialog.
2000-02-08 23:35:41 +00:00
Michael Natterer 7d39b971d7 libgimp/gimpfileselection.[ch] document the two widgets.
2000-02-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpfileselection.[ch]
	* libgimp/gimppatheditor.[ch]: document the two widgets.
2000-02-08 21:59:31 +00:00
Sven Neumann 6fe8e7ee61 unref gdk_pixmaps and gdk_bitmaps
cosmetics


--Sven
2000-02-08 20:48:48 +00:00
Michael Natterer 5afe831418 libgimp/gimpfileselection.[ch] unref pixmaps here, too.
2000-02-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpfileselection.[ch]
	* libgimp/gimppatheditor.[ch]: unref pixmaps here, too.
2000-02-08 20:24:07 +00:00
Stanislav Brabec a57b5951d6 czech translation update 2000-02-08 20:04:51 +00:00
Michael Natterer 7b1793f0ba ChangeLog typo fix... 2000-02-08 19:53:02 +00:00
Michael Natterer d815bf5506 added a frame around all dnd previews. Fixed a memleak (GdkPixmap's must
2000-02-08  Michael Natterer  <mitch@gimp.org>

	* app/gimpdnd.[ch]: added a frame around all dnd previews. Fixed a
	memleak (GdkPixmap's must be gtk_pixmap_unref()'ed after adding
	them to a GtkPixmap).
2000-02-08 19:49:12 +00:00
Michael Natterer a56c872b6a wanted to fix the "loading/saving jpeg causes SEGV" bugs but ended up with
2000-02-08  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/jpeg.c: wanted to fix the "loading/saving jpeg
	causes SEGV" bugs but ended up with just some more callbacks
	removed (works fine on my system anyway).
2000-02-08 17:37:36 +00:00
Yuri Syrota 074eb27563 Updated Ukrainian translation 2000-02-08 17:18:48 +00:00
Sven Neumann 8234a7e7cd fixed bug #5701
--Sven
2000-02-08 17:04:19 +00:00
Sven Neumann a1aeeda486 make it behave like the other non-toolbox tools
--Sven
2000-02-08 12:14:53 +00:00
SHIRASAKI Yasuhiro f97cc48e53 fixed typo.
* plug-ins/common/max_rgb.c: fixed typo.

-- yasuhiro
2000-02-08 07:29:54 +00:00
Sven Neumann 8365df1083 documented the enums
--Sven
2000-02-07 23:51:48 +00:00
Tor Lillqvist 636c330f42 Enclose file name with double quotes on Win32, in case it contains spaces.
2000-02-08  Tor Lillqvist  <tml@iki.fi>

* plug-ins/common/ps.c (ps_open): Enclose file name with double
quotes on Win32, in case it contains spaces.
2000-02-07 22:53:28 +00:00
Tor Lillqvist 19b2af9211 Fix a few path separators, should be semicolons on Win32.
2000-02-08  Tor Lillqvist  <tml@iki.fi>

* gimprc.win32: Fix a few path separators, should be semicolons on
Win32.

* plug-ins/makefile.cygwin: Install GAP and GFlare data.

* plug-ins/FractalExplorer/FractalExplorer.c: Fix a bug I
introduced last May, don't overrun a g_strdup'ed string with
strcat.
2000-02-07 22:41:02 +00:00
Sven Neumann dd62734b87 on my way to find that undo bug in here....
--Sven
2000-02-07 22:23:02 +00:00
Michael Natterer ef17866973 app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and
2000-02-07  Michael Natterer  <mitch@gimp.org>

	* app/*
	* libgimp/*
	* plug-ins/*
	* tools/pdbgen/*: did a global s/GUnit/GimpUnit/ and
	s/GimpSizeEntryUP/GimpSizeEntryUpdatePolicy/

	* libgimp/gimpcolorspace.c: renamed the parameter names to match
	the names in the header.

	* libgimp/gimphelpui.h
	* libgimp/gimpimage.c
	* libgimp/gimpmatrix.h
	* libgimp/gimpsizeentry.[ch]
	* libgimp/gimpsizeentry.[ch]
	* libgimp/gimpunit.[ch]
	* libgimp/gimpunitmenu.[ch]
	* libgimp/gimpwidgets.[ch]: added documentation and use g* types
	all over the place (enables cross-referencing with the glib and
	gtk+ html documentation).

	* plug-ins/common/exchange.c
	* plug-ins/common/max_rgb.c: small cleanups.

	* plug-ins/common/mapcolor.c: the color buttons were attached in
	the wrong order.
2000-02-07 20:35:13 +00:00
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