- 26 Sep, 1998 2 commits
-
-
BST 1998 Adam D. Moss authored
Sat Sep 26 20:46:18 BST 1998 Adam D. Moss <adam@gimp.org> * app/channel.c app/channel_ops.c app/drawable.c app/floating_sel.c app/gdisplay.c app/gdisplay.h app/gimpimage.c app/layers_dialog.c app/undo.c: Moved the idlerender stuff into gdisplay.c. Implemented idlerender when doing floating_sel->layer, and undoing/redoing layer deletion. idlerender would be useful in many other places for improving interactivity, if it weren't for the following problems: * By definition, idlerender doesn't wait for a gdisplays_update() call before starting work - it just runs in idle time, which due to CPU contention with plugins may not be genuinely available idle time when things are 'noninteractive'. * Most GIMP functions don't know whether they're being run interactively or not. idlerender only makes sense for interactive work. This is why it is currently only applied to those functions which would normally only be activated manually. * Mixing idlerender and drawable_update() / gdisplays_update_area() calls can lead to a region being rerendered twice. Hence, some slogwork is needed before idlerender can be applied in the more general case.
-
EDT 1998 Adrian Likins authored
Sat Sep 26 00:54:14 EDT 1998 Adrian Likins <adrian@gimp.org> *gimptool.1: minor update to add info about -strip build options. -adrian
-
- 25 Sep, 1998 1 commit
-
-
BST 1998 Adam D. Moss authored
Fri Sep 25 18:05:39 BST 1998 Adam D. Moss <adam@gimp.org> * app/layers_dialog.c: Tied up some loose ends.
-
- 24 Sep, 1998 2 commits
-
-
BST 1998 Adam D. Moss authored
Thu Sep 24 12:39:27 BST 1998 Adam D. Moss <adam@gimp.org> * app/brush_edit.c: #include <string.h> for memset * app/layers_dialog.c: Display re-rendering is now handled in an interruptible asynchronous idle-threaded, uh, paradigm shift. The upshot of this is that fiddling about with layers in the layers dialog is now a shipload faster for some common operations. Still needs to be ratified w.r.t. multiple gimages, but it's there.
-
jaycox authored
* app/channel.[ch] * app/channel_cmds.c * app/drawable.h * app/channels_dialog.c * app/gimage_cmds.c * app/gimpdrawable.[ch] * app/gimpimage.c * app/layer.[ch] * app/layer_cmds.c * app/layer_select.c * app/layers_dialog.c: enforce unique names for layers and channels. New functions {channel,gimp_drawable,layer}_{get,set}_name
-
- 21 Sep, 1998 1 commit
-
-
Manish Singh authored
* app/text_tool.c: correct test for restoring old foundry in callback (from Trent Piepho) * plug-ins/gauss_iir/gauss_iir.c * plug-ins/gauss_rle/gauss_rle.c: better test for bad values, put fix in gauss_rle too -Yosh
-
- 20 Sep, 1998 4 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* Upgraded to libtool 1.2b * Reversioned libgimp to use gtk-style without a funky soname * configure.in: craft GLIB_CFLAGS and GLIB_LIBS * Makefile.am (pretty much all of em): changed to use new library naming scheme. Only link libgimpui and libgtk et al to the plugins that actually need them. * app/gimage_cmds.c: corrected typo that resulted in corrupt PDB record * libgimp/gimp.h * libgimp/gimpwire.h * libgimp/gimpmenu.[ch]: clean up the callback code * Removed unecessary inclusion of gtk headers for plugins that don't use em * plug-ins/zealouscrop/zealouscrop.c: use gint8 instead of gboolean, save some mem * plugged some warnings in animationplay, flame, fp, gee, gfig * gimptool.in: changes for library reversioning, added --nogimpui option for not linking in libgimpui * configure.in: added finnish translation -Yosh
-
Ville Hautamaki authored
My first cut at finnish translation. Ville
-
Seth Burgess authored
-
- 19 Sep, 1998 1 commit
-
-
BST 1998 Andy Thomas authored
Sat Sep 19 01:19:18 BST 1998 Andy Thomas <alt@picnic.demon.co.uk> * app/blend.c app/brush_select.c app/brush_select.h app/bucket_fill.c app/gimpbrushlist.c app/internal_procs.c app/plug_in.c libgimp/gimp.c libgimp/gimp.h libgimp/gimpmenu.c libgimp/gimptile.c plug-ins/gfig/gfig.c Infrastructure to allow gimp dialogs to be controlled from plugins. Brush dialog can now be invoked multiple times. Dialogs invoked via plugins do not control the active brush (dialog only used for selections). New gimp_interactive_selection_brush() function to popup dialog Example of usage in the gfig plugin. Other dialogs should be able to use this method of invocation.
-
- 15 Sep, 1998 2 commits
-
-
BST 1998 Adam D. Moss authored
Tue Sep 15 21:27:10 BST 1998 Adam D. Moss <adam@gimp.org> * plug-ins/gif.c: The facility to specify the background colour of a transparent/animated GIF for non-transparent viewers now works very much more consistantly. The only situations in which it will fail to work as expected now are those where file size can be reduced (abeit not by much, as the plugin is sometimes more pessimistic than it need be) by re-using an existing unused colour index rather than using another bit per pixel in the encoded file. That will never be an issue with an image which was freshly converted from RGB to INDEXED with the Quantize option, as that option removes any unused colours from the image. Let me know if you find the consistancy/size tradeoff more annoying than helpful and I can adjust it. IMHO it is too arcane a feature to present to any user as a runtime option. * app/ink.c: #include <string.h> for a memset
-
jaycox authored
Modified Files: ChangeLog app/gimpbrushgenerated.c app/gimpbrushgenerated.h app/paint_funcs.c app/paint_funcs.h Constification
-
- 14 Sep, 1998 1 commit
-
-
Tristan Tarrant authored
-
- 12 Sep, 1998 1 commit
-
-
Tuomas Kuosmanen authored
-
- 11 Sep, 1998 2 commits
-
-
EDT 1998 Adrian Likins authored
Fri Sep 11 11:15:17 EDT 1998 Adrian Likins <adrian@gimp.org> * app/file_new_dialog.c: fixed a typo that wouldnt let you create images smaller than 1 unit -adrian
-
Tristan Tarrant authored
Tristan
-
- 10 Sep, 1998 2 commits
-
-
Manish Singh authored
<joke@awa.tohoku.ac.jp> -Yosh
-
Manish Singh authored
* plug-ins/script-fu/script-fu.c * plug-ins/script-fu/script-fu-console.[ch]: added an eval PDB interface for running arbitrary scheme code * app/batch.c: redid batch mode to use script-fu-eval * app/main.c: fixed command line parsing for batch mode and image loading -Yosh
-
- 09 Sep, 1998 2 commits
-
-
Manish Singh authored
* configure.in: added -std1 check for DU4 * gimptool.in: added strip options * plug-ins/hrz/hrz.c: #ifndef'd NeXT out munmap call * plug-ins/maze/maze.c: commented out some debug code differently so NeXT compiler won't barf. * configure.in * po/sv.po: added a preliminary Swedish translation from Tomas Ogren <stric@ing.umu.se> -Yosh
-
jaycox authored
* app/brush_generated.c: more carefull when the active brush changes * app/docindexif.c: white_space() was ungetch'ing the eof marker which can clear the eof flag on some systems. * app/docindex.c: check for ferror()s * app/brush_select[ch]: sensitize the edit button iff the active brush is a generated brush.
-
- 08 Sep, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 07 Sep, 1998 1 commit
-
-
Stuart Parmenter authored
-pav
-
- 06 Sep, 1998 2 commits
-
-
Manish Singh authored
* configure.in: see if CC needs -posix (for NeXTStep) * app/channels_dialog.c: added clarifying {}'s around if block * app/gimpbrushlist.c: #if 0'd out some dead code * plug-ins/script-fu/script-fu-server.c: removed unused variable declaration -Yosh
-
Manish Singh authored
-Yosh
-
- 04 Sep, 1998 1 commit
-
-
Adam D. Moss authored
* plug-ins/psd/psd.c: Added the ability to load Guides info from PSD files. * app/gimage_cmds.c: Don't allow careless callers to add Guides outside of the image boundaries.
-
- 02 Sep, 1998 1 commit
-
-
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.
-
- 01 Sep, 1998 7 commits
-
-
EDT 1998 Adrian Likins authored
Tue Sep 1 18:32:39 EDT 1998 Adrian Likins <adrian@gimp.org> * gimptool.1: minor updates to the gimptool man page to cover more of the kitchen sink. -adrian
-
Adam D. Moss authored
-
Manish Singh authored
-Yosh
-
Adam D. Moss authored
* plug-ins/guillotine/Makefile.am configure.in plug-ins/guillotine/guillotine.c plug-ins/Makefile.am: New plugin to slice an image up along its Guides. * app/gimage_cmds.c: Fixes.
-
Adam D. Moss authored
* app/gimage_cmds.c app/gimage_cmds.h app/gimpimage.c app/gimpimage.h libgimp/gimp.h libgimp/gimpenums.h libgimp/gimpimage.c: Moved the guide PDB functions into a more sensible place, made them accessible to plugins through libgimp.
-
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 6 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
-