- 21 Sep, 2004 4 commits
-
-
Michael Natterer authored
2004-09-21 Michael Natterer <mitch@gimp.org> For the sake of completeness, added a GUI for the hidden "Open as Layer" feature: * app/actions/file-actions.c * app/actions/file-commands.[ch]: added "file-open-as-layer" action and callback. Abuse the "gimage" field of GimpFileDialog to indicate layer opening (it's otherwise unused for file-open). * app/dialogs/file-open-dialog.c: if dialog->gimage is non-NULL, open the selected files as layers for that image. * app/widgets/gimphelp-ids.h: added GIMP_HELP_FILE_OPEN_AS_LAYER. * menus/image-menu.xml.in: added it to the menu.
-
Sven Neumann authored
2004-09-21 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c (save_dialog): let the dialog collapse with the expander by making it not resizable.
-
Sven Neumann authored
2004-09-21 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-close.c (gimp_display_shell_close_dialog): resolved a mnemonics collision.
-
Dave Neary authored
2004-09-21 Dave Neary <bolsh@gimp.org> * plug-ins/common/psd.c: Correctly set overlay, hard light and soft light modes from .psd files. Fixes bug #153229.
-
- 20 Sep, 2004 10 commits
-
-
Sven Neumann authored
2004-09-21 Sven Neumann <sven@gimp.org> * plug-ins/common/svg.c (SVG_DEFAULT_RESOLUTION): set to 90dpi as a workaround for bug #143300.
-
Maurits Rijk authored
2004-09-20 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_cmd_guides.c * plug-ins/imagemap/imap_default_dialog.c * plug-ins/imagemap/imap_menu.c * plug-ins/imagemap/imap_preferences.c * plug-ins/imagemap/imap_tools.c: disabled functionality that doesn't fully work yet. #136713 now becomes an enhancement request.
-
Sven Neumann authored
2004-09-20 Sven Neumann <sven@gimp.org> * plug-ins/common/bumpmap.c: added tooltips, enabled "Compensate for darkening" by default, some minor cleanups.
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * app/dialogs/dialogs-constructors.c: removed useless #includes.
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * app/actions/buffers-commands.c * app/actions/file-commands.c * app/actions/layers-commands.c * app/actions/plug-in-actions.c * app/actions/tools-actions.c: removed useless #includes, cleanup.
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * app/dialogs/dialogs.[ch] (dialogs_init): added GimpMenuFactory parameter and removed inclusion on "menus/menus.h". * app/menus/menus.[ch] (menus_init): added GimpActionFactory parameter and removed inclusion of "actions/actions.h". * app/gui/gui.c (gui_restore_callback): pass the factories to the above functions.
-
Sven Neumann authored
2004-09-20 Sven Neumann <sven@gimp.org> * configure.in: bumped version number to 2.1.6.
-
David Odin authored
* plug-ins/common/deinterlace.c: added a preview. Not sure if it is really useful...
-
David Odin authored
* plug-ins/common/shift.c: added a preview.
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorselect.c (gimp_color_select_xy_events): removed "case GDK_CONFIGURE" because it's not needed and did "break" instead of "return FALSE", causing random color changes when resizing and initially showing the widget.
-
- 19 Sep, 2004 17 commits
-
-
Sven Neumann authored
2004-09-20 Sven Neumann <sven@gimp.org> * Made 2.1.5 release.
-
Michael Natterer authored
-
Michael Natterer authored
2004-09-20 Michael Natterer <mitch@gimp.org> * app/Makefile.am (GTKDOC_LIBS): removed same linker hacks as in app/Makefile.am.
-
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 1 commit
-
-
Sven Neumann authored
2004-09-16 Sven Neumann <sven@gimp.org> * INSTALL: updated.
-