- 19 Sep, 2004 14 commits
-
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * app/Makefile.am (gimp_2_1_LDFLAGS): removed all -u hacks. (gimp_2_1_LDADD) (gimp_console_2_1_LDADD): reordered .a files correctly. The core seems to be cleaned up enough to have proper dependencies now.
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * app/actions/channels-commands.c * app/actions/vectors-commands.c: removed massive code duplication by factoring out the code that creates the "New Channel/Path" and "Edit Channel/Path Attributes" dialogs out to utility functions. GUI spacing and Code cleanup. * app/actions/layers-commands.c: minor GUI spacing and code cleanup.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> * app/base/tile-manager.c (tile_manager_get_memsize): count valid tiles, not dirty ones.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> * plug-ins/common/bumpmap.c: some tweaks to the dialog layout.
-
Michael Natterer authored
2004-09-19 Michael Natterer <mitch@gimp.org> * app/actions/qmask-commands.c (qmask_invert_cmd_callback): is a GtkRadioAction callback but behaved like a GtkToggleAction callback. Fixes bug #152948.
-
Sven Neumann authored
-
David Odin authored
* plug-ins/common/bumpmap.c: use a GimpDrawablePreview instead of a very complicated homemade preview. Many small changes in the code too, and some cleanups. I hope I didn't break anything.
-
William Skaggs authored
* app/tools/gimppaintoptions-gui.c: clean up ugliness introduced by my previous commit -- no functional change.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> Improved undo memory calculation for paint operations (bug #153035): * app/base/tile-manager.[ch] (tile_manager_get_memsize): added a "gboolean sparse" parameter to get more accurate results for sparse tile-managers. * app/core/gimpbuffer.c * app/core/gimpdrawable.c * app/core/gimpimage-undo-push.c * app/core/gimpimage.c * app/core/gimplayer.c * app/core/gimpprojection.c: changed accordingly.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> * app/dialogs/Makefile.am (libappdialogs_a_SOURCES): added authors.h.
-
William Skaggs authored
* app/tools/gimppaintoptions-gui.c: rearrange tool options as described in bug #153014.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> * app/widgets/gimperrordialog.c (gimp_error_dialog_add): fixed handling of too many error messages.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> Try to make floating selections more obvious: * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_floating_selection_changed): always display "Floating Selection" as the name for a floating selection. * app/core/gimpselection.c (gimp_selection_float): call the new layer "Selection" instead of "Floating Selection". This is what will be displayed if the FS is turned into a layer. * app/actions/layers-commands.c (layers_edit_layer_query): don't special case floating selections here. * app/core/gimplayer-floating-sel.c: cosmetics.
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> * plug-ins/common/postscript.c (ps_open): applied a patch by Peter Kirchgessner that solves a problem with the recognition of the bounding box. Fixes bug #152829.
-
- 18 Sep, 2004 4 commits
-
-
Sven Neumann authored
2004-09-19 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb-parse.c (gimp_rgb_parse_hex): fixed gtk-doc comment.
-
Simon Budig authored
2004-09-18 Simon Budig <simon@gimp.org> * libgimpwidgets/gimpcolorhexentry.c: Removed check for len % 3 == 0, so that the entry accepts hex colors starting with "#" again. Untabbified.
-
Sven Neumann authored
2004-09-18 Sven Neumann <sven@gimp.org> * app/Makefile.am (unused_symbols): synced with toplevel app/Makefile.am * app/app-docs.sgml * app/app-sections.txt: updated.
-
Manish Singh authored
2004-09-18 Manish Singh <yosh@gimp.org> * app/Makefile.am: remove LDFLAGS references to now private file_open_dialog_show, file_open_location_dialog_show, and file_save_dialog_show.
-
- 17 Sep, 2004 4 commits
-
-
Sven Neumann authored
2004-09-18 Sven Neumann <sven@gimp.org> * app/actions/qmask-commands.c * libgimpcolor/gimprgb.c (gimp_rgba_distance): just some cleanup. * app/core/gimpimage-qmask.c (gimp_image_set_qmask_color): always set gimage->qmask_color regardless of the qmask state. * libgimpwidgets/gimpcolorbutton.c (gimp_color_button_new): set the type before setting the color.
-
Michael Natterer authored
2004-09-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcomponenteditor.c (gimp_component_editor_renderer_update): use gimp_component_editor_get_iter() instead of duplicating its code.
-
Simon Budig authored
2004-09-17 Simon Budig <simon@gimp.org> * app/widgets/gimpbrusheditor.[ch]: Added a slider for the brush spacing to the brush editor. Should make it more obvious how to change it.
-
Sven Neumann authored
2004-09-17 Sven Neumann <sven@gimp.org> * app/core/gimp-edit.c (gimp_edit_paste): based on a patch from Joao S. O. Bueno: Ensure that the pasted layer is always within the image, if it fits and aligned at top left if it doesn't. Fixes bug #142944.
-
- 16 Sep, 2004 9 commits
-
-
Sven Neumann authored
2004-09-16 Sven Neumann <sven@gimp.org> * INSTALL: updated.
-
Sven Neumann authored
2004-09-16 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.c (gimp_scale_entry_set_logarithmic): applied a patch by Joao S. O. Bueno that fixes bug #152820.
-
Dave Neary authored
2004-09-16 Dave Neary <bolsh@gimp.org> * plug-ins/script-fu/scripts/burn-in-anim.scm: patch from Kevin Cozens which reinstates corona. Fixes bug #142282.
-
Michael Natterer authored
2004-09-16 Michael Natterer <mitch@gimp.org> * configure.in: depend on GLib >= 2.4.5 and GTK+ >= 2.4.4. * app/gui/gui.c: changed accordingly. * app/sanity.c: ditto. Added check for GLib and put each check into its own utility function. Enabled #if 0'ed check for FreeType >= 6.2.7. * app/widgets/gimpactiongroup.c * app/widgets/gimpcursor.c * app/widgets/gimpselectiondata.c * app/widgets/gimpuimanager.c * app/widgets/gimpwidgets-utils.c: removed workarounds for library versions we refuse to start with.
-
Michael Natterer authored
2004-09-16 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_uri_list_dest_add): reverse order of DND dests so "text/uri-list" is preferred again after my DND change of 2004-06-29. Fixes dropping of multiple files.
-
Michael Natterer authored
2004-09-16 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcomponenteditor.[ch]: set the viewable renderer's "renderer" property to NULL when clearing the view to work around bug #149906.
-
Sven Neumann authored
2004-09-16 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.c (VALUE_TO_PIXEL): replaced a bitshift with a binary and. Should be unnoticeably faster ;)
-
Michael Natterer authored
2004-09-16 Michael Natterer <mitch@gimp.org> * app/pdb/procedural_db.c: removed #if 0'ed code, took assignments out of if()-conditions, minor cleanup.
-
Simon Budig authored
2004-09-16 Simon Budig <simon@gimp.org> * app/core/gimpscanconvert.c: Implemented an own rendering callback for libart and use it instead of art_gray_svp_aa(). This now handles non-antialiased scan conversions itself. It also basically shows the way to implement a LUT for the scan conversion.
-
- 15 Sep, 2004 9 commits
-
-
Sven Neumann authored
2004-09-16 Sven Neumann <sven@gimp.org> * app/dialogs/quit-dialog.c: removed code that isn't needed any longer now that the dialog is a singleton.
-
Sven Neumann authored
-
David Odin authored
* plug-ins/common/mblur.c: fix the preview for the zoom blur mode.
-
Sven Neumann authored
2004-09-15 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppreviewarea.c (gimp_preview_area_[draw|blend|mask]): fixed code that handles drawing outside of the preview area. * plug-ins/common/unsharp.c (preview_update): draw the preview directly from the pixel region.
-
Manish Singh authored
2004-09-15 Manish Singh <yosh@gimp.org> * modules/controller_linux_input.c: use guint16 instead of __u16. Should fix bug #152746.
-
Sven Neumann authored
2004-09-15 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablepreview.[ch] * libgimp/gimpui.def: renamed gimp_drawable_preview_draw() to gimp_drawable_preview_draw_buffer() and added a rowstride parameter. Added new functions gimp_drawable_preview_get_drawable() and gimp_drawable_preview_draw_region(). * plug-ins/common/mblur.c: added a preview that uses the shadow tiles as the preview buffer and draws using the new gimp_drawable_preview_draw_region() API. * plug-ins/common/photocopy.c * plug-ins/common/softglow.c: use gimp_drawable_preview_draw_region(). * plug-ins/common/cartoon.c * plug-ins/common/despeckle.c * plug-ins/common/edge.c * plug-ins/common/gauss.c * plug-ins/common/grid.c * plug-ins/common/neon.c * plug-ins/common/noisify.c * plug-ins/common/sel_gauss.c * plug-ins/common/sharpen.c * plug-ins/common/sobel.c * plug-ins/common/spread.c * plug-ins/common/struc.c * plug-ins/common/unsharp.c * plug-ins/common/wind.c: use gimp_drawable_preview_draw_buffer().
-
Michael Natterer authored
2004-09-15 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: added help IDs for the drawable- and vectors-visible and -liked actions as well as for the layer mask property action. * app/actions/drawable-actions.c * app/actions/vectors-actions.c: use them. * app/actions/layers-actions.c * app/actions/layers-commands.[ch]: ditto. Use GIMP_STOCK_TRANSPARENCY for all layer opacity actions. Replaced "paint_mode" by "mode" in all action and function/variable names because this is the layer mode, not a paint mode. * app/actions/channels-commands.c * app/actions/layers-commands.c * app/actions/vectors-commands.c: set the "activates-default" property on the name entry in all "New Foo" and "Edit Foo Attributes" dialogs except in the "New Layer" dialog. Addresses bug #148026. * menus/image-menu.xml.in: added a (commented out) layer properties menu containing all the new actions.
-
Michael Natterer authored
2004-09-15 Michael Natterer <mitch@gimp.org> * app/actions/layers-actions.c * app/actions/layers-commands.[ch]: added actions and callbacks "layers-preserve-transparency" and "layers-paint-mode-first,last,previous,next". Update the "active" state of the recently added layer mask property actions in layers_actions_update(). * app/actions/drawable-actions.c * app/actions/drawable-commands.[ch]: added actions and callbacks for "drawable-visible" and "drawable-linked". Fixes bug #152597. * app/actions/vectors-actions.c * app/actions/vectors-commands.[ch]: same here ("vectors-visible" and "vectors-linked"). * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_preserve_button_toggled): flush the image so the new actions are updated. Compress preserve_trans undos. * menus/image-menu.xml.in: added the layer mask property actions to the Layers/Mask submenu. * menus/layers-menu.xml: reordered the mask property actions to have the same order as in the image menu.
-
Sven Neumann authored
2004-09-15 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainertreeview.c (gimp_container_tree_view_menu_position): improved the fix for bug #152662 and removed trailing whitespace.
-