- 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 19 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.
-
Michael Natterer authored
2004-05-18 Michael Natterer <mitch@gimp.org> Allow plug-ins to register menu icons. Fixes bug #120500. * app/core/core-enums.[ch]: added enum GimpIconType which can be one of { STOCK_ID, IMAGE_FILE, INLINE_PIXBUF }. * app/config/gimpconfigwriter.[ch] (gimp_config_writer_data) * app/config/gimpscanner.[ch] (gimp_scanner_parse_data): new functions which write/parse raw binary data. Needed for storing inline pixbufs in pluginrc. * app/config/gimpconfigwriter.[ch] (gimp_config_writer_identifier): new function which writes out an unquoted and unescaped string. * app/plug-in/plug-in-proc.[ch] (struct PlugInProcDef): added new members "icon_type", "icon_data_length" and "icon_data". Reordered members so file_proc specific stuff is at the end. (plug_in_proc_def_get_stock_id) (plug_in_proc_def_get_pixbuf): new functions to access the procedure's icon. * app/plug-in/plug-in-rc.c: save/restore the registered icons. * app/actions/file-dialog-actions.c * app/actions/plug-in-actions.c: set the action's stock ID from the procedure's stock ID. * app/widgets/gimppluginaction.c (gimp_plug_in_action_connect_proxy): if the procedure provides a pixbuf, set it as icon for the menu item. * app/menus/file-dialog-menu.[ch] * app/menus/file-open-menu.c * app/menus/file-save-menu.c * app/xcf/xcf.c: changed accordingly. * tools/pdbgen/pdb/plug_in.pdb (plugin_icon_register): new PDB function which can be called during query(). * tools/pdbgen/enums.pl * app/pdb/internal_procs.c * app/pdb/plug_in_cmds.c * libgimp/gimpenums.h * libgimp/gimpplugin_pdb.c * libgimp/gimpplugin_pdb.h * plug-ins/pygimp/gimpenums.py * plug-ins/script-fu/script-fu-constants.c: regenerated. * plug-ins/common/plugindetails.c * plug-ins/common/uniteditor.c * plug-ins/print/print.c: register stock_id icons. * plug-ins/common/screenshot.c: register an inline_pixbuf icon for testing purposes (used emblem-camera.png from gnome-icon-theme). * app/actions/dialogs-actions.c * app/actions/file-actions.c: unrelated: added some more icons to menu items.
-
Maurits Rijk authored
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * plug-ins/common/blur.c * plug-ins/common/borderaverage.c * plug-ins/common/bumpmap.c * plug-ins/common/ccanalyze.c: HIG-ified.
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * libgimpwidgets/tmpl/gimphelpui.sgml * libgimpwidgets/tmpl/gimpsizeentry.sgml: regenerated.
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpsizeentry.[ch] (gimp_size_entry_attach_label): return the created label widget so that it can for example be put into a GtkSizeGroup. * plug-ins/libgimpoldpreview/gimpoldpreview.[ch]: removed the optional "Preview" frame. Always put the preview into a sunken frame. * plug-ins/common/AlienMap2.c * plug-ins/common/blinds.c * plug-ins/common/flarefx.c * plug-ins/common/glasstile.c * plug-ins/common/grid.c * plug-ins/common/illusion.c * plug-ins/common/jigsaw.c * plug-ins/common/max_rgb.c * plug-ins/common/nlfilt.c * plug-ins/common/noisify.c * plug-ins/common/nova.c * plug-ins/common/plasma.c * plug-ins/common/polar.c * plug-ins/common/waves.c * plug-ins/common/wind.c: changed accordingly, HIG-ified.
-
Nate Summers authored
-
Nate Summers authored
Clarified end-user visible features. Made sundry small grammar and consistancy fixes. Reorganized list of changes slightly.
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * plug-ins/common/aa.c * plug-ins/common/align_layers.c * plug-ins/common/animationplay.c * plug-ins/common/apply_lens.c: HIG-ified.
-
Michael Natterer authored
2004-05-18 Michael Natterer <mitch@gimp.org> * app/core/gimptoolinfo.c: made the "visible" property serializable. * app/tools/gimp-tools.c: store the tools' order and visibility in a new config file called "toolrc".
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/brush.c: ported to GtkFileChooser. * plug-ins/gimpressionist/gimpressionist.h * plug-ins/gimpressionist/ppmtool.[ch]: sprinkled some const qualifiers.
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * plug-ins/common/curve_bend.c * plug-ins/ifscompose/ifscompose.c: ported to GtkFileChooser and HIG-ified.
-
Sven Neumann authored
2004-05-18 Sven Neumann <sven@gimp.org> * plug-ins/common/channel_mixer.c * plug-ins/common/gqbist.c: ported to GtkFileChooser and HIG-ified. * plug-ins/common/spheredesigner.c: ditto, but needs more love.
-
Michael Natterer authored
2004-05-18 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in-proc.[ch] (plug_in_proc_def_get_label): new function which returns a newly allocated string which is the menu item's name stripped of mnemonics an ellipses. * app/actions/plug-in-actions.c (plug_in_actions_update) * app/plug-in/plug-in.c (plug_in_get_undo_desc): use the function instead of implementing the same twice slightly different.
-
Dmitry Mastrukov authored
-
- 17 May, 2004 9 commits
-
-
Sven Neumann authored
2004-05-17 Sven Neumann <sven@gimp.org> * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c: ported to GtkFileChooser and HIG-ified.
-
Sven Neumann authored
2004-05-17 Sven Neumann <sven@gimp.org> * plug-ins/common/AlienMap2.c: HIG-ified (more or less).
-
Michael Natterer authored
2004-05-17 Michael Natterer <mitch@gimp.org> * menus/menus.xsl: put the image popup menu into a dummy menubar to work around the silly GtkUIManager restriction that popup menus can't have tearoff items. * app/menus/menus.c * app/menus/image-menu.c * app/display/gimpdisplayshell-callbacks.c * app/gui/gui-vtable.c * app/menus/plug-in-menus.c: changed accordingly. * app/gui/gui.c (gui_restore_after_callback): connect to "notify::tearoff-menus" of GimpGuiConfig and reconfigure the global image UI manager accordingly. * app/config/gimpguiconfig.c: removed GIMP_PARAM_RESTART from the "tearoff-menus" property because GtkUIManager can change this on the fly. * app/display/gimpdisplayshell.[ch]: added the menubar to the GimpDisplayShell struct. Some cleanup in gimp_display_shell_new(). * app/display/gimpdisplayshell-appearance.c (gimp_display_shell_set_show_menubar): use shell->menubar instead of asking the UI manager. * app/widgets/gimpuimanager.[ch]: changed gimp_ui_manager_ui_get() to transparently load the XML files even if a sub-widget was requested. Reordered parameters of gimp_ui_manager_ui_popup(). Lots of internal cleanups. * app/widgets/gimpdockable.c * app/widgets/gimptooloptionseditor.c: simplified accordingly. * app/widgets/gimpeditor.[ch]: added new function gimp_editor_popup_menu() which takes a GimpMenuPositionFunc and updates/shows the editor's menu. * app/widgets/gimpcolormapeditor.c * app/widgets/gimpcomponenteditor.c * app/widgets/gimpcontainereditor.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimperrorconsole.c * app/widgets/gimpgradienteditor.c * app/widgets/gimpitemtreeview.c * app/widgets/gimppaletteeditor.c: use gimp_editor_popup_menu(). * app/widgets/gimptoolbox.c: moved all code from gimp_toolbox_new() to GObject::constructor().
-
Michael Natterer authored
2004-05-17 Michael Natterer <mitch@gimp.org> * app/actions/tool-options-actions.c: added icons to the Save, Load, Rename and Delete submenus.
-
Michael Natterer authored
2004-05-17 Michael Natterer <mitch@gimp.org> * app/actions/edit-actions.c (edit_actions_update): don't forget to set the sensitivity of "edit-named-copy".
-
Marco Ciampa authored
-
Sven Neumann authored
2004-05-17 Sven Neumann <sven@gimp.org> * app/core/gimpimage.c (gimp_image_init): initialize the image unit to GIMP_UNIT_PIXEL. * app/pdb/image_cmds.c * tools/pdbgen/pdb/image.pdb: allow GIMP_UNIT_PIXEL to be used in the gimp_image_set_unit() PDB call.
-
Marco Ciampa authored
-
Marco Ciampa authored
-
- 16 May, 2004 1 commit
-
-
Sven Neumann authored
2004-05-16 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/old-photo.scm: fixed wrong use of layer ID; bug #142326.
-
- 15 May, 2004 1 commit
-
-
Sven Neumann authored
2004-05-15 Sven Neumann <sven@gimp.org> * app/tools/gimpcurvestool.c: fixed position of vertical line indicating the picked color. Patch from William Skaggs and Søren Wedel Nielsen; fixes bug #142506.
-