- 25 Jun, 2005 10 commits
-
-
Karine Delvare authored
2005-06-25 Karine Delvare <kdelvare@nerim.net> * AUTHORS * app/dialogs/authors.h: regenerated.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * app/widgets/gimpimagepropview.c (gimp_image_prop_view_update): use gimp_enum_get_value() to avoid string duplication.
-
Karine Delvare authored
2005-06-25 Karine Delvare <kdelvare@nerim.net> * authors.xml: added Akkana Peck to contributors and updated my last name. * po/fr.po: fixed typo.
-
Karine Delvare authored
2005-06-25 Karine Delvare <kdelvare@cvs.gimp.org> * plug-ins/FractalExplorer/FractalExplorer.c: activate fractal on double-click rather than select.
-
Kevin Cozens authored
2005-06-25 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/maze/maze_face.c: First step in changing the UI to match the layout suggested in bug #82591.
-
Marcel Telka authored
2005-06-25 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolordisplayeditor.c: shortened bold labels.
-
Manish Singh authored
2005-06-24 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/Makefile.am: drop the module suffix from the filename of the dynamic libraries.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c * modules/cdisplay_lcms.c: use italic text for info labels.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * app/widgets/gimpcolordisplayeditor.c: use a GtkVPaned.
-
- 24 Jun, 2005 22 commits
-
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * modules/cdisplay_lcms.c (cdisplay_lcms_configure): show the names of the color profiles that are used.
-
Tor Lillqvist authored
2005-06-24 Tor Lillqvist <tml@novell.com> * app/display/gimpcanvas.h: Add new GimpCanvasStyle value, GIMP_CANVAS_STYLE_XOR_DOTTED. * app/display/gimpcanvas.c (gimp_canvas_gc_new): Implement it like GIMP_CANVAS_STYLE_XOR_DASHED, except that we set the dash pattern to a single-pixel on-off one. * app/tools/gimpdrawtool.c (gimp_draw_tool_draw_boundary): Sort the boundary so that we can draw each connected group of segments using gimp_canvas_draw_lines(). (Even if we would still use gimp_canvas_draw_segments(), the boundary would have to be sorted so that the XOR drawing and GDK_CAP_NOT_LAST cooperate properly.) Use GIMP_CANVAS_STYLE_XOR_DOTTED so the outline doesn't look too heavy. Remove the dubious code snippet that offset some segments by one pixel. It didn't do what the comment claimed, and why one would need to do what the comment said, or what it actually did, is unclear. Now brush outlines shouldn't have gaps any longer. (#308710)
-
Manish Singh authored
2005-06-24 Manish Singh <yosh@gimp.org> * configure.in: define PYLINK_LIBS on Win32, since DLLs need to have all their symbols fully resolved at link time. * plug-ins/pygimp/Makefile.am: link python modules with PYLINK_LIBS.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpenumlabel.sgml * libgimpwidgets/tmpl/gimppropwidgets.sgml: added GimpEnumLabel.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: relabel the profile used for softproofing to "Print simulation profile". * libgimpconfig/gimpcolorconfig.c: improved blurb. * modules/cdisplay_lcms.c (cdisplay_lcms_configure): show filenames of profiles; will be replaced by real profile information.
-
Sven Neumann authored
2005-06-25 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpenumlabel.[ch]: added new widget GimpEnumLabel. * libgimpwidgets/gimppropwidgets.[ch]: added gimp_prop_enum_label_new(). * libgimpwidgets/gimpwidgets.def: updated. * modules/cdisplay_lcms.c (cdisplay_lcms_configure): started to add a view on the current color managment configuration.
-
Manish Singh authored
2005-06-24 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/Makefile.am: build all libraries with no-undefined. Ignore doc stuff for now, since it's ancient and needs to be massively revised. * configure.in: don't generate plug-ins/pygimp/doc/Makefile
-
Manish Singh authored
2005-06-24 Manish Singh <yosh@gimp.org> * acinclude.m4: split out into separate files... * m4macros/alsa.m4 * m4macros/gimpprint.m4 * m4macros/gtk-doc.m4 * m4macros/pythondev.m4: ... and put them here. * m4macros/Makefile.am: dist the above files.
-
Kevin Cozens authored
2005-06-24 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/text-circle.scm: Incorporated changes made by Daniel P. Stasinski in his text-circle3.scm script. Letters are now placed properly for both positive and negative fill angles. Last(?) fix for bug #144588.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * libgimpconfig/tmpl/gimpcolorconfig.sgml * libgimpwidgets/tmpl/gimpbrowser.sgml: regenerated.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: added a mnemonic. * libgimpwidgets/gimppropwidgets.c (gimp_prop_file_chooser_button_new): embed the button in an event-box if the param_spec provides a blurb to be used as a tooltip. * libgimpconfig/gimpcolorconfig.c: improved blurbs.
-
Kevin Cozens authored
2005-06-23 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/font-map.scm: Updated to fix problems related to change in handling of string arrays (see bug #168290). Fixes bug #308681.
-
Manish Singh authored
2005-06-24 Manish Singh <yosh@gimp.org> * libgimpcolor/gimpcolor.def: add gimp_rgba_parse_css
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * app/actions/image-actions.c * app/actions/layers-actions.c * app/dialogs/image-properties-dialog.c: use GTK_STOCK_PROPERTIES as stock icon for property menu items and dialogs.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * app/core/gimppdbprogress.[ch]: removed an incomplete and unused function.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * app/pdb/procedural_db.c (procedural_db_execute): if we end up without any return values, assume an execution error instead of crashing (bug #308904).
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * modules/cdisplay_lcms.c (cdisplay_lcms_get_display_profile): increased maximum property size, added debug output.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * modules/cdisplay_lcms.c: implement the configure method and tell the user where this module can be configured.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * plug-ins/common/png.c: some code cleanup, no real changes.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: added a check button to control the "display-profile-from-gdk" option. * modules/cdisplay_lcms.c (cdisplay_lcms_get_display_profile): fixed use of gdk_property_get(). Return NULL if no display profile can be obtained.
-
Sven Neumann authored
2005-06-24 Sven Neumann <sven@gimp.org> Added basic support for the proposed ICC Profiles In X Specification (http://burtonini.com/temp/xicc-specification-0.1.html). * libgimpconfig/gimpcolorconfig.[ch]: added a configuration option "display-profile-from-gdk", default to TRUE. * modules/cdisplay_lcms.c: try to retrieve the display color profile from the "_ICC_PROFILE" profile on the default screen's root window.
-
Akkana Peck authored
-
- 23 Jun, 2005 8 commits
-
-
Sven Neumann authored
-
Adam Weinberger authored
2005-06-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-06-23 Sven Neumann <sven@gimp.org> * app/actions/plug-in-actions.c (plug_in_actions_last_changed): call plug_in_actions_update() to update the sensitivity of the last used plug-in entries.
-
Sven Neumann authored
2005-06-23 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpintcombobox.c (gimp_int_combo_box_new_valist) (gimp_int_combo_box_new_array): no need to create a new list store; gimp_int_combo_box_init() already did that for us.
-
Sven Neumann authored
2005-06-23 Sven Neumann <sven@gimp.org> * plug-ins/common/grid.c: draw the intersection on top of the grid. Fixes bug #308754.
-
Sven Neumann authored
2005-06-23 Sven Neumann <sven@gimp.org> * plug-ins/common/shift.c: shift whole rows/columns, instead of tiles. Fixes bug #308748.
-
Sven Neumann authored
-
Sven Neumann authored
2005-06-23 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-console.c: removed redundant labels.
-