- 23 Nov, 2003 4 commits
-
-
Michael Natterer authored
2003-11-23 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: added GimpColorDisplayEditor, updates. * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpcolordisplay.sgml: updated.
-
Raphaël Quinet authored
2003-11-23 Raphaël Quinet <quinet@gamers.org> * plug-ins/common/animoptimize.c: Allow the plug-in to register itself twice: once for the old mode (difference only) and once for the new mode that improves the 'combine' frames by trying to maximize the number of adjacent pixels of the same color. This gives a better compression for GIF, MNG and other formats that work on a line-by-line basis (bug #66367).
-
Danilo Šegan authored
2003-11-23 Danilo Šegan <dsegan@gmx.net> * po-plug-ins/sr.po, po-plug-ins/sr@Latn.po: Updated Serbian translation by Branko Ivanovic from Prevod.org team.
-
Henrik Brix Andersen authored
2003-11-22 Henrik Brix Andersen <brix@gimp.org> * gimp/app/core/gimpimage-snap.c: behave correctly for grid spacing of 1px, whitespace clean up. Fixes the grid part of bug #125864.
-
- 22 Nov, 2003 14 commits
-
-
Michael Natterer authored
2003-11-23 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolordisplay.[ch]: added API to enable/disable a filter. A disabled filter has no effect. * libgimpmodule/gimpmodule.h: incremented GIMP_MODULE_ABI_VERSION. * app/widgets/gimpcolordisplayeditor.c: added a check column to the "Active Filters" tree view so the effect of all filters can quickly be toggled. Cleanup. * modules/cdisplay_colorblind.c: removed "none" from the enum and from the GUI because disabling a filter is implemented generically now. * modules/cdisplay_colorblind.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/cdisplay_proof.c: added mnemonics, cleanup.
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> * POTFILES.in: s/gimpfileselection/gimpfileentry/
-
Michael Natterer authored
2003-11-22 Michael Natterer <mitch@gimp.org> * libgimpwidgets-docs.sgml * libgimpwidgets.types: added it here too. * libgimpwidgets/tmpl/gimpcolordisplaystack.sgml: updated.
-
Michael Natterer authored
2003-11-22 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpwidgetsmarshal.list * libgimpwidgets/gimpcolordisplaystack.[ch]: added signals ::added(), ::removed() and ::reordered() and emit them in the resp. functions. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcolordisplayeditor.[ch]: new widget implementing an editable view on a GimpColorDisplayStack. Most code taken from below... * app/display/gimpdisplayshell-filter-dialog.c: ...and removed here. Only creates a GimpDialog around a GimpColorDisplayEditor now.
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> * app/paint-funcs/paint-funcs.c (color_erase_inten_pixels): handle grayscale buffers (bug #127666).
-
Henrik Brix Andersen authored
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> Fixed some selection editor problems (bug #127644): * plug-ins/sel2path/sel2path.c: use the given image_ID, ignore the drawable_ID. This plug-in doesn't operate on a drawable at all. * plug-ins/imagemap/imap_main.c: pass a valid image_ID to sel2path. * app/gui/vectors-commands.c: don't attempt to create a valid drawable_ID for the call to sel2path since it isn't used anyway. * app/core/gimpdrawable-stroke.c (gimp_drawable_stroke_boundary): just return when being called with an empty boundary.
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.def: added symbols for GimpColorDisplayStack.
-
Duarte Loreto authored
2003-11-22 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
-
Danilo Šegan authored
-
Danilo Šegan authored
2003-11-23 Danilo Šegan <dsegan@gmx.net> * po/sr.po, po/sr@Latn.po: Updated Serbian translation.
-
Sven Neumann authored
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_get_file_data): when constructing an URI list, don't add a newline character after the last item.
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> * app/gui/preferences-dialog.c: let the templates editor expand.
-
- 21 Nov, 2003 22 commits
-
-
Sven Neumann authored
2003-11-22 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpcolordisplaystack.sgml: added docs for GimpColorDisplayStack.
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolordisplaystack.h: forgot to declare gimp_color_display_stack_clone(). * app/display/gimpdisplayshell.[ch]: replaced the GList of GimpColorDisplays by a single GimpColorDisplayStack. * app/display/gimpdisplayshell-render.c (gimp_display_shell_render): changed accordingly. * app/display/gimpdisplayshell-filter.[ch]: reduced API to a single function, gimp_display_shell_filter_set(), which exchanges the whole filter stack. Idle update the display on GimpColorDisplayStack::update(). * app/display/gimpdisplayshell-filter-dialog.[ch]: changed accordingly. Return the created dialog instead of assigning shell->filters_dialog. * app/gui/view-commands.c (view_display_filters_cmd_callback): set shell->filters_dialog here and raise it it if already exists. Don't use the dialog factory to create it because it's a transient dialog for the display which does not need to be session managed. * app/gui/dialogs-constructors.[ch] * app/gui/dialogs.c: removed display filter dialog stuff.
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpcolordisplaystack.[ch]: new object GimpColorDisplayStack which manages a list of GimpColorDisplays. (unfinished, just for others to look at).
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/makefile.msc: s/gimpfileselection/gimpfileentry/
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * app/app-sections.txt: updated.
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * modules/cdisplay_proof.c: use a table to align the widgets.
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-filter-dialog.c: create the Display Filter dialog transient for the display shell and destroy it with its parent.
-
Henrik Brix Andersen authored
2003-11-21 Henrik Brix Andersen <brix@gimp.org> * app/widgets/gimphelp-ids.h * app/gui/preferences-dialog.c: changed "Window Manager" to "Window Management" and "Decorations" to "Window Type Hints" * themes/Default/images/preferences/window-manager.png: removed... * themes/Default/images/preferences/Makefile.am * themes/Default/images/preferences/window-management.png: ... and added under a new name.
-
Sven Neumann authored
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * configure.in: if lcms.h cannot be found, try lcms/lcms.h. * modules/cdisplay_proof.c: changed accordingly.
-
Jakub Steiner authored
2003-11-21 Jakub Steiner <jimmac@ximian.com> * themes/Default/images/preferences/window-manager.png: use gnome2 icon for WM
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * modules/cdisplay_colorblind.c: * modules/cdisplay_gamma.c: * modules/cdisplay_high_contrast.c: minor cleanup.
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * modules/cdisplay_proof.c: GimpFileSelection -> GimpFileEntry, cleanup.
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * sk.po: reverted the last change since the new version had fatal errors and appeared truncated.
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpfileselection.[ch]: removed... * libgimpwidgets/gimpfileentry.[ch]: ...and added under a new name. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimppatheditor.[ch] * app/widgets/gimppropwidgets.c * plug-ins/script-fu/script-fu-scripts.c: changed accordingly. * libgimp/gimpcompat.h: added compat #defines. 2003-11-21 Michael Natterer <mitch@gimp.org> * libgimpwidgets/tmpl/gimpfileselection.sgml: removed. * libgimpwidgets/tmpl/gimpfileentry.sgml: added. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpdialog.sgml * libgimpwidgets/tmpl/gimppatheditor.sgml: updated.
-
Stanislav Visnovsky authored
2003-11-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation by Zdenko Podobny.
-
Stanislav Visnovsky authored
2003-11-21 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
-
Sven Neumann authored
2003-11-21 Sven Neumann <sven@gimp.org> * configure.in: added a check for little cms. * modules/Makefile.am * modules/cdisplay_proof.c: added a color proof display filter module contributed by Banlu Kemiyatorn <id@project-ile.net>.
-
Michael Natterer authored
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.c: added #defines for the data keys used for g_object_set_data() and _get_data().
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpdialog.c: added a "role" property. * app/widgets/gimptexteditor.c * app/widgets/gimpviewabledialog.c: use it instead of calling gtk_window_set_role().
-
Michael Natterer authored
2003-11-21 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-ins.c (plug_ins_help_domains): argh, need to assign strings to (*array_retloc[i]), not just *array_retloc[i]. Fixes passing of the list of help domains to the help browser.
-