- 01 Nov, 2002 6 commits
-
-
Michael Natterer authored
2002-11-01 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: improved preformance by rendering the buffer only when needed for an expose instead of after each color/channel change.
-
Michael Natterer authored
2002-11-01 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscale.c (gimp_color_scale_render): no need to assign "d = buf" twice.
-
Sven Neumann authored
2002-11-01 Sven Neumann <sven@gimp.org> * themes/Default/images/stock-reset-16.png: Reset icon from Jakub Steiner <jimmac@ximian.com>.
-
Michael Natterer authored
2002-11-01 Michael Natterer <mitch@gimp.org> * libgimpcolor/tmpl/gimpcolorspace.sgml: updated.
-
Michael Natterer authored
2002-11-01 Michael Natterer <mitch@gimp.org> * libgimpcolor/gimpcolorspace.h (gimp_rgb_to_hsv4): "rgb" and "hsv" parameters were swapped in the header. All users however used the function as implemented, not as documented.
-
Christian Rose authored
2002-11-01 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 31 Oct, 2002 8 commits
-
-
Sven Neumann authored
2002-11-01 Sven Neumann <sven@gimp.org> * configure.in: bumped version number to 1.3.10. * app/tools/gimpfliptool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimpmovetool.c * app/tools/gimppathtool.c * app/tools/gimpperspectivetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c * app/tools/gimptexttool.c * app/tools/gimpvectortool.c: use shorter strings for the dockable tabs.
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * app/gui/color-notebook.c: make the dialog a "normal" window if it is created w/o an action area (#97364). * plug-ins/Lighting/lighting_preview.c: removed use of deprecated GDK functions.
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c * plug-ins/common/sel_gauss.c: applied a patch from Guillermo S. Romero that extends the range of valid radii to > 0.0 for these blur plug-ins (#97166).
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * app/gui/dialogs-constructors.c: don't add "Options" to the tools name when setting the dockbook tab label.
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * app/gui/color-notebook.c: removed the white and black color buttons since white and black are trivial to select anyway.
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: removed rgb and hsv parameters from gimp_color_scale_new(). * libgimpwidgets/gimpwidgets.c: changed accordingly.
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.c: made inverted and flippable work correctly.
-
Sven Neumann authored
2002-10-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.c: added the missing bits for channel == GIMP_COLOR_SELECTOR_ALPHA and for vertical orientation.
-
- 30 Oct, 2002 10 commits
-
-
Sven Neumann authored
2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am: install gimpcolorscale.h. * libgimpwidgets/gimpcolorscale.c: changed the sliders to black and white arrows.
-
Michael Natterer authored
2002-10-30 Michael Natterer <mitch@gimp.org> * app/core/gimpdata.[ch] (gimp_data_delete_from_disk): don't g_message() on error but return a GError. * app/widgets/gimpdatafactoryview.c: show the message here.
-
Michael Natterer authored
2002-10-30 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdevices.c: don't #include "core/gimpbrush.h"
-
Michael Natterer authored
2002-10-30 Michael Natterer <mitch@gimp.org> * app/core/gimpbrush.[ch]: cosmetic cleanup.
-
Michael Natterer authored
2002-10-30 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscale.c: fixed rendering for partial expose events. * libgimpwidgets/gimpwidgets.[ch]: added gimp_color_scale_entry_new(). * libgimpwidgets/gimpcolorscales.c: use the color scales.
-
Sven Neumann authored
2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorselect.c: use a mnemonic that doesn't collide with the rest of the dialog. * modules/Makefile.am * modules/colorsel_gtk.c: removed the GTK color selector module. * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/colorsel_triangle.c * modules/colorsel_water.c: translate in the gimp14-libgimp domain.
-
Michael Natterer authored
2002-10-30 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolornotebook.c: create the notebook labels with mnemonics. * libgimpwidgets/gimpcolorselect.c * modules/colorsel_triangle.c * modules/colorsel_water.c: added mnemonics to the tab strings. * libgimpwidgets/gimpcolorscale.c: looks finished now. * libgimpwidgets/gimpcolorscales.c: tie the test color scale to the right channel adjustment and update its color and channel accordingly. Added mnemonics for the channels.
-
Wang Jian authored
-
Sven Neumann authored
2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: derive it from GtkScale, override the expose method and draw something there. Work in progress... * libgimpwidgets/gimpcolorscales.c: added a GimpColorScale widget for testing.
-
Sven Neumann authored
2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: derive it from GtkScale.
-
- 29 Oct, 2002 11 commits
-
-
Michael Natterer authored
2002-10-30 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: added some API and stuff. Still does nothing.
-
Sven Neumann authored
2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorarea.[ch]: cosmetics. 2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/tmpl/gimpcolorscale.sgml: added GimpColorScale. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcolorarea.sgml: updated.
-
Sven Neumann authored
-
Sven Neumann authored
2002-10-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscale.[ch]: new files, basic framework for a new widget, does nothing yet. * Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h: changed accordingly.
-
Sven Neumann authored
2002-10-29 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscales.c: removed the hashmark from the hex entry.
-
Michael Natterer authored
2002-10-29 Michael Natterer <mitch@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpcolornotebook.sgml: updated.
-
Michael Natterer authored
2002-10-29 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolornotebook.[ch]: made the color notebook a GimpColorSelector subclass so they have the same API. * app/gui/color-notebook.c: changed accordingly.
-
Sven Neumann authored
2002-10-29 Sven Neumann <sven@gimp.org> * libgimpmodule/gimpmodule.c * libgimpwidgets/gimpcolorscales.c * libgimpwidgets/gimpcolorselect.c: include libgimp-intl.h, not gimpintl.h since this is in the gimp14-libgimp translation domain. * libgimpmodule/gimpmoduledb.c * libgimptool/gimptool.c: no need to include intl.h from here, there are no translatable message.
-
Manish Singh authored
2002-10-29 Manish Singh <yosh@gimp.org> * gimptool-1.3.in: strip paths from the plug-in filename for installation (fixes #97111).
-
Sven Neumann authored
2002-10-29 Sven Neumann <sven@gimp.org> * app/tools/Makefile.am * app/tools/tools-enums.c: removed this file which was moved to libgimptool in March.
-
Christian Rose authored
2002-10-29 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 28 Oct, 2002 3 commits
-
-
Michael Natterer authored
2002-10-28 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscales.[ch]: the color scales from the main color selection as GimpColorSelector subclass. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetsmarshal.list * libgimpwidgets/gimpwidgetstypes.h: changed accordingly. * libgimpwidgets/gimpcolornotebook.c: skip it when iterating the GimpColorSelector subclasses. * libgimpwidgets/gimpcolorselector.[ch]: added virtual function set_has_alpha() amd signal "channel_changed". Put RGB, HSV and channel values into to the GimpColorSelector struct where they are available for subclasses. * libgimpwidgets/gimpcolorselect.[ch] * modules/colorsel_triangle.c * modules/colorsel_water.c: changed accordingly, cleanup. * app/gui/color-notebook.[ch]: use the new GimpColorScales widget, lots of cleanup. 2002-10-28 Michael Natterer <mitch@gimp.org> * libgimpwidgets/tmpl/gimpcolorscales.sgml: added GimpColorScales. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcolorselect.sgml * libgimpwidgets/tmpl/gimpcolorselector.sgml; updated.
-
Michael Natterer authored
2002-10-28 Michael Natterer <mitch@gimp.org> * plug-ins/common/unsharp.c: reordered action buttons.
-
Michael Natterer authored
2002-10-28 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolornotebook.[ch]: the notebook as known from the main color selection as new widget. * libgimpwidgets/Makefile.am * libgimpwidgets/gimpcolorselector.h * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetstypes.h: changed accordingly. * app/gui/color-notebook.c: use the new widget. 2002-10-28 Michael Natterer <mitch@gimp.org> * libgimpwidgets/tmpl/gimpcolornotebook.sgml: added GimpColorNotebook. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types * libgimpwidgets/tmpl/gimpcolordisplay.sgml: updated.
-
- 25 Oct, 2002 2 commits
-
-
Michael Natterer authored
2002-10-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdock.[ch]: added "book_added" and "book_removed" signals. Removed the "destroy_if_empty" flag and destroy empty docks in book_removed's default implementation. * app/widgets/gimptoolbox.c: implement "dock_added" and "dock_removed" and set the window to freely resizable vertically if it contains dockbooks, and to the current behaviour of snapping to multiples of tool_button height otherwise. Fixes bug #93309. * app/widgets/gimpimagedock.c: changed accordingly.
-
Stanislav Brabec authored
2002-10-25 Stanislav Brabec <sbrabec@suse.cz> * cs.po: Updated Czech translation from Michal Bukovjan <bukm@centrum.cz>.
-