Michael Natterer
6fa33d6855
Libgimp cleanup part II (with a little help from Yosh who moved the CVS
...
2000-05-27 Michael Natterer <mitch@gimp.org>
Libgimp cleanup part II (with a little help from Yosh
who moved the CVS files).
* libgimp/Makefile.am
* libgimp/gimpchannel_pdb.c
* libgimp/gimpdisplay_pdb.c
* libgimp/gimpdrawable_pdb.c
* libgimp/gimpgradient_pdb.c
* libgimp/gimphelp_pdb.c
* libgimp/gimpimage_pdb.c
* libgimp/gimplayer_pdb.c
* libgimp/gimppalette_pdb.c
* libgimp/gimpparasite_pdb.c
* libgimp/gimpselection_pdb.c
* libgimp/gimpunit_pdb.c: new names of all files which contain
PDB wrappers.
* modules/Makefile.am
* libgimp/gimpcolordisplay.h
* libgimp/gimpcolorselector.h
* modules/gimpmodregister.[ch]: renamed.
* libgimp/gimpparasiteF.h
* libgimp/gimpparasiteP.h: removed because gimp.h had to include
the private header anyway.
* app/color_notebook.c
* app/color_select.c
* app/gdisplay_color.[ch]
* app/gdisplay_color_ui.c
* app/gimpbrushpipe.c
* app/gimpdrawable.[ch]
* app/gimpimage.c
* app/gimpimage.h
* app/gimpparasite.[ch]
* app/gimprc.c
* app/image_new.c
* app/layer.c
* app/parasite_cmds.c
* app/parasitelist.[ch]
* app/plug_in.c
* app/procedural_db.c
* app/undo.c
* app/xcf.c
* libgimp/gimp.[ch]
* libgimp/gimpcolordisplay.h
* libgimp/gimpparasite.[ch]
* modules/cdisplay_gamma.c
* modules/cdisplay_highcontrast.c
* modules/colorsel_gtk.c
* modules/colorsel_triangle.c
* modules/colorsel_water.c
* plug-ins/FractalExplorer/Dialogs.c
* plug-ins/FractalExplorer/Events.c
* plug-ins/Lighting/lighting_apply.c
* plug-ins/Lighting/lighting_shade.c
* plug-ins/MapObject/mapobject_image.c
* plug-ins/common/gpb.c
* plug-ins/common/psp.c
* plug-ins/sel2path/sel2path.c
* po-libgimp/POTFILES.in
* tools/pdbgen/pdb.pl
* tools/pdbgen/pdb/parasite.pdb: changed includes accordingly.
2000-05-27 01:30:21 +00:00
Michael Natterer
863f7e1c44
Final (1.2) libgimp namespace cleanup part I:
...
2000-05-26 Michael Natterer <mitch@gimp.org>
Final (1.2) libgimp namespace cleanup part I:
* app/gimpbrushpipe.c
* app/gimpdrawable.[ch]
* app/gimpimage.[ch]
* app/gimpparasite.[ch]
* app/gimprc.c
* app/image_new.c
* app/parasite_cmds.c
* app/parasitelist.[ch]
* app/parasitelistP.h
* app/plug_in.c
* app/undo.c
* app/xcf.c
* libgimp/color_display.h
* libgimp/gimp.[ch]
* libgimp/gimpdrawable.c
* libgimp/gimpimage.c
* libgimp/gimpparasite.c
* libgimp/gimpprotocol.c
* libgimp/parasite.[ch]
* libgimp/parasiteF.h
* libgimp/parasiteP.h
* libgimp/parasiteio.[ch]
* modules/cdisplay_gamma.c
* modules/cdisplay_highcontrast.c
* plug-ins/common/csource.c
* plug-ins/common/gif.c
* plug-ins/common/gpb.c
* plug-ins/common/jpeg.c
* plug-ins/common/psp.c
* plug-ins/common/tiff.c
* plug-ins/common/xbm.c
* plug-ins/gap/gap_exchange_image.c
* plug-ins/gdyntext/gdyntext.c
* plug-ins/ifscompose/ifscompose.c
* plug-ins/xjt/xjt.c: s/Parasite/GimpParasite/g,
s/parasite_*/gimp_parasite_*/g
* libgimp/gimpcompat.h: added the old names.
* tools/pdbgen/pdb.pl
* tools/pdbgen/pdb/parasite.pdb: dito and an ugly perl hack to work
around a substitution clash. Perl gurus, feel free to fix it.
2000-05-26 22:28:40 +00:00
Michael Natterer
53238ebc28
app/docindex.[ch] call dialog_[un]register(). Fixes #10284 . Also removed
...
2000-05-05 Michael Natterer <mitch@gimp.org>
* app/docindex.[ch]
* app/docindexif.[ch]: call dialog_[un]register(). Fixes #10284 .
Also removed some useless stuff.
* app/gdisplay_color_ui.c
* modules/cdisplay_gamma.c
* modules/cdisplay_highcontrast.c: call dialog_[un]register().
2000-05-05 13:29:46 +00:00
Sven Neumann
4ea88b2a47
use gimpui functions to setup the dialogs, include cdisplay_highcontrast.c
...
in POTFILES.in, updates to the german translation
--Sven
2000-05-04 09:14:43 +00:00
Sven Neumann
078f6cfe3d
added gettext support for modules and fixed bug #5148
...
--Sven
2000-01-14 19:57:42 +00:00
Asbjørn Pettersen
19b58a78b2
os2 support
2000-01-08 17:20:50 +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
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
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
Manish Singh
84f0e1620b
moved the libgimp translations to po-plugins (do they really need to be
...
* po and po-plug-ins dirs: moved the libgimp translations to
po-plugins (do they really need to be separate anyway?)
* tips/gimp_tips.pl.txt: new file
* libgimp/color_display.h
* modules/cdisplay_gamma.c: configure cancel callback
-Yosh
1999-11-20 02:49:40 +00:00
Manish Singh
8873e7553a
1.1.10 stuff
...
-Yosh
1999-10-06 23:48:01 +00:00
Manish Singh
a3ef836860
libgimp/color_display.h add bpl param for convert func
...
* libgimp/color_display.h
* app/gdisplay.c: add bpl param for convert func
* gdisplay_color.c: guard against head and tail cases in reorders
* app/gdisplay_color_ui.c: expose_full on all actions, so there is
immediate feedback. Check for no selection and do nothing on actions
* app/path_tool.c: #warning is not portable; change to /* XXX: */
* modules/cdisplay_gamma.c: make it so it actually works properly
-Yosh
1999-10-05 02:16:59 +00:00
Manish Singh
d0519fd33d
use G_OS_WIN32 and G_HAVE_CYGWIN #defines
...
* app/app_procs.c
* app/gdisplay_color.[ch]
* app/gdisplay_color_ui.c: make the ui usable
* app/gdisplay.c: enable cdisplay support
* modules/Makefile.am
* modules/cdisplay_gamma.c: moved gamma functionality to separate
-Yosh
1999-10-04 19:26:07 +00:00