- 02 Feb, 1999 3 commits
-
-
GMT 1999 Adam D. Moss authored
Tue Feb 2 22:25:57 GMT 1999 Adam D. Moss <adam@gimp.org> * app/fileops.c: GIMP now automagically saves xv-compatible thumbnails upon image save. More work soon. * app/fileops.c: Disabled gimage_set_save_proc() call which was causing files to continue saving in the same format regardless of the user's selected format. Needs attention.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
* app/gimpdrawable.c (gimp_drawable_set_name): Fix adding of numbers after drawable copies. We used to get pairs of duplicates after adding the same name several times. (Try by adding a new layer several times in the layers dialog. You will get New Layer, New Layer#2, New Layer#3, New Layer#3 (again!), New Layer#4, New Layer#4 (again!), etc.)
-
- 01 Feb, 1999 3 commits
-
-
Manish Singh authored
-Yosh
-
jaycox authored
* app/color_balance.c: optimized by using a lookup table * app/paint_funcs.c: parallelized apply_mask_to_region, combine_mask_and_region, and initial_region. Use rand_r if we are multithreaded.
-
Owen Taylor authored
Sun Jan 31 18:02:46 1999 Owen Taylor <otaylor@gtk.org> * app/blob.c: Merged in changes from gsumi. This revision replaces the unstable conic-tracing code with old-fashioned floating point trig calls to compute the ellipses.
-
- 31 Jan, 1999 5 commits
-
-
GMT 1999 Adam D. Moss authored
Sun Jan 31 19:42:26 GMT 1999 Adam D. Moss <adam@gimp.org> * app/tile.c app/tile_manager.c: Fixed the tile-corruption bug which has been around since early GIMP-1.1. When dirtying a copy-on-write tile, a pointer to nonsense data was being returned when the c-o-w'd tile source was swapped out to disk. Now the c-o-w'ing routine ensures that the tile data is correctly locked into memory before duplicating it for dirtying.
-
GMT 1999 Andy Thomas authored
Sun Jan 31 17:13:46 GMT 1999 Andy Thomas <alt@picnic.demon.co.uk> Changed:- * app/plug_in.c A mysterious semi-colon crept in....
-
GMT 1999 Adam D. Moss authored
Sun Jan 31 16:51:18 GMT 1999 Adam D. Moss <adam@gimp.org> * app/paint_funcs.c: Fix segfault when combining very tiny inten_a_inten_a regions (ie. when painting).
-
GMT 1999 Andy Thomas authored
Sat Jan 30 23:51:04 GMT 1999 Andy Thomas <alt@picnic.demon.co.uk> Changed:- * app/dialog_handler.c * app/dialog_handler.h * app/gimage.c * app/gimprc.c * app/plug_in.c * app/plug_in.h Fixed problem with TAB key hiding all dialogs. With some WM you could hide all the windows with TAB then close the last image down... opps how do you get back to the main dialog. Main dialog is now poped up when last image is closed and we had used TAB key to hide it. New PDB functions to query plugin info. Plugin to follow...
-
Tor Lillqvist authored
was greater than 9.
-
- 30 Jan, 1999 1 commit
-
-
Marc Lehmann authored
-
- 28 Jan, 1999 1 commit
-
-
Raja R Harinath authored
-
- 27 Jan, 1999 5 commits
-
-
GMT 1999 Austin Donnelly authored
Wed Jan 27 21:52:43 GMT 1999 Austin Donnelly <austin@gimp.org> * app/scale.c: oops - should use the image resolution, not the screen resolution. D'oh! * app/gimpdrawable.c: only merge shadow image if there actually is one. * plug-ins/emboss/emboss.c: small optimisation: use gimp_drawable_mask_bounds() to calculate only the pixels that are actually in the selection.
-
Seth Burgess authored
-
Manish Singh authored
* app/blob.c: s/(NONE|LEFT|RIGHT)/EDGE_$1/g to clear up namespace * app/menus.c: create dummy var to i18n File/MRU item (gimp-joke-9901122-1.patch) * app/tips_dialog.c: #include <config.h> (gimp-joke-9901122-1.patch) -Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 25 Jan, 1999 2 commits
-
-
GMT 1999 Austin Donnelly authored
Mon Jan 25 20:40:26 GMT 1999 Austin Donnelly <austin@gimp.org> * user_install: create modules/ directory in user's ~/.gimp-1.1 dir * app/install.c: include description of ~/.gimp-1.1/modules, plus scroll info back to top when done inserting text since it looks nicer. Also make window that holds result of running user_install a little larger so we see all messages at once. * app/gdisplay.h: FUNSCALE_{X,Y} macros for floating point unscales. * app/scale.c: show rulers in real-world units (inches/cm/pixels) if dot-for-dot is turned off, plus smoother ruler updates by using FUNSCALE so we don't jump in pixel steps at high magnification factors. * app/interface.c: don't set the ruler metrics for now - it's easier to do the calculations in pixels. Need to rethink this a little anyway. * docs/parasites.txt: added jpeg parasite info.
-
Marc Lehmann authored
-
- 23 Jan, 1999 2 commits
-
-
GMT 1999 Austin Donnelly authored
Sat Jan 23 20:36:06 GMT 1999 Austin Donnelly <austin@gimp.org> * app/color_select.c: don't try and gdk_window_get_size() when we haven't been realised yet. * app/gimpset.[ch]: allow the use of GTK_TYPE_NONE for storing sets of things that aren't GTK_OBJECTs. Set can also emit new signal "member_modified" when gimp_set_member_modified (set, ob) is called. * app/layers_dialog.c: show main dialog shell last, to avoid ugly window manager interaction. * app/module_db.c: can now handle not having any modules at all without segfaulting, plus proper updates on changes. Also now has refresh button to re-scan the filesystem for modules. * modules/colorsel_triangle.c: added module_unload() function. Still needs someone to spruce up the UI. Volunteers? * plug-ins/script-fu/scripts/select_to_image.scm: create display for newly duplicated image, otherwise you don't see anything.
-
GMT 1999 Adam D. Moss authored
Sat Jan 23 18:43:23 GMT 1999 Adam D. Moss <adam@gimp.org> * plug-ins/gif/gif.c: Multi-line comments, a little more sanity-checking. * app/convert.c: Cosmetic changes to the warning about having too many colours for saving transparent/animated GIFs. * app/gdisplay.c: Titlebar is correctly updated upon revert. * app/paint_funcs.c: Minor improvement. * docs/parasites.txt: Minor amendments. * plug-ins/jpeg/jpeg.c: Minor code comment amendments.
-
- 22 Jan, 1999 2 commits
-
-
jaycox authored
* app/pixel_region.c, app/pixel_region.h: new function pixel_regions_process_parallel * app/paint_funcs.c: use pixel_regions_process_parallel in combine_regions. fixed bug in combine_inten_a_and_inten_a_pixels * app/gimprc.c, app/gimprc.h, app/preferences_dialog.c: added num-processors variable * config.h.in, configure.in, acconfig.h: add configure option --with-mp and define ENABLE_MP.
-
Manish Singh authored
* gimp1_1_splash.ppm: new splash, from Shaw Terwilliger <sterwill@io.nu> * modules/colorsel_triangle.c: turn DITHER_MAX on -Yosh
-
- 21 Jan, 1999 12 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Tomas Ogren authored
1999-01-21 Tomas Ogren <stric@ing.umu.se> * sv.po: Updated
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* HACKING: updated * configure.in: version number bump to 1.1 * plug-ins/deinterlace/Makefile.am: don't list files from other directories -Yosh
-
Manish Singh authored
* AUTHORS * NEWS: satisfy automake * gcg.c: braces around ambiguous if -Yosh
-
Raja R Harinath authored
* plug-ins/blur/Makefile.am (blur_SOURCES): Don't list files from other directories. * plug-ins/borderaverage/Makefile.am (borderaverage_SOURCES): Likewise. * plug-ins/emboss/Makefile.am (emboss_SOURCES): Likewise. * plug-ins/hot/Makefile.am (hot_SOURCES): Likewise. * plug-ins/nlfilt/Makefile.am (nlfilt_SOURCES): Likewise. * plug-ins/randomize/Makefile.am (randomize_SOURCES): Likewise. * plug-ins/sinus/Makefile.am (sinus_SOURCES): Likewise. * plug-ins/waves/Makefile.am (waves_SOURCES): Likewise. * plug-ins/gfig/gfig-examples/Makefile.am (EXTRA_DATA): Remove spurious variable. * plug-ins/script-fu/scripts/Makefile.am (EXTRA_DATA): Likewise. * plug-ins/webbrowser/Makefile.am (EXTRA_DATA): Likewise. Clean up handling of `tools/gcg' (partly due to a more pedantic automake). * configure.in (AC_OUTPUT): Emit tools/Makefile. * Makefile.am (SUBDIRS): Remove @gcg@, add `tools'. * tools/Makefile.am: New file. (SUBDIRS): Conditionally build `gcg' subdir. * app/Makefile.am (GCG): Work for srcdir != builddir. (GCGMAKEDEPEND): Likewise. * brushes/Makefile.am (EXTRA_DATA): Remove spurious variable. * gradients/Makefile.am (EXTRA_DATA): Likewise. * palettes/Makefile.am (EXTRA_DATA): Likewise. * patterns/Makefile.am (EXTRA_DATA): Likewise.
-
EST 1999 Mandrake authored
Wed Jan 20 19:57:34 EST 1999 Mandrake <mandrake@mandrake.net> * app/gradients.c app/menus.c: s/gtk_check_menu_item_set_state/gtk_check_menu_item_set_active/ configure.in: upped gtk+ requirement to 1.1.13, since that's where it first occurs.
-
GMT 1999 Adam D. Moss authored
Thu Jan 21 00:10:33 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gimpimage.c: Backed out last change for now, since I'm a coward and yosh was threatening to make a release...!
-
- 20 Jan, 1999 3 commits
-
-
Adam D. Moss authored
-
GMT 1999 Adam D. Moss authored
Wed Jan 20 22:37:13 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gimpimage.c: Enabled the gimage->projection copy-on-write hack for RGBA/GRAYA single-layer images. Masks/channels probably don't show yet when this is active. Report strangeness. Thanks.
-
jaycox authored
* app/layers_dialog.c: connect the destroy signal of images to lc_dialog_update_cb
-
- 19 Jan, 1999 1 commit
-
-
jaycox authored
* app/brush_select.c: make the edit button active if the default brush is a generated brush. Make sure brush spacing >= 1.0 * app/gimpbrushlist.c: do not add a brush to the brush list if it failed to load * app/gradient.c: Fix typo that caused a crash with --no-data * app/main.c: be more forgiving of fp rounding in gserialize tests
-