- 22 Jan, 2005 11 commits
-
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpselectiondata.c: include <stdio.h> for sscanf().
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-save.c (save_dialog): update the preview (and thus the filesize) if the EXIF or thumbnail toggles are being used. Fixes bug #164914.
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_file.c: fixed overwrite confirmation dialog (bug #164864).
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): use GTK_STOCK_SAVE for the save dialog (bug #164864).
-
Manish Singh authored
2005-01-21 Manish Singh <yosh@gimp.org> * app/display/gimpdisplayshell.c: #include gimpbase.h for declaration of gimp_param_spec_unit().
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpenumwidgets.c: added more gtk-doc comments.
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * libgimpbase/gimpbase.def * libgimpcolor/gimpcolor.def * libgimpmath/gimpmath.def: added new symbols.
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * libgimpbase/gimputils.c (gimp_enum_value_get_help): same fix here.
-
William Skaggs authored
-
William Skaggs authored
* app/config/gimpconfig-types.c * app/config/gimpconfig-types.h: removed... * libgimpbase/gimpbasetypes.c * libgimpbase/gimpbasetypes.h: and contents merged into here. * app/config/gimpconfig-params.c: removed... * libgimpbase/gimpbaseparams.c * libgimpcolor/gimprgb.c * libgimpmath/gimpmatrix.c: and contents merged into here. * app/config/gimpconfig-params.h: part removed... * libgimpbase/gimpbaseparams.h * libgimpcolor/gimprgb.h * libgimpmath/gimpmatrix.h: and merged into here * libgimpbase/Makefile.am * libgimpbase/gimpbase.h * libgimpcolor/gimpbilinear.c * libgimpcolor/gimpcmyk.c * libgimpmath/gimpvector.c * app/config/Makefile.am * app/config/gimpconfig-deserialize.c * app/config/gimpconfig-dump.c * app/config/gimpconfig-serialize.c * app/config/gimpcoreconfig.c * app/config/gimpguiconfig.c * app/config/gimppluginconfig.c * app/core/gimp-utils.c * app/core/gimpcontext.c * app/tools/tools-utils.c * app/widgets/gimpaction.c * plug-ins/gimpressionist/utils.c: dependencies changed accordingly. First step in config migration out of core. Need to fix devel-docs to reflect these changes.
-
Sven Neumann authored
2005-01-22 Sven Neumann <sven@gimp.org> * libgimpbase/gimputils.c (gimp_enum_value_get_desc): no point in crashing if gimp_enum_get_desc() returns NULL. * modules/cdisplay_colorblind.c * modules/cdisplay_proof.c: register enum descriptions, use GimpEnumComboBox.
-
- 21 Jan, 2005 4 commits
-
-
Sven Neumann authored
2005-01-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreviewarea.c: improved docs. 2005-01-22 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types: GimpEnumStore and GimpEnumComboBox moved to libgimpwidgets. * libgimpwidgets/tmpl/gimpenumcombobox.sgml * libgimpwidgets/tmpl/gimpenumstore.sgml: new files.
-
Sven Neumann authored
2005-01-21 Sven Neumann <sven@gimp.org> * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpenumcombobox.[ch] * app/widgets/gimpenumstore.[ch]: moved GimpEnumStore and GimpEnumComboBox from here ... * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpenumcombobox.[ch] * libgimpwidgets/gimpenumstore.[ch]: ... to libgimpwidgets. * app/dialogs/convert-dialog.c * app/dialogs/scale-dialog.c * app/tools/gimpblendoptions.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/widgets/gimpcolorframe.c * app/widgets/gimphistogrameditor.c * app/widgets/gimppropwidgets.c * app/widgets/gimpstrokeeditor.c * data/images/gimp-splash.png: changed includes accordingly.
-
Michael Natterer authored
2005-01-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.[ch] (gimp_action_get_accel_closure): new function as workaround for missing GTK+ API (see bug #141750). * app/widgets/gimpactionview.[ch]: use the function instead of having this ugly hack here. Store the accel_closure instead of the hackish menu_item in the tree store. Removed cruft and cleaned up a bit.
-
Sven Neumann authored
2005-01-21 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-transform.c: applied a patch from Geert Jordaens that seems to fix drawable transformation using the new Lanczos interpolation routine :)
-
- 20 Jan, 2005 4 commits
-
-
Sven Neumann authored
2005-01-20 Sven Neumann <sven@gimp.org> * HACKING * Makefile.am * acinclude.m4 * autogen.sh: applied (modified) patch from Raphaël Quinet that allows to build GIMP from CVS without having gtk-doc installed. If you need to do this, pass --disable-gtk-doc to autogen.sh. * configure.in: removed --disable-devel-docs option since it has become obsolete now. * devel-docs/Makefile.am: require gtk-doc when running 'make dist'.
-
Stanislav Brabec authored
-
Sven Neumann authored
2005-01-20 Sven Neumann <sven@gimp.org> * app/paint-funcs/scale-funcs.[ch]: applied patch from Geert Jordaens that improves results of the Lanczos interpolation routine.
-
Sven Neumann authored
2005-01-20 Sven Neumann <sven@gimp.org> * app/widgets/gimpcomponenteditor.c (gimp_component_editor_button_press): call gimp_image_flush() after setting the active component since this might unselect the active channel. Fixes bug #164195.
-
- 19 Jan, 2005 2 commits
-
-
Sven Neumann authored
2005-01-19 Sven Neumann <sven@gimp.org> * app/core/gimpdrawable-transform.c: applied a patch from Geert Jordaens that fixes the crash in the drawable transformations using the Lanczos interpolation type. The result is somewhat wrong though :(
-
Manish Singh authored
2005-01-18 Manish Singh <yosh@gimp.org> * plug-ins/jpeg/jpeg-save.[ch]: Adapted the code from the stable branch (based on a patch from Nils Philippsen) that makes sure that the EXIF thumbnail doesn't cause the EXIF data block to grow beyond its maximum size. Fixes bug #164087.
-
- 18 Jan, 2005 13 commits
-
-
Sven Neumann authored
2005-01-19 Sven Neumann <sven@gimp.org> * app/display/gimpscalecombobox.c (gimp_scale_combo_box_set_scale): don't use == to compare floating point values.
-
William Skaggs authored
* plug-ins/common/bumpmap.c: make sure bumpmap_init_params() is called when necessary, fixes bug #162285.
-
Michael Natterer authored
2005-01-18 Michael Natterer <mitch@gimp.org> * app/core/gimpparasitelist.c (parasite_serialize): use gimp_config_writer_data() to write the parasite data because it's binary and can contain '\0'. (gimp_parasite_list_deserialize): use gimp_scanner_parse_data() to read it. Still accepts the old file format for backward compatibility. Fixes bug #163131.
-
Michael Natterer authored
2005-01-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockable.c (gimp_dockable_expose_event): blink more correctly.
-
Carol Spears authored
2005-01-18 Carol Spears <carol@gimp.org> * data/images/gimp-splash.png fixed a commit conflict.
-
Carol Spears authored
2005-01-18 Carol Spears <carol@gimp.org> * data/images/gimp-splash.png a different splash for the developers branch.
-
William Skaggs authored
* gimp/plug-ins/jpeg/gimpexif.c * gimp/plug-ins/jpeg/gimpexif.h: new files with prototype interface code for metadata system. * gimp/plug-ins/jpeg/Makefile.am * gimp/plug-ins/jpeg/jpeg-exif.c * gimp/plug-ins/jpeg/jpeg.c: adapted to metadata interface as described on gimp-dev mailing list.
-
William Skaggs authored
* libgimpwidgets/gimpwidgets.c (gimp_coordinates_callback): Make sure last_x and last_y are set to values that match those returned by gimp_size_entry_get_refval(), fixes bug #163951.
-
William Skaggs authored
* app/dialogs/info-dialog.c: disconnect callbacks to prevent crash when destroying dialog, fixes bug #163617.
-
Michael Natterer authored
2005-01-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockable.[ch]: added new function gimp_dockable_blink() which lets the dockable's title_area blink. * app/widgets/gimpdialogfactory.c (gimp_dialog_factory_dialog_new_internal): let wilber blink at the user :) Fixes bug #164156.
-
Sven Neumann authored
2005-01-18 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES): added bg.po (Bulgarian).
-
Alexander Shopov authored
2005-01-18 Alexander Shopov <ash@contact.bg> * bg.po: Added Bulgarian translation
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 17 Jan, 2005 3 commits
-
-
William Skaggs authored
* plug-ins/xjt/xjt.c: use gimp_temp_name instead of trying to create temp dir at loc of file, fixes bug #164116.
-
William Skaggs authored
* plug-ins/common/spheredesigner.c: add basic validity check when attempting to open a preset; let's say this fixes bug #148984.
-
Michael Natterer authored
2005-01-17 Michael Natterer <mitch@gimp.org> Allow to drop stuff onto empty layers, channels and paths dialogs to create new items: * app/widgets/gimpcontainertreeview.h (struct GimpContainerTreeView): added "gboolean dnd_drop_to_empty". * app/widgets/gimpcontainertreeview-dnd.c: if "dnd_drop_to_empty" is TRUE, dispatch drops to empty views and to the empty area below all items. * app/widgets/gimpitemtreeview.c (gimp_item_tree_view_init): set "dnd_drop_to_empty" to TRUE. * app/widgets/gimpitemtreeview.c * app/widgets/gimpchanneltreeview.c * app/widgets/gimpdrawabletreeview.c * app/widgets/gimplayertreeview.c * app/widgets/gimpvectorstreeview.c: made all drop functions work with "dest_viewable" being NULL and changed drop_possible() implementations accordingly. Cleaned up the whole DND code a bit. * app/widgets/gimplayertreeview.c: removed color and pattern drop code... * app/widgets/gimpdrawabletreeview.c: and added it here so colors and patterns can be dropped to the channels dialog too.
-
- 16 Jan, 2005 3 commits
-
-
Marco Ciampa authored
-
Sven Neumann authored
2005-01-16 Sven Neumann <sven@gimp.org> * app/tools/gimppaintoptions-gui.c (pressure_options_gui): added a toggle to control whether pressure affects opacity of the Airbrush tool (bug #164237).
-
Sven Neumann authored
2005-01-16 Sven Neumann <sven@gimp.org> * app/config/gimpdisplayconfig.[ch] * app/dialogs/preferences-dialog.c: also list the default image title and statusbar formats.
-