- 20 Nov, 2003 6 commits
-
-
Sven Neumann authored
2003-11-20 Sven Neumann <sven@gimp.org> * app/config/gimpdisplayconfig.[ch] * app/config/gimprc-blurbs.h: added a new gimprc option "activate-on-focus" that allows to configure GIMP to activate an image when the image window receives the focus. Useful for window managers using click-to-focus. Defaults to TRUE on OS_WIN32. * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell.c: implemented the new behaviour.
-
Michael Natterer authored
2003-11-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdnd.[ch]: changed drag source stuff to allow multiple data types. Changed DND source API to speak in terms of add()/remove() instead of set()/unset(). Added GimpDndDragFileFunc typedef and gimp_dnd_file_source_add(). Unfortunately GTK+'s DND API lacks symmetry here (no GtkTargetList based API for drag sources), so we cannot really change drag sources on-the-fly and need to set GtkTargetEntry arrays manually. * app/widgets/gimpcolormapeditor.c * app/widgets/gimpcontainertreeview.c * app/widgets/gimpmenuitem.c * app/widgets/gimppaletteeditor.c * app/widgets/gimppreview.c * app/widgets/gimptoolbox-color-area.c: changed accordingly. * app/widgets/gimpdocumentview.c: ditto. Additionally offer "text/uri-list" so it's possible to drag images from the document history to the file manager or browser.
-
Sven Neumann authored
-
Michael Natterer authored
2003-11-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdnd.c: cleanup before doing real changes.
-
Duarte Loreto authored
2003-11-20 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
-
Danilo Šegan authored
2003-11-20 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation.
-
- 19 Nov, 2003 12 commits
-
-
Manish Singh authored
2003-11-19 Manish Singh <yosh@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_open_files): Display an error if we still can't convert a filename to a valid uri. Further addresses #127424.
-
Manish Singh authored
-
Manish Singh authored
2003-11-19 Manish Singh <yosh@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_open_files): strstr on dnd_crap, not filename, since filename will be NULL in that case. Also remove doubled declaration of filename.
-
Sven Neumann authored
2003-11-19 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_shrink_wrap): shrink to the size of the monitor, not to the size of the screen (for Xinerama setups). Fixes bug #121796.
-
Marco Ciampa authored
-
Sven Neumann authored
2003-11-19 Sven Neumann <sven@gimp.org> * app/widgets/gimpitemfactory.c * app/widgets/gimpwidgets-utils.[ch]: moved the gimp_menu_position() implementation that was used only from GimpItemFactory to gimpitemfactory.c. Added a new function of the same name that positions a menu taking into account the monitor geometry and the render direction. * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c: use gimp_menu_position(). * app/widgets/gimpcontainerpopup.c * app/widgets/gimppreview-popup.c: let windows popup on the current monitor (for Xinerama setups).
-
Michael Natterer authored
2003-11-19 Michael Natterer <mitch@gimp.org> * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_paint_mode_menu_callback): compress successive layer mode undos just as we compress opacity undos.
-
Michael Natterer authored
2003-11-19 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/Dialogs.c * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/curve_bend.c * plug-ins/common/gqbist.c * plug-ins/common/spheredesigner.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig.c * plug-ins/gimpressionist/brush.c * plug-ins/ifscompose/ifscompose.c * plug-ins/imagemap/imap_browse.c * plug-ins/imagemap/imap_file.c: GtkFileSelection cleanup: connect to "response" instead of accessing the "ok_button" and "cancel_button" members.
-
Michael Natterer authored
2003-11-19 Michael Natterer <mitch@gimp.org> * libgimpwidgets/tmpl/gimphelpui.sgml: updated.
-
Michael Natterer authored
2003-11-19 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpwidgetstypes.h: renamed "data" parameter of GimpHelpFunc to "help_data". * libgimpwidgets/gimphelpui.c: cleanup. API doc fixes.
-
Sven Neumann authored
2003-11-19 Sven Neumann <sven@gimp.org> * app/core/gimpcontext.c (gimp_context_finalize): don't disconnect gimp_context_parent_notify() here. The signal will be disconnected automatically anyway.
-
Sven Neumann authored
2003-11-19 Sven Neumann <sven@gimp.org> * app/app_procs.c (app_run): register a log handler for the "Gimp-Vectors" domain. * app/gui/stroke-dialog.c (stroke_dialog_new): attach the saved options to its parent, the user context, not to the gimp.
-
- 18 Nov, 2003 8 commits
-
-
Sven Neumann authored
2003-11-19 Sven Neumann <sven@gimp.org> * libgimpwidgets/tmpl/gimpquerybox.sgml: updated.
-
Sven Neumann authored
2003-11-18 Sven Neumann <sven@gimp.org> * libgimpmodule/gimpmodule.c (gimp_module_open): don't do lazy binding on GIMP modules. We can't recover from missing symbols later. * libgimpwidgets/gimpquerybox.[ch]: renamed "help_page" parameter to "help_id" and changed the docs accordingly. * libgimpwidgets/gimpcolordisplay.[ch] * libgimpwidgets/gimpcolorselector.[ch]: renamed the "help_page" struct members of GimpColorDisplay and GimpColorSelector to "help_id". * app/gui/color-notebook.c * app/widgets/gimpcoloreditor.c * libgimpwidgets/gimpcolorbutton.c * libgimpwidgets/gimpcolornotebook.c * libgimpwidgets/gimpcolorscales.c * libgimpwidgets/gimpcolorselect.c * modules/*.c: changed accordingly. Specify a help id instead of a HTML page.
-
Sven Neumann authored
2003-11-18 Sven Neumann <sven@gimp.org> * plug-ins/common/png.c (load_image): inform the user when a PNG file specifies an offset that causes the layer to be positioned outside the image area. Fixes "bug" #127307.
-
Michael Natterer authored
2003-11-18 Michael Natterer <mitch@gimp.org> * app/base/colorize.[ch]: changed the range of the "lightness" parameter to [-100..+100], where -100 results in pure black and +100 in pure white. Default to lightness == 0 so the initial transform changes just the colors while keeping the original lightness. * app/tools/gimpcolorizetool.[ch]: changed accordingly. Reordered the scales to be in HSL order.
-
Miloslav Trmac authored
-
Michael Natterer authored
2003-11-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainerpopup.[ch] * app/widgets/gimpviewablebutton.[ch]: let the button remember the popup's preview_size and view_type.
-
Michael Natterer authored
2003-11-18 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdialogfactory.[ch] (gimp_dialog_factory_dialog_raise): support '|'-separated lists of dialog identifiers and raise any of them if it is already open, or the first dialog in the list otherwise. * app/gui/dialogs-commands.c (dialogs_create_dockable_cmd_callback): removed the same functionality here. * app/gui/edit-commands.c * app/tools/gimppaintoptions-gui.c * app/tools/gimptextoptions.c * app/widgets/gimpdevicestatus.c * app/widgets/gimptoolbox-indicator-area.c: pass lists of dialog identifiers to gimp_dialog_factory_dialog_raise().
-
Michael Natterer authored
2003-11-18 Michael Natterer <mitch@gimp.org> * app/core/gimpselection.c (gimp_selection_class_init): use GIMP_STOCK_SELECTION as the viewable class' default stock ID. * app/widgets/gimpselectioneditor.c (gimp_selection_editor_init): create the preview for GIMP_TYPE_SELECTION, not just GIMP_TYPE_DRAWABLE so the selection icon is used if the editor is empty.
-
- 17 Nov, 2003 13 commits
-
-
Michael Natterer authored
2003-11-17 Michael Natterer <mitch@gimp.org> * app/gui/file-dialog-utils.[ch] * app/gui/file-open-dialog.c * app/gui/file-save-dialog.c * app/gui/gradients-commands.c * app/gui/vectors-commands.c * app/tools/gimpcurvestool.c * app/tools/gimplevelstool.c * app/widgets/gimperrorconsole.c * app/widgets/gimptexteditor.c * libgimpwidgets/gimpfileselection.c: don't access the "ok_button" and "cancel_button" members of GtkFileSelection. Instead, connect to GtkDialog::response(). Feels better and reduces code which depends on the to-be-deprecated GtkFileSelection. Changed border widths to match the 6px border width of other GIMP dialogs. File selections in plug-ins will follow...
-
Henrik Brix Andersen authored
2003-11-17 Henrik Brix Andersen <brix@gimp.org> * plug-ins/common/color_enhance.c * plug-ins/common/c_astretch.c * plug-ins/common/gtm.c: removed potentionally offensive words + removed trailing whitespace. This fixes bug #125668.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2003-11-17 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb.h (GIMP_RGB_INTENSITY): removed the addition of 0.001 that isn't correct for use with integers (should be 0.5 then) and just plain wrong for use with floats/doubles. * app/base/temp-buf.c * app/core/gimpdrawable.c * app/core/gimpimage-convert.c * app/core/gimpimage.c * plug-ins/common/aa.c * plug-ins/common/engrave.c * plug-ins/common/gradmap.c * plug-ins/common/newsprint.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/pagecurl/pagecurl.c: add 0.5 to the result of GIMP_RGB_INTENSITY() in all places that use it with integers.
-
Michael Natterer authored
2003-11-17 Michael Natterer <mitch@gimp.org> * modules/colorsel_triangle.c (colorsel_triangle_update_previews): s/INTENSITY/GIMP_RGB_INTENSITY/, removed trailing whitespace.
-
Sven Neumann authored
2003-11-17 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb.[ch]: added a GIMP_RGB prefix to the INTENSITY macros. * libgimp/gimpcompat.h: document this change here. * app/base/colorize.c * app/base/temp-buf.c * app/core/gimpdrawable-blend.c * app/core/gimpdrawable.c * app/core/gimpimage-convert.c * app/core/gimpimage.c * plug-ins/common/aa.c * plug-ins/common/bumpmap.c * plug-ins/common/colorify.c * plug-ins/common/displace.c * plug-ins/common/engrave.c * plug-ins/common/gradmap.c * plug-ins/common/newsprint.c * plug-ins/common/oilify.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/pagecurl/pagecurl.c: changed accordingly. * libgimpcolor/gimpcolor.h: removed trailing whitespace. * app/paint-funcs/paint-funcs.c: fixed indentation.
-
Sven Neumann authored
2003-11-17 Sven Neumann <sven@gimp.org> * app/core/gimpviewable.[ch]: removed the unused GimpViewable parameter from gimp_viewable_calc_preview_size(). * app/core/gimpbuffer.c * app/core/gimpimage-preview.c * app/core/gimpimagefile.c * app/core/gimpitem-preview.c * app/core/gimpundo.c * app/widgets/gimppreview.c * app/widgets/gimppreviewrendererdrawable.c * app/widgets/gimppreviewrendererimage.c: changed accordingly. * app/widgets/gimppreviewrenderer.[ch]: store the viewable_type in the preview renderer and use its default stock_id if no viewable is set. * app/core/gimpbrush.c * app/core/gimpbuffer.c * app/core/gimpgradient.c * app/core/gimppalette.c * app/core/gimppattern.c * app/core/gimpundo.c: set a default stock_id.
-
Jan Morén authored
2003-11-17 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Manish Singh authored
2003-11-17 Manish Singh <yosh@gimp.org> * tools/gimp-remote.c (gimp_remote_find_window): search for the window role "gimp-toolbox", since the app sets that instead of the class now.
-
Sven Neumann authored
2003-11-17 Sven Neumann <sven@gimp.org> * app/config/gimprc.c (gimp_rc_new): simplified. * app/core/gimp.c (gimp_dispose) (gimp_finalize): print messages if being verbose.
-
Sven Neumann authored
2003-11-17 Sven Neumann <sven@gimp.org> * app/core/gimp.c (gimp_finalize): print a message if being verbose.
-
Sven Neumann authored
2003-11-17 Sven Neumann <sven@gimp.org> * app/main.c: unref the gimp object after dumping the configuration as a test for Gimp::finalize. * app/base/base.[ch]: keep a reference on the config object. Renamed parameter "use_mmx" to "use_cpu_accel". * app/core/gimp.[ch]: call base_init() and base_exit() from app_procs.c, not from the Gimp object. * app/app_procs.[ch]: renamed app_init() to app_run() since here's where the main loop is run. Actually quit the main loop in app_exit_after_callback() instead of just calling exit(). * app/errors.[ch]: declared fatal error handlers as G_GNUC_NORETURN. * libgimp/gimp.h: fixed usage of G_GNUC_NORETURN.
-
- 16 Nov, 2003 1 commit
-
-
Michael Natterer authored
2003-11-17 Michael Natterer <mitch@gimp.org> * app/Makefile.am: s/libgimp_glue.o/units.o/. * app/app-docs.sgml * app/app-sections.txt: updates and fixes.
-