- 06 Mar, 2002 5 commits
-
-
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 11 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.
-
Sven Neumann authored
2002-03-02 Sven Neumann <sven@gimp.org> * app/core/gimptoolinfo.c * app/widgets/gimptoolinfopreview.c: allow RGB previews and do proper blending for RGBA. This is wasted effort since we will change the GimpPreview system anyway, but I couldn't stand the awful look any longer. * app/display/gimpdisplayshell.c * app/gui/file-save-dialog.c: added linebreaks to messages.
-
- 01 Mar, 2002 1 commit
-
-
Michael Natterer authored
2002-03-01 Michael Natterer <mitch@gimp.org> * themes/Default/images/preferences/Makefile.am * themes/Default/images/preferences/folders-brushes.png * themes/Default/images/preferences/folders-gradients.png * themes/Default/images/preferences/folders-palettes.png * themes/Default/images/preferences/folders-patterns.png * themes/Default/images/preferences/folders-plug-ins.png: some new icons made from Jimmac's new tool icons and Tigert's abstract palette icon. * themes/Default/images/preferences/folders.xcf.gz: all folders icons as layered image. * app/gui/preferences-dialog.c: use them.
-
- 28 Feb, 2002 7 commits
-
-
Michael Natterer authored
2002-02-28 Michael Natterer <mitch@gimp.org> * app/gui/preferences-dialog.c: put the title label & icon outside the notebook and exchange them when flipping pages. Pass an icon to the resolution_calibrate_dialog.
-
Michael Natterer authored
-
Michael Natterer authored
2002-02-28 Michael Natterer <mitch@gimp.org> * app/gimprc.[ch] * app/config/gimpguiconfig.[ch] * app/gui/toolbox.c: removed the "show_indicators" gimprc option. The toolbox layout will change and thus obsolete it anyway. * app/gui/Makefile.am * app/gui/input-dialog.[ch]: removed. * app/gui/dialogs-constructors.[ch] * app/gui/dialogs.c * app/gui/menus.c: changed accordingly. * app/gui/preferences-dialog.c: Added an "Input Devices" page and embed the input_dialog stuff there. Put "Display" and "Monitor" under "Interface". Removed the "Session" page. Lots of cleanup and reordering of options. Please comment... * themes/Default/images/preferences/Makefile.am * themes/Default/images/preferences/input-devices.png: new icon. * themes/Default/images/preferences/session.png: removed.
-
Sven Neumann authored
2002-02-28 Sven Neumann <sven@gimp.org> * app/gui/resolution-calibrate-dialog.[ch]: take an optional pixbuf as eye-candy. * app/gui/preferences-dialog.c * app/gui/user-install-dialog.c: changed accordingly.
-
Michael Natterer authored
2002-02-28 Michael Natterer <mitch@gimp.org> Sven Naumann <sven@gimp.org> * configure.in * themes/Default/images/Makefile.am * themes/Default/images/preferences/Makefile.am: new directory for themeable preferences icons. * themes/Default/images/preferences/default-comment.png * themes/Default/images/preferences/display.png * themes/Default/images/preferences/environment.png * themes/Default/images/preferences/folders.png * themes/Default/images/preferences/help-system.png * themes/Default/images/preferences/image-windows.png * themes/Default/images/preferences/interface.png * themes/Default/images/preferences/monitor.png * themes/Default/images/preferences/new-image.png * themes/Default/images/preferences/session.png * themes/Default/images/preferences/tool-options.png: added some GPL icons from Jimmac's site (http://jimmac.musichall.cz/). * app/gui/gui.[ch]: added gui_themes_get_theme_dir() so we can find icons which are loaded on demand. * app/gui/preferences-dialog.c: added the icons to the tree and the notebook page headers. Cleaned up and reduced the code a lot by adding utility functions prefs_table_new() and prefs_check_button_new(). * app/display/gimpdisplayshell.c * app/display/gimpdisplayshell-callbacks.[ch]: added a "Default" menu entry to the display's color button context menu so we can reset the padding color to the theme's bg color.
-
Sven Neumann authored
-
Stanislav Visnovsky authored
2002-02-28 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation from Zdenko Podobny <zdpo@mailbox.sk>.
-
- 27 Feb, 2002 3 commits
-
-
Michael Natterer authored
2002-02-27 Michael Natterer <mitch@gimp.org> * themes/Default/images/stock-button-stroke.png * themes/Default/images/stock-button-to-path.png * themes/Default/images/stock-button-to-selection.png: removed. * themes/Default/images/stock-button-path-stroke.png * themes/Default/images/stock-button-selection-stroke.png * themes/Default/images/stock-button-selection-to-path.png: new ones. * themes/Default/Makefile.am * themes/Default/images/Makefile.am * libgimpwidgets/gimpstock.[ch]: changed accordingly. * themes/Default/images/stock-button-selection-add.png * themes/Default/images/stock-button-selection-intersect.png * themes/Default/images/stock-button-selection-replace.png * themes/Default/images/stock-button-selection-subtract.png: cropped. * themes/Default/images/tools/stock-tool-button-brightness-contrast.png: a nicer one from Ville Pätsi. * app/gui/menus.c * app/widgets/gimpvectorslistview.c: use the new stock items. * app/gui/dialogs-commands.c: create the new paths dialog, not the old one in dialogs_lc_cmd_callback(). * app/gui/vectors-commands.c: some more s/Vectors/Path/ in user-visible strings. * app/app_procs.c: some test code for the filename -> uri migration.
-
Sven Neumann authored
-
Sven Neumann authored
2002-02-27 Sven Neumann <sven@gimp.org> * de.po: merged all existant translations from gimp_tips.de.txt. Sorry, you need the very latest intltool from CVS to be correctly extract and merge messages. * gimp_tips.de.txt: removed.
-