- 17 Nov, 2002 4 commits
-
-
Michael Natterer authored
2002-11-17 Michael Natterer <mitch@gimp.org> * app/core/gimpcontext.c (gimp_context_set_default_colors, gimp_context_swap_colors): g_return_if_fail() earlier to clarify things (There was a bug in 1.2 which was fixed only accidentially in HEAD).
-
Michael Natterer authored
2002-11-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdnd.h: added GTK_TARGET_SAME_APP flag to GIMP_TARGET_BUFFER.
-
Michael Natterer authored
2002-11-17 Michael Natterer <mitch@gimp.org> * app/gui/color-notebook.c (color_notebook_new_internal): removed the non-dialog variant (all color notebooks have "Cancel" and "OK" buttons again). We have the color dockable which can be always open now and don't need this hack any more.
-
Ole Laursen authored
2002-11-17 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
- 16 Nov, 2002 1 commit
-
-
Manish Sing authored
2002-11-16 Manish Sing <yosh@gimp.org> * app/plug-in/plug-in.c: use g_spawn_async now. If the OS/2 port is still being maintained, there needs to be work done Glib side. If not, we should probably drop the other support code. * app/plug-in/plug-in.h: remove unused Win32 only structure members
-
- 15 Nov, 2002 1 commit
-
-
Jan Moren authored
2002-11-10 Jan Moren <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
- 14 Nov, 2002 2 commits
-
-
Michael Natterer authored
2002-11-14 Michael Natterer <mitch@gimp.org> Transform tool cleanup: * libgimptool/gimptoolenums.[ch]: removed the TransformState enum. * app/tools/gimptransformtool.[ch]: don't dispatch everything through the transform() virtual function. Added new vitrual functions dialog(), prepare(), motion() and recalc(). Do only the actual transform in transform(). Moved lots of logic which was duplicated in each subclass' transform() here. Cleanup. * app/tools/gimpfliptool.c * app/tools/gimpperspectivetool.c * app/tools/gimprotatetool.c * app/tools/gimpscaletool.c * app/tools/gimpsheartool.c: changed accordingly: moved code from transform() to the other method imlementations. Removed duplicated logic which is now done by our parent class. Makes everything smaller and more readable. InfoDialog cleanup: * app/gui/info-dialog.c: removed the "delete_event" callback so InfoDialog users can decide themselves what to do. * app/gui/info-window.c * app/tools/gimpmeasuretool.c: changed accordingly. * app/tools/gimpcolorpickertool.c: ditto. Moved info_dialog creation to a utility function to improve code readbility. * app/tools/gimpcroptool.c: ditto. Added a "Cancel" button which really cancels the tool instead of just hiding the dialog. * app/tools/gimptransformtool.c: added a "Cancel" button here too.
-
Michael Natterer authored
2002-11-14 Michael Natterer <mitch@gimp.org> * app/gui/tools-commands.c (tools_select_cmd_callback): removed the old hack which sets tool->gdisp. Fixes bug #98056. * app/tools/gimpimagemaptool.c (gimp_image_map_tool_initialize): set tool->gdisp here because the hack was there for tools which implement initialize() and show dialogs when selected from the menu. Also fixed wrong paramater to gimp_viewable_dialog_new().
-
- 13 Nov, 2002 1 commit
-
-
Michal Bukovjan authored
-
- 12 Nov, 2002 4 commits
-
-
Christian Rose authored
2002-11-12 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2002-11-12 Sven Neumann <sven@gimp.org> * app/paint/gimppaintcore.c: check for NULL masks returned from the brush scaler. Should fix crashes with buggy input devices. Fix suggested by Jim Meyer <jim@dsdd.org> (#91067).
-
Michael Natterer authored
2002-11-12 Michael Natterer <mitch@gimp.org> * app/gui/menus.c: use GTK_STOCK_REMOVE for "<Dialogs>/Remove Tab".
-
Manish Singh authored
2002-11-11 Manish Singh <yosh@gimp.org> * autogen.sh: don't say "Now type 'make'" if configure failed. * app/core/Makefile.am * app/core/core-types.h * app/core/gimpenvirontable.[ch]: Implemented GimpEnvironTable, keeps an envp array built from system environment and *.env files. * app/core/gimp.[ch]: keep a GimpEnvironTable around. * app/gimprc.c * app/config/gimpcoreconfig.[ch] * app/core/gimpcoreconfig.h * app/gui/preferences-dialog.c * app/gui/user-install-dialog.c: environ-path config stuff * themes/Default/images/preferences/Makefile.am * themes/Default/images/preferences/folder-environ.png: just copied folder.png here, need a better one. * app/plug-in/plug-in.c: quick hack to use the envp in the GimpEnvironTable. Only on unix now, should really port the code to use g_spawn_*. * data/misc/user_install * etc/gimprc.in: add environ-path stuff * data/environ/Makefile: creates system environ directory. * data/environ/default.env: sample env file info. * data/Makefile.am * configure.in: added data/environ dir * plug-ins/pygimp/Makefile.am: python module files get put in $(gimpplugindir)/python now, install pygimp.env to point to it. * plug-ins/pygimp/doc/Makefile.am: minor clean up.
-
- 11 Nov, 2002 1 commit
-
-
Manish Singh authored
-
- 10 Nov, 2002 6 commits
-
-
Sven Neumann authored
2002-11-10 Sven Neumann <sven@gimp.org> * de.po: updated german translation.
-
Jan Moren authored
2002-11-10 Jan Moren <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Daniel Yacob authored
-
Daniel Yacob authored
-
Daniel Yacob authored
-
Manish Singh authored
2002-11-09 Manish Singh <yosh@gimp.org> * plug-ins/common/png.c: allow setting compression level 0 from the UI.
-
- 09 Nov, 2002 8 commits
-
-
Michael Natterer authored
2002-11-10 Michael Natterer <mitch@gimp.org> * app/core/gimpdrawable-transform.c (gimp_drawable_transform_paste): the transformed tile_manager has always an alpha channel, so use gimp_drawable_type_with_alpha() when creating a layer from it using gimp_layer_new_from_tiles(). Fixes bug #98053.
-
Manish Singh authored
2002-11-09 Manish Singh <yosh@gimp.org> * app/widgets/gimppreview.[ch]: use a low priority idle handler to queue redraws, since we really want updates when nothing else is going on.
-
Jan Morén authored
2002-11-09 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2002-11-09 Sven Neumann <sven@gimp.org> * app/widgets/gimpselectioneditor.c * app/widgets/gimpvectorslistview.c: don't undefine GTK_DISABLE_DEPRECATED here, since these files don't use any deprecated functions.
-
Jan Morén authored
-
Jan Morén authored
Updated Swedish translation.
-
Maurits Rijk authored
-
Sven Neumann authored
-
- 08 Nov, 2002 3 commits
-
-
Maurits Rijk authored
"Search Depth") and some minor code clean-up.
-
Sven Neumann authored
2002-11-08 Sven Neumann <sven@gimp.org> * plug-ins/Makefile.am (EXTRA_DIST): added missing file (#98034).
-
Sven Neumann authored
2002-11-08 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-scripts.c * plug-ins/script-fu/interp_slib.c * plug-ins/script-fu/interp_sliba.c: use locale-independant functions to convert between strings and numbers so that Script-Fu doesn't get confused in locales that don't use a dot as the decimal point (#98014). * plug-ins/common/papertile.c: applied a patch from David Necas that makes the color button work again (#97976).
-
- 07 Nov, 2002 8 commits
-
-
David Neary authored
Formatting change to Changelog - keeping Sven happy :)
-
Dave Neary authored
2002-11-07 Dave Neary <bolsh@gimp.org> * plug-ins/common/xbm.c: Applied patch from Raphael Quinet to suppress printing of comments in XBM files. Closes bug #82763.
-
Sven Neumann authored
-
David Neary authored
-
Sven Neumann authored
2002-11-07 Sven Neumann <sven@gimp.org> * Makefile.am: removed mydistcheck hook. * app/base/Makefile.am * app/paint-funcs/Makefile.am: removed automake-1.4 and 1.5 specific stuff; made it work correctly for srcdir != builddir. * tools/pdbgen/Makefile.am: do not to write into the source tree. 2002-11-07 Sven Neumann <sven@gimp.org> * libgimp/Makefile.am * libgimpbase/Makefile.am * libgimpcolor/Makefile.am * libgimpmath/Makefile.am * libgimpmodule/Makefile.am * libgimpwidgets/Makefile.am: added uninstall hooks.
-
Christian Rose authored
2002-11-07 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2002-11-07 Sven Neumann <sven@gimp.org> * de.po: updated german translation.
-
Sven Neumann authored
2002-11-07 Sven Neumann <sven@gimp.org> * app/widgets/gimpbrushpreview.c (gimp_brush_preview_render_timeout_func): fixed a bug spotted by Jim Meyer (#97911) and added a missing call to gtk_widget_queue_draw().
-
- 06 Nov, 2002 1 commit
-
-
Sven Neumann authored
2002-11-07 Sven Neumann <sven@gimp.org> * HACKING: mention the automake-1.6 requirement.
-