- 22 May, 2004 2 commits
-
-
Marco Ciampa authored
-
Marco Ciampa authored
-
- 21 May, 2004 6 commits
-
-
Ole Laursen authored
2004-05-21 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a string in Danish translation.
-
Nate Summers authored
-
Sven Neumann authored
2004-05-21 Sven Neumann <sven@gimp.org> * app/paint/gimppaintcore.c (gimp_paint_core_interpolate): better fix for bug #123811; patch provided by Philip Lafleur.
-
Sven Neumann authored
2004-05-21 Sven Neumann <sven@gimp.org> * app/gui/preferences-dialog.c: added some GtkSizeGroups and changed spacings to improve the dialog layout. * app/gui/file-new-dialog.c * app/widgets/gimpgrideditor.c * app/widgets/gimptemplateeditor.c: minor changes for consistency.
-
Sven Neumann authored
2004-05-21 Sven Neumann <sven@gimp.org> * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/ifscompose/ifscompose.c * plug-ins/sel2path/sel2path.c * plug-ins/sel2path/sel2path_adv_dialog.c * plug-ins/sgi/sgi.c * plug-ins/winicon/icodialog.c: HIG-ification.
-
Sven Neumann authored
2004-05-21 Sven Neumann <sven@gimp.org> * POTFILES.in: updated.
-
- 20 May, 2004 17 commits
-
-
Marco Ciampa authored
-
Michael Natterer authored
2004-05-21 Michael Natterer <mitch@gimp.org> * app/actions/data-commands.c (data_delete_callback): eek, delete the data only if "OK" was pressed.
-
Michael Natterer authored
2004-05-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimperrorconsole.c (gimp_error_console_save_ext_clicked): use gtk_widget_get_screen(), not window_get_screen() on a button.
-
Maurits Rijk authored
* plug-ins/imagemap/imap_*.[ch]: (partly) HIG-ified, replaced deprecated widget GtkCList by GtkTreeModel/View (also fixes #136893), use file choosers instead of file selectors, minor clean-up.
-
Marco Ciampa authored
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/bmp/bmpwrite.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/fp/fp.c * plug-ins/gfig/gfig-preview.c * plug-ins/gfig/gfig.c: HIG-ified.
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/bmp/bmpwrite.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/fp/fp.c: HIG-ified.
-
Sven Neumann authored
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/FractalExplorer/FractalExplorer.c: HIG-ification and some code cleanup.
-
Manish Singh authored
-
Manish Singh authored
2004-05-19 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/gimpfu.py: Actually return values from the run function. Fixes #141338.
-
Sven Neumann authored
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/maze/maze_face.c * plug-ins/xjt/xjt.c: HIG-ified. Say goodbye to "Parameter Settings".
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/common/warp.c * plug-ins/common/whirlpinch.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c: HIG-ified.
-
Manish Singh authored
2004-05-19 Manish Singh <yosh@gimp.org> * app/actions/file-actions.c: remove unnecessary G_OBJECT() casts. * tools/pdbgen/pdb/help.pdb * tools/pdbgen/pdb/image.pdb * tools/pdbgen/pdb/paths.pdb * tools/pdbgen/pdb/plug_in.pdb: a bit of quoting clean up. * tools/pdbgen/pdb/plug_in.pdb: handle icon_data_length properly. * app/pdb/plug_in_cmds.c: regenerated.
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/common/tga.c * plug-ins/common/threshold_alpha.c * plug-ins/common/tiff.c * plug-ins/common/tile.c * plug-ins/common/tileit.c * plug-ins/common/uniteditor.c * plug-ins/common/unsharp.c * plug-ins/common/video.c * plug-ins/common/vpropagate.c: HIG-ified.
-
- 19 May, 2004 10 commits
-
-
Sven Neumann authored
2004-05-20 Sven Neumann <sven@gimp.org> * plug-ins/common/randomize.c * plug-ins/common/ripple.c * plug-ins/common/sample_colorize.c * plug-ins/common/scatter_hsv.c * plug-ins/common/sel_gauss.c * plug-ins/common/sharpen.c * plug-ins/common/shift.c * plug-ins/common/smooth_palette.c * plug-ins/common/snoise.c * plug-ins/common/sobel.c * plug-ins/common/sparkle.c * plug-ins/common/spread.c * plug-ins/common/struc.c * plug-ins/common/sunras.c * plug-ins/common/svg.c: HIG-ified.
-
Michael Natterer authored
2004-05-19 Michael Natterer <mitch@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpaction.[ch]: new GtkAction subclass which can show either a color or viewable preview in GtkImageMenuItem proxies. * app/widgets/gimpenumaction.[ch] * app/widgets/gimppluginaction.[ch] * app/widgets/gimpstringaction.[ch]: derive them from GimpAction. * app/widgets/gimpactiongroup.c (gimp_action_group_add_actions): add GimpActions, not GtkActions. (gimp_action_group_set_action_color) (gimp_action_group_set_action_viewable): removed all hacks and simply set the "color" or "viewable" properties of the GimpAction to change. Fixes color/viewable previews in menus. * app/actions/file-actions.c: show previews in the "Open Recent" menu items. Unrelated: * app/widgets/widgets-types.h: removed GimpDockedInterface typedef... * app/widgets/gimpdocked.h: ...and added it here. We don't have class struct typedefs in the types header either. * app/actions/edit-actions.c: added <Ctrl>+semicolon as shortcut for "edit-fill-pattern". * app/actions/gradient-editor-actions.c: added some stock IDs. Please comment.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/papertile.c * plug-ins/common/pat.c * plug-ins/common/pixelize.c * plug-ins/common/png.c * plug-ins/common/postscript.c * plug-ins/common/psp.c: HIG-ified.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/mapcolor.c * plug-ins/common/mblur.c * plug-ins/common/mng.c * plug-ins/common/mosaic.c * plug-ins/common/newsprint.c * plug-ins/common/oilify.c: HIG-ified.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/hot.c * plug-ins/common/iwarp.c * plug-ins/common/jpeg.c * plug-ins/common/lic.c * plug-ins/common/mail.c: HIG-ified.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c * plug-ins/common/gbr.c * plug-ins/common/gee.c * plug-ins/common/gee_zoom.c * plug-ins/common/gif.c * plug-ins/common/gih.c * plug-ins/common/glasstile.c * plug-ins/common/gtm.c: HIG-ified.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/exchange.c: fixed minor dialog layout issues.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c: added the camera icon to the dialog.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/film.c * plug-ins/common/fractaltrace.c: HIG-ified.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * app/paint/gimppaintcore.c (gimp_paint_core_interpolate): make sure that pressure never becomes negative. Fixes bug #123811; thanks to Philip Lafleur for investigating this problem.
-
- 18 May, 2004 5 commits
-
-
Marco Ciampa authored
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * POTFILES.in: updated.
-
Sven Neumann authored
2004-05-19 Sven Neumann <sven@gimp.org> * plug-ins/common/channel_mixer.c: added some stock icons. * plug-ins/common/edge.c * plug-ins/common/emboss.c * plug-ins/common/engrave.c * plug-ins/common/exchange.c: HIG-ified. * plug-ins/common/sel_gauss.c: tiny changes for a more consistent HIG-ification.
-
Michael Natterer authored
2004-05-19 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/plug_in.pdb: made plugin_icon_register() an underscore-prefixed function which needs to be wrapped. * libgimp/gimpplugin_pdb.[ch]: regenerated. * libgimp/Makefile.am * libgimp/gimp.h * libgimp/gimpplugin.[ch]: new files containing gimp_plugin_icon_register() which has no "icon_data_length" parameter and determines it from the passed icon data. * libgimp/gimp.def: added gimp_plugin_icon_register. * plug-ins/common/plugindetails.c * plug-ins/common/screenshot.c * plug-ins/common/uniteditor.c * plug-ins/print/print.c: don't pass the icon_data_length.
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * plug-ins/common/checkerboard.c * plug-ins/common/colorify.c * plug-ins/common/colortoalpha.c * plug-ins/common/compose.c * plug-ins/common/convmatrix.c * plug-ins/common/csource.c * plug-ins/common/cubism.c * plug-ins/common/decompose.c * plug-ins/common/deinterlace.c * plug-ins/common/depthmerge.c * plug-ins/common/despeckle.c * plug-ins/common/destripe.c * plug-ins/common/diffraction.c * plug-ins/common/displace.c: HIG-ified.
-