- 27 Jan, 1999 2 commits
-
-
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 2 commits
-
-
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
-
Austin Donnelly authored
* app/menus.c: include module browser, plus re-instate the 'swap colors' and other options that got killed by mistake. Clean up the odd extra separator too. * app/color_notebook.c: hide newly created colour selectors so we know the GIMP one will be the default page. * app/module_db.[ch]: NEW FILEs: module database / browser. * app/Makefile.am: add module_db.[ch] stuff * app/app_procs.c: initialise the module_db * app/commands.[ch]: callback to create a module browser. * app/plug_in.c: move module loading out to module_db.c * libgimp/gimpmodule.h: API change: module_init() should return additonal info (author, purpose, date, etc.) Also optional module_unload() function. * modules/colorsel_gtk.c: add module info, plus an unload function * modules/Makefile.am: build triangle colour selector module * modules/colorsel_triangle.c: NEW FILE: colour selector from Simon Budig <Simon.Budig@unix-ag.org>. * MAINTAINERS: changed my email address
-
- 18 Jan, 1999 3 commits
-
-
GMT 1999 Adam D. Moss authored
Mon Jan 18 22:55:19 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gimpimage.c app/gimpimage.h: Part one of an effort to allow a one-layer gimage to share tiles with its own projection courtesy of copy-on-write, where sane. This can save megabytes when working with such images. The code is 'mostly working' rather than 'perfect', so it's disabled until I have time to finish it.
-
GMT 1999 Adam D. Moss authored
Mon Jan 18 18:56:05 GMT 1999 Adam D. Moss <adam@gimp.org> * plug-ins/psd/psd.c: Better guess at how PSD files store Guide position precision.
-
Vincent Renardias authored
* fr.po: Fix bad menu entry.
-
- 17 Jan, 1999 7 commits
-
-
GMT 1999 Adam D. Moss authored
Sun Jan 17 22:42:26 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gdisplay.c app/gdisplay.h app/gimage_cmds.c: An image's projection is now copy-on-write duplicated upon duplication of the image. This should save some time and memory for 'duplicate'. This needed a new function which is prototyped in gdisplay.h: gdisplays_finish_draw() which completes all outstanding idlerendered-projections (we don't want to c-o-w an incomplete projection). * app/interface.c: #include "dialog_handler.h"
-
GMT 1999 Adam D. Moss authored
Sun Jan 17 20:36:45 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gimage_cmds.c app/gimpimage.c app/layers_dialog.c Guides are now duplicated upon image duplication. Guides are now scaled upon image scaling. Lowering, raising, and renaming a layer now correctly mark the image as dirty.
-
GMT 1999 Adam D. Moss authored
Sun Jan 17 18:28:58 GMT 1999 Adam D. Moss <adam@gimp.org> * app/gdisplay.c app/paint_funcs.c: Fixed a thinko/bug in the recent optimizations.
-
GMT 1999 Adam D. Moss authored
Sun Jan 17 16:56:25 GMT 1999 Adam D. Moss <adam@gimp.org> * app/blend.c app/bucket_fill.c app/convert.c app/crop.c app/cursorutil.c app/cursorutil.h app/dialog_handler.c app/dialog_handler.h app/fuzzy_select.c app/gdisplay.c app/gimage_cmds.c app/gimpimage.c app/scroll.c app/transform_core.c app/xcf.c Hourglasses also apply to all registered dialogs. Hourglasses added in a couple more important places. New hack lets hourglasses be added and automagically removed again when gimp/gtk re-enters the idle loop.
-
Vincent Renardias authored
* fr.po: a few fixes.
-
Vincent Renardias authored
* POTFILES.in: Updated. * fr.po: continue to translate (currently ~80% done); proofreading welcome. ;)
-
Nam SungHyun authored
-
- 16 Jan, 1999 3 commits
-
-
Marc Lehmann authored
-
GMT 1999 Austin Donnelly authored
Sat Jan 16 18:21:58 GMT 1999 Austin Donnelly <austin@greenend.org.uk> * plug-ins/jpeg/jpeg.c: re-wrote the gimp-comment stuff so it works with older libjpeg libraries without cinfo.marker_list support. While there, added support for loading and saving resolution info.
-
Manish Singh authored
-Yosh
-
- 15 Jan, 1999 2 commits
-
-
Manish Singh authored
-Yosh
-
Federico Mena Quintero authored
1999-01-15 Federico Mena Quintero <federico@nuclecu.unam.mx> * Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in all the files.
-