Commit graph

2974 commits

Author SHA1 Message Date
Sven Neumann 29db2f58dd *** empty log message *** 2000-01-04 19:52:51 +00:00
Marc Lehmann b1c8deb483 see plug-ins/perl/Changes 2000-01-04 19:23:14 +00:00
Tor Lillqvist e8914730c6 Add build setup for modules like Gimp-Python.
* plug-ins/makefile.{cygwin,msc}: Add build setup for modules like
Gimp-Python.

* plug-ins/pygimp/gimpmodule.c: Change NATIVE_WIN32 to G_OS_WIN32.
2000-01-04 18:09:51 +00:00
Tor Lillqvist a075daa211 Add gimpcolorspace object.
2000-01-04  Tor Lillqvist  <tml@iki.fi>

* libgimp/makefile.{cygwin.msc}: Add gimpcolorspace object.

* libgimp/gimp.def: Add functions from it.

Fixes from Hans Breuer:

* app/datafiles.c: redefine the executable flag for Win32
to _S_IREAD, to get _all_ files from the plug-in dirs as
executables (including scripts)

* app/main.c: Win32-specific changes to allow building Gimp as a
console application, with all its benefits (like inheriting the
console), but hide it if the user doesn't want it. Also, if stdout
goes to a console, give the user a chance to read the help or
version messages. (tml: I am not convinced that it is better to
build gimp as a console application, but let's try it this way for
a while.)

* app/makefile.{cygwin,msc}: Build as console application, and
link with shell32 library.

* app/paint_core.c (paint_core_motion): Pass the value of a call
to the function gimage_active_drawable() to the paint_func,
instead of just passing the address of gimage_active_drawable...

(tml: This code is only called when the TOOL_TRACES_ON_WINDOW flag
is on, and only the clone tool sets that, and the clone tool's
paint_func doesn't use the drawable argument, so this hasn't
caused any trouble.)

* app/plug_in.c: On Win32, to support scripts, use new function
xspawn() instead of _spawnv. Add some more code to properly kill
plug-ins.

* libgimp/color_display.h: Add G_MODULE_EXPORT declarations.
2000-01-04 17:46:41 +00:00
Sven Neumann 39021e34e6 someone didn't close a bracket (I guess it was me)
--Sven
2000-01-04 17:01:57 +00:00
Kjartan Maraas 9e196776c5 Forgot this again 2000-01-03 20:23:22 +00:00
Kjartan Maraas c2289c36fb A little script that lets people update the .pot file without makefiles
2000-01-03  Kjartan Maraas  <kmaraas@online.no>

	* update.sh: A little script that lets people
	update the .pot file without makefiles etc.
2000-01-03 20:22:55 +00:00
SHIRASAKI Yasuhiro 6ad10d4df5 plug-ins/common/plugindetails.c plug-ins/common/pnm.c
* plug-ins/common/plugindetails.c
        * plug-ins/common/pnm.c
        * plug-ins/common/polar.c
        * plug-ins/common/psd.c
        * plug-ins/common/randomize.c
        * plug-ins/common/ripple.c
        * po-plug-ins/POTFILES.in: added gettext support.

        * modules/cdisplay_gamma.c
        * po/POTFILES.in: added gettext support.

-- yasuhiro
2000-01-03 13:01:51 +00:00
Sven Neumann c736d6857a The empty string still works as usual, but for the consistency, use
image_types = NULL instead of "" here too.


--Sven
2000-01-03 10:46:58 +00:00
Manish Singh bc28e6fa80 fill dummy gimage->base_type as well
* app/color_area.[ch]: fill dummy gimage->base_type as well

* app/gdisplay_color.[ch]: add attach_clone, configure, and configure_cancel
functions.

* app/gdisplay.[ch]: remove notify hacks, don't need them anymore. Add cd_ui
field for cdisplay ui.

* app/commands.c: make display filter dialog per display instead of global

* libgimp/color_display.h: ok/cancel notification callbacks

* modules/cdisplay_gamma.c
* app/gdisplay_color_ui.[ch]: changes for above, enabled configuration dialog
and color_area dummy handling

* app/color_balance.c
* app/paint_funcs.c: #include "libgimp/gimpcolorspace.h"

* plug-ins/webbrowser/web-browser.scm: updated urls

-Yosh
2000-01-03 07:49:19 +00:00
Sven Neumann 3fc4eb846c libgimp/gimpcolorspace.c Prefixed all functions with gimp_ to avoid
* libgimp/gimpcolorspace.c
* libgimp/gimpcolorspace.h: Prefixed all functions with gimp_
  to avoid namespace collisions.

