- 28 Nov, 2006 2 commits
-
-
Michael Natterer authored
2006-11-28 Michael Natterer <mitch@gimp.org> * libgimp/gimp.[ch]: removed gimp_foo_version variables. * libgimpbase/gimpenv.[ch]: added them here. * app/sanity.c: added sanity_check_gimp() and abort if the libgimp version gimp is compiled with is not exactly the same we encounter at runtime.
-
Manish Singh authored
2006-11-28 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-api.h * plug-ins/pygimp/pygimp.h * plug-ins/pygimp/gimpmodule.c: export common object types via _PyGimp_API, and remove the PDBFunction_Type hack. Also define the common object structures here. * plug-ins/pygimp/pygimp.h: remove hack for Python < 2.3, since we require Python 2.3 now. * plug-ins/pygimp/gimpui.override * plug-ins/pygimp/gimpui.py: create and use specialized wrappers for get/set_active methods for GimpIntComboBox and derived types. Fixes #376102.
-
- 27 Nov, 2006 12 commits
-
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * app/core/gimpimage-convert.c: applied patch from Aurimas Juška that fixes conversion with dithering of transparency (bug #358851).
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * libgimpwidgets/images/gimp-chain-button.png: replaced with an image that doesn't show bug #376668.
-
Jakub Friedl authored
2006-11-27 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation
-
Sven Neumann authored
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * app/app-docs.sgml: added id attributes for the index page. * libgimp/libgimp-docs.sgml: merged the GIMP Constants chapter into the GIMP Library chapter.
-
Jakub Friedl authored
2006-11-27 Jakub Friedl <jfriedl@suse.cz> * cs.po: Updated Czech translation.
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * app/widgets/gimppropwidgets.c (gimp_prop_color_button_new): typo.
-
Sven Neumann authored
* app/app.types: updated.
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * app/Makefile.am (GTKDOC_LIBS): made app-scan link again.
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * plug-ins/common/tiff.c (load_image) (save_image): set the warning and error handlers after opening the file. We get two errors otherwise.
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * app/base/color-balance.c (color_balance_transfer_init): applied patch from Saul Goode (bug #379611), then cleaned up further.
-
Sven Neumann authored
2006-11-27 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpcolor/Makefile.am * libgimpmodule/Makefile.am: pass deprecation guards to gtkdoc-scan. * libgimpconfig/libgimpconfig-sections.txt * libgimpwidgets/libgimpwidgets-sections.txt: removed unused symbols.
-
- 26 Nov, 2006 3 commits
-
-
Kevin Cozens authored
2006-11-26 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/tinyscheme/scheme.c (is_integer): Fix revealed bug in TinyScheme initialization which results in a seg fault. Removing fix for now.
-
Kevin Cozens authored
2006-11-26 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/tinyscheme/scheme.c (is_integer): Check cell type for T_NUMBER in addition to checking if it is an integer. Fixes TinyScheme bug #1593861 reported on SourceForge. Fixed prototype for dump_mark_stack(). Quieted compiler warnings. * plug-ins/script-fu/scripts/script-fu-compat.init: Added delq, prin1, and print.
-
Amanpreet Singh Alam authored
-
- 25 Nov, 2006 5 commits
-
-
Michael Natterer authored
2006-11-25 Michael Natterer <mitch@gimp.org> * app/core/gimpbrushclipboard.c * app/core/gimppatternclipboard.c * app/core/gimptooloptions.c * app/core/gimpundo.c * app/widgets/gimpdevicestatus.c * app/widgets/gimpdock.c * app/widgets/gimpimageparasiteview.c * app/widgets/gimpimagepropview.c: no need to cast the return value of g_value_get_object(), it's a gpointer.
-
Marco Ciampa authored
-
Marco Ciampa authored
-
Kevin Cozens authored
2006-11-24 Kevin Cozens <kcozens@cvs.gnome.org> * app/pdb/gimpprocedure.c: Fix for minor typo in error message. * plug-ins/Lighting/lighting_main.c (check_drawables): Only validate ID's for drawables that will be used. Disable use of env map (and not bump map) if env drawable is of wrong type. * plug-ins/script-fu/ftx/ftx.c: Eliminated some compiler warnings.
-
Simon Budig authored
2006-11-25 Simon Budig <simon@gimp.org> * libgimpwidgets/gimpresolutionentry.c * libgimpwidgets/gimpwidgets.def: fix typo in a function name. * app/widgets/gimpgradienteditor.c * app/widgets/gimppaletteeditor.c * app/actions/gradient-editor-actions.c * app/actions/palette-editor-actions.c: handle all enum values and use sane ones. * app/widgets/gimpcontrollerinfo.c: fix a warning.
-
- 24 Nov, 2006 11 commits
-
-
Simon Budig authored
2006-11-24 Simon Budig <simon@gimp.org> * app/core/gimpdrawable.c * app/core/gimpprojection.c: fix the warnings about the interface initialization.
-
Simon Budig authored
2006-11-24 Simon Budig <simon@gimp.org> * libgimpmodule/gimpmodule.[ch]: put the module prototypes into a proper place. * modules/cdisplay_colorblind.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/cdisplay_lcms.c * modules/cdisplay_proof.c * modules/colorsel_cmyk.c * modules/colorsel_cmyk_lcms.c * modules/colorsel_triangle.c * modules/colorsel_water.c * modules/controller_linux_input.c * modules/controller_midi.c: reverted.
-
Kevin Cozens authored
2006-11-24 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/scripts/script-fu-compat.init: Fixed cut and paste error in the fix for unbreakupstr.
-
Simon Budig authored
2006-11-24 Simon Budig <simon@gimp.org> * modules/cdisplay_colorblind.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/cdisplay_lcms.c * modules/cdisplay_proof.c * modules/colorsel_cmyk.c * modules/colorsel_cmyk_lcms.c * modules/colorsel_triangle.c * modules/colorsel_water.c * modules/controller_linux_input.c * modules/controller_midi.c: fixed prototype warning, untabbified.
-
Simon Budig authored
2006-11-24 Simon Budig <simon@gimp.org> * plug-ins/sel2path/sel2path_adv_dialog.c * plug-ins/xjt/xjt.c: more warning fixes, untabbified.
-
Simon Budig authored
2006-11-23 Simon Budig <simon@gimp.org> Fixing include/declaration issues in the application: * app/composite/gimp-composite-sse2.c: disable unused debugging code * app/paint-funcs/paint-funcs.[ch] * app/paint-funcs/scale-funcs.[ch]: fix include files, add some prototypes, make some other functions static. * app/core/gimpbuffer.c * app/core/gimpdrawable-preview.c: changed accordingly. * app/tools/gimpeditselectiontool.[ch]: untangle .c and .h file. * app/widgets/gimpfiledialog.c: add missing #include.
-
Tor Lillqvist authored
2006-11-24 Tor Lillqvist <tml@novell.com> * libgimp/gimp.h (MAIN): Add prototype for WinMain to avoid gcc warning.
-
Sven Neumann authored
2006-11-24 Sven Neumann <sven@gimp.org> * plug-ins/flame/libifs.[ch] * plug-ins/flame/rect.c * plug-ins/maze/algorithms.c * plug-ins/maze/handy.c * plug-ins/maze/maze.h * plug-ins/sel2path/fit.c * plug-ins/sel2path/pxl-outline.h: fixed prototypes.
-
Manish Singh authored
2006-11-24 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-vectors.c: bezier_stroke_new_moveto and bezier_stroke_new_ellipse are now class methods of VectorsBezierStroke. * plug-ins/pygimp/gimpmodule.c: vectors import now has better error handling and cleanup. Also stick VectorsBezierStroke in the gimp namespace so the class is available for constructing.
-
Sven Neumann authored
2006-11-24 Sven Neumann <sven@gimp.org> * configure.in: bumped version to 2.3.14.
-
Kevin Cozens authored
2006-11-24 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/scripts/script-fu-compat.init: Added make-list. Corrected name of unstrbreakup to unbreakupstr and fixed bug in it. Fixed butlast to handle lists with one entry.
-
- 23 Nov, 2006 7 commits
-
-
Sven Neumann authored
2006-11-23 Sven Neumann <sven@gimp.org> * Made 2.3.13 development release.
-
Simon Budig authored
2006-11-24 Simon Budig <simon@gimp.org> * plug-ins/common/tiff.c: fix warning about uninitialized variable
-
Sven Neumann authored
2006-11-23 Sven Neumann <sven@gimp.org> * app/config/Makefile.am (test_config_LDADD): reordered to make the test link again.
-
Simon Budig authored
2006-11-23 Simon Budig <simon@gimp.org> * tools/pdbgen/pdb/paths.pdb * tools/pdbgen/pdb/vectors.pdb: minor documentation fixes, following the renaming. * app/pdb/paths_cmds.c * app/pdb/vectors_cmds.c * libgimp/gimppaths_pdb.c * libgimp/gimpvectors_pdb.c: regenerated.
-
Simon Budig authored
2006-11-23 Simon Budig <simon@gimp.org> * plug-ins/pygimp/gimpmodule.c: follow the function renaming as well. Why didn't this complain when I compiled earlier?
-
Sven Neumann authored
2006-11-23 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/ftx/Makefile.am * plug-ins/script-fu/re/Makefile.am * plug-ins/script-fu/tinyscheme/Makefile.am: cleaned up Makefiles. Fixed for srcdir != builddir.
-
Simon Budig authored
2006-11-23 Simon Budig <simon@gimp.org> * tools/pdbgen/pdb/vectors.pdb: renamed gimp_vectors_new_from_* to gimp_vectors_import_from_*, as discussed in bug #378394. * plug-ins/common/svg.c * libgimp/gimp.def: changed accordingly. * libgimp/gimpvectors_pdb.[ch] * app/pdb/vectors_cmds.c: regenerated.
-