- 05 Sep, 2004 4 commits
-
-
Sven Neumann authored
2004-09-05 Sven Neumann <sven@gimp.org> * Made 2.1.4 release.
-
Sven Neumann authored
-
Sven Neumann authored
2004-09-05 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpimage.sgml: added gimp_image_resize_to_layers().
-
Simon Budig authored
2004-09-05 Simon Budig <simon@gimp.org> * tools/pdbgen/pdb/image.pdb: improved documentation for gimp_image_resize_to_layers * libgimp/gimp.def * devel-docs/libgimp/libgimp-sections.txt: added gimp_image_resize_to_layers * app/pdb/image_cmds.c * libgimp/gimpimage_pdb.c: regenerated
-
- 04 Sep, 2004 9 commits
-
-
Sven Neumann authored
2004-09-05 Sven Neumann <sven@gimp.org> * POTFILES.in: added libgimpwidgets/gimppreviewarea.c. * de.po: updated german translation.
-
Simon Budig authored
-
Simon Budig authored
2004-09-05 Simon Budig <simon@gimp.org> * app/core/gimpimage-resize.[ch]: Implement function to resize the image to contain all layers completely. Untabified. * app/actions/image-actions.c * app/actions/image-commands.[ch] * app/widgets/gimphelp-ids.h * menus/image-menu.xml.in: Make it available in the GUI. * tools/pdbgen/pdb/image.pdb: Make it available in the PDB. * app/pdb/image_cmds.c * app/pdb/internal_procs.c * libgimp/gimpimage_pdb.[ch]: regenerated.
-
David Odin authored
* plug-ins/common/noisify.c: ported to GimpDrawablePreview.
-
Sven Neumann authored
-
David Odin authored
plug-ins which now have a preview
-
Michael Schumacher authored
2004-09-04 Michael Schumacher <schumaml@cvs.gnome.org> * libgimp/gimp.def * libgimpbase/gimpbase.def: libgimpwidgets/gimpwidgets.def: added the check(erboard) related entries
-
Sven Neumann authored
-
Sven Neumann authored
2004-09-04 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimppreviewarea.sgml: added gimp_preview_area_menu_popup().
-
- 03 Sep, 2004 19 commits
-
-
Sven Neumann authored
2004-09-04 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreviewarea.[ch]: pass a GdkEventButton to gimp_preview_area_menu_popup(). * libgimpwidgets/gimppreview.c: implement GtkWidget::popup_menu().
-
David Odin authored
* libgimpwidgets/gimppreview.c: Changed the way we attach the preview area frame to the table so very small drawables don't cause a malicious bug.
-
David Odin authored
* plug-ins/common/sel_gauss.c: ported to GimpDrawablePreview.
-
David Odin authored
* plug-ins/common/sharpen.c: ported to GimpDrawablePreview.
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreviewarea.[ch]: added gimp_preview_area_menu_popup(). Not completely finished yet... * libgimpwidgets/gimppreview.c: use the new function.
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablepreview.c (gimp_drawable_preview_set_drawable): take care of setting the colormap for indexed drawables. * libgimpwidgets/gimppreview.c (gimp_preview_area_event): pan with the first mouse button only. We will need the other buttons.
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * plug-ins/common/grid.c: ported to GimpDrawablePreview.
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * plug-ins/common/plasma.c (plasma_dialog): left-align the preview. * plug-ins/common/grid.c (dialog): pack the preview as in other plug-in dialogs and embed it into a GtkFrame.
-
Michael Natterer authored
2004-09-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdevicestatus.c: removed "Configure input devices" button. Fixes bug #150177.
-
Simon Budig authored
2004-09-03 Simon Budig <simon@gimp.org> * app/gui/info-window.c: Applied modified patch by Kevin Cozens that implements a "Comments" tab in the image info dialog. Fixes bug #151719.
-
Sven Neumann authored
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreviewarea.c (CHECK_COLOR): swapped light and gray checks to get a checkerboard that matches the image window.
-
Michael Natterer authored
2004-09-03 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: added gimp_check_size() and gimp_check_type(). * libgimp/tmpl/gimp.sgml: regenerated.
-
Michael Natterer authored
2004-09-03 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpprotocol.h (struct _GPConfig): replaced the never used "gdouble gamma" with 8 reserved gint8 and stuffed two gint8 behind "gint8 show_tool_tips" where they fit in in a binary compatible way due to 32bit aligning of the following "gint32 min_colors". Use the latter ones for "check_size" and "check_type". * libgimpbase/gimpprotocol.c (_gp_config_read,write): changed accordingly to pass the new stuff over the wire. * app/plug-in/plug-in-run.c: ditto. Pass the transpareny values from GimpDisplayConfig to plug-ins. * libgimp/gimp.[ch] (gimp_config): remember the new config values. (gimp_check_size,type): new functions returning the new config values. * libgimp/gimpdrawablepreview.c (gimp_drawable_preview_init): use the new values to configure preview->area accordingly.
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * libgimpbase/gimpchecks.h * libgimpbase/gimplimits.h: moved check size and check color defines. It makes a lot more sense to keep them in gimpchecks.h. * libgimpbase/gimpchecks.c (gimp_checks_get_shades): documented. * libgimp/gimpdrawablepreview.c (gimp_drawable_preview_draw): added a sanity check so we don't crash if the drawable pointer should ever be NULL here.
-
Sven Neumann authored
-
Sven Neumann authored
-
Helvetix Victorinox authored
* app/composite/gimp-composite-*test.c: a regression test now iterates over 8388625 pixels per pass. * app/composite/gimp-composite-mmx.c * app/composite/gimp-composite-sse.c * app/composite/gimp-composite-sse2.c: Ensured that a clobbered condition code register is reflected in the clobbered register list for each asm() statement. This should FIX bug #147013.
-
Sven Neumann authored
2004-09-03 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am * libgimpbase/gimpchecks.[ch] added gimp_checks_get_shades(). * app/base/temp-buf.c * app/display/gimpdisplayshell-render.c * libgimpwidgets/gimppreviewarea.c: use the new function instead of replicating these numbers in three different places.
-
- 02 Sep, 2004 8 commits
-
-
David Odin authored
* plug-ins/gimpressionist/*.c: made the code much more readable by applying the gimp's coding standard (intentation, space, etc.), and remove the GTK_DISABLE_DEPRECATED warnings, since these files don't use any deprecated stuff anymore.
-
Michael Schumacher authored
2004-09-02 Michael Schumacher <schumaml@cvs.gnome.org> * libgimp/gimpui.def * libgimpbase/gimpbase.def * libgimpwidgets/gimpwidgets.def: added the preview and progress related entries
-
Michael Natterer authored
2004-09-02 Michael Natterer <mitch@gimp.org> * plug-ins/common/neon.c * plug-ins/common/noisify.c * plug-ins/common/sobel.c * plug-ins/common/softglow.c * plug-ins/common/spread.c * plug-ins/common/unsharp.c: fixed various coding style and naming issues and added some missing signal connections to update the new previews.
-
David Odin authored
* plug-ins/common/despeckle.c: don't assume the preview has always the same size, and do the memory allocation in preview_update(). As a side effect, this fix a segfault :-). Also save the preview toggle state between invocations.
-
Sven Neumann authored
2004-09-02 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-render.c (check_combos): light and dark check color were swapped for GIMP_CHECK_TYPE_GRAY_CHECKS. * libgimpwidgets/gimppreviewarea.[ch]: added "check-size" and "check-type" properties and draw the checkerboard accordingly.
-
Sven Neumann authored
2004-09-02 Sven Neumann <sven@gimp.org> * app/base/base-enums.[ch] * libgimpbase/gimpbaseenums.[ch]: moved GimpCheckSize and GimpCheckType enums to libgimpbase. Correctly prefix the enum values. * app/base/temp-buf.c * app/config/gimpdisplayconfig.c * app/display/gimpdisplayshell-render.c * app/pdb/fileops_cmds.c * tools/pdbgen/pdb/fileops.pdb: changed accordingly.
-
Michael Natterer authored
2004-09-02 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_ok) * plug-ins/script-fu/script-fu-scripts.c (script_fu_script_proc): use a GString for assembling the commands string instead of g_sprintf()ing into a buffer. Removes the need for a separate loop over all args to determine the buffer's length and makes the remaining code smaller and more readable.
-
Sven Neumann authored
-