- 22 Dec, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 21 Dec, 1998 1 commit
-
-
EST 1998 Adrian Likins authored
Tue Dec 22 17:43:08 EST 1998 Adrian Likins <adrian@gimp.org> * gimp1_1_splash.ppm: Replaced tigert's lovely splash screen with something more approriate for a unstable development release. -adrian
-
- 20 Dec, 1998 2 commits
-
-
Sven Neumann authored
--Sven
-
CST 1998 Shawn T. Amundson authored
Sat Dec 19 15:46:27 CST 1998 Shawn T. Amundson <amundson@gtk.org> * app/brush_edit.c: app/by_color_select.c: plug-ins/script-fu/script-fu-scripts.c: plug-ins/compose/compose.c: plug-ins/fp/fp.c: plug-ins/fp/fp_gdk.c: plug-ins/fp/fp_gtk.c: plug-ins/maze/maze_face.c: s/gtk_label_set/gtk_label_set_text/g
-
- 19 Dec, 1998 6 commits
-
-
Sven Neumann authored
centered fixed-size selections right. --Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Marc Lehmann authored
-
GMT 1998 Andy Thomas authored
Sat Dec 19 00:01:49 GMT 1998 Andy Thomas <alt@picnic.demon.co.uk> Missed app/Makefile.am. Need to add palette_entries.h
-
GMT 1998 Andy Thomas authored
Fri Dec 18 23:46:11 GMT 1998 Andy Thomas <alt@picnic.demon.co.uk> Changed the palette dialog. New functionality. Better previews. Can display larger palettes. Can import palettes from images and from gradients. Fixed colour selection so that the hightlighted square says in sync on redraws. * app/convert.h * app/palette.h * app/palette.c * app/gradient.c * app/gradient_select.c * app/gimage.c * app/gimpimage.c * app/gimpimage.h New file:- * app/palette_entries.h
-
- 18 Dec, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 17 Dec, 1998 4 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
jaycox authored
* app/xcf.c: fixed bug in the resolution saving code and added a sanity check to the resolution loading. (thanks to austin)
-
- 16 Dec, 1998 4 commits
-
-
Manish Singh authored
* plug-ins/gfig/gfig.c: removed my_gtk_label_set, since the underlying implementation changed. Why was this there anyway? -Yosh
-
jaycox authored
* app/paint_funcs.c: fixed a bug in combine_inten_and_inten_a_pixels. Use INT_MULT and friends everywhere possible.
-
jaycox authored
* libgimp/gserialize.c * libgimp/gserialize.h: Changed the enum values to allow for simpler future expansion. * libgimp/parasite.c * libgimp/parasite.h: s/persistant/persistent/. new accessor functions for parasites. #defines for new flags. * app/paintbrush.c: added timeing code for brush strokes. It is #ifed out, and is only valid for shift clicks. * app/parasite_cmds.h: fixed a warning * app/parasitelist.h * app/parasitelist.c: added _for_each and _length functions * app/gimpdrawable.c: set the dirty flag when adding or removing a persistent parasite * app/gimpimage.c: set the dirty flag when adding or removing a persistent parasite. Fixed bug and removed debug statements in merge_down. * app/xcf.c: save and load resolution, parasites, and tattoos. * app/main.c: updated the deserialize test. * plug-ins/tiff/tiff.c * plug-ins/gif/gif.c: use PARASITE_PERSISTENT define instead of 1 * plug-ins/bmp/bmp.c * plug-ins/bmp/bmp.h: declare some struct variable as extern. * app/paint_funcs.c: Lots of optimizations aimed at speeding up painting. Should see a 2-4X speed up on most painting (depending on paint modes, brush size etc.) * app/drawable.c: check for NULL drawable in drawable_ID. this stops us from being crashed by ill-behaved plug-ins
-
Manish Singh authored
* app/*: stuff from patches/i18n by Daniel Egger * app/channels_dialog.c: fixes minor buglets in the channels dialog -Yosh
-
- 15 Dec, 1998 1 commit
-
-
Manish Singh authored
* removed intl virtual modules, use them new fangled autogen.sh's -Yosh
-
- 13 Dec, 1998 2 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
and even after scaling the image. --Sven
-
- 12 Dec, 1998 1 commit
-
-
GMT 1998 Austin Donnelly authored
Sat Dec 12 17:36:51 GMT 1998 Austin Donnelly <austin@greenend.org.uk> * app/interface.c * app/gdisplay.c: tweak to make status bar update correctly (most of the time). As Sven has already noted, there seems to be a GTK bug involved. * app/disp_callbacks.c: only update the cursor co-ords if we actually know them. Gets rid of silly (0,0) announcements.
-
- 10 Dec, 1998 1 commit
-
-
Marc Lehmann authored
* configure.in: check only for "perl", not "perl5.005xx".
-
- 09 Dec, 1998 1 commit
-
-
Yukihiro Nakai authored
Changes from Yasuhiro Shirasaki.
-
- 05 Dec, 1998 5 commits
-
-
GMT 1998 Austin Donnelly authored
Sat Dec 5 21:31:57 GMT 1998 Austin Donnelly <austin@greenend.org.uk> * app/commands.[ch] * app/edit_selection.c * app/gdisplay.[ch] * app/gdisplay_ops.[ch] * app/image_render.c * app/info_window.c * app/magnify.c * app/menus.c * app/scale.c: image rendering now happens with float scale factors, independent in X and Y axes. Turning on dot-for-dot in view menu does what gimp always used to do (ie one image pixel becomes one monitor pixel). Dot-for-dot is on by default so people shouldn't notice any difference unless they load an image that's not at 72 dpi and also turn off dot-for-dot. * app/app_procs.c * app/gimprc.[ch] * app/preferences_dialog.c: new gimprc options (monitor-xresolution <float>) and corresponding (monitor-yresolution <float>). Uglyness in preferences dialog to add a "Monitor" page to the notebook, allowing user to set their monitor's resolution or take it from the X server instead. This badly needs cleaned up :( * plug-ins/newsprint/newsprint.c: oops - this hasn't been working for grayscale images since my last checkin. Now fixed.
-
GMT 1998 Austin Donnelly authored
Sat Dec 5 21:31:57 GMT 1998 Austin Donnelly <austin@greenend.org.uk> * app/commands.[ch] * app/edit_selection.c * app/gdisplay.[ch] * app/gdisplay_ops.[ch] * app/image_render.c * app/info_window.c * app/magnify.c * app/menus.c * app/scale.c: image rendering now happens with float scale factors, independent in X and Y axes. Turning on dot-for-dot in view menu does what gimp always used to do (ie one image pixel becomes one monitor pixel). Dot-for-dot is on by default so people shouldn't notice any difference unless they load an image that's not at 72 dpi and also turn off dot-for-dot. * app/app_procs.c * app/gimprc.[ch] * app/preferences_dialog.c: new gimprc options (monitor-xresolution <float>) and corresponding (monitor-yresolution <float>). Uglyness in preferences dialog to add a "Monitor" page to the notebook, allowing user to set their monitor's resolution or take it from the X server instead. This badly needs cleaned up :( * plug-ins/newsprint/newsprint.c: oops - this hasn't been working for grayscale images since my last checkin. Now fixed.
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
centimeters. It is tested, but not yet used anywhere. As I don't have the time to finish this now, I add this here for later use or for someone else to integrate it into all gimp dialogs... --Sven
-
- 04 Dec, 1998 1 commit
-
-
EST 1998 Nick Fetchak authored
Fri Dec 4 01:43:59 EST 1998 Nick Fetchak <nuke@bayside.net> * app/crop.[ch]: Added option to crop the active layer only
-
- 03 Dec, 1998 1 commit
-
-
CST 1998 Shawn T. Amundson authored
Thu Dec 3 16:51:42 CST 1998 Shawn T. Amundson <amundson@gtk.org> * app/channel_ops.c * app/color_balance.c * app/color_select.c * app/commands.c * app/convert.c * app/curves.c * app/docindex.c * app/errorconsole.c * app/file_new_dialog.c * app/fileops.c * app/gdisplay_ops.c * app/histogram_tool.c * app/info_dialog.c * app/layer_select.c * app/levels.c * app/pattern_select.c * app/plug_in.c * app/posterize.c * app/resize.c * app/threshold.c * app/tips_dialog.c: use gtk_container_set_border_width and gtk_window_set_position instead of deprecated versions
-
- 02 Dec, 1998 2 commits
-
-
CST 1998 Larry Ewing authored
Tue Dec 1 22:12:08 CST 1998 Larry Ewing <lewing@gimp.org> * app/bezier_select.c: fixed the dialog destroy handling in the bezier extends dialog.
-
Sven Neumann authored
--Sven
-
- 01 Dec, 1998 1 commit
-
-
Manish Singh authored
* app/gradient.c * app/gradient_select.c: s/gtk_clist_set_border/gtk_clist_set_shadow_type/ * configure.in * libgimp/Makefile.am * app/Makefile.am: use GIMP_THREAD_FOO substitution * app/gimage_cmds.c: initialize some vars to quell warnings -Yosh
-
- 28 Nov, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
--Sven
-
- 27 Nov, 1998 3 commits
-
-
Owen Taylor authored
-
Owen Taylor authored
Fri Nov 27 17:34:57 1998 Owen Taylor <otaylor@redhat.com> * app/ink.c: Use MAX when combining multiple blobs, instead of previous technique. This gives _much_ better results.
-
Raph Levien authored
Now that Gtk+ is fixed, this case should not happen.
-