Changed the License in the header to LGPL. If you don't like this,
please remove those files! (But I would like them to stay since this
moving those functions into libgimp is something that should have
happened much earlier.) Nice work, Daniel!
2000-01-03 01:58:43 +00:00
Marc Lehmann 35f6f9ade4 Hmm... this actually wasn't the file as advertised by the ChangeLog.... 2000-01-02 23:11:47 +00:00
Marc Lehmann 14d6add3d8 *** empty log message *** 2000-01-02 22:30:20 +00:00
Tuomas Kuosmanen 53bbbc2299 New Year. New Splash. /tigert 2000-01-02 22:17:26 +00:00
Sven Neumann 3ebaf638bb Redid my latest change here, since it didn't solve the problem. Now,
* app/plug_in.c: Redid my latest change here, since it didn't solve
  the problem. Now, registering with image_types == NULL means the same
  as what "" used to mean: No image is required and the menu entry will
  always be sensitive.

The rest are fixes to my last commit.


--Sven
2000-01-02 20:52:57 +00:00
Marc Lehmann 05bdf34357 see plug-ins/perl/Changes 2000-01-02 20:19:16 +00:00
Kelly Martin c0944df909 bumped GTK req. to 1.2.6 -- I hadn't updated GTK or glib in a while and
* configure.in: bumped GTK req. to 1.2.6 -- I hadn't updated GTK
	or glib in a while and the silent acceptance of out-of-date
	versions was making for a lot of annoying bugs.  This should be
	updated whenever appropriate, not simply ignored until major
	release time, people.
2000-01-02 18:01:44 +00:00
Sven Neumann 8057d056f2 dialog layout and i18n
--Sven
2000-01-02 15:51:41 +00:00
Tor Lillqvist b48c534756 Some clarifications.
2000-01-02  Tor Lillqvist  <tml@iki.fi>

* README.win32: Some clarifications.

* app/makefile.{cygwin,msc}
* libgimp/makefile.{cygwin,msc}
* plug-ins/makefile.{cygwin,msc}: Changes corresponding to the GTk+
source reorg. Add new files.

* app/text_tool.c: Remove now unnecessary workaround for Win32
POINTS identifier clash.
2000-01-02 11:56:56 +00:00
Tor Lillqvist 97f4fc02ca Small update to Finnish translation.
2000-01-02  Tor Lillqvist  <tml@iki.fi>

* fi.po: Small update to Finnish translation.
2000-01-02 11:35:54 +00:00
Garry R. Osgood 7f052673ef Happy New Year! Checked RGB/GRAY/INDEXED product box RE testing #4708.
2000-01-01 Garry R. Osgood <gosgood@idt.net>
Happy New Year!
        * app/disp_callbacks.c
app/disp_callbacks.c: Checked RGB/GRAY/INDEXED product box RE
        testing #4708. added gdisplay_update_title() to refresh
        window title bar so that a layer-filled display won't
        continue its insistence of being empty. Nice fix, Sven.
2000-01-02 03:02:30 +00:00
Manish Singh 631ef03898 oops.
-Yosh
2000-01-02 01:43:18 +00:00
Manish Singh a5f9b334a0 cosmetic fix
* Makefile.am: cosmetic fix

* libgimp/color_display.h
* modules/cdisplay_gamma.c: add clone method

* app/color_area.[ch]
* app/gdisplay.[ch]
* app/gdisplay_color.c
* app/gdisplay_color_ui.c: preliminary support for color_area filter
(really just a sync to home machine)

* app/nav_window.c: minor cleanup

* tools/pdbgen/app.pl: initialize gbooleans to FALSE, not 0

* tools/pdbgen/lib.pl: some more arg work

-Yosh
2000-01-02 00:16:47 +00:00
Marc Lehmann 6d2414707c see plug-ins/perl/Changes 2000-01-01 22:35:47 +00:00
Marc Lehmann 521be42192 *** empty log message *** 2000-01-01 22:10:41 +00:00
Sven Neumann cca220b4ef If image_types == NULL, register plug-in with all image_types.
Should fix bug #3135.


--Sven
2000-01-01 21:45:26 +00:00
Marc Lehmann c01f1ee308 *** empty log message *** 2000-01-01 20:07:16 +00:00
Sven Neumann a34415cb7b Removed the obsolete drawable argument from layer_from_tiles.
The layer_type is now taken from the base_type of the image.
Also changed the name to layer_new_from_tiles.


