- 19 Mar, 1998 3 commits
-
-
Manish Singh authored
-Yosh
-
Adrian Likins authored
yeah, take that you quasi-ansi code snippets... boot to the head of picky compilers! changed some stuff, like er, the changelog... -adrian
-
Adrian Likins authored
align_layers/align_layers.c animationplay/animationplay.c bmp/bmpwrite.c dbbrowser/dbbrowser.c emboss/emboss.c exchange/exchange.c faxg3/faxg3.c faxg3/g3.c gbr/gbr.c gif/gif.c gqbist/gqbist.c hot/hot.c ifscompose/ifscompose.c iwarp/iwarp.c max_rgb/max_rgb.c maze/maze_face.c megawidget/megawidget.c mpeg/mpeg.c nlfilt/nlfilt.c pcx/pcx.c plasma/plasma.c pnm/pnm.c print/print-escp2.c print/print-pcl.c print/print.c scatter_hsv/scatter_hsv.c script-fu/script-fu-scripts.c script-fu/script-fu.c sinus/sinus.c tga/tga.c tileit/tileit.c vpropagate/vpropagate.c xpm/xpm.c: More picky picky ansi type stuff from gimp-hpux-980316.patch. isnt big patches fun? -adrian
-
- 18 Mar, 1998 5 commits
-
-
Manish Singh authored
-Yosh
-
Adrian Likins authored
-adrian
-
Adrian Likins authored
* blend.c brightness_contrast.c brush_select.c brushes.c bucket_fill.c by_color_select.c channels_dialog.c color_balance.c convolve.c crop.c curves.c eraser.c fileops.c frac.c gradient.c histogram_tool.c hue_saturation.c image_render.c indexed_palette.c layers_dialog.c levels.c move.c paintbrush.c pattern_select.c pencil.c perspective_tool.c posterize.c rect_select.c scale_tool.c threshold.c tips_dialog.c: appied most of gimp-hpux-980316-0.patch from ???? Mostly added static's here and there and casting stuff. * app/indexed_palette.c: made dialog non-resizeable -adrian
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
100dpi fonts. --Sven
-
- 17 Mar, 1998 6 commits
-
-
Sven Neumann authored
with the no-data option and no gradients are load. --Sven
-
Manish Singh authored
-Yosh
-
CST 1998 Larry Ewing authored
Mon Mar 16 21:52:46 CST 1998 Larry Ewing <lewing@gimp.org> * app/convert.c (indexed_ok_callback): added gimage_ID to the dialog struct to check if the gimage was still around. * app/commands.c: fixed border/grow/shrink to check for valid gimage. (Once again object if you don't like this method).
-
-
-
Manish Singh authored
-Yosh
-
- 16 Mar, 1998 12 commits
-
-
Manish Singh authored
More iscissors fun. Corrected error in HACKING -Yosh
-
Adrian Likins authored
-adrian
-
CST 1998 Larry Ewing authored
Mon Mar 16 17:05:54 CST 1998 Larry Ewing <lewing@gimp.org> * app/commands.c: changed select_feather_cmd_callback to pass the gimage->ID rather than the gimage to prevent a fatal error. If you have objections to this speak now.
-
EST 1998 Adrian Likins authored
Mon Mar 16 17:50:56 EST 1998 Adrian Likins <adrian@gimp.org> * plugins/illusion/illusion.c: * plugins/papertile/papertile.c: * plugins/fractaltrace/fractaltrace.c: * plugins/flame/flame.c: Changed MAIN(); to MAIN() *gimprc_user: added a commented out (install-colormap) option *app/install.c: comsetic update to show info about .gimp/scripts *plugins/sparkle/sparckle.c: *plugins/despeckle/despeckle.c: made a local MIN/MAX instead of redefing the normal one (causes problems on some compilers) -adrian
-
CST 1998 Larry Ewing authored
Mon Mar 16 05:12:00 CST 1998 Larry Ewing <lewing@gimp.org> * app/move.c: * app/gdisplay.c: * app/gimage.c: Reworked the guide drawing and picking code to remove all known guide artifacts.
-
Lauri Alanko authored
-Nether
-
Lauri Alanko authored
Fixed the tool options disappearing at undo.
-
Manish Singh authored
-Yosh
-
Manish Singh authored
all plugins should parse gtkrc now -Yosh
-
CST 1998 Larry Ewing authored
Mon Mar 16 00:28:16 CST 1998 Larry Ewing <lewing@gimp.org> * app/undo.c: added back in the "extra" update I removed earlier. :)
-
CST 1998 Francisco Bustamante authored
Sun Mar 15 22:50:44 CST 1998 Francisco Bustamante <pancho@nuclecu.unam.mx> * fileops.c Added info to the file save dialog
-
CST 1998 Larry Ewing authored
Sun Mar 15 20:39:12 CST 1998 Larry Ewing <lewing@gimp.org> * app/undo.c (undo_pop_layer_displace): removed what seemed to be an extra call to drawable_update on the layer, and added a call to update the layer->mask.
-
- 15 Mar, 1998 10 commits
-
-
CST 1998 Larry Ewing authored
Sun Mar 15 14:50:21 CST 1998 Larry Ewing <lewing@gimp.org> * app/fileops.c (file_save_as_callback): fixed file Save As cancel callback to use gtk_signal_connect_object.
-
Sven Neumann authored
something slightly more useful. --Sven
-
Manish Singh authored
-Yosh
-
CST 1998 Larry Ewing authored
Sun Mar 15 02:06:18 CST 1998 Larry Ewing <lewing@gimp.org> * app/layers_dialog.c: pass layer_ID instead of layer_widget to rename funtion to prevent dereferencing freed mem. Fixes layer rename bug.
-
Tim Janik authored
* app/gimage.c (gimage_remove_layer): check whether the removed layer is floating_sel *and* check whether it is active_layer.
-
Tim Janik authored
Sun Mar 15 06:15:37 1998 Tim Janik <timj@gimp.org> * plug-ins/exchange/exchange.c (doDialog): also destroy the main dialog if the "Cancel" button is clicked. * plug-ins/flame/flame.c: use gtk_quit_add_destroy instead of gtk_quit_add (,gtk_widget_destroy,), i should have really known better since i wrote gtk_quit_add_destroy() exclusively for the gimp ;) * app/tips_dialog.c (tips_dialog_create): likewise. * app/indexed_palette.c (indexed_palette_create): likewise. * app/fileops.c (file_open_callback): likewise. * app/fileops.c (file_save_as_callback): likewise. Sun Mar 15 03:54:58 1998 Tim Janik <timj@gimp.org> * plug-ins/AlienMap/AlienMap.c: show/hide about dialog, don't affect the main dialog.
-
Tim Janik authored
Sun Mar 15 03:54:58 1998 Tim Janik <timj@gimp.org> * plug-ins/flame/flame.c (edit_callback): hide the dialog on delete. (make_file_dlg): hide the dialog on delete. * plug-ins/ifscompose/ifscompose.c (ifs_options_dialog): hide the dialog on delete. * app/interface.c (toolbox_delete): handle WM delete of toolbox correctly. (gdisplay_delete): don't close image window without confirmation.
-
Tim Janik authored
* app/interface.c (toolbox_delete): handle WM delete of toolbox correctly. (gdisplay_delete): don't close image window without confirmation. -timj
-
Manish Singh authored
* app/iscissors.c: new, improved, still buggy iscissors! * app/fileops.c: correctly hide the file selector * app/transform_core.c: a better fix for the display artifacts * added aa plugin back in -Yosh
-
Adrian Likins authored
-adrian
-
- 14 Mar, 1998 4 commits
-
-
Manish Singh authored
* updated to use libtool 1.1 * app/transform_core.c: fixed display artifacts for the transform tools, sorta. * plug-ins/pcx/pcx.c: updated pcx plug-in and some admistrivia -Yosh
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
Now registry and encoding can be choosen in the text tool and two new pdb-functions are available to access this functionality. Changed i26-gunya2.scm to make it follow the naming-convention. --Sven
-
Manish Singh authored
quell another gtk warning. -Yosh
-