- 07 Mar, 2002 6 commits
-
-
Jakub Steiner authored
-
Christian Rose authored
2002-03-07 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation some more.
-
Duarte Loreto authored
2002-03-07 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Added Portuguese translation.
-
Duarte Loreto authored
2002-03-07 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Added Portuguese translation by Filipe Maia <fmaia@gmx.net>.
-
Duarte Loreto authored
2002-03-07 Duarte Loreto <happyguy_pt@hotmail.com> * gimp_tips.pt.txt: Added Portuguese translation.
-
Simon Budig authored
2002-03-07 Simon Budig <simon@gimp.org> * NEWS: updated.
-
- 06 Mar, 2002 11 commits
-
-
Sven Neumann authored
2002-03-06 Sven Neumann <sven@gimp.org> * INSTALL: mention libart2.
-
Jakub Steiner authored
-
Jakub Steiner authored
-
Simon Budig authored
2002-03-06 Simon Budig <simon@gimp.org> * configure.in * app/Makefile.am * app/core/Makefile.am: We depend on Libart now. * app/core/gimpscanconvert.c: Converted the Scan-Conversion to use libart. *Way* better results.
-
Sven Neumann authored
2002-03-06 Sven Neumann <sven@gimp.org> * app/core/gimpbrushpipe.c * app/core/gimppalette.c: message fixes.
-
Jakub Steiner authored
-
Jakub Steiner authored
-
Kjartan Maraas authored
2002-03-06 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokml) translation.
-
Vincent van Adrighem authored
2002-03-06 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po Copy-paste from gimp-1-2 branch.
-
Michael Natterer authored
2002-03-06 Michael Natterer <mitch@gimp.org> * themes/Default/images/preferences/folders-modules.png * themes/Default/images/preferences/folders-themes.png * themes/Default/images/preferences/folders-tool-plug-ins.png: Some more folder icons for the prefs. dialog. * themes/Default/images/preferences/Makefile.am * themes/Default/images/preferences/folders.xcf.gz: changed accordingly. * app/gui/preferences-dialog.c: use them. * themes/Default/Makefile.am * themes/Default/imagerc * libgimpwidgets/gimpstock.[ch]: removed GIMP_STOCK_PASTE. * themes/Default/gtkrc: override GTK_STOCK_PASTE with our icon instead. * app/gui/menus.c * app/widgets/gimpbufferview.c: s/GIMP_STOCK_PASTE/GTK_STOCK_PASTE/ * themes/Default/images/Makefile.am: install all icons of the default theme so the installed directory can be used as template.
-
Christian Rose authored
2002-03-06 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation some more.
-
- 05 Mar, 2002 5 commits
-
-
Michael Natterer authored
2002-03-05 Michael Natterer <mitch@gimp.org> * configure.in: mention gimp-remote in the error message if Xmu was not found. * plug-ins/webbrowser/Makefile.am * tools/Makefile.am: removed X_LIBS again because configure adds them to LIBXMU now.
-
Valek Frob authored
-
Michael Natterer authored
2002-03-05 Michael Natterer <mitch@gimp.org> * configure.in: Add X_LIBS to LDFLAGS while checking for Xmu because GTK_LIBS no longer adds them.
-
Christian Rose authored
2002-03-05 Christian Rose <menthos@menthos.com> * sv.po: Added Swedish translation.
-
Görkem Çetin authored
-
- 04 Mar, 2002 1 commit
-
-
Michael Natterer authored
2002-03-04 Michael Natterer <mitch@gimp.org> Forgot some gint opacity values: * app/core/gimplayer.[ch]: layer->opacity, gimp_layer_new(), gimp_layer_new_from_tiles() * app/core/gimpimage-projection.[ch]: gimp_image_projection_opacity() * app/core/gimpdrawable-transform.c * app/core/gimpedit.c * app/core/gimpimage-mask.c * app/core/gimpimage-merge.c * app/core/gimpimage-new.c * app/core/gimpimage.c * app/core/gimplayer-floating-sel.c * app/gui/layers-commands.c * app/tools/gimptexttool.c * app/widgets/gimplayerlistview.c * app/xcf/xcf-load.c * app/xcf/xcf-save.c * tools/pdbgen/pdb/layer.pdb: changed accordingly. * app/pdb/layer_cmds.c * libgimp/gimplayer_pdb.c: regenerated.
-
- 03 Mar, 2002 7 commits
-
-
Sven Neumann authored
2002-03-03 Sven Neumann <sven@gimp.org> * app/core/gimpimage-contiguous-region.c: some cleanup, removed unused parameters and code. * app/widgets/gimptoolinfopreview.c: fixed stupid bug I introduced yesterday.
-
Michael Natterer authored
2002-03-03 Michael Natterer <mitch@gimp.org> Use gdouble in a [0.0..1.0] range for opacity values in the whole core's API. Convert them using (opacity * 255.999) when passing them to base/ and paint-funcs/ Affected functions: * app/core/gimpchannel.[ch]: gimp_channel_[set|get]_opacity() * app/core/gimpimage.[ch]: gimp_image_[apply|replace]_image() * app/paint/gimppaintcore.[ch]: gimp_paint_core_[paste|replace]_canvas() * app/core/core-types.h: added defines GIMP_OPACITY_TRANSPARENT and GIMP_OPACITY_OPAQUE, just like the ones from paint-funcs/paint-funcs-types.h * app/gimprc.c * app/image_map.c * app/core/gimpcontext.c * app/core/gimpdrawable-blend.c * app/core/gimpdrawable-bucket-fill.c * app/core/gimpdrawable.c * app/core/gimpedit.c * app/core/gimplayer.c * app/core/gimplayer-floating-sel.c * app/core/gimppalette.c * app/paint/gimpairbrush.c * app/paint/gimpclone.c * app/paint/gimpconvolve.c * app/paint/gimpdodgeburn.c * app/paint/gimperaser.c * app/paint/gimppaintbrush.c * app/paint/gimpsmudge.c * app/tools/gimpinktool.c * app/widgets/gimpcolorpanel.c * app/widgets/gimplayerlistitem.c * app/widgets/gimppreview.c * app/xcf/xcf-load.c: changed accordingly, use the new constants.
-
Sven Neumann authored
2002-03-03 Sven Neumann <sven@gimp.org> * plug-ins/webbrowser/Makefile.am * tools/Makefile.am: GTK_LIBS no longer pulls in X_LIBS for us, so we need to add X_LIBS here.
-
Sven Neumann authored
-
Sven Neumann authored
2002-03-03 Sven Neumann <sven@gimp.org> * update.sh: test for intltool >= 0.17
-
Ole Laursen authored
2002-03-03 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
Michael Natterer authored
2002-03-03 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-mask-select.[ch]: changed gimp_image_mask_select_channel() to not take "drawable" and "sample_merged" parameters (which are silly in some contexts) but simply the offsets of the passed channel. * app/gui/channels-commands.c * app/tools/gimpbezierselecttool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimpiscissorstool.c: changed accordingly. * app/tools/gimpdrawtool.[ch]: chaged gimp_draw_tool_draw_lines() and _draw_strokes() to take an additional "use_offsets" parameter like the other drawing functions. * app/path_curves.c * app/tools/gimpvectortool.c: changed accordingly. * app/paint/gimppaintcore.c: removed #if 0'ed code which was identical to other functions. * app/tools/gimpselectiontool.c: use the GimpEditSelectionTool's "arrow_key_func" so it's now possible to keyboad-move the current layer and selection with all selection tool. Needs some more tweaking... * app/tools/gimpiscissorstool.[ch] * app/tools/gimpvectortool.[ch]: derive them from GimpSelectionTool to make the modifier key <-> tool options interaction work. Ported IScissors to the new way the draw_tool works.
-
- 02 Mar, 2002 10 commits
-
-
Sven Neumann authored
2002-03-02 Sven Neumann <sven@gimp.org> * autogen.sh: require intltool-0.17. * configure.in: require latest glib, pango and gtk+. Bail out if libtiff, libjpeg or libpng is not found. You now need to explicitly disable TIFF, JPEG and PNG support. * HACKING * INSTALL * NEWS * README: udpated. * data/misc/Makefile.am: fixed dependencies.
-
Sven Neumann authored
* update.sh: latest intltool changes allow me to simplify the script even further.
-
Sven Neumann authored
2002-03-02 Sven Neumann <sven@gimp.org> * Makefile.am: removed gimp_tips.de.txt here too. * de.po: updated german translation.
-
Ole Laursen authored
-
Ole Laursen authored
2002-03-02 Ole Laursen <olau@hardworking.dk> * da.po: Added Danish translation from gimp_tips.da.txt from gimp-1-2 branch and converted it to UTF-8.
-
Ole Laursen authored
2002-03-02 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation from gimp 1-2 branch and converted it to UTF-8.
-
Ole Laursen authored
2002-03-02 Ole Laursen <olau@hardworking.dk> * ChangeLog: Corrected a wrong entry.
-
Ole Laursen authored
2002-03-02 Ole Laursen <olau@hardworking.dk> * ny.po: Updated Danish translation from gimp-1-2 branch and converted to UTF-8.
-
Ole Laursen authored
2002-03-02 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation from gimp-1-2 branc and converted it to UTF-8.
-
Ole Laursen authored
2002-03-02 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation from gimp-1-2 branch and converted it to UTF-8.
-