- 29 Dec, 2005 3 commits
-
-
Michael Natterer authored
2005-12-29 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpbaseenums.[ch] (enum GimpPDBArgType): renamed GIMP_PDB_PATH to GIMP_PDB_VECTORS and add the former as an alias for the latter. * libgimp/gimp.h (union _GimpParamData): added back d_path member to maintian source compatibility. * tools/pdbgen/pdb.pl * libgimp/gimp.c * app/pdb/procedural_db.c * app/plug-in/plug-in-params.c * libgimpbase/gimpprotocol.[ch] * plug-ins/pygimp/pygimp-pdb.c * plug-ins/script-fu/siod-wrapper.c: s/GIMP_PDB_PATH/GIMP_PDB_VECTORS/ * app/pdb/image_cmds.c * app/pdb/procedural_db_cmds.c * app/pdb/vectors_cmds.c * libgimp/gimpimage_pdb.c * libgimp/gimpvectors_pdb.c * tools/pdbgen/enums.pl: regenerated.
-
Simon Budig authored
2005-12-29 Simon Budig <simon@gimp.org> * tools/pdbgen/pdb/vectors.pdb: gimp_vectors_[gs]et_locked renamed to _linked for consistency. gimp_vectors_[gs]et_tattoo, gimp_vectors_get_image: new. * app/pdb/internal_procs.c * app/pdb/vectors_cmds.c * libgimp/gimpvectors_pdb.[ch]: regenerated
-
Sven Neumann authored
2005-12-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolormapeditor.c: code cleanup, use alloca in gimp_colormap_editor_clear().
-
- 28 Dec, 2005 13 commits
-
-
Sven Neumann authored
2005-12-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpdockable.c: make sure the title area is cleared when the timeout is cancelled.
-
Manish Singh authored
2005-12-28 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-pdb.c: handle d_path -> d_vectors rename.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * HACKING * INSTALL: document the changed dependencies. * configure.in * app/sanity.c: check for glib >= 2.8.2 at compile and run-time. * app/plug-in/plug-in.c: removed workaround for glib < 2.8.2.
-
Simon Budig authored
2005-12-28 Simon Budig <simon@gimp.org> * tools/pdbgen/pdb/image.pdb * tools/pdbgen/pdb/vectors.pdb: Added new functions for the vectors PDB API. Minor cleanups. Please try to use them and test: gimp_image_get_active_vectors gimp_image_set_active_vectors gimp_image_get_vectors_by_tattoo gimp_image_lower_vectors gimp_image_lower_vectors_to_bottom gimp_image_raise_vectors gimp_image_raise_vectors_to_top gimp_image_remove_vectors gimp_vectors_get_locked gimp_vectors_set_locked gimp_vectors_get_name gimp_vectors_set_name gimp_vectors_get_visible gimp_vectors_set_visible gimp_vectors_stroke_get_length gimp_vectors_stroke_remove gimp_vectors_stroke_scale * libgimp/gimp.[ch]: renamed the unused d_path to d_vectors and use it. Untabbified. * devel-docs/libgimp/tmpl/gimpvectors.sgml * app/pdb/image_cmds.c * app/pdb/internal_procs.c * app/pdb/vectors_cmds.c * libgimp/gimpimage_pdb.[ch] * libgimp/gimpvectors_pdb.[ch]: Regenerated * app/vectors/gimpstroke.h: minor cleanup.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * menus/image-menu.xml.in: added "Image/Arrange" placeholder. * plug-ins/common/align_layers.c: moved to the Image menu, it doesn't work on a single layer.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * app/Makefile.am * app/about.h: new file collecting some strings about the app. * app/main.c * app/dialogs/about-dialog.c * app/dialogs/user-install-dialog.c: use the defines from about.h.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * app/widgets/gimpfiledialog.[ch]: set the new "do-overwrite-confirmation" property on GtkFileChooser. Removed gimp_file_overwrite_dialog(). * app/dialogs/file-save-dialog.c (file_save_dialog_check_uri): removed broken code which tried to figure if a file exists. Fixes bug #309729. * app/widgets/gimpdnd-xds.c: added gimp_file_overwrite_dialog() here as private utility function.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * app/dialogs/about-dialog.c: set the new "wrap-license" property on GtkAboutDialog and remove the explicit newlines from the string holding the GPL.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: removed gimp_action_get_accel_closure(). * app/widgets/gimpactionview.c (gimp_action_view_new): use gtk_action_get_accel_closure() instead.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * configure.in: bump version to 2.3.7, require GTK+ >= 2.8.0 and pango >= 2.10.0. * app/gui/gui.c (gui_sanity_check): changed accordingly.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * Made 2.3.6 development release from the 22nd Chaos Communication Congress.
-
Sven Neumann authored
2005-12-28 Sven Neumann <sven@gimp.org> * data/images/gimp-splash.png: splash screen for the 22C3 release.
-
Michael Natterer authored
2005-12-28 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/paint_tools.pdb: follow paint-info renaming. * app/pdb/paint_tools_cmds.c: regenerated.
-
- 27 Dec, 2005 3 commits
-
-
Michael Natterer authored
2005-12-27 Michael Natterer <mitch@gimp.org> * app/paint/gimpconvolve.c (gimp_convolve_register) * app/paint/gimpdodgeburn.c (gimp_dodge_burn_register): fixed stock IDs.
-
Michael Natterer authored
2005-12-27 Michael Natterer <mitch@gimp.org> Fixed incomplete core/ui separation of paint tools and paint methods: * app/core/core-enums.h * app/core/gimpcontext.[ch]: added a "paint-info" property and API so the current paint method can be selected without the need for an active tool. (gimp_context_real_set_tool): set the paint-info to tool_info->paint_info so the paint method follows the active tool just as the active image follows the active display. * app/core/gimp.h (struct Gimp) * app/core/gimppaintinfo.[ch]: added "standard_paint_info" API and stuff to be consistent with other context object properties. * app/paint/gimp-paint.c: set the paintbrush as standard_paint_info. * app/core/gimpstrokedesc.c (gimp_stroke_desc_new): removed the hack of falling back to the paintbrush when there is no active tool and use the active paint method instead. Fall back to the standard paint method if there is no active one. (nothing in the core uses the active tool any more now). * app/widgets/gimpdeviceinfo.h: add the paint info to the properties which are saved in devicerc. Added identifiers (names) and stock-ids to GimpPaintInfo: * app/core/gimppaintinfo.[ch] (gimp_paint_info_new): added identifier and stock-id parameters. * app/core/gimptoolinfo.c (gimp_tool_info_new): removed the hack of setting the paint-info stock-id from the tool-info stock-id. * app/paint/paint-types.h * app/paint/gimp-paint.c: changed GimpPaintRegisterCallback accordingly. * app/tools/gimp-tools.c (gimp_tools_register): changed paint info names accordingly. * app/paint/*.c (gimp_*_register): pass identifier and stock-id accordingly.
-
Sven Neumann authored
2005-12-27 Sven Neumann <sven@gimp.org> * plug-ins/common/unsharp.c (query): fixed type of threshold parameter (bug #325007).
-
- 23 Dec, 2005 3 commits
-
-
David Odin authored
* plug-ins/common/apply_lens.c * plug-ins/common/blinds.c: revert to aspect preview until these plug-ins fully support zoomed preview.
-
Michael Natterer authored
2005-12-23 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel.c * app/core/gimpdrawable.c * app/core/gimplayer.c * app/core/gimplayermask.c * app/text/gimptextlayer.c * app/vectors/gimpvectors.c: moved variables to local scopes in implementations of GimpItem::duplicate()
-
Simon Budig authored
2005-12-23 Simon Budig <simon@gimp.org> * app/vectors/gimpbezierstroke.c * app/vectors/gimpstroke.c: shuffled some g_return*_if_fail around as suggested by mitch.
-
- 21 Dec, 2005 1 commit
-
-
Sven Neumann authored
2005-12-21 Sven Neumann <sven@gimp.org> * app/widgets/gimpfileprocview.c: removed icons from GimpFileProcView. It turned out that the Wilber icon is commonly mistaken as an indicator for the selected file-type.
-
- 20 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-20 Michael Natterer <mitch@gimp.org> * libgimp/*.c * libgimpconfig/*.c * libgimpmodule/*.c * libgimpthumb/*.c * libgimpwidgets/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
Sven Neumann authored
2005-12-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpscrolledpreview.c: removed unused variable.
-
- 19 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-19 Michael Natterer <mitch@gimp.org> * app/widgets/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
Sven Neumann authored
2005-12-19 Sven Neumann <sven@gimp.org> * plug-ins/common/svg.c: fixed handling of librsvg API change, based on a patch by S. Mukund (bug #314400).
-
- 18 Dec, 2005 1 commit
-
-
Manish Singh authored
2005-12-18 Manish Singh <yosh@gimp.org> * plug-ins/script-fu/siod-wrapper.c: Finish the reverting here.
-
- 17 Dec, 2005 1 commit
-
-
Kevin Cozens authored
2005-12-16 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/siod/siod.h * plug-ins/script-fu/siod/sliba.c: Reverted changes to handling of string arrays to stay backward compatible (see bug #168290 and bug #317634). These files were not reverted when other files were.
-
- 16 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-16 Michael Natterer <mitch@gimp.org> * plug-ins/common/screenshot.c (shoot_dialog): cleaned up the GUI.
-
Sven Neumann authored
2005-12-16 Sven Neumann <sven@gimp.org> * app/paint/paint-enums.[ch]: changed description of GIMP_CLONE_ALIGN_NO enum value. * app/tools/gimpclonetool.c (gimp_clone_options_gui): use a combo box for the align mode.
-
- 14 Dec, 2005 2 commits
-
-
Sven Neumann authored
2005-12-14 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/libgimpbase-docs.sgml * libgimpbase/libgimpbase-sections.txt: do not generate API docs for the private wire protocol API. * libgimp/libgimp-sections.txt: added new path API. * libgimpbase/tmpl/gimpprotocol.sgml * libgimpbase/tmpl/gimpwire.sgml: removed from CVS. * libgimp/tmpl/gimppaths.sgml * libgimpbase/tmpl/gimpenv.sgml: regenerated.
-
Sven Neumann authored
2005-12-14 Sven Neumann <sven@gimp.org> * libgimpbase/gimpprotocol.[ch]: declare gp_params_destroy() in the private header file. * libgimp/gimp.c (gimp_destroy_params): removed extern declaration.
-
- 13 Dec, 2005 2 commits
-
-
Sven Neumann authored
2005-12-13 Sven Neumann <sven@gimp.org> * libgimpbase/gimpwire.[ch]: let the private wire methods live in the GIMP namespace. Declare internal functions as such and prefix them with an underscore. * libgimp/gimp.c * libgimp/gimptile.c * libgimpbase/gimpbase.def * libgimpbase/gimpprotocol.c * app/plug-in/plug-in-message.[ch] * app/plug-in/plug-in-run.c * app/plug-in/plug-in.c: changed accordingly.
-
Michael Natterer authored
2005-12-13 Michael Natterer <mitch@gimp.org> * app/tools/*.c: port to G_DEFINE_TYPE() and friends. Some related cleanup.
-
- 12 Dec, 2005 1 commit
-
-
Michael Schumacher authored
2005-12-12 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/script-fu/siod/slib.c: added a fix for the script-fu crash in chinese (and maybe other) locales. Applied to both branches. Fixes bug #163212.
-
- 11 Dec, 2005 1 commit
-
-
Michael Natterer authored
2005-12-11 Michael Natterer <mitch@gimp.org> * app/core/gimpstrokedesc.c (gimp_stroke_desc_new): fall back to the paintbrush if we can't get the paint method from the active tool (because there is no active tool). Fixes bug #323778.
-
- 10 Dec, 2005 1 commit
-
-
Michael Natterer authored
2005-12-10 Michael Natterer <mitch@gimp.org> * app/config/*.c * app/core/*.c * app/display/*.c * app/text/*.c * app/vectors/*.c: port to G_DEFINE_TYPE() and friends. Some related core reordering and cleanup.
-
- 07 Dec, 2005 2 commits
-
-
Michael Natterer authored
2005-12-07 Michael Natterer <mitch@gimp.org> * app/paint/gimpclone.c (gimp_clone_motion): In fixed mode, paint incremental so the individual brushes are properly applied on top of each other. Fixes bug #322791.
-
Michael Natterer authored
2005-12-07 Michael Natterer <mitch@gimp.org> * app/paint/*: use G_DEFINE_TYPE().
-