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
38fd77f5e9
plug-ins: some more s/gtk_container_add/gtk_box_pack_start/
2011-03-05 10:59:56 +01:00
9853df88a1
plug-ins: Increase size of values array in file-xmc to allow for values[5] access
2010-10-07 17:55:36 +05:30
bbd7ec6b5c
plug-ins: port from gimp_image_add_foo() to gimp_image_insert_foo()
...
I'm sure some plug-ins need to add their items *not* at the toplevel,
but since making plug-ins really tree-aware is a lot more work than
just fixing insert positions, I went for passing -1 as parent in
almost all cases. And because of laziness...
2010-09-06 11:40:46 +02:00
c6a2eaa5c4
plug-ins: use new item API instead of deprecated drawable API
2010-07-09 12:27:36 +02:00
e942d1e913
plug-ins: Remove bogus ) in file-xmc.c
2010-05-27 19:53:48 +02:00
ed6fa8d3f3
plug-ins: adjust user-visible strings for consistency
2010-05-21 22:19:24 +02: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
780404699e
plug-ins: Add missing #include<X11/Xlib.h> that is breaking build
2009-06-28 11:12:16 +02:00
030aa9b26d
plug-ins: minor coding style adjustments in file-xmc.c
2009-06-02 21:11:34 +02:00
27cec2c3f2
plug-ins: add X11 Mouse Cursor plug-in
...
This commit adds a plug-in to read and write X11 mouse cursor files.
2009-06-02 21:11:06 +02:00