- 09 Nov, 2005 1 commit
-
-
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 3 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.
-
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 8 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> * app/base/siox.c: applied a patch by Gerald Friedland that changes the code to clear the cache selectively instead of dumping it completely if the foreground or background area is changed.
-
Sven Neumann authored
2005-11-04 Sven Neumann <sven@gimp.org> * app/core/gimpenvirontable.c (gimp_environ_table_load_env_file): gimp_config_path_expand() only ever returns NULL if called with a NULL path argument.
-
Sven Neumann authored
2005-11-04 Sven Neumann <sven@gimp.org> * app/config/gimpconfig-dump.c: fixed typo.
-
Sven Neumann authored
2005-11-04 Sven Neumann <sven@gimp.org> * app/errors.c * app/sanity.c: s/The GIMP/GIMP/
-
- 02 Nov, 2005 16 commits
-
-
Sven Neumann authored
2005-11-03 Sven Neumann <sven@gimp.org> * app/gui/splash.c: set the splash image as back pixmap.
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpaction.c * app/widgets/gimpcoloreditor.c * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontrollerlist.c * app/widgets/gimpmenudock.c * app/widgets/gimppluginaction.c * app/widgets/gimptooloptionseditor.c * app/widgets/gimpwidgets-utils.c * libgimpwidgets/gimpcellrenderercolor.c: use gtk_widget_get_settings() instead of gtk_settings_get_for_screen(gtk_widget_get_screen())
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpclipboard.c (gimp_clipboard_set_text): added g_return_if_fail (GIMP_IS_GIMP (gimp)).
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * app/text/gimptext.c: code cleanup, untabified.
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * app/actions/data-commands.c * app/core/gimpprogress.c: #include "gimp.h" instead of "gimp-gui.h"
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * plug-ins/common/tga.c (save_image): allocate a tile cache.
-
William Skaggs authored
* app/actions/data-commands.c: add missing include file.
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c * app/widgets/gimpimagepropview.c * app/widgets/gimpsizebox.c * app/widgets/gimptemplateeditor.c: use ngettext() for plural forms.
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * libgimpbase/gimpmemsize.c (gimp_memsize_to_string): use dngettext() for plural form.
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * app/core/gimppattern.c: rephrased error message for consistency and to avoid another plural form.
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppropwidgets.c: use g_utf8_strlen(). * plug-ins/uri/uri-backend-wget.c: use ngettext().
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * libgimp/gimpprocbrowserdialog.c * libgimpwidgets/gimppropwidgets.c * plug-ins/uri/uri-backend-wget.c: use dngettext() for plural forms. Fixes bug #320460, bug #320461 and bug #320462.
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * app/widgets/gimpclipboard.[ch] (gimp_clipboard_set_text): clear the GIMP clipboard. Suppress debug output unless gimp is started with the --verbose command-line option. * app/actions/data-commands.c * app/actions/documents-commands.c: adapt to clipboard API change.
-
Sven Neumann authored
2005-11-02 Sven Neumann <sven@gimp.org> * libgimp/gimpprocbrowserdialog.c * plug-ins/uri/uri-backend-wget.c: added translator comments for plural forms (bug #320461 and bug #320462).
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * app/widgets/gimpsizebox.[ch]: added a GtkSizeGroup member and put all labels into the group. * app/dialogs/scale-dialog.c: put the "Interpolation:" label into the same size box.
-
Michael Natterer authored
2005-11-02 Michael Natterer <mitch@gimp.org> * libgimp/gimpprocbrowserdialog.c (browser_search): added comment that _("%d procedures") should be translated with a plural form for *lots* of procedures. Fixes bug #320460.
-
- 01 Nov, 2005 1 commit
-
-
Sven Neumann authored
2005-11-01 Sven Neumann <sven@gimp.org> * app/core/gimpbrushgenerated.c: fixed compiler warning. * app/core/gimpobject.c: turned "name" into a construct property.
-