- 07 Jan, 2003 4 commits
-
-
Daniel Yacob authored
-
Sven Neumann authored
2003-01-07 Sven Neumann <sven@gimp.org> * plug_ins/common/Makefile.am * plug_ins/common/plugin_defs.pl: added back spheredesigner so it gets some testing again. Needs a good bunch of UI cleanup. * plug-ins/common/spheredesigner.c (loadit): use locale-independent functions to parse doubles.
-
Manish Singh authored
2003-01-06 Manish Singh <yosh@gimp.org> * lots of files in plug-ins: cleanup, removed unecessary G_OBJECT() casts.
-
Sven Neumann authored
2003-01-07 Sven Neumann <sven@gimp.org> * common/hrz.c * common/plugindetails.c * common/spheredesigner.c * gimpressionist/orientmap.c * gimpressionist/sizemap.c * plugin-helper/color_picker.c * plugin-helper/iwarp.c * winsnap/winsnap.c: ported to GObject signal API.
-
- 06 Jan, 2003 10 commits
-
-
Sven Neumann authored
2003-01-07 Sven Neumann <neo@wintermute> * configure.in * plug-ins/gfig/Makefile.am * plug-ins/gfig/images/Makefile.am: added a new directory with PNG images for the GFig plug-in. * plug-ins/gfig/images/*.png: placeholder images that need to be replaced (see bug #92473). * plug-ins/gfig/gfig-stock.[ch]: new files that register the images as stock icons. * plug-ins/gfig/gfig.c: use stock icons for the buttons on the left side of the dialog. * plug-ins/gfig/pix_data.h: removed obsoleted images. The remaining ones should get converted as well.
-
Maurits Rijk authored
-
Tor Lillqvist authored
2003-01-06 Tor Lillqvist <tml@iki.fi> * plug-ins/script-fu/script-fu-server.c: Bypass whole file on Win32.
-
Michael Natterer authored
2003-01-06 Michael Natterer <mitch@gimp.org> * plug-ins/gfig/gfig.c: even more undeprecated, some cleanup.
-
Sven Neumann authored
2003-01-06 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig.c: made it a lot less deprecated. Removed gazillions of unneeded casts and changed others to the more portable GINT_TO_POINTER() / GPOINTER_TO_INT() macros. Still more work to be done ...
-
Michael Natterer authored
2003-01-06 Michael Natterer <mitch@gimp.org> * libgimptool/gimptoolenums.[ch]: added enum GimpRectSelectMode which can be one of "free", "fixed-size" and "fixed-ratio". * app/tools/selection_options.[ch]: replaced the "Fixed Size / Aspect Ratio" toggle by a menu offering the choices above. * app/tools/gimprectselecttool.[ch]: changed accordingly. Removed the possibility to <shift>-switch from "fixed-size" to "fixed-ratio" mode. Fixes bug #100320.
-
Michael Natterer authored
2003-01-06 Michael Natterer <mitch@gimp.org> * etc/gtkrc_user: give an example (commented out) how to change the F1 help binding. Fixes bug #6920.
-
Sven Neumann authored
2003-01-06 Sven Neumann <sven@gimp.org> Michael Natterer <mitch@gimp.org> * tools/gimp-remote.c (gimp_remote_find_window): re-wrote this function without looking at the original source, so it is finally free from non-GPL copyright issues.
-
Sven Neumann authored
2003-01-06 Sven Neumann <sven@gimp.org> * docs/gimp-1.3.1.in * docs/gimptool-1.3.1.in: removed incorrect copyright clauses and updated information about bug reporting.
-
Sven Neumann authored
2003-01-06 Sven Neumann <sven@gimp.org> * app/gui/gradient-editor-commands.c * libgimp/gimpexport.c: don't split translatable sentences into multiple messages (bug #85828).
-
- 05 Jan, 2003 15 commits
-
-
Manish Singh authored
2003-01-05 Manish Singh <yosh@gimp.org> * app/core/gimpobject.c: cast memsize to a guint instead of format change. Problem perhaps if get_size really is > 4 GB?
-
Manish Singh authored
2003-01-05 Manish Singh <yosh@gimp.org> * many files in app, modules and libgimp*: cleanup, removed unecessary G_OBJECT() casts. Should do the same for plug-ins, when more of them get undeprecated.
-
Maurits Rijk authored
-
Manish Singh authored
2003-01-05 Manish Singh <yosh@gimp.org> * plug-ins/script-fu/interp_regex.c: same as below for here.
-
Manish Singh authored
2003-01-05 Manish Singh <yosh@gimp.org> * app/core/gimpimage-new.c: oops, cast here instead of changing the format string so we're ok on 32-bit too.
-
Manish Singh authored
2003-01-05 Manish Singh <yosh@gimp.org> * app/undo_history.c * app/core/gimpbrush.c * app/core/gimpimage-new.c * app/core/gimpobject.c * app/core/gimppalette-import.c * app/core/gimppattern.c * app/plug-in/plug-in.c * app/tools/gimpbezierselecttool.c * libgimpwidgets/gimpunitmenu.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/common/convmatrix.c * plug-ins/common/curve_bend.c * plug-ins/common/sample_colorize.c * plug-ins/common/tiff.c * plug-ins/flame/flame.c * plug-ins/gflare/gflare.c * plug-ins/gimpressionist/general.c * plug-ins/gimpressionist/orientation.c * plug-ins/gimpressionist/preview.c * plug-ins/gimpressionist/size.c * plug-ins/imagemap/imap_grid.c * plug-ins/imagemap/imap_menu.c * plug-ins/maze/algorithms.c * plug-ins/script-fu/interp_...
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpstock.sgml: started to document the stock items.
-
Michael Natterer authored
2003-01-05 Michael Natterer <mitch@gimp.org> * configure.in: changed --with-gnome-desktop to --with-gnome-datadir * data/misc/gimp.applications * data/misc/gimp.keys: added mime info files from Hadess <hadess@hadess.net> so gnome-vfs can associate various mime types with GIMP. * data/misc/Makefile.am: install everything into the right subdirectories of GNOME_DATADIR.
-
Maurits Rijk authored
-
Sven Neumann authored
2003-01-05 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpchainbutton.[ch] * libgimpwidgets/gimpcolorarea.[ch] * libgimpwidgets/gimpcolorbutton.[ch] * libgimpwidgets/gimpdialog.c * libgimpwidgets/gimpfileselection.[ch] * libgimpwidgets/gimpoffsetarea.c * libgimpwidgets/gimppickbutton.c * libgimpwidgets/gimpquerybox.c * libgimpwidgets/gimpwidgets.c: added more API documentation. Declared gimp_scale_entry_new_internal() as static. * libgimpwidgets/gimpwidgets.def: changed accordingly.
-
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 8 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.
-