- 18 Jul, 1998 4 commits
-
-
Adam D. Moss authored
* app/gimprc.c * app/gimprc.h * app/ink.c * app/paint_core.c * app/preferences_dialog.c: Now the perfect-mouse-tracking normally enabled by pressing MOD1 is a preferences option, and MOD1 inverts the affect. * app/ink.c: Mildly tweaked the default brush size/range for my own twisted sense of esthetics. Forgive me.
-
Sven Neumann authored
I tried to use the gtk_statusbar for this, but it seems that the label redrawing in gtk+ is still buggy. --Sven
-
Adam D. Moss authored
* app/fileops.c: Fixed my idiotic comment syntax * app/airbrush.c: Less wussy default/max rate
-
Adam D. Moss authored
* app/fileops.c: Added the ability to make multiple selections from GIMP's load-file-selector. It's adequate but not perfect without the ability to get the filesel's idea of its cwd via clean GTK coding. * app/convert.c: Minor textual changes.
-
- 17 Jul, 1998 2 commits
-
-
Manish Singh authored
* gimptool.in: Made usage printout more verbose, added --quiet and -n options * gimp.m4: set NOUI stuff if available -Yosh
-
Manish Singh authored
* gimptool.in: Added --cflags-noui and --libs-noui flags and appropriate sed junk to craft it. Don't call gtk-config unless GTK_CONFIG is set; hard code the info. Strip out redundant stuff from the output * libgimp/gimp.h * libgimp/gimpimage.c: make gimp_image_flatten return a value to be consistent with the PDB -Yosh
-
- 16 Jul, 1998 4 commits
-
-
Manish Singh authored
-Yosh
-
jaycox authored
---------------------------------------------------------------------- Modified Files: ChangeLog app/brush_edit.c app/brush_edit.h app/brush_select.c app/gimpbrush.c app/gimpbrushgenerated.c app/gimpbrushgenerated.h app/gimpbrushlist.c added support for loading generated brushes and updated the brush_edit a bit. Added Files: data/brushes/round1.vbr A sample generated brush.
-
CDT 1998 Shawn T. Amundson authored
Wed Jul 15 22:06:32 CDT 1998 Shawn T. Amundson <amundson@gimp.org> * Cursor location in statusbar * Fixed resize of window * progressbar is smaller now
-
Sven Neumann authored
--Sven
-
- 15 Jul, 1998 2 commits
-
-
jaycox authored
---------------------------------------------------------------------- Modified Files: ChangeLog app/brush_edit.c app/brush_select.c app/gimpbrushgenerated.c app/gimpbrushgenerated.h app/interface.c Added freeze/thaw to gimpbrushgenerated. added a close button and a preview to the brush_edit dialog. ----------------------------------------------------------------------
-
Manish Singh authored
-Yosh
-
- 14 Jul, 1998 3 commits
-
-
Manish Singh authored
* configure.in: check for inline by ourselves if it's not defined in glibconfig.h. So inline works if glib is compiled with a different compiler than gimp. The plug-ins that use inline #include "config.h" now (blur, destripe, emboss, gfli, nlfilt, ps, randomize, sinus, and zealouscrop) * app/main.c: applied gimp-kc-980707-0; fixes command line parsing * plug-ins/dbbrowser/dbbrowser_utils.c: searching by name does - <-> _ translation * Added filter pack plugin -Yosh
-
EDT 1998 Adrian Likins authored
Mon Jul 13 22:00:31 EDT 1998 Adrian Likins <adrian@gimp.org> * app/rect_select.c : argh, s/snprintf/g_snprintf -adrian
-
EDT 1998 Adrian Likins authored
Mon Jul 13 19:07:43 EDT 1998 Adrian Likins <adrian@gimp.org> * app/drawable.c app/commands.c app/gimpimage.h app/layers_dialog.c: applied gimp-kc-980707-1 from Kevin Cozens <kcozens@interlog.com> * Dialog boxes for creating a new image or a new layer now include as a fill type option. -adrian
-
- 13 Jul, 1998 6 commits
-
-
EDT 1998 Adrian Likins authored
Mon Jul 13 18:08:35 EDT 1998 Adrian Likins <adrian@gimp.org> * plug-ins/script-fu/scripts/3dTruchet.scm plug-ins/script-fu/scripts/flatland.scm plug-ins/script-fu/scripts/truchet.scm: updated these scripts to return the display they open, mainly so i can use them in another script -adrian
-
EDT 1998 Adrian Likins authored
Mon Jul 13 17:48:21 EDT 1998 Adrian Likins <adrian@gimp.org> * app/rect_select.[ch]: applied gimp-chap-980709-0 from Chap Lovejoy (chap@cc.gatech.edu) From the README: Adds fixed size and fixed ratio rectangular selections to the gimp. Fixed size is enabled by filling in the height and width boxes in the rectangular selection tool options box and checking the "fixed size" checkbox. Fixed ratio is enabled by enabling fixed size (set the height and width to the desired ratio values) and holding shift after starting the selection (holding shift while starting the selection will change the selection operation to add). -adrian
-
Sven Neumann authored
I'm not very happy with this new feature as it doubles functionality and code with the new docindex. Probably the two should be merged somehow. The user interface should stay as it is, but the MRU functions should be provided by the docindex code. --Sven
-
jaycox authored
---------------------------------------------------------------------- Modified Files: ChangeLog app/brush_select.c app/gimpbrushgenerated.c app/gimpbrushlist.c fixed brush ref counting. ----------------------------------------------------------------------
-
Adam D. Moss authored
* app/convert.c: July 6th's patch from Yasuhiro SHIRASAKI for constraining custom-palette choices to <=256 colours broke the automatic defaulting of 'Web' palette. Fixed.
-
scott authored
-
- 12 Jul, 1998 7 commits
-
-
EDT 1998 Michael K. Johnson authored
Sun Jul 12 19:00:15 EDT 1998 Michael K. Johnson <johnsonm@redhat.com> * app/tile_swap.c * app/tile_swap.h * app/tile_manager.c * app/tile_manager.h * app/pixel_region.c * app/pixel_region.h: asynchronous swapin on systems with pthreads. This version is not at all tuned, and the only interface which makes use of it now is pixel_region_{g,s}et_{row,col}. Other functions which know ahead of time the area that they will be needing can request that it be asynchronously swapped in via the pixel_region_get_async() function. Compiles and survives basic testing.
-
scott authored
-
Adam D. Moss authored
* app/gdisplay.h * app/interface.c * app/plug_in.c: Added the ability to cancel a running plugin when the progress-bar has been sucked into the image window. * plug-ins/psd/psd.c: Turned debugging on again, since we are in a development cycle...
-
jaycox authored
```------------------------------------------------------------------- Modified Files: ChangeLog app/Makefile.am app/brush_select.c app/gimpbrushlist.c app/gimpbrushlist.h app/gimpsetF.h added sorting on the brush_list, fixed some encapulation issues. app/paint_funcs.c minor speed tweak to border_region Added Files: app/gimpbrushlistF.h app/gimpbrushlistP.h app/gimplist.c app/gimplist.h app/gimplistF.h app/gimplistP.h Split gimpbrushlist.h into 3 files. New class "GimpList" ``` -------------------------------------------------------------------
-
Manish Singh authored
item into the dialogs submenu -Yosh
-
Owen Taylor authored
Sat Jul 11 23:57:09 1998 Owen Taylor <otaylor@gtk.org> * app/ink.c (tools_free_ink): Free last_blob when destroying tool. * app/blob.c: Fix off-by-one error when searhing for gaps.
-
scott authored
-
- 11 Jul, 1998 7 commits
-
-
Sven Neumann authored
lewing pointed out that you can't make them smaller any more :-( Bah, the whole geometry stuff needs to be reworked in gtk+ !! --Sven
-
Sven Neumann authored
reopened. Try to use the --restore-session command-line option. --Sven
-
scott authored
--sg
-
Adam D. Moss authored
* app/paint_funcs.c: Shaved about 25% off the time spent in combine_inten_[a_]and_inten_a_pixels() - yay. * app/xcf.c: Removed 'M' and '.' debugging spew * app/tile_manager.c: Removed #include <stdio.h>
-
scott authored
-
Seth Burgess authored
-
Seth Burgess authored
-
- 10 Jul, 1998 5 commits
-
-
Chris Lahey authored
-
Adam D. Moss authored
* app/paint_funcs.c: Fixed copy-on-write path of copy_region which was sometimes crashing with Scott's new tile scheme. * app/tile_manager.c: Added some sanity warnings. * app/xcf.c: Fixed copy-on-write tile loading which was causing crashes with Scott's new tile scheme. Ref balance count seems funny still.
-
Chris Lahey authored
-
jaycox authored
Modified Files: ChangeLog app/brush_select.c app/brush_select.h app/gimpbrushgenerated.c app/gimpbrushlist.c app/gimpbrushlist.h app/paint_core.c app/paint_core.h Signalified the brushes and cleaned up a few things. app/paint_funcs.c: Minor speed tweak ----------------------------------------------------------------------
-
scott authored
-