- 26 Feb, 1999 1 commit
-
-
Marc Lehmann authored
-
- 25 Feb, 1999 3 commits
-
-
Raph Levien authored
-
Sven Neumann authored
--Sven
-
CST 1999 Shawn T. Amundson authored
Thu Feb 25 02:21:52 CST 1999 Shawn T. Amundson <amundson@gimp.org> * app/menus.c: special case Close/Quit in <Image>/File to always be at the bottom of the menu.
-
- 24 Feb, 1999 2 commits
-
-
Marc Lehmann authored
-
Sven Neumann authored
--Sven
-
- 23 Feb, 1999 3 commits
-
-
Marc Lehmann authored
-
Marc Lehmann authored
-
GMT 1999 Adam D. Moss authored
Tue Feb 23 00:05:39 GMT 1999 Adam D. Moss <adam@gimp.org> * app/plug_in.c app/plug_in.h: Moved the RunModeType enum into the header so we can use it elsewhere (e.g. fileops) * plug-ins/gif/gif.c plug-ins/jpeg/jpeg.c: Don't show progress-bars if we're running noninteractively. This makes thumbnail updating look more pleasant. Try to do the same for all file plugins (and others)! * app/fileops.c: Reworked the thumbnail display again, fixed some buglets, file_open_image() is RunMode aware, added some tweaks, rhubarb rhubarb, merged in some 'cosmetic' tweaks from Marco.
-
- 22 Feb, 1999 4 commits
-
-
Marc Lehmann authored
-
Adam D. Moss authored
* app/appenv.h: fixed a macro bug waiting to happen * plug-ins/gee/gee.c: some crappy tweaks * plug-ins/psd/psd.c: debugging turned off
-
jaycox authored
* app/channel.c: fixed bug in channel_bounds
-
Marc Lehmann authored
-
- 21 Feb, 1999 3 commits
-
-
Sven Neumann authored
gimpunit functionality. --Sven
-
Sven Neumann authored
--Sven
-
CST 1999 Shawn T. Amundson authored
Sat Feb 20 16:12:33 CST 1999 Shawn T. Amundson <amundson@gimp.org> * app/tips_dialog.c: Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from prev/next buttons (they are like toolbar buttons), changed abreviated prev to previous, prev/next button are now same size, cancel button is in a button box. Added vboxes where necessary to prevent prev/next and check button from filling vertically. * app/app_procs.c: when splashscreen dialog is larger than the logo, (due to huge font), center logo. * app/file_new_dialog.c: patch from Marco Lamb <lm@geocities.com> disallows resizing, changes vertical expanding of widgets to not occur * app/palette.c: patch from Marco Lamb <lm@geocities.com>. Makes +/- buttons for zoom pixmaps (eventually, these can be replaced with a magnifying glass with a little +/- I think), so that they no longer expand as they did before. I modified his patch so it did not create a misused toolbar. I did some other stuff here too, moved Close button to the left, made it the window's default, and unset GTK_RECEIVES_DEFAULT off of the non-bottom buttons. * app/actionarea.c: another patch from Marco Lamb <lm@geocities.com>. This one changes buttons to be put in a button box which is right justified. If we decide later that spread is better, we can change this easy enough. * app/tools/zoom_in.xpm, app/tools/zoom_out.xpm: + and - graphics. * libgimp/gimpunit.h libgimp/gimpunit.c: New files from Michael Natterer <mitschel@cs.tu-berlin.de>, gimp_unit_* routines. * app/gimage.h app/gimpimage.h app/gimpimage.c app/gimpimageP.h app/xcf.c: Patches from Michael Natterer <mitschel@cs.tu-berlin.de>, which keep a unit assocated with an image.
-
- 20 Feb, 1999 2 commits
-
-
Tor Lillqvist authored
done in pieces, don't expect to be able to compile on Win32 from these sources yet. Ans of course, the official version of GTk+ doesn't include the Win32 stuff yet.
-
Tor Lillqvist authored
-
- 19 Feb, 1999 3 commits
-
-
Tuomas Kuosmanen authored
save dialog to remind me that "MSB to LSB" is the thing to choose if you need to make tiff's that open ok on a Mac /tigert
-
Marc Lehmann authored
-
Marc Lehmann authored
-
- 18 Feb, 1999 1 commit
-
-
Marc Lehmann authored
-
- 17 Feb, 1999 2 commits
-
-
Tor Lillqvist authored
we should use the new gimplut stuff here. Later.)
-
jaycox authored
* app/gimplutP.h: fixed error in struct declaration
-
- 16 Feb, 1999 3 commits
-
-
jaycox authored
* app/gimplut[FP].h: oops, these should have been added with the last commit.
-
jaycox authored
* app/gimplut.[ch]: new source files that implement pixel Look Up Table functions. * app/Makefile.am: build gimplut.[ch] * app/brightness_contrast.c * app/curves.c * app/invert.c * app/levels.c * app/posterize.c: Use the new lut functions. Use pixel_region_process_parallel in the PDB versions of these routines. * libgimp/parasite.h * libgimp/parasite.c: new functions parasite_name and parasite_compare. * app/gimpdrawable.c: * app/gimpdrawable.h: new function gimp_drawable_get_color_at(...) returns the RGBA[color index] value at a specified position in the drawable. Don't set the dirty bit on the image if a new parasite is the same as the old. * app/gimpimage.c * app/gimpimage.h new function gimp_image_get_color_at(...) returns the RGBA[color index] value at a specified position in the drawable. Don't set the dirty bit on the image if a new parasite is the same as the old. * app/by_color_select.c * app/color_picker.c: use the new gimp_*_get_color_at functions instead of messing with the tiles. * app/layer.c: fixed a minor warning. * app/commands.c: don't scale the image if the new size == the old size * app/channel.c: optimized channel_bounds by only checking the pixels in a tile if it is not already entirely within the currently computed bounds.
-
Seth Burgess authored
-
- 15 Feb, 1999 3 commits
-
-
Marc Lehmann authored
-
Tor Lillqvist authored
speed up the color balance operation a bit.
-
Marc Lehmann authored
-
- 14 Feb, 1999 10 commits
-
-
Tor Lillqvist authored
Added function rgb_to_l for use when we just need the luminosity.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Seth Burgess authored
-
Marc Lehmann authored
-
GMT 1999 Austin Donnelly authored
Sun Feb 14 20:43:55 GMT 1999 Austin Donnelly <austin@gimp.org> * app/channels_dialog.c: don't #include resize.h - it's not needed * app/preferences_dialog.c: ditto. * app/resize.c: do all dialog creation here to factor out lots of common code in commands.c and layers_dialog.c. Also cancel resize/scale dialog on destruction/removal of images/layers - proper fix for Peter Teichman's bug. * app/resize.h: new prototype for resize_widget_new() - beginnings of resolution-aware scaling. * app/commands.c: pull all the resize/scale dialog creation stuff out to resize.c * app/layers_dialog.c: same again. * app/layer.c: add REMOVED signal, sent when a layer is removed from an image. Layers typically aren't destroyed until their undo info expires. * app/layer.h: prototype for layer_removed() call. * app/gimpimage.c: send out removed signal.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
jaycox authored
* app/layers_dialog.c: applied Michael Natterer's fix for the layer movement bug.
-
GMT 1999 Austin Donnelly authored
Sun Feb 14 01:27:29 GMT 1999 Austin Donnelly <austin@gimp.org> New manpage plus bumper fun pack of bugfixes. * gimprc.5.in: NEW FILE: beginnings of some docs on gimprc file format. * configure.in: generate gimprc.5 from gimprc.5.in * Makefile.am: install gimprc.5 * .cvsignore: ignore gimprc.5, it's auto generated. * gimp.1: fix a few paths and URLs. Mention the modules/ directory in user's gimpdir. * app/commands.c: cancel resize or scale dialogs when image they're for is destroyed, rather than segfaulting when Ok is clicked. Thanks to Peter Teichman <peter@zeno.dorm.duke.edu> for pointing this one out. Layer resize/scale still suffers from same problem, but Adam's working on L&C at the moment. * app/gdisplay.c: off-by one error on bounds check in making image title. * app/module_db.c: some would consider it foolish returning to code you've just unloaded. So don't do that. * app/plug_in.c: when superceeding a PDB function with a newer one of the same name, remove pointers to the old one from the plugins that originally registered them. Fixes Nick Lamb's pluginrc file corruption thing, and catches the (common?) error of copying a plugin to a different name but failing to change what it registers. Also, if registering a file loader/saver, make sure it has set an extension, prefix, or magic number it's interested in - that way code that relies on checking this doesn't get confused.
-