- 04 Nov, 2002 4 commits
-
-
Michael Natterer authored
2002-11-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdock.c (gimp_dock_class_init): connect book_removed()'s default implementation correctly so dock auto destruction on last dockbook removal works again.
-
Sven Neumann authored
2002-11-04 Sven Neumann <sven@gimp.org> * plug-ins/print/gimp_color_window.c: use stock buttons.
-
Michael Natterer authored
2002-11-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimppreview.[ch]: removed idle rendering and render the preview on "expose" if needed. Renamed gimp_preview_render() to gimp_preview_update(). Cleanup. * app/widgets/gimpimagefilepreview.c * app/widgets/gimpselectioneditor.[ch] * app/widgets/gimptoolinfopreview.c: changed accordingly.
-
Garry R. Osgood authored
* configure.in: GIMP_ENABLE_MMX => 0, disabling symbol * app/paint-funcs/paint-funcs-mmx.h: disabled *_mmx() functions *app/paint-funcs/paint-funcs.c: disabled update of layer_mode_funcs table
-
- 02 Nov, 2002 3 commits
-
-
Christian Rose authored
2002-11-02 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2002-11-02 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorarea.[ch]: simplified the code and improved the performance by getting rid of the idle function. Simply rerender the buffer on expose if necessary.
-
Sven Neumann authored
2002-11-02 Sven Neumann <sven@gimp.org> * app/display/gimpprogress.c (gimp_progress_update): force an update of the progress bar (#97459, reported by Akkana).
-
- 01 Nov, 2002 9 commits
-
-
Ole Laursen authored
2002-11-01 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
Michael Natterer authored
2002-11-01 Michael Natterer <mitch@gimp.org> * app/gui/file-open-dialog.[ch]: added "gimage" and "uri" parameters to file_open_dialog_show(). If an image is passed, go to that image's directory, for an uri, preselect the file. Fixes bug #96779. * app/gui/menus.c: pass "action" to file_open_cmd_callback() so we can distinguish if it was invoked from the toolbox or an image. * app/gui/file-commands.[ch]: if invoked from an image, pass it to file_open_dialog_show(). * app/widgets/gimpdocumentview.c: pass the selected document's uri to file_open_dialog_show(). * app/gui/file-save-dialog.c: use gimp_image_get_filename() instead of fiddling with the image's uri manually.
-
Michael Natterer authored
2002-11-01 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdataeditor.c * app/widgets/gimpimageview.c: changed some debugging output to say "TODO: ...".
-
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 6 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.
-