- 01 Sep, 1998 2 commits
-
-
CDT 1998 Larry Ewing authored
Tue Sep 1 01:15:06 CDT 1998 Larry Ewing <lewing@gimp.org> * app/layers_dialog.c (paint_mode_menu_get_position): added this function to translate layer modes to correct menu positions, this is ugly but important until someone rewrites the layers_dialog.
-
CDT 1998 Larry Ewing authored
Mon Aug 31 23:32:40 CDT 1998 Larry Ewing <lewing@gimp.org> * app/gimpimage.c (gimp_image_remove_layer_mask): add back a call to gdisplays_flush that seems to have been lost in the objectification. Nether if this was intentional then we need to work out some way of notifing the layers dialog directly that the mask is now gone. --Larry
-
- 31 Aug, 1998 8 commits
-
-
Raph Levien authored
dithered now, and dither patterns align correctly when scrolling.
-
CDT 1998 Larry Ewing authored
Mon Aug 31 16:51:35 CDT 1998 Larry Ewing <lewing@gimp.org> * app/internal_procs.c: included in merge down changes I'm not sure what happened to the last commit, it aborted, but it seems some bits went through, so see the Changelog for what I think is an accurate record of the changes.
-
CDT 1998 Larry Ewing authored
Mon Aug 31 16:33:11 CDT 1998 Larry Ewing <lewing@gimp.org> * app/gimpimage.[ch] * app/gimage_cmds.[ch] * app/layers_dialog.c: Added merge down procedure, I'm not really sure if this behaves the way people expect it to, so please send me any comments on what it actually should do. It also needs a little testing, especially the pdb call. * app/gimpimage.c: cleaned up Seth's merge commit a little. Also changed the mode of a merged layer to normal, as this seems to be the proper thing. Discussion is welcome here as well.
-
Adam D. Moss authored
* app/gimpimage.c: I'm pleased to say that lewing doesn't want to kill me any more. Hooray!
-
Adam D. Moss authored
* app/gimage.h app/gimpimage.c app/gimpimage.h app/internal_procs.c app/layer.c app/xcf.c: Guide creation/deletion/query is now available as PDB procedures. Not yet directly exported to libgimp, and needs to be moved into gimage_cmds.c, but it works.
-
Seth Burgess authored
-
Lauri Alanko authored
thing as an architecture-independent plugin.
-
Manish Singh authored
-Yosh
-
- 30 Aug, 1998 1 commit
-
-
Owen Taylor authored
Sun Aug 30 16:45:05 1998 Owen Taylor <otaylor@gtk.org> * app/app_procs.c (app_init_update_status): Instead of calling gtk_widget_draw() (which was happening before the labels got re-size-allocated), just update the event loop so the idle resize/redraw gets run.
-
- 29 Aug, 1998 1 commit
-
-
Manish Singh authored
* libgimp/gimp.c * app/main.c: quell warning to g_set_message_handler * app/about_dialog.c: fix off-by-one error for space for the about text -Yosh
-
- 28 Aug, 1998 3 commits
-
-
Manish Singh authored
* acconfig.h * configure.in * app/main.c: added check for putenv and #ifdefed it's usage since NeXTStep is lame * libgimp/gimp.c * app/main.c * app/plug_in.c: conditionally compile shared mem stuff so platforms without it can still work * plug-ins/CEL/CEL.c * plug-ins/palette/palette.c * plug-ins/print/print-escp2.c * plug-ins/print/print-pcl.c * plug-ins/print/print-ps.c: s/strdup/g_strdup/ for portability -Yosh
-
Michael Johnson authored
make obvious fix to append-to-end-of-list code
-
Michael Johnson authored
-
- 26 Aug, 1998 1 commit
-
-
Raph Levien authored
-
- 25 Aug, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 24 Aug, 1998 3 commits
-
-
CDT 1998 Larry Ewing authored
Mon Aug 24 13:41:49 CDT 1998 Larry Ewing <lewing@gimp.org> * app/fileops.c (file_save): move the mru and docindex calls to before the call to gimp_image_set_filename so that they are still accessing valid memory. Fixes the filename corruption seen in these interfaces. * app/gimpimage.c: added a warning about the side effect that caused the above bug.
-
Manish Singh authored
* plug-ins/depthmerge.c * plug-ins/fli.[ch] * plug-ins/gfli.c: updates from the registry * plug-ins/pnm/pnm.c: fix for non-interactive mode * plug-ins/fractaltrace/fractaltrace.c: minor code cleanups -Yosh
-
Manish Singh authored
* configure.in: make xdelta not built by default, so poor users aren't confused * libgimp/gimp.c * app/blob.c * app/errors.c * plug-ins/script-fu/script-fu-server.c: fixes for glib changes with s/g_debug/g_on_error_debug/ and s/g_vsprintf/g_strdup_vprintf/ -Yosh
-
- 21 Aug, 1998 2 commits
-
-
CDT 1998 Larry Ewing authored
Fri Aug 21 17:25:34 CDT 1998 Larry Ewing <lewing@gimp.org> * app/fileops.c: fixed a lingering bug that occured from the removal of the id system. This should fix tigert's save problems.
-
Chris Lahey authored
-
- 20 Aug, 1998 3 commits
-
-
Raph Levien authored
-
this commit is intentional :-) ray lehtiniemi <rayl@netrover.com>
-
ok, i modified *way* more files than CVS is telling me.... - add canvas_init machinery (tile_manager_validate equivalent) - fix bugs in compositing code - layers/channels dialog, previews - all color handling should be fairly precision independent now - replaced gimage_type and gimage_base_type with Tags - remove concept of flat vs. layered gimages ray lehtiniemi <rayl@netrover.com>
-
- 18 Aug, 1998 1 commit
-
-
Manish Singh authored
magic of cut and paste ;) -Yosh
-
- 16 Aug, 1998 5 commits
-
-
CDT 1998 Larry Ewing authored
Sun Aug 16 18:48:17 CDT 1998 Larry Ewing <lewing@gimp.org> * app/ink.c (ink_paste): Make sure we check that ink_set_paint_area found a valid canvas_buf.
-
Sven Neumann authored
A two-byte fix to really display the cursor position when inside an active drawable. --Sven
-
Chris Lahey authored
-
CDT 1998 Larry Ewing authored
Sat Aug 15 22:53:36 CDT 1998 Larry Ewing <lewing@gimp.org> * app/gdisplay.c (gdisplay_update_cursor): Make sure we check the return value from gimp_image_active_drawable.
-
scott authored
recompile! :)
-
- 15 Aug, 1998 7 commits
-
-
CDT 1998 Larry Ewing authored
Sat Aug 15 16:53:45 CDT 1998 Larry Ewing <lewing@gimp.org> * app/airbrush.c: added a debug warning to a case that previously caused a segfault. This appears to be an xinput related problem where more than one button press can occur before a button release, so if you see a warning that tells you to contact me, please do.
-
scott authored
-
scott authored
bookkeeping without being used). Made copy_region more intelligent on when to use tile sharing; some changes made to pixel_regions to facilitate this. Fixed a refcount problem with xcf load and probably a few other bugs that I've forgotten about. Added a sanity check in set_undo_tiles to help with a problem larry is reporting with airbrush and xinput. --sg
-
scott authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
for the transformations and crop. Changed "Clip perspective" to "Clip result" in the ransform tool options and made it available for all transformations. Minor cosmetic changes to rect_select and ink option dialogs. --Sven
-
EDT 1998 Adrian Likins authored
Fri Aug 14 19:58:13 EDT 1998 Adrian Likins <adrian@gimp.org> * plugins/script-fu/scripts/select_to_brush.scm, selection-round.scm,slide.scm,sota-chrome-logo.scm, spinning_globe.scm,starburst-logo.scm,starscape-logo.scm, swirltile.scm, swirly-pattern.scm, t-o-p-logo.scm, textured-logo.scm: wave two of the changes -adrian
-
- 14 Aug, 1998 2 commits
-
-
Sven Neumann authored
--Sven
-
EDT 1998 Adrian Likins authored
Thu Aug 13 23:00:39 EDT 1998 Adrian Likins <adrian@gimp.org> * plug-ins/script-fu/scripts: tileblur.scm, title-header.scm, trochoid.scm,truchet.scm, unsharp-mask.scm, waves-anim.scm, weave.scm,xach-effect.scm: first wave of scripts to use some of the new script-fu options -adrian
-