bdbec7941c
Use the new macros from the last commit in all files
...
...and gone are the annoying warnings.
2018-05-20 21:06:34 +02:00
801bd8fb3f
plug-ins: get rid of icons in dialog buttons (use labels not stock IDs)
2017-02-12 16:18:54 +01:00
9ab041d36a
plug-ins: small typo fix - s/framese/frames/
2016-11-08 01:39:42 +01:00
21d8c00d16
plug-ins: make file_gif_spin_button_int_init() generic.
...
Use the `value_pointer` parameter instead of modifying the globale
`gsvals.default_delay`. This doesn't change anything in current code
where file_gif_spin_button_int_init() is only used for connecting this
variable to the delay spin button, but could have been a problem if it
were reused in the future.
2016-11-06 18:04:32 +01:00
99a22418b9
Bug 769340 - GIF export dialog: false memory.
...
"As animation" is checked while being insensitive on a single-layer
image when previously exporting a GIF animation in the same session.
2016-07-31 06:26:48 +02:00
ba8dd17396
plug-ins: port file-gif-save to GIO
2016-04-14 18:49:30 +01:00
b85d03eaab
plug-ins: cleanup in file-gif-save
...
From the book of stashes, chapter 42.
2016-04-14 16:54:08 +01:00
ec27b539ea
plug-ins: various s/save/export/ replacement on visible strings.
2016-02-16 02:35:43 +01:00
0593eaa7c3
plug-ins: GEGL buffers leaked when canceling gif export.
...
Delete the duplicated sanitized image when canceling in the gif options
dialog.
2015-09-04 18:26:35 +02:00
6b33491ce4
plug-ins: returned value of gimp_image_get_layers() must be freed.
2015-09-04 18:24:21 +02:00
765975dfd6
plug-ins: gif export should not carry on when sanity_check() fails.
...
This specific crash was only occuring when GIMP_INTERACTIVE_EXPORT=1
and canceling the first dialog. So that should not happen too often,
but well, now it's fixed…
2015-09-03 15:33:22 +02:00
6a079b980b
plug-ins: format prototypes in file-gif-save
2015-02-15 22:52:37 +01:00
be45ec02dc
Revert "file-gif-save: Export images in non-interactive run mode (Bug #698450 )"
...
This reverts commit 197280311a .
2014-09-26 16:39:49 +05:30
197280311a
file-gif-save: Export images in non-interactive run mode (Bug #698450 )
2014-09-26 13:36:32 +05:30
f28878b6d3
plug-ins: start the progress before opening files for loading/saving
...
so the user gets feedback as early as possible.
2014-07-23 21:37:13 +02:00
b42cedd383
No tabs please, we're British.
2014-05-16 17:46:18 +01:00
a3be308aea
file-gif-save2 takes 3 more params.
2014-05-16 17:37:06 +01:00
03df8c6af4
plug-ins: pass the format's name again in calls to gimp_export_image()
...
and clean up the formatting of the call and the lines around it. Now
we can check the various (disabled) export options for regressions
again by changing a single line in gimp_export_image().
2013-11-10 00:18:48 +01:00
264d09b417
Rename colour and greyscale to color and grayscale respectively
2013-06-06 23:26:16 +02:00
d72226baf7
file-gif-save: Don't use register keyword
2013-05-30 10:56:24 +05:30
b0834ecfbe
plug-ins: remove more cruft from file-gif-save
2013-05-27 22:56:01 +02:00
66f6fb9aa6
plug-ins: always build all GIF compression functions, but always use LZW
2013-05-27 22:56:01 +02:00
7f8a9331ed
plug-ins: remove crufty and obfuscating #ifdefs from file-gif-save
2013-05-27 22:56:01 +02:00
9fa112f6b3
Bug 690728: file-gif-save plug-in crops the actual image the user is working on.
...
Destructive behavior fixed by duplicating the image first, then deleting
the duplicate at the end.
2013-01-20 16:17:55 +09:00
67dda14e77
plug-ins: cleanup in the recently GEGL-ported plug-ins
...
Mostly formatting consistency paranoia.
2012-11-27 20:58:05 +01:00
aa0a24164c
plug-ins: port file-gif-save to GEGL
2012-09-22 23:19:32 +02:00
c021703914
Bug 668077 - Plural forms
...
The two plurals are always constant numbers, but use %d to substitute
the constant. Add translator comments.
2012-01-18 20:53:42 +01:00
1d5029170c
file-gif-save: Drop dead variable and assignments
2011-10-12 16:57:09 +05:30
70a6f7e6bf
file-gif-save: Delete dead variables and assignments
2011-10-10 10:05:05 +05:30
d5c1e09643
file-gif-save: Delete dead variables and assignments
2011-10-06 19:42:47 +05:30
aac5be344f
file-gif-save: Remove dead assignments (and variables)
2011-10-03 18:57:48 +05:30
af547cc0c7
file-gif-save: Remove dead assignments (and variables)
2011-10-03 18:56:14 +05:30
cd2b6107c3
file-gif-save: Remove dead assignment (and variable)
2011-10-03 18:39:42 +05:30
b321f4ec51
file-gif-save: Remove dead assignments
2011-10-03 12:49:06 +05:30
77b615e899
plug-ins: use g_object_bind_property() to set widgets sensitive
...
depending on toggle buttons instead of libgimpwidgets' "set_sensitive"
hack.
2011-05-11 11:41:26 +02:00
8ff66342b8
plug-ins: set progress to 1.0 when done
2011-04-10 19:28:43 +02:00
8c4d99f883
Bug 645456 - Inconsistent window (role) naming scheme
...
Applied patch from Christoph Kappel which adds a "gimp-" prefix to all
plug-in dialog window roles.
2011-04-08 20:31:34 +02:00
87646e9ace
libgimp: deprecate and rename the image parasite functions
...
in exactly the way the drawable functios were turned into item ones.
2011-03-08 13:19:21 +01:00
97a73ea83f
app: use gtk_box_pack_start() to pack a dialog's toplevel container
...
instead of gtk_container_add()'s because otherwise the widget will not
expand in GTK+ 3.x
2011-03-04 10:44:58 +01:00
270ba46eba
Bug 623186 - GIF save plugin chokes on layers larger than canvas
...
GIMP_RUN_WITH_LAST_VALS must have the UI initialized too, for example
when doing File -> Export <file>.
2010-08-16 21:58:14 +02:00
c6a2eaa5c4
plug-ins: use new item API instead of deprecated drawable API
2010-07-09 12:27:36 +02:00
999f00bd27
Bug 623186 - GIF save plugin chokes on layers larger than canvas
...
Move the call to gimp_ui_init() before the sanity checks so that
GTK+ is properly initialized before the dialog is shown.
2010-07-07 19:25:14 +02:00
0f275bfdc9
plug-ins: Don't initialize va_list to NULL, it's not portable
2010-02-17 19:10:24 +01:00
7cdd99feac
Bug 596427 - Can't export to animated GIF
...
Add an 'As Animation' toggle to the GIF export options. If checked,
the GIF will be written as an animation. Only enable it on images with
more than on layer though. Add the new GIFSaveVals as_animation member
last so we don't break gimp_get_data() of old data. The fix moves the
GIF options fetching to *before* gimp_export_image(). If as-animation,
we simply pass GIMP_EXPORT_CAN_HANDLE_LAYERS to capabilities so the
layers are kept.
2010-02-16 20:02:57 +01:00
d9862b21c1
plug-ins: Move save_image() code out of options fetching code for GIF
...
Make the save_image() code out of the options fetching code for GIF to
make this more independent.
2010-02-16 20:02:57 +01:00
5c154c17dc
plug-ins: Port file-gif-save.c to Glade + GtkBuilder
2010-02-16 20:02:56 +01:00
84b8ec1f5c
plug-ins: Minor readability improvement in GIF's save_dialog()
...
Add an animation_supported boolean to GIF's save_dialog().
2010-02-16 20:02:56 +01:00
19fe919dce
plug-ins: Port file plug-ins to new export API
2009-07-21 16:03:58 +02:00
e805cb0cf4
Use gtk_dialog_get_content_area() instead of dialog->vbox
2009-07-15 18:57:12 +02:00
4ea1437646
plug-ins/common/*.c plug-ins/color-rotate/color-rotate.c
...
2009-01-19 Michael Natterer <mitch@gimp.org >
* plug-ins/common/*.c
* plug-ins/color-rotate/color-rotate.c
* plug-ins/file-bmp/bmp.c
* plug-ins/file-faxg3/faxg3.c
* plug-ins/file-fits/fits.c
* plug-ins/file-fli/fli-gimp.c
* plug-ins/file-ico/ico.c
* plug-ins/file-jpeg/jpeg.c
* plug-ins/file-psd/psd-save.c
* plug-ins/file-psd/psd.c
* plug-ins/file-sgi/sgi.c
* plug-ins/file-uri/uri.c
* plug-ins/file-xjt/xjt.c
* plug-ins/flame/flame.c
* plug-ins/fractal-explorer/fractal-explorer.c
* plug-ins/gfig/gfig.c
* plug-ins/gimpressionist/gimp.c
* plug-ins/gradient-flare/gradient-flare.c
* plug-ins/help-browser/help-browser.c
* plug-ins/ifs-compose/ifs-compose.c
* plug-ins/imagemap/imap_main.c
* plug-ins/lighting/lighting-main.c
* plug-ins/map-object/map-object-main.c
* plug-ins/maze/maze.c
* plug-ins/metadata/metadata.c
* plug-ins/pagecurl/pagecurl.c
* plug-ins/print/print.c
* plug-ins/pygimp/gimpfu.py
* plug-ins/script-fu/script-fu-script.c
* plug-ins/script-fu/script-fu.c
* plug-ins/selection-to-path/selection-to-path.c
* plug-ins/twain/twain.c
* plug-ins/win-snap/winsnap.c: document the "run-mode" parameter
as we document enums for core procedures.
svn path=/trunk/; revision=27922
2009-01-19 20:11:36 +00:00