- 05 Jan, 2003 5 commits
-
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * POTFILES.in: added libgimpwidgets/gimpmemsizeentry.c.
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpmemsizeentry.[ch]: made GimpMemsizeEntry a widget which doesn't use a GtkAdjustment to store the value. The latter caused problems on 64bit machines since a gdouble doesn't provide enough precision for G_MAXULONG. * libgimpwidgets/gimpwidgets.[ch] * libgimpwidgets/gimpwidgetstypes.h * app/widgets/gimppropwidgets.c: changed accordingly.
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * app/core/gimpimage-merge.c (gimp_image_merge_layers): redid the fix for bug #101036. Instead of temporarily changing the layer mode, just use a different mode for combine_regions().
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * app/gui/qmask-commands.c (qmask_channel_query): don't free the options structure twice (fixes bug #102515).
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * app/widgets/gimppropwidgets.c: (gimp_prop_enum_option_menu_new): pass NULL, not 0 to fix compilation on Alpha (bug #102514).
-
- 04 Jan, 2003 3 commits
-
-
Ole Laursen authored
2003-01-04 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
-
Sven Neumann authored
2003-01-04 Sven Neumann <sven@gimp.org> * app/widgets/gimpbrushfactoryview.c * app/widgets/gimpcontainereditor.c * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainerlistview.c * app/widgets/gimpcontainermenuimpl.c * app/widgets/gimpcontainerview.c * app/widgets/gimpdatafactoryview.c * app/widgets/gimpitemlistview.c: check preview sizes to be smaller than GIMP_PREVIEW_MAX_SIZE instead of using a hardcoded and much too small value of 64. * app/widgets/gimpdialogfactory.c: check that the preview size is in range of the GimpPreviewSize enum when parsing the sessionrc.
-
Sven Neumann authored
2003-01-04 Sven Neumann <sven@gimp.org> * app/base/tile-swap.c (tile_swap_find_offset): use off_t to return the offset. Finally allows to handle swap files larger than 2 GB (fixes bug #74478).
-
- 03 Jan, 2003 9 commits
-
-
Kjartan Maraas authored
2003-01-04 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmal) translation.
-
Kjartan Maraas authored
2003-01-03 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmal) translation.
-
Christian Rose authored
2003-01-03 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
Sven Neumann authored
2003-01-03 Sven Neumann <sven@gimp.org> * configure.in: bumped the version number to 1.3.12. * app/display/Makefile.am * app/display/gimpdisplayshell-cursor.[ch] * app/display/gimpdisplayshell-title.[ch] * app/display/gimpdisplayshell-transform.[ch]: new files with code that used to live in gimpdisplayshell.c. * app/display/gimpdisplay-foreach.c * app/display/gimpdisplay.c * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell-handlers.c * app/display/gimpdisplayshell-selection.c * app/display/gimpdisplayshell.[ch] * app/tools/gimpbezierselecttool.c * app/tools/gimpcroptool.c * app/tools/gimpdrawtool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimpmovetool.c * app/tools/gimptool.c: changed accordingly.
-
Michael Natterer authored
2003-01-03 Michael Natterer <mitch@gimp.org> * app/tools/tool_manager.c (tool_manager_image_undo_start): don't HALT the active tool if it is in "preserve" mode. Fixes crashes when e.g. the transform tool was pushing an undo group and implicitly HALTing itself in the middle of the transform operation.
-
Michael Natterer authored
2003-01-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdialogfactory.c * app/widgets/gimptoolbox.c: convince more window managers to actually use the specified window positions/sizes by adding GDK_HINT_USER_POS and GDK_HINT_USER_SIZE to the windows' geometry hints.
-
Michael Natterer authored
2003-01-03 Michael Natterer <mitch@gimp.org> * app/tools/gimptoolcontrol.c (gimp_tool_control_halt): don't set paused_count to 0. * app/tools/gimpblendtool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpfreeselecttool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimppainttool.c * app/tools/gimppathtool.c * app/tools/gimprectselecttool.c * app/tools/gimptexttool.c * app/tools/gimptool.c * app/tools/gimptransformtool.c * app/tools/gimpvectortool.c * app/tools/tool_manager.c: removed comments about doing so.
-
Jan Morén authored
2003-01-03 Jan Morén <jan.moren@lucs.lu.se> * sv.po: Updated Swedish translation.
-
Michael Natterer authored
2003-01-03 Michael Natterer <mitch@gimp.org> * app/tools/gimptoolcontrol.c (gimp_tool_control_halt): don't set paused_count to 0. * app/tools/gimpblendtool.c * app/tools/gimpbucketfilltool.c * app/tools/gimpbycolorselecttool.c * app/tools/gimpcolorpickertool.c * app/tools/gimpcroptool.c * app/tools/gimpeditselectiontool.c * app/tools/gimpfreeselecttool.c * app/tools/gimpfuzzyselecttool.c * app/tools/gimpinktool.c * app/tools/gimpiscissorstool.c * app/tools/gimpmagnifytool.c * app/tools/gimpmeasuretool.c * app/tools/gimpmovetool.c * app/tools/gimppainttool.c * app/tools/gimppathtool.c * app/tools/gimprectselecttool.c * app/tools/gimptexttool.c * app/tools/gimptool.c * app/tools/gimptransformtool.c * app/tools/gimpvectortool.c * app/tools/tool_manager.c: removed comments about doing so.
-
- 02 Jan, 2003 9 commits
-
-
Manish Singh authored
2003-01-02 Manish Singh <yosh@gimp.org> * app/base/base.c (base_init): terminate g_object_set args with NULL.
-
Michael Natterer authored
2003-01-02 Michael Natterer <mitch@gimp.org> * libgimpmodule/libgimpmodule-sections.txt * libgimpmodule/tmpl/gimpmodule.sgml * libgimpmodule/tmpl/gimpmoduledb.sgml: updated. Documented enums and structs. Fixes bug #5746.
-
Michael Natterer authored
2003-01-02 Michael Natterer <mitch@gimp.org> * libgimpmodule/gimpmodule.[ch] * libgimpmodule/gimpmoduledb.[ch]: added API docs, removed cruft. Fixes bug #5746.
-
Maurits Rijk authored
-
Michael Natterer authored
2003-01-02 Michael Natterer <mitch@gimp.org> * libgimpmodule/tmpl/gimpmodule.sgml: regenerated, removed some old cruft.
-
Michael Natterer authored
2003-01-02 Michael Natterer <mitch@gimp.org> * libgimpmodule/gimpmodule.[ch]: added GIMP_MODULE_ABI_VERSION define and a "guint32 abi_version" field to GimpModuleInfo. When querying a module, check if it was compiled against the same ABI version as the code loading it. Fixes bug #5744. * modules/cdisplay_colorblind.c * modules/cdisplay_gamma.c * modules/cdisplay_highcontrast.c * modules/colorsel_triangle.c * modules/colorsel_water.c: changed accordingly.
-
Sven Neumann authored
2003-01-02 Sven Neumann <sven@gimp.org> * app/widgets/gimpviewabledialog.c (gimp_viewable_dialog_close): just a small cleanup.
-
Michael Natterer authored
2003-01-02 Michael Natterer <mitch@gimp.org> Replaced Garry's fix for bug #98843 by a more general solution which stops the active tool when an undo group start is pushed: * app/core/gimpimage.[ch]: removed the "layer_merge" signal and added "undo_start" instead. * app/undo.c: emit "undo_start" in undo_push_group_start() _before_ checking if gimage->undo_on is TRUE. * app/tools/tool_manager.c: connect to "undo_start" and HALT the active tool if neccessary. * app/core/core-types.h: added EDIT_COPY_UNDO_GROUP. * app/core/gimpedit.c: push an undo group around the copy operation. Will probably have to add more undo group types to wrap other critical image modifications with. * app/core/gimpimage-merge.c * app/gui/convert-dialog.c * app/gui/edit-commands.c * app/gui/test-commands.c * app/tools/gimpimagemaptool.c: removed all special code to stop the active tool.
-
Michael Natterer authored
2003-01-02 Michael Natterer <mitch@gimp.org> * app/gui/user-install-dialog.c: replaced the 0755 by properly or'ed symbolic values (undid this change from Sven accidentially).
-
- 01 Jan, 2003 5 commits
-
-
Garry R. Osgood authored
2003-01-01 Garry R. Osgood <grosgood@rcn.com> * MAINTAINERS: Updated my CVS. * app/undo.c * app/undo_history.c * app/core/gimpimage.[ch] * app/tools/gimpimagemaptool.c * app/core/gimpimage-merge.c: implementation of LAYER_MERGE signal emitters and listeners. (see bug #98843); listeners thaw undo stack (image map tools, usually). * app/widgets/gimpviewabledialog.c: gimp_viewable_dialog_close () Check if the widget has a non-null reference to a window before using it to synthesize a cancel event. These seven deltas closes bug #98843. * app/core/gimpimage-merge.c: (gimp_image_merge_layers()) Regardless of merge type, temporarily set composition mode of bottom layer to NORMAL, then merge. Closes bug #101036.
-
Sven Neumann authored
2003-01-01 Sven Neumann <sven@gimp.org> * app/gui/menus.c (image_entries): changed some menu entries as suggested in bug #101974. * app/display/gimpdisplayshell.c: changed accordingly.
-
Hans Breuer authored
2003-01-01 Hans Breuer <hans@breuer.org> * libgimpbase/gimpdatafiles.c : when checking for 'excecutable' make sure it is a regular file too (on win32 even directories carry the IXUSR flag) * app/app_procs.h : there is still no #warning with msvc, special case to make it build with non GCC * makefile.msc */makefile.msc */*/makefile.msc : updated * app/gui/user-install-dialog.c : get prototype for mkdir * libgimpwidgets/libgimp-glue.c : make it compile without LT_RELEASE being defined * modules/module.def : removed modules/Makefile.am : no export file needed when functions get exported by G_MODULE_EXPORT
-
Maurits Rijk authored
-
Tor Lillqvist authored
2003-01-01 Tor Lillqvist <tml@iki.fi> * modules/Makefile.am: On Win32, use -no-undefined, and add dependent libraries to the LIBADDs.
-
- 31 Dec, 2002 1 commit
-
-
Simon Budig authored
2002-12-31 Simon Budig <simon@gimp.org> * app/vectors/vectors-types.h: New Type: GimpVectorExtendMode * app/tools/gimpvectortool.c * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.[ch]: More stuff on the path (pun intended) to a better path tool... Thanks to Sven for being my host in Berlin!
-
- 30 Dec, 2002 8 commits
-
-
Sven Neumann authored
2002-12-31 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/fileops.pdb (gimp_temp_name): need to expand the temp_path before using it. * app/pdb/fileops_cmds.c: regenerated.
-
Sven Neumann authored
-
Sven Neumann authored
-
Michael Natterer authored
2002-12-30 Michael Natterer <mitch@gimp.org> * app/gui/user-install-dialog.c: some more cleanup: check the return value of fclose() in copy_file(), added an enum for the notebook pages, added '' around displayed filenames, update the GUI while creating the user directory, misc stuff.
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * data/environ/Makefile.am * etc/Makefile.am: fixed EXTRA_DIST rules.
-
Sven Neumann authored
-
Sven Neumann authored
2002-12-30 Sven Neumann <sven@gimp.org> * app/core/gimpimagefile.c (gimp_imagefile_png_thumb_path): use proper defines to specify the permissions when calling mkdir(). * app/file/file-utils.c: removed redeclaration of mkdir() for Win32 since we don't call mkdir() here. * app/gui/user-install-dialog.c (user_install_run): rewrote copy_file() to use GError for error reporting. Use the same code for the user installation on all platforms. Also fixes bug #102015. * data/misc/Makefile.am * data/misc/user_install * data/misc/user_install.bat: removed obsoleted scripts.
-
Simon Budig authored
2002-12-30 Simon Budig <simon@gimp.org> * app/vectors/gimpanchor.h * app/vectors/vectors-types.h: Anchors now have an enum as type and have the "selected" property. * app/vectors/gimpstroke.[ch] * app/vectors/gimpbezierstroke.c * app/vectors/gimpvectors-preview.c: Additional functions to get information about the graphical representation of the stroke and be able to select anchors. * app/tools/gimpvectortool.c: semi-usable interface, better graphical representation of what is going on. Also make use of the "selected" property of the anhors to just display a subset of the control handles.
-