- 06 Aug, 1998 1 commit
-
-
Sven Neumann authored
spin-buttons in the dialog. Documented in the new script (test-sphere.scm) --Sven
-
- 05 Aug, 1998 5 commits
-
-
Manish Singh authored
* initial merge of the internationalization stuff. It's still broken in a couple places, so you're probably better off running configure with --disable-nls (gimp-mgomulin-980727-0) -Yosh
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
again... --Sven
-
Sven Neumann authored
--Sven
-
- 03 Aug, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Federico Mena Quintero authored
1998-08-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * app/gradient.c: Fixed typo (sinuosidal -> sinusoidal).
-
- 02 Aug, 1998 4 commits
-
-
Sven Neumann authored
Update the statusbar when converting the image to another basetype. --Sven
-
Sven Neumann authored
Cosmetic changes to the script-fu dialog. Added session-managment to the error-console. --Sven
-
scott authored
-
scott authored
attempts. --sg
-
- 31 Jul, 1998 4 commits
-
-
Manish Singh authored
the devices dialog -Yosh
-
Adam D. Moss authored
* app/[lots of files].c: On all gimp-core fopen()s changed "[rw]"->"[rw]b" to appease OS/2 folk.
-
Adam D. Moss authored
* app/layers_dialog.c: Removed an ancient kludge that was seriously confusing the layer-mode menu. * plug-ins/psd/psd.c: Support OVERLAY_MODE where available
-
Adam D. Moss authored
* plug-ins/psd/psd.c: Worked around some buggy PSD savers (suspect PS4 on Mac) - ugh. + Fixed a bug when loading layer masks of certain dimensions.
-
- 30 Jul, 1998 1 commit
-
-
scott authored
-
- 29 Jul, 1998 1 commit
-
-
Tuomas Kuosmanen authored
-
- 28 Jul, 1998 8 commits
-
-
scott authored
probably make everyone recompile AGAIN. Ha ha ha.
-
EDT 1998 Adrian Likins authored
Tue Jul 28 17:07:41 EDT 1998 Adrian Likins <adrian@gimp.org> * plug-ins/mail/mail.c: added a text entry to GUMP, so you can now compose real messages. Newsreader and 3D flight simulator to follow tomorow. -adrian
-
CDT 1998 Larry Ewing authored
Tue Jul 28 15:42:39 CDT 1998 Larry Ewing <lewing@gimp.org> * app/drawable_cmds.c (drawable_fill_invoker): * libgimp/gimpenums.h: Changed the libgimp GFillType enums to match the core enums in value, the names still differ. * plug-ins/script-fu/script-fu.c: changed the fill setvars to use the GFillType enums.
-
Manish Singh authored
* app/Makefile.am * app/errors.c * app/errorconsole.[ch] * app/app_procs.c * app/appenv.h * app/menus.c: error console implementation from Nuke <nuke@bayside.net> Hooks to g_message * app/fileops.c: honor message_handler while still setting filesel widget sensitivity properly -Yosh
-
CDT 1998 Larry Ewing authored
Tue Jul 28 15:04:39 CDT 1998 Larry Ewing <lewing@gimp.org> * app/gimpdrawable.h: reordered the GimpFillType enum, unfortunately this will cause a lot of recompilation for the rest of you.
-
CDT 1998 Larry Ewing authored
Tue Jul 28 14:14:43 CDT 1998 Larry Ewing <lewing@gimp.org> * app/drawable.c (drawable_fill): added a case for FOREGROUND_FILL. Fixes the layer new dialog so that it actually works with foreground fill selected.
-
Tuomas Kuosmanen authored
dialogs - Foreground and Background modes are now besides each other which makes more sense. Tigert
-
Adam D. Moss authored
* plug-ins/gee/gee.c * plug-ins/animationplay/animationplay.c: Fixes for gdkrgb output on pseudocolour displays.
-
- 27 Jul, 1998 3 commits
-
-
scott authored
sharing tiles. --sg
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 26 Jul, 1998 3 commits
-
-
Gregory McLean authored
-- Greg
-
Sven Neumann authored
--Sven
-
Tuomas Kuosmanen authored
New splash screen series started - tigert splash #1 :) Something to make you code warriors feel good - you are doing amazing work! This is my little contribution to Gimp tigert
-
- 25 Jul, 1998 3 commits
-
-
jaycox authored
---------------------------------------------------------------------- Modified Files: ChangeLog app/pixel_region.c Optimized pixel_region_{get,set}_{row,col} ----------------------------------------------------------------------
-
Adam D. Moss authored
* app/convert.c: Convert-to-indexed now remembers the last invocation's settings. Also, GRAY->INDEXED more flexible.
-
jaycox authored
---------------------------------------------------------------------- Modified Files: ChangeLog app/gimpbrushgenerated.c app/gimpbrushlist.c gimpbrushgenerated now supports the stingy_memory_use flag. fixed a bug in select_brush() related to stingy_memory_use. ----------------------------------------------------------------------
-
- 24 Jul, 1998 5 commits
-
-
Manish Singh authored
rough, needs fixes -Yosh
-
CDT 1998 Larry Ewing authored
Fri Jul 24 14:40:55 CDT 1998 Larry Ewing <lewing@gimp.org> * app/layers_dialog.c (lc_dialog_create): moved gtk_widget_show (lc_shell) so that the layers show up in the dialog again. I've told Owen about this problem, we'll see what comes up.
-
Adam D. Moss authored
* app/appenv.h app/brightness_contrast.c app/color_balance.c app/curves.c app/gdisplay.h app/gdisplay_ops.c app/hue_saturation.c app/paint_core.c app/paint_funcs.c app/undo.c: Attempt to speed-up and/or sanitize MAX/MIN/CLAMP macro usage throughout gimp-core.
-
CDT 1998 Larry Ewing authored
Fri Jul 24 12:01:31 CDT 1998 Larry Ewing <lewing@gimp.org> * app/gdisplay.c (gdisplay_update_cursor): Fixed a string allocation problem that failed to account for the trailing \0 (removed time sensitve calculation/malloc in the process).
-
jaycox authored
---------------------------------------------------------------------- Modified Files: ChangeLog app/Makefile.am app/brush_select.c app/gimpbrush.c app/gimpbrush.h app/gimpbrushgenerated.c app/gimpbrushlist.c app/gimplist.c app/paint_core.c app/paint_core.h added axis to brushes. paint_core now references a brush instead of a mask. cleaned up some [brush]list removal stuff. Added Files: app/vector2d.c app/vector2d.h very basic vector math struct/functions. ----------------------------------------------------------------------
-