- 17 Nov, 2005 4 commits
-
-
Michael Natterer authored
2005-11-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpgradienteditor.c: implement GtkWidget::unrealize() and destroy the control pixmap. fixes crash when moving the dialog to another display. * menus/dockable-menu.xml.in: added a separator before the "Move to Screen" submenu.
-
Michael Natterer authored
2005-11-17 Michael Natterer <mitch@gimp.org> * app/actions/window-actions.[ch]: connect to GdkDisplayManager and automatically add/remove move-to-screen actions when displays are opened/closed. * app/menus/window-menu.c: added similar code here to add/remove menu items for the above actions. * app/actions/Makefile.am * app/actions/window-commands.[ch]: new files containing window close and move-to-screen callbacks. There is no need to implement these twice for GimpDock and GimpDisplay. * app/actions/dock-commands.[ch] * app/actions/view-commands.[ch]: remove the callbacks here. * app/actions/dock-actions.c * app/actions/view-actions.c: changed accordingly.
-
Alexander Shopov authored
2005-11-17 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
-
Manish Singh authored
2005-11-16 Manish Singh <yosh@gimp.org> * plug-ins/common/curve_bend.c (p_gimp_rotate): use gimp_drawable_transform_rotate_default instead of deprecated gimp-rotate PDB call. Fixes bug #321692.
-
- 16 Nov, 2005 4 commits
-
-
Sven Neumann authored
2005-11-16 Sven Neumann <sven@gimp.org> * libgimpbase/gimpenv.c (gimp_toplevel_directory) * app/widgets/gimpcolormapeditor.c (gimp_colormap_editor_draw_cell): plugged memory leaks.
-
Michael Natterer authored
2005-11-16 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.c (gimp_layer_convert): gimp_layer_transform_color() wants the destination image passed, not the source image.
-
Sven Neumann authored
2005-11-16 Sven Neumann <sven@gimp.org> * libgimpbase/gimpreloc.c: minor cleanups.
-
Sven Neumann authored
2005-11-16 Sven Neumann <sven@gimp.org> * de.po: fixed wrong translation.
-
- 15 Nov, 2005 6 commits
-
-
Michael Natterer authored
2005-11-15 Michael Natterer <mitch@gimp.org> Allow to construct a group of radio actions in multiple chunks. (not used yet). * app/widgets/gimpactiongroup.[ch] (gimp_action_group_add_radio_actions): added "GSList *radio_group" parameter and return value. * app/actions/dockable-actions.c * app/actions/gradient-editor-actions.c * app/actions/quick-mask-actions.c * app/actions/text-editor-actions.c * app/actions/view-actions.c * app/actions/window-actions.c: pass NULL as radio_group.
-
Michael Natterer authored
2005-11-15 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainercombobox.c: implement GtkWidget::unrealize() and unrealize all GimpViewRenderers. Fixes BadMatch with the renderers' GCs on display change.
-
Hendrik Brandt authored
2005-11-15 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
-
Hendrik Brandt authored
2005-11-15 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation. Convert to UTF-8.
-
Hendrik Brandt authored
2005-11-12 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
-
Hendrik Brandt authored
2005-11-15 Hendrik Brandt <heb@gnome-de.org> * de.po: Small update in German translation.
-
- 14 Nov, 2005 1 commit
-
-
Karine Delvare authored
2005-11-14 Karine Delvare <kdelvare@nerim.net> * app/tools/gimprectangletool.c: better looking rectangle boundary.
-
- 13 Nov, 2005 3 commits
-
-
Michael Natterer authored
2005-11-14 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_mask_bounds): return TRUE only if the selection intersects with the viewport, as expected by gimp_display_shell_selection_invis(), which is the only caller of this function. Fixes bug #319029.
-
Sven Neumann authored
2005-11-13 Sven Neumann <sven@gimp.org> * plug-ins/sgi/sgi.c (run): fixed cut'n'paste bug that broke saving.
-
Sven Neumann authored
2005-11-13 Sven Neumann <sven@gimp.org> * app/core/gimpdatafactory.c (gimp_data_factory_data_free): do not return a value from a void function. Fixes bug #321333.
-
- 12 Nov, 2005 1 commit
-
-
Takeshi AIHANA authored
2005-11-12 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation by OKANO Takayoshi <kano@na.rim.or.jp>.
-
- 11 Nov, 2005 4 commits
-
-
Francisco Javier F. Serrador authored
2005-11-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-11-11 Sven Neumann <sven@gimp.org> * INSTALL: document --enable-binreloc.
-
Michael Natterer authored
2005-11-11 Michael Natterer <mitch@gimp.org> * m4macros/binreloc.m4: disable binreloc by default.
-
Sven Neumann authored
2005-11-11 Sven Neumann <sven@gimp.org> * app/base/tile-swap.c (tile_swap_default_in): fixed compilation of experimental threaded tile-swapper. Fixes bug #320977.
-
- 09 Nov, 2005 4 commits
-
-
Manish Singh authored
2005-11-09 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/gimpmodule.c: wrap gimpenv directory functions.
-
Karine Delvare authored
2005-11-09 Karine Delvare <kdelvare@nerim.net> * app/tools/gimprectangletool.c: better fixed-aspect behavior.
-
Simos Xenitellis authored
-
Michael Natterer authored
2005-11-09 Michael Natterer <mitch@gimp.org> * app/paint-funcs/paint-funcs-generic.h * app/paint-funcs/paint-funcs.c: reverted patch which makes alpha=255 when turned off because these functions are not only used for display projection. Re-opens bug #143315. Fixes bug #307213.
-
- 08 Nov, 2005 3 commits
-
-
Michael Natterer authored
2005-11-08 Michael Natterer <mitch@gimp.org> * configure.in: Removed 'tt' again until all po files are there.
-
Simos Xenitellis authored
-
Michael Natterer authored
2005-11-08 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/guides-new.scm * plug-ins/script-fu/scripts/guides-new-percent.scm: look at the image's width/height, not the drawable's. Fixes bug #320933.
-
- 07 Nov, 2005 1 commit
-
-
Michael Natterer authored
2005-11-07 Michael Natterer <mitch@gimp.org> * app/core/gimp-modules.c * app/menus/menus.c: more output on --verbose
-
- 06 Nov, 2005 5 commits
-
-
Michael Natterer authored
2005-11-06 Michael Natterer <mitch@gimp.org> * app/tools/gimpcolorpickertool.c (gimp_color_picker_tool_picked): when picking FG or BG color from an indexed layer, select its index in the colormap editor. Fixes bug #320660.
-
Michael Natterer authored
2005-11-06 Michael Natterer <mitch@gimp.org> * app/core/gimp-contexts.c * app/core/gimp-documents.c * app/core/gimp-parasites.c * app/core/gimp-templates.c * app/core/gimp-units.c * app/core/gimpdatafactory.c * app/core/gimptooloptions.c * app/gui/color-history.[ch] * app/gui/gui.c * app/gui/session.c * app/plug-in/plug-ins.c * app/text/gimp-fonts.c * app/tools/gimp-tools.c * app/widgets/gimpcontrollers.c * app/widgets/gimpdevices.c: when running --verbose, print the name of each config file parsed or written.
-
Adam Weinberger authored
2005-11-06 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Marcel Telka authored
2005-11-06 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Sven Neumann authored
2005-11-06 Sven Neumann <sven@gimp.org> Added support for binary relocation by means of binreloc, largely based on a patch by Hongli Lai: * m4macros/Makefile.am * m4macros/binreloc.m4: new file providing a macro to check for binreloc support. * acinclude.m4 * configure.in: use the macro. * libgimpbase/Makefile.am * libgimpbase/gimpreloc.[ch]: new files providing binreloc support on Linux. * libgimpbase/gimpenv.[ch]: use binreloc, provide a function to initialize the environment machinery. * libgimpbase/gimpbase.def: updated. * app/Makefile.am: fiddle with the LDFLAGS for binreloc. * app/main.c (main): gimp_env_init(FALSE). * libgimp/gimp.c (gimp_main): gimp_env_init(TRUE).
-
- 05 Nov, 2005 4 commits
-
-
Sven Neumann authored
2005-11-06 Sven Neumann <sven@gimp.org> * modules/controller_midi.c (midi_set_device): corrected casting.
-
Sven Neumann authored
2005-11-05 Sven Neumann <sven@gimp.org> * app/Makefile.am: removed unused variable scriptdata. * app/plug-in/plug-ins.c (plug_ins_init): Fixed progress value for plug-in query and initialization. * plug-ins/common/uniteditor.c (new_unit_dialog): use a GtkMessageDialog instead of g_message(). Some string changes.
-
Sven Neumann authored
2005-11-05 Sven Neumann <sven@gimp.org> * app/plug-in/plug-ins.c (plug_ins_init): fine-tuning.
-
Sven Neumann authored
2005-11-05 Sven Neumann <sven@gimp.org> * tools/pdbgen/app.pl: removed calls to the splash update function during initialization of internal procedures. This only takes time and doesn't provide useful information. * app/pdb/internal_procs.[ch]: regenerated. * app/pdb/procedural_db.[ch]: changed accordingly. * core/gimp.c: call the splash update function from here.
-