- 27 Aug, 2005 3 commits
-
-
Michael Schumacher authored
2005-08-27 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/common/gradmap.c: applied a patch by David Gowers, which makes palette-map behave the same as gradient-map. Fixes bug 313458.
-
Sven Neumann authored
-
Sven Neumann authored
2005-08-27 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-load.c (load_image) * plug-ins/jpeg/jpeg-save.c (save_image): set tile cache.
-
- 26 Aug, 2005 4 commits
-
-
Sven Neumann authored
2005-08-26 Sven Neumann <sven@gimp.org> * plug-ins/common/svg.c: deal with SVG API change. This is a compile-time check and thus somewhat ugly because it requires a recompile of the plug-in when updating librsvg. Fixes bug #314400.
-
Michael Natterer authored
2005-08-26 Michael Natterer <mitch@gimp.org> * app/dialogs/about-dialog.c (about_dialog_add_logo): move the logo to the top of the dialog.
-
Tor Lillqvist authored
2005-08-26 Tor Lillqvist <tml@novell.com> * app/plug-in/plug-in.c (plug_in_prep_for_exec, plug_in_open): Instead of passing a child_setup function whose body is ifdeffed out on Win32 to g_spawn_async(), pass NULL for child_setup on Win32. Newer g_spawn_async() implementations on Win32 warn if child_setup functions are attempted to be used, as they don't make sense because without any fork(), they are called in the parent process.
-
Sven Neumann authored
2005-08-26 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/blend-anim.scm: removed newline from description.
-
- 25 Aug, 2005 6 commits
-
-
Sven Neumann authored
2005-08-25 Sven Neumann <sven@gimp.org> * plug-ins/sel2path/curve.c (new_curve_list) * plug-ins/sel2path/fit.c (split_at_corners) * plug-ins/winicon/icosave.c (ico_init_data): initialize variables.
-
Michael Natterer authored
2005-08-25 Michael Natterer <mitch@gimp.org> * configure.in: define FOO_DISABLE_DEPRECATED for the new stable versions of GTK+ and Pango. Check for poppler >= 0.4.1, they did another API change. * plug-ins/common/poppler.c: and some more #ifdefs to poppler_page_render_to_pixbuf().
-
Michael Natterer authored
2005-08-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpview.[ch]: minor code and formatting cleanup.
-
Sven Neumann authored
2005-08-25 Sven Neumann <sven@gimp.org> * app/base/siox.[ch] * app/core/gimpscanconvert.c: fixed API docs. 2005-08-25 Sven Neumann <sven@gimp.org> * app/app-sections.txt * app/app.types: minor updates. * libgimpbase/tmpl/gimputils.sgml: regenerated.
-
Sven Neumann authored
2005-08-25 Sven Neumann <sven@gimp.org> * libgimpbase/gimputils.h (gimp_canonicalize_identifier): sync parameter name with implementation to please gtk-doc.
-
Sven Neumann authored
-
- 24 Aug, 2005 4 commits
-
-
Tor Lillqvist authored
2005-08-24 Tor Lillqvist <tml@novell.com> Make GIMP work on Win32 even if installed in a path containing random non-ASCII characters. * libgimpbase/gimpenv.c (gimp_toplevel_directory): [Win32] Use wide-char API on NT-based Windowses. Keep the toplevel directory name in UTF-8. The rest of GIMP assumes it is UTF-8 anyway, and for instance passes file names constructed from it to g_open(). * app/plug-in/plug-in.c (plug_in_open): On Win32, if compiled against GLib < 2.8.2, convert the pathname arguments passed to g_spawn_async() to locale charset (system codepage). The g_spawn*() functions in GLib < 2.8.2 take system codepage arguments and not UTF-8.
-
William Skaggs authored
* app/paint-funcs/paint-funcs-generic.h (blend_pixels): Change blending algorithm to fix misbehavior of smudge tool, should fix bug #163721.
-
Sven Neumann authored
2005-08-24 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/i26-gunya2.scm * plug-ins/script-fu/scripts/ripply-anim.scm: reverted the last change... * plug-ins/common/displace.c: ... and fixed the plug-in instead. The number of parameters must not change. Provide a new procedure for polar mode instead.
-
Tor Lillqvist authored
2005-08-24 Tor Lillqvist <tml@novell.com> * plug-ins/script-fu/scripts/i26-gunya2.scm * plug-ins/script-fu/scripts/ripply-anim.scm: Add the new last parameter to plug-in-displace calls. (See entry for displace.c from 2005-02-10 below.)
-
- 23 Aug, 2005 3 commits
-
-
Sven Neumann authored
2005-08-24 Sven Neumann <sven@gimp.org> * configure.in: fixed quotes in AC_DEFINE() macros.
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * plug-ins/common/iwarp.c (iwarp_dialog): added a hint on how to use this plug-in.
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * [lots of files]: applied capitalization patches contributed by Stephan Binner. Fixes bug #309657.
-
- 22 Aug, 2005 8 commits
-
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * app/actions/channels-commands.c * app/actions/qmask-commands.c * app/dialogs/channel-options-dialog.c * app/dialogs/layer-options-dialog.c * app/dialogs/module-dialog.c * app/dialogs/palette-import-dialog.c * app/dialogs/preferences-dialog.c * app/dialogs/resize-dialog.c * app/dialogs/stroke-dialog.c * app/dialogs/vectors-options-dialog.c * app/display/gimpdisplayshell-scale.c * app/tools/gimpaligntool.c * app/tools/gimpblendoptions.c * app/widgets/gimphistogrameditor.c * app/widgets/gimpstrokeeditor.c * libgimpwidgets/gimpcolorselection.c * modules/cdisplay_colorblind.c * modules/cdisplay_highcontrast.c * modules/colorsel_cmyk.c * plug-ins/Lighting/lighting_ui.c * plug-ins/common/colorify.c * plug-ins/common/film.c * plug-ins/common/iwarp.c * plug-ins/common/lic.c * plug-ins/common/pixelize.c * plug-ins/common/sample_colorize.c * plug-ins/common/sinus.c * plug-ins/common/sparkle.c * plug-ins/gflare/gflare.c * plug-ins/ifscompose/ifscompose.c * plug-ins/imagemap/imap_cmd_guides.c * plug-ins/imagemap/imap_preferences.c * plug-ins/metadata/interface.c * plug-ins/print/gimp_color_window.c * plug-ins/print/gimp_main_window.c * plug-ins/rcm/rcm_dialog.c * plug-ins/script-fu/script-fu-server.c: applied patch from Stephan Binner that fixes capitalization issues (bug #309657).
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * app/base/siox.c: minor optimizations. * app/actions/gradients-actions.c * app/actions/patterns-actions.c * plug-ins/metadata/interface.c: applied patch from Stephan Binner that fixes wrong use of ellipsis (bug #309657).
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * plug-ins/common/sample_colorize.c: use GTK_STOCK_APPLY and fixed capitalization in button label.
-
Michael Natterer authored
-
Michael Natterer authored
2005-08-23 Michael Natterer <mitch@gimp.org> * plug-ins/common/poppler.c: added loading of pages as images.
-
Michael Natterer authored
2005-08-22 Michael Natterer <mitch@gimp.org> * plug-ins/common/sample_colorize.c (smp_dialog): applied patch from David Gowers that adds mnemonics to all action area buttons. Fixes bug #314191.
-
Sven Neumann authored
2005-08-22 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.[ch]: converted comments to gtk-doc inline API docs.
-
Sven Neumann authored
2005-08-22 Sven Neumann <sven@gimp.org> * tools/test-clipboard.c: added --version command-line option.
-
- 21 Aug, 2005 6 commits
-
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/tools/gimpselectionoptions.c (gimp_selection_options_gui): the "Antialias" toggle got lost, resurrect it.
-
Michael Natterer authored
-
Jens Seidel authored
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/paint/gimppencil.h * app/paint/gimppenciloptions.[ch] * app/widgets/widgets-types.h * app/widgets/gimptooldialog.h: don't simply typedef object instance structs which add no members as their parent instance structs. Give them their own instance structs. Fixes gtk-doc confusion.
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/paint/gimppencil.h * app/paint/gimppenciloptions.h * app/widgets/widgets-types.h * app/widgets/gimptooldialog.h: don't simply typedef object instance structs which add no members as their parent instance structs. Give them their own instance structs. Fixes gtk-doc confusion.
-
Michael Natterer authored
2005-08-21 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel.h: removed HALF_WAY define, it's BOUNDARY_HALF_WAY now.
-
- 20 Aug, 2005 6 commits
-
-
Sven Neumann authored
2005-08-20 Sven Neumann <sven@gimp.org> * app/widgets/gimpfiledialog.c (gimp_file_dialog_proc_changed): when looking for the file extension, only look at the part after the last directory separator.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.[ch]: even more cleanup, replaced informal comments by API docs.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.[ch]: renamed puclic functions, defines and enums to live in a proper "boundary" namespace. Cleaned up and simplified internal code even more. * app/core/gimpchannel.c * app/core/gimpdrawable-stroke.c * app/core/gimplayer-floating-sel.c * app/paint/gimppaintcore-stroke.c * app/tools/gimpeditselectiontool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimppainttool.c: changed accordingly.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.c: rename local "ns" variables to "num_segs" now that the global "num_segs" is gone.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.c: moved the entire internal state of boundary creation and simplification from <eek>global variables</eek> to a new "Boundary" struct that needs to be newly allocated for each boundary. Yes this allocates and frees memory more often than before but the old code was simply one big eek.
-
Michael Natterer authored
2005-08-20 Michael Natterer <mitch@gimp.org> * app/base/boundary.c (sort_boundary): look at the passed "ns" variable instead of at the global "num_segs" one to figure if the passed array of BoundSegs is empty. Fixes bug #313922 at its root.
-