--Sven
2000-01-01 18:33:40 +00:00
Sven Neumann fa16d08f1f small i18n fix
--Sven
2000-01-01 16:14:19 +00:00
Marc Lehmann f54d942aa8 *** empty log message *** 2000-01-01 16:08:09 +00:00
Marc Lehmann 8682bf306e *** empty log message *** 2000-01-01 16:07:19 +00:00
Sven Neumann 75a07bafd2 sunras and winprint were not included in POTFILES.in
--Sven
2000-01-01 15:55:02 +00:00
Sven Neumann 2d213140f6 added gettext support
--Sven
2000-01-01 15:38:59 +00:00
Sven Neumann 5969ed3911 Fixed bug #4871.
--Sven
2000-01-01 13:59:58 +00:00
SHIRASAKI Yasuhiro 7e40430246 plug-ins/common/pat.c plug-ins/common/pcx.c plug-ins/common/pix.c
* plug-ins/common/pat.c
	* plug-ins/common/pcx.c
	* plug-ins/common/pix.c
	* plug-ins/common/pixelize.c
	* plug-ins/common/plasma.c
	* po-plug-ins/POTFILES.in: added gettext support and replace
	sprintf with g_strdup_printf().

	* plug-ins/common/gpb.c: added INIT_I18N() for gih saver.

-- yasuhiro
2000-01-01 07:35:13 +00:00
SHIRASAKI Yasuhiro a8d0499aae plug-ins/common/max_rgb.c plug-ins/common/mblur.c plug-ins/common/mpeg.c
* plug-ins/common/max_rgb.c
        * plug-ins/common/mblur.c
        * plug-ins/common/mpeg.c
        * plug-ins/common/newsprint.c
        * plug-ins/common/nlfilt.c
        * plug-ins/common/noisify.c
        * po-plug-ins/POTFILES.in: Added gettext support and replace
        sprintf with g_strdup_printf().

-- yasuhiro
1999-12-31 16:39:04 +00:00
SHIRASAKI Yasuhiro dc180819d7 update japanese translation. 1999-12-31 15:16:30 +00:00
Sven Neumann 3bc2a355a2 small i18n fix s/snprintf/g_snprintf/
* plug-ins/common/gif.c: small i18n fix
* plug-ins/gap/gap_mov_dialog.c: s/snprintf/g_snprintf/


--Sven
1999-12-31 13:34:58 +00:00
GMT 1999 Adam D. Moss 701ff83d3c Teach it about .pcc files.
Thu Dec 30 22:55:35 GMT 1999  Adam D. Moss <adam@gimp.org>

	* plug-ins/common/pcx.c: Teach it about .pcc files.
1999-12-30 23:00:43 +00:00
Kjartan Maraas 13f63c0ccd Updated Norwegian translation.
1999-12-30  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
1999-12-30 22:13:50 +00:00
Kjartan Maraas bf1f5cda72 Updated Norwegian translation.
1999-12-28  Kjartan Maraas  <kmaraas@online.no>

	* no.po: Updated Norwegian translation.
1999-12-30 21:48:06 +00:00
Kjartan Maraas 692679df8e Added comment to stop xgettext from complaining about format specifier.
1999-12-30  Kjartan Maraas  <kmaraas@online.no>

	* app/file_new_dialog.c: Added comment to stop xgettext
	from complaining about format specifier.
1999-12-30 21:45:28 +00:00
Sven Neumann e713f9bae3 Use our new (sligtly compressed) layout of gtk_file_selection all over the
place.


--Sven
1999-12-30 20:16:58 +00:00
Sven Neumann 1c2b0228ca The way is now free for a new millenium without sprintf being used together with
gettext.


--Sven
1999-12-30 18:54:17 +00:00
GMT 1999 Adam D. Moss f9b657fc05 PDB interface patch from Andreas Jaekel <jaekel@cablecats.de>
Thu Dec 30 15:21:29 GMT 1999  Adam D. Moss <adam@gimp.org>

	* plug-ins/common/animoptimize.c: PDB interface patch
	from Andreas Jaekel <jaekel@cablecats.de>
1999-12-30 15:26:51 +00:00
Marc Lehmann c7f7257b7a *** empty log message *** 1999-12-30 01:35:44 +00:00
Stanislav Brabec 6ab29af67a czech translation update 1999-12-29 20:49:34 +00:00
Marc Lehmann 8ac537fe7c *** empty log message *** 1999-12-29 20:29:09 +00:00
Sven Neumann de62f1f314 found a better (working) solution for the string-handling
--Sven
1999-12-29 18:28:20 +00:00
Sven Neumann 9498c29dfc NEVER EVER use sprintf together with _(...) !
--Sven
1999-12-29 18:07:43 +00:00