- 24 May, 2004 2 commits
-
-
Michael Natterer authored
2004-05-24 Michael Natterer <mitch@gimp.org> Long overdue core container cleanup: * app/core/gimplist.[ch]: added "unique-names" and "sort-func" properties and merged the resp. code from GimpDataList into GimpList. Removed "policy" parameters from gimp_list_new() and added "unique_names". Added new constructor gimp_list_new_weak(). Made public function gimp_list_uniquefy_name() private. * app/core/Makefile.am * app/core/core-types.h * app/core/gimpdatalist.[ch]: removed. Its functionality is entirely in GimpList now. * app/core/gimpdata.[ch]: added gimp_data_name_compare() which used to live in GimpDataList. * app/core/gimp.c * app/core/gimpdatafactory.c * app/core/gimpimage.c * app/core/gimptoolinfo.c * app/core/gimpundostack.c * app/paint/gimp-paint.c * app/tools/gimp-tools.c * app/widgets/gimpdevices.c * app/widgets/gimptemplateeditor.c * app/widgets/gimpundoeditor.c: changed list creation accordingly. Made gimp->templates, gimp->named_buffers, tool_info->presets and the image's lists of layers, channels and vectors automatically ensure unique names. * app/widgets/gimptemplateview.c * app/actions/file-commands.c * app/actions/templates-commands.c * app/actions/tool-options-commands.c: removed calls to gimp_list_uniquefy_name(). * app/core/gimpitem.c: removed major insanity where the items themselves where ensuring their unique names. Bah! * app/core/gimplayer.c (gimp_layer_name_changed): chain up conditionally. * app/core/gimplayermask.c (gimp_layer_mask_name_changed): removed because there is no need any more to keep the parent implementation from being invoked.
-
Marco Ciampa authored
-
- 23 May, 2004 10 commits
-
-
Sven Neumann authored
2004-05-23 Sven Neumann <sven@gimp.org> More fixes for bug #142996: * plug-ins/common/postscript.c * plug-ins/common/sparkle.c * plug-ins/common/sunras.c * plug-ins/common/uniteditor.c * plug-ins/fits/fits.c: fixed typos.
-
Sven Neumann authored
2004-05-23 Sven Neumann <sven@gimp.org> Fixes for bug #142996: * app/gui/preferences-dialog.c: added missing gettext call. * app/config/gimprc-blurbs.h * app/core/gimptemplate.c * app/gui/gradient-editor-menu.c: fixed typos.
-
Sven Neumann authored
2004-05-23 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES): added lt.po (Lithuanian).
-
Michael Natterer authored
2004-05-23 Michael Natterer <mitch@gimp.org> * app/core/gimpdatalist.c: code cleanup, no logic changed.
-
Henrik Brix Andersen authored
2004-05-23 Henrik Brix Andersen <brix@gimp.org> * po-plugins/POTFILES.in: added plug-ins/MapObject/mapobject_apply.c and plug-ins/maze/maze.h. Fixes part of bug #142996 * app/config/gimprc-blurbs.h * plug-ins/gfig/gfig-spiral.c (spiral_button_press) * plug-ins/gimpressionist/orientation.c (create_orientationpage) * plug-ins/common/diffraction.c (diffraction_dialog) * plug-ins/common/bumpmap.c (bumpmap_dialog) * plug-ins/maze/maze.h * plug-ins/MapObject/mapobject_apply.c (compute_image) * app/tools/gimpmeasuretool.c (gimp_measure_tool_dialog_update) * plug-ins/print/gimp_main_window.c (create_scaling_frame): marked strings for translation, corrected small typos. Fixes part of bug #142996
-
Zygimantas Berucka authored
2004-05-23 Zygimantas Berucka <uid0@akl.lt> * configure.in: Added "lt" to ALL_LINGUAS.
-
Michael Schumacher authored
* libgimp/gimp.def: gimp_register_file_handler_mime added
-
Zygimantas Berucka authored
2004-05-23 Zygimantas Berucka <uid0@akl.lt> * lt.po: Added Lithuanian translation.
-
Michael Natterer authored
2004-05-23 Michael Natterer <mitch@gimp.org> * app/widgets/widgets-types.h: reoedered to somehow reflect the class hierarchy. Some dockable context handling cleanup: * app/widgets/gimpdocked.[ch]: removed "prev_context" parameter from GimpDocked::set_context(). Widgets which need the old context to disconnect from should remember it themselves. * app/widgets/gimpdockable.c (gimp_dockable_set_context): don't pass the old context to gimp_docked_set_context(). Some cleanup. * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontainereditor.c: changed accordingly. * app/display/gimpnavigationview.[ch] * app/widgets/gimpimageeditor.[ch] * app/widgets/gimpitemtreeview.[ch]: added a "context" member which holds the context set by GimpDocked::set_context(). * app/widgets/gimpdrawabletreeview.c: use the view's context instead of gimp_get_user_context(). * app/widgets/gimpcoloreditor.[ch]: removed separate API to set the context because it implements the GimpDockedInterface. * app/widgets/gimpcomponenteditor.c * app/widgets/gimperrorconsole.c: pass "menu-factory", "menu-identifier" and "ui-path" to g_object_new() instead of calling gimp_editor_create_menu() later. Action cleanup partly related to the context stuff above: * app/actions/actions.c (action_data_get_gimp): get the Gimp from context->gimp, not gimage->gimp because gimage may be NULL. (action_data_get_context): changed to use the new context members added above. * app/actions/channels-actions.c (channels_actions_update): cleanup. * app/actions/edit-actions.c (edit_actions_update): fixed sensitivity of "edit-undo-clear". * app/actions/vectors-actions.c (vectors_actions_update): make "vectors-merge-visible" sensitive only if there is more than one GimpVectors in the image. * app/actions/colormap-editor-actions.c * app/actions/gradient-editor-actions.c * app/actions/palette-editor-actions.c: added FG/BG color previews to actions which take colors from them. Changed code to be safe against "context" being NULL. * app/actions/drawable-commands.c: s/active_drawable/drawable/g. Makes the code more readable. * app/actions/select-commands.[ch] * app/actions/vectors-commands.[ch]: removed public stroke utility functions and other stuff which is not needed any more because dialog buttons invoke the correct actions now. Moved the functions' code to the resp. action callbacks.
-
Zygimantas Berucka authored
2004-05-23 Zygimantas Berucka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
-
- 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 3 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.
-