- 26 Aug, 2003 15 commits
-
-
Sven Neumann authored
2003-08-27 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am (EXTRA_DIST) * libgimpbase/makefile.msc (EXTRA_DIST): removed gimpversion.h.in. * app/composite/Makefile.am (libappcomposite_a_built_sources): removed gimp-composite-*-installer.h.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: added some toolbox and dock related help IDs. * app/gui/dialogs-menu.c * app/widgets/gimpimagedock.c * app/widgets/gimptoolbox.c: use them.
-
Pablo Gonzalo del Campo authored
2003-08-26 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * app/helpbrowser/helpbrowser.c: some cleanup and fixes before porting to the new help ID based system. Definitely broken at the moment.
-
Sven Neumann authored
-
Sven Neumann authored
2003-08-26 Sven Neumann <sven@gimp.org> * app/core/core-enums.h: use GIMP_GRADIENT as prefix for the GimpGradientType enum. * app/core/core-enums.c * app/pdb/misc_tools_cmds.c * libgimp/gimpenums.h * plug-ins/pygimp/gimpenums.py * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: regenerated. * app/core/gimpdrawable-blend.c * app/tools/gimpblendoptions.c * plug-ins/pygimp/plug-ins/sphere.py * plug-ins/script-fu/scripts: changed accordingly. * libgimp/gimpcompat.h * plug-ins/script-fu/siod-wrapper.c: added compatibility defines for the old enum values.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * app/tools/gimptransformoptions.c (gimp_transform_options_class_init): it's GIMP_INTERPOLATION_LINEAR, not just GIMP_LINEAR, argh. Fixes part 1 of bug #120424.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * plug-ins/helpbrowser/helpbrowser.c (open_browser_dialog): we can't rely on "eek.png" from the help system being installed. Use "stock-wilber-eek-64.png" from the default theme instead because it is always available.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> Bye bye, "crappy/foo.html": * app/widgets/gimphelp-ids.h: replaced "crappy/foo.html" by "gimp-proper-identifier". * app/plug-in/plug-in-proc.[ch] (plug_in_proc_def_get_help_id): added "const gchar *help_path" parameter and return a help ID ready for attaching to a menu item. The help ID is no longer constructed from the plug-in's executable name but from the *procedure* name with '_' replaced by '-'. This means we can now have help for each script-fu script and for each of a plug-in's individual procedures. * app/gui/plug-in-menus.c: removed even more duplicated wrong code since plug_in_proc_def_get_help_id() is implemented correctly now. * app/gui/file-open-menu.c * app/gui/file-save-menu.c: ditto. Reorder the "XCF" menu item before the separator and added GIMP_STOCK_WILBER. * app/gui/file-dialog-utils.c: added a mnemonic to the "Determine File Type:" label.
-
Simon Budig authored
2003-08-26 Simon Budig <simon@gimp.org> * app/vectors/gimpanchor.h: Intruduce casting macro GIMP_ANCHOR. * app/tools/gimpvectortool.c * app/vectors/gimpstroke.c * app/vectors/gimpbezierstroke.c * app/vectors/gimpvectors-compat.c: Use it for code readibility.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockbook.c: added gimp_dockbook_help_func() which shows the help for the active page. (gimp_dockbook_tab_button_press): grab the focus when a notebook tab is clicked. Still not perfect since GtkNotebook does it slightly different, but feels much better than before.
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * app/gui/info-window.c * app/widgets/gimpfontselection.c * app/widgets/gimpfontselection-dialog.c: replaced the last hardcoded html links by help IDs. Removed trailing whitespace.
-
Simon Budig authored
2003-08-26 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c: Minor code cleanup that automagically makes SHIFT while curve-dragging work...
-
Michael Natterer authored
2003-08-26 Michael Natterer <mitch@gimp.org> * app/gui/grid-dialog.c: use GIMP_HELP_IMAGE_GRID. * app/gui/image-menu.c: fixed some help ID copy & paste bugs. * app/widgets/gimpdockable.c: forgot to actually set the help ID with gimp_help_set_help_data().
-
Simon Budig authored
2003-08-26 Simon Budig <simon@gimp.org> * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.c: Implemented direct moving of the curve. Whee! :-) * app/tools/gimpvectortool.[ch]: Use it.
-
- 25 Aug, 2003 14 commits
-
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/core/core-enums.[ch]: added enum GimpContainerPolicy. * app/core/gimpcontainer.[ch]: removed it here. Added new virtual function GimpContainer::clear() which removes all items. Cleanup. * app/core/gimplist.c: implement GimpContainer::clear(). Cleanup.
-
Ole Laursen authored
2003-08-25 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpitemfactory.[ch] * app/widgets/gimpmenufactory.[ch]: added a help_id to GimpItemFactory. It's basically the code I removed some days ago, but this time it's used as default help_id for the factory (e.g. if F1 is pressed over a separator), and not to construct html links. * app/widgets/gimphelp-ids.h: added some missing help IDs. * app/gui/menus.c: register a help IDs with each item factory. * app/display/gimpdisplayshell.c * app/gui/dialogs-menu.c: some more forgotten help IDs.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h * app/widgets/gimppaletteeditor.c * app/gui/palette-editor-menu.c: help IDs for the palette editor. * app/gui/toolbox-menu.c: forgot some dialog help IDs.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-ins.[ch] (plug_ins_temp_proc_def_add): removed the "locale_domain" and "help_path" parameters since the function can figure them by itself. * app/plug-in/plug-in-message.c (plug_in_handle_proc_install): changed accordingly. * app/plug-in/plug-in-proc.[ch] (plug_in_proc_def_get_help_id): new function which will soon be implemented correctly :-) * app/gui/file-open-menu.c (file_open_menu_setup) * app/gui/file-save-menu.c (file_save_menu_setup) * app/gui/plug-in-menus.c (plug_in_menus_create_entry): use it here instead of duplicating broken code.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: added GIMP_HELP_TEXT_EDITOR_DIALOG. * app/widgets/gimptexteditor.c: use it.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockable.[ch]: added "gchar *help_id" member to the GimpDockable struct and "const gchar *help_id" parameter to gimp_dockable_new(). * app/widgets/gimphelp-ids.h: added help IDs for the tool list/grid and the palette editor. * app/widgets/gimpdockbook.c * app/gui/dialogs-constructors.c * app/gui/dialogs-menu.c: changed accordingly.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/gui/image-menu.c: added "Select->To Path" menu entry, using the right stock_id and help_id. * plug-ins/sel2path/sel2path.c: don't install a menu_path.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/text/gimptext.[ch]: derive it from GimpObject and added GimpObject::get_memsize() implementation.
-
Sven Neumann authored
2003-08-25 Sven Neumann <sven@gimp.org> Fixed some issues with the PDB thumbnail functions spotted by Wolfgang Hofer and loosely based on patches he provided: * tools/pdbgen/pdb/fileops.pdb (file_load_thumbnail): keep a reference on the GimpImagefile as long as we need the associated preview temp_buf. Call gimp_imagefile_update() before requesting the preview. * app/pdb/fileops_cmds.c: regenerated. * app/base/temp-buf.c (temp_buf_new_check): use a checkerboard algorithm similar to the one the displayshell-render code uses.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/core/gimpobject.[ch]: changed GimpObject::get_memsize() to return a second value named "gui_size", where the primary return value is the "constant" actual size (as long as no operation is performed on the object), and the second "gui_size" return value is the size of temporary stuff like preview caches or boundary segments (which may change asynchronously, even if the object is on the undo stack). * app/core/gimp.c * app/core/gimpbrush.c * app/core/gimpbrushpipe.c * app/core/gimpbuffer.c * app/core/gimpchannel.c * app/core/gimpcontainer.c * app/core/gimpcontext.c * app/core/gimpdata.c * app/core/gimpdatafactory.c * app/core/gimpdrawable.c * app/core/gimpgradient.c * app/core/gimpimage-undo.c * app/core/gimpimage.c * app/core/gimpitem.c * app/core/gimplayer.c * app/core/gimplist.c * app/core/gimppalette.c * app/core/gimpparasitelist.c * app/core/gimppattern.c * app/core/gimpundo.c * app/core/gimpundostack.c * app/core/gimpviewable.c * app/text/gimptextlayer.c * app/vectors/gimpstroke.c * app/vectors/gimpvectors.c: changed get_memsize() implementations accordingly. * app/display/gimpdisplayshell-title.c * app/gui/debug-commands.c * app/widgets/gimppreview.c: changed callers accordingly. * app/core/gimpimage-undo-push.c: changed layer, channel, vectors and layer_mask undo steps to add/subtract the size of the resp. objects whenever they take/drop ownership of them. Ignore the objects' "gui_size" to get identical sizes on adding/subtracting. Fixes bug #120429.
-
Michael Natterer authored
-
Kjartan Maraas authored
2003-08-25 Kjartan Maraas <kmaraas@gnome.org> * no.po: Update Norwegian translation.
-
Michael Natterer authored
2003-08-25 Michael Natterer <mitch@gimp.org> * app/display/gimpnavigationview.c: forgot this one.
-
- 24 Aug, 2003 5 commits
-
-
Seth Burgess authored
-
Seth Burgess authored
-
Simon Budig authored
2003-08-24 Simon Budig <simon@gimp.org> * data/brushes/feltpen.gih * data/brushes/hsparks.gih: Marked as binary.
-
Michael Natterer authored
2003-08-24 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-filter-dialog.c * app/display/gimpdisplayshell-scale.c * app/display/gimpnavigationview.c * app/gui/dialogs-menu.c * app/gui/documents-menu.c * app/gui/error-console-menu.c * app/gui/gradient-editor-commands.c * app/gui/gradient-editor-menu.c * app/gui/image-menu.c * app/gui/select-commands.c * app/gui/tool-options-dialog.c * app/gui/toolbox-menu.c * app/gui/vectors-menu.c * app/widgets/gimpbufferview.c * app/widgets/gimpchanneltreeview.c * app/widgets/gimpdocumentview.c * app/widgets/gimpeditor.[ch] * app/widgets/gimperrorconsole.c * app/widgets/gimpgradienteditor.c * app/widgets/gimpitemtreeview.[ch] * app/widgets/gimplayertreeview.c * app/widgets/gimpselectioneditor.c * app/widgets/gimptemplateview.c * app/widgets/gimpundoeditor.c * app/widgets/gimpvectorstreeview.c * app/widgets/gimphelp-ids.h: added and updated more help IDs.
-
Sven Neumann authored
2003-08-24 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs-generic.h (blend_pixels): removed some debugging output that I accidentally committed a while ago. Fixes bug #120576 (slowness of smudge on alpha layers).
-
- 23 Aug, 2003 6 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
2003-08-23 Michael Natterer <mitch@gimp.org> * libgimpwidgets/libgimpwidgets.types: added missing GimpColorArea and GimpOffsetArea. * libgimpwidgets/tmpl/gimpcolorarea.sgml * libgimpwidgets/tmpl/gimpdialog.sgml * libgimpwidgets/tmpl/gimphelpui.sgml * libgimpwidgets/tmpl/gimpoffsetarea.sgml * libgimpwidgets/tmpl/gimpwidgets.sgml: regenerated.
-
Michael Natterer authored
2003-08-23 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpwidgetstypes.h: changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const gchar *help_id". - added "gpointer help_data". * libgimpwidgets/gimphelpui.[ch]: added "gpointer help_data" to gimp_help_connect(). Removed all fiddling with html links and treat all help IDs as opaque identifiers. * app/core/gimptoolinfo.[ch]: changed "help_data" member to "help_id". * app/widgets/gimpitemfactory.[ch]: removed the "help_path" parameter from gimp_item_factory_new() since we don't fiddle with html file paths any more. Simplifies menu item help a lot. Renamed "help_data" member of struct GimpItemFactoryEntry to "help_id". * app/gui/plug-in-menus.c: changed accordingly. 3rd party plug-ins' menu item help IDs are now encoded as "help_path:help_id". * app/gui/file-open-menu.c * app/gui/file-save-menu.c: when constructing the <Load> and <Save> menus, take the resp. procedures' locale_domain and help_path into account. Fixes translation of 3rd party menu items. Also do the right thing for load/save procs which are implemented as temporary procedures (they are impossible to implement currently but it's nice to do the right thing anyway...). * app/widgets/gimphelp-ids.h: added GIMP_HELP_MAIN identifier. * libgimpwidgets/gimpdialog.[ch] * libgimpwidgets/gimpwidgets.[ch] * libgimp/gimpui.c * app/display/gimpdisplayshell.c * app/gui/gui.c * app/gui/about-dialog.c * app/gui/color-notebook.c * app/gui/dialogs-constructors.c * app/gui/file-dialog-utils.[ch] * app/gui/gradients-commands.c * app/gui/help-commands.c * app/gui/image-menu.c * app/gui/menus.c * app/gui/preferences-dialog.c * app/gui/tips-dialog.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpcurvestool.c * app/tools/gimphistogramtool.c * app/tools/gimpimagemaptool.c * app/tools/gimplevelstool.c * app/tools/gimpmeasuretool.c * app/tools/gimptransformtool.c * app/widgets/gimperrorconsole.c * app/widgets/gimphelp.[ch] * app/widgets/gimpmenufactory.[ch] * app/widgets/gimptexteditor.c * app/widgets/gimptoolbox.c * app/widgets/gimpviewabledialog.[ch] * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/gee.c * plug-ins/common/gee_zoom.c * plug-ins/common/gqbist.c * plug-ins/common/spheredesigner.c * plug-ins/flame/flame.c * plug-ins/fp/fp_gtk.c * plug-ins/helpbrowser/helpbrowser.c * plug-ins/ifscompose/ifscompose.c * plug-ins/imagemap/imap_main.c: changed accordingly. Removed trailing whitespace all over the place.
-
Jan Morén authored
2003-08-23 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Manish Singh authored
-
Manish Singh authored
2003-06-22 Manish Singh <yosh@gimp.org> * configure.in: disallow libgimpprint >= 4.3.0, addresses bug #120162. * configure.in: reverted previous change, until all po directories are filled for ms.po
-