- 27 Nov, 2004 12 commits
-
-
Manish Singh authored
2004-11-27 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c (save_image): thumbnail buffer variable declarations should be guarded under HAVE_EXIF.
-
Manish Singh authored
2004-11-27 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/colorxhtml.py: s/colorhtml/colorxhtml/, so it doesn't clash with the perl version. * plug-ins/pygimp/plug-ins/Makefile.am: reflect filename change.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: delay the creation of the display for the export image preview until the user requests a preview. Fixes bug #159376.
-
Øyvind Kolås authored
-
Kevin Cozens authored
2004-11-27 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/spyrogimp.scm: Force number of teeth to be integer values. Changed default for Outer teeth to give a more interesting image. Detabified file. Fixes bug #158448.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-scripts.c (script_fu_script_proc): don't look at the menu path to determine if the script is image-based. Instead look at the number of parameters we are being called with.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * app/tools/gimpinkoptions-gui.c: made the Size scale logarithmic as suggested in bug #159632.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/common/tiff.c (save_image): tell the user that we can't handle indexed images with alpha channel (bug #159600).
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * app/main.c * app/widgets/gimpenumstore.h * app/widgets/gimpunitstore.c * plug-ins/common/retinex.c: applied patch by Tim Mooney that removes extraneous ;
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/common/wmf.c (run): applied patch by Tim Mooney that increase the size of values[] + to accomodate the use of file_wmf_load_thumb (bug #159601).
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/drawable.pdb: minor change to the PDB docs. * libgimp/gimpdrawable_pdb.c * tools/pdbgen/pdb/drawable.pdb: regenerated.
-
Sven Neumann authored
2004-11-27 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icosave.c * plug-ins/winicon/main.[ch]: moved code around.
-
- 26 Nov, 2004 11 commits
-
-
Manish Singh authored
2004-11-26 Manish Singh <yosh@gimp.org> * plug-ins/common/dog.c: make sure the preview image type matches the source image type.
-
Sven Neumann authored
2004-11-26 Sven Neumann <sven@gimp.org> * plug-ins/winicon/icosave.c: don't fiddle with the source image, a save plug-in should save, nothing else. * plug-ins/winicon/main.[ch]: handle all sorts of image types. Fixes bug #157803.
-
Sven Neumann authored
2004-11-26 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/drawable.pdb: fixed docs for gimp_drawable_type_with_alpha(). * app/pdb/drawable_cmds.c * libgimp/gimpdrawable_pdb.c: regenerated.
-
Sven Neumann authored
2004-11-26 Sven Neumann <sven@gimp.org> * plug-ins/winicon/main.[ch] (ico_image_get_reduced_buf) * plug-ins/winicon/icodialog.c * plug-ins/winicon/icoload.c * plug-ins/winicon/icosave.c: fixed drawable handling. This plug-in is still a complete mess and needs a lot more work.
-
Sven Neumann authored
2004-11-26 Sven Neumann <sven@gimp.org> * sk.po: reverted last commit, it only contained binary gibberish.
-
Sven Neumann authored
2004-11-26 Sven Neumann <sven@gimp.org> * app/tools/gimppaintoptions-gui.c (gimp_paint_options_gui): only show the Incremental toggle for tools that use it (bug #159306).
-
Sven Neumann authored
2004-11-26 Sven Neumann <sven@gimp.org> * app/core/gimpdocumentlist.c (gimp_document_list_deserialize): don't add documents w/o a name to the list. Fixes bug #159510. * app/core/gimpdrawable.c (gimp_drawable_resize): extended the check to take the offsets into account as well.
-
Görkem Çetin authored
-
Stanislav Visnovsky authored
2004-11-26 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdeno Podobny.
-
Manish Singh authored
2004-11-25 Manish Singh <yosh@gimp.org> * plug-ins/common/dog.c: Add the temporary layers to the image, so things work. Fixes bug #158895. * plug-ins/common/iwarp.c: Fix same naughtiness as above. There's other naughtiness still though. * plug-ins/common/sunras.c: use gboolean for byte2bit invert argument.
-
Manish Singh authored
2004-11-25 Manish Singh <yosh@gimp.org> * plug-ins/common/jpeg.c: Use a jpeg_error_mgr that lives within PreviewPersistent, instead of an automatic variable in save_image. Fixes bug #159076.
-
- 25 Nov, 2004 2 commits
-
-
Simon Budig authored
2004-11-25 Simon Budig <simon@gimp.org> * modules/controller_linux_input.c: Add some sample code to retrieve the name of the connected MIDI device (ALSA). Do not set the "name" when connected to Alsa, since snd_seq_name() returns an uninteresting name.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 24 Nov, 2004 10 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
2004-11-24 Michael Natterer <mitch@gimp.org> * app/gui/gui.c (gui_display_changed): if the active display becomes NULL (e.g. by closing a view), don't leave the user context with an image but no display. Instead, try to find another display of the same image instead and if that fails set the image to NULL. Prevents the various foo_actions_update() functions from being called with a NULL display while there is still an active image in the context. Fixes bug #159304. (Removed #warning about being misplaced from that function because it's a typical piece of ugly glue code that belongs exactly here).
-
Simon Budig authored
2004-11-24 Simon Budig <simon@gimp.org> * modules/controller_linux_input.c: Accept >= 0 return values of the ioctl() to figure out the device name. Apparently it is the number of bytes written to the string, so we might omit the strlen() following, but I don't like to rely on that...
-
Michael Natterer authored
2004-11-24 Michael Natterer <mitch@gimp.org> * libgimpwidgets/Makefile.am (GTKDOC_CFLAGS): define GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION * libgimpwidgets/libgimpwidgets.types: #include <libgimpwidgets/gimpcontroller.h> separately.
-
Cai Qian authored
2004-11-24 Cai Qian <caiqian@gnome.org> * zh_CN.po: updated Simplified Chinese translation.
-
Dmitry Mastrukov authored
-
Sven Neumann authored
-
Sven Neumann authored
2004-11-24 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt: updated.
-
Michael Natterer authored
2004-11-24 Michael Natterer <mitch@gimp.org> * libgimpwidgets/tmpl/gimpcontroller.sgml: regenerated. * libgimpwidgets/libgimpwidgets-docs.sgml: added note about the "work in progress" controller API.
-
Michael Natterer authored
2004-11-24 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcontroller.[ch]: guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION because it's no fixed API yet. Added a "state" property bacause "name" was abused as the controller's state. Added "help_domain" to the controller class. * libgimpwidgets/gimpwidgets.h: don't include gimpcontroller.h * modules/controller_linux_input.c * modules/controller_midi.c: set the "name" property to the name retrieved from the device, or to a default string if no name is available. Store the status in the "state" property. Added and changed some strings, but it's better to have the controller strings untranslated than to have no tooltips at all or misleading labels. * app/widgets/gimpcontrollerkeyboard.c * app/widgets/gimpcontrollerwheel.c: set default strings for both. * app/widgets/gimpcontrollereditor.c: added a GUI for the "state" property. * app/widgets/gimpcontrollerkeyboard.h * app/widgets/gimpcontrollerwheel.h * app/widgets/gimpcontrollerinfo.c * app/widgets/gimpcontrollers.c: #define GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION (just as in all files above). * app/widgets/gimphelp-ids.h: added the IDs of all controller modules and also of all other modules. The defines are not actually used, but this file is the canonical place to collect all the core's help IDs.
-
- 23 Nov, 2004 5 commits
-
-
Sven Neumann authored
2004-11-23 Sven Neumann <sven@gimp.org> * app/core/gimp-templates.[ch] * app/dialogs/user-install-dialog.c: merge the migrated user templaterc with the system templaterc so the users who have used gimp-2.0 before get our changes to the default templates.
-
Michael Natterer authored
2004-11-23 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: added new function gimp_toggle_button_set_visible() which can be used as "toggled" callback on a GtkToggleButton and sets a widget (in)visible according to the toggle's "active" state. * app/tools/gimpblendoptions.c * app/tools/gimppaintoptions-gui.c * app/tools/gimpselectionoptions.c: use it to hide (rather than just insensitize) the seldomly used "Feather edges", "Autoshrink selection", "Adaptive supersampling", "Fade out" and "Use color from gradient" widgets when their enabling toggle is unchecked. Makes the affected tool options much less crowded and noisy in their default appearance. Fixes bug #159008.
-
Michael Natterer authored
2004-11-23 Michael Natterer <mitch@gimp.org> * app/menus/plug-in-menus.c (plug_in_menus_add_proc): create dynamic sub-menus using a separate, ui-manager-global merge_id instead of the procedure's merge_id. Has the effect that the ui manager keeps around these sub-menus forever, even if the procedure that initially registered them is unregistered. Fixes menu ordering after Script-Fu->Refresh.
-
Michael Natterer authored
2004-11-23 Michael Natterer <mitch@gimp.org> * app/core/gimpparasitelist.c: cosmetics, untabified. * libgimpbase/gimpparasiteio.[ch]: added g_return_if_fail()'s to all functions. (gimp_pixpipe_params_parse): changed "gchar*" param to "const gchar*" (sortof API change, but these files are most probably only used by GIMP itself). Still uses strtok() on the internal copy, but at least not on the passed string. * plug-ins/common/csource.c * plug-ins/common/gif.c * plug-ins/common/gih.c * plug-ins/common/jpeg.c * plug-ins/common/png.c * plug-ins/common/tiff.c: use parasite getters instead of accessing the scruct members directly. Always use g_strndup() instead of just g_strdup() to get strings stored in parasites because there is no guarantee that they are nul-terminated.
-
Sven Neumann authored
2004-11-23 Sven Neumann <sven@gimp.org> * plug-ins/imagemap/imap_file.c (do_file_save_as_dialog): do actually use a save dialog here. Fixes bug #159194.
-