- 15 Nov, 2005 5 commits
-
-
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 7 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.
-
David Odin authored
* libgimpwidgets/gimpscrolledpreview.c: don't return void in a function returning a gboolean.
-
Sven Neumann authored
2005-11-05 Sven Neumann <sven@gimp.org> * app/gui/splash.c: added some commented-out debug output that can be used to get an idea of where the startup time is being spent. * app/core/gimp.c * app/pdb/internal_procs.c * app/pdb/procedural_db.c * app/plug-in/plug-ins.c * tools/pdbgen/app.pl: cosmetic changes.
-
Sven Neumann authored
2005-11-05 Sven Neumann <sven@gimp.org> * app/gui/splash.c (splash_area_expose): set the clip region instead of just the clip rectangle. * configure.in: bumped version to 2.3.6.
-
- 04 Nov, 2005 6 commits
-
-
Manish Singh authored
2005-11-04 Manish Singh <yosh@gimp.org> * app/core/gimpenvirontable.c (gimp_environ_table_load_env_file): remove now unused "expanded" variable.
-
Sven Neumann authored
-
Michael Natterer authored
2005-11-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontrollereditor.c (gimp_controller_editor_init): set the widget's spacing to 12 pixels.
-
Sven Neumann authored
2005-11-04 Sven Neumann <sven@gimp.org> * app/actions/Makefile.am (libappactions_a_SOURCES): fixed typo.
-
Sven Neumann authored
2005-11-04 Sven Neumann <sven@gimp.org> * libgimpbase/libgimpbase-sections.txt: added GimpGridStyle. * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpwidgets/tmpl/gimppageselector.sgml: regenerated.
-
Sven Neumann authored
* it.po: corrected translation that broke the gimp.desktop file.
-