Commit Graph

2906 Commits

Author SHA1 Message Date
26bf2b0cd7 Make libgimp depend on GdkPixbuf
Move the pixbuf layer and image thumbnail function from libgimpui to
libgimp and move gimp_layer_new_from_pixbuf() to gimplayer.[ch] where
it belongs. Change gimp-2.0.pc accordingly, adapt plug-in Makefiles
and update devel-docs.
2011-04-20 20:04:35 +02:00
9b3e1c91fd file-pdf-load: Don't use deprecated API (bug #646947) 2011-04-20 18:55:44 +05:30
83bbb67781 plug-ins: #undef GDK_DISABLE_DEPRECATED so we are 64 bit safe
will revert after 2.7.2 so we see the warnings again.
2011-04-14 21:16:40 +02:00
7ace5f9571 plug-ins: port screenshot to cairo_region_t 2011-04-12 00:26:47 +02:00
cb7acfaf7a plug-ins: forgot some GdkNativeWindow 2011-04-12 00:16:38 +02:00
ce25d9ef64 plug-ins: don't use gdk_window_foreign_new_for_display() in screenshot
and also avoid GdkNativeWindow.
2011-04-11 23:58:03 +02:00
7e6c026790 Globally use GDK_KEY_foo, remove the compat defines from widgets-enums.h 2011-04-11 23:43:03 +02:00
8ff66342b8 plug-ins: set progress to 1.0 when done 2011-04-10 19:28:43 +02:00
7552d1aa8b plug-ins: nova, draw cross and use mouse events properly when the preview allocation is larger than the area 2011-04-10 19:28:43 +02:00
2fbc0b3389 plug-ins: plasma, port to gimp_drawable_mask_intersect 2011-04-10 19:28:43 +02:00
d0e07a2b1f Bug 155733 - need to check return values of gimp_drawable_mask_bounds()
Applied heavily modified patch from Brennan Shacklett that fixes
cartoon.c; it still tries to make a preview of the nop though.
2011-04-10 13:11:37 +02:00
1a3315feac web-page: Use GimpIntComboBox and avoid a lot of excess code 2011-04-10 13:06:12 +05:30
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
77b76ca945 web-page: Update progress to 1.0 when complete 2011-04-08 18:33:42 +05:30
335047fc7f web-page: Fix use of deprecated API 2011-04-08 18:08:27 +05:30
24ee3370b8 Depend on GTK+ >= 2.24.3, cairo >= 1.20.1, gdk-pixbuf >= 2.22.1
and completely separate configure and sanity checks for gdk-pixbuf
from GTK+, because it's now distributed as a separate package. Remove
all sorts of conditional compiling based on GDK_CHECK_VERSION() and
CAIRO_VERSION.
2011-04-06 19:58:24 +02:00
95a32f48b3 web-page: Use a GtkSizeGroup with labels 2011-04-04 18:08:13 +05:30
4b06a43953 web-page: Add a default font size combo 2011-04-01 17:01:24 +05:30
a1142827df web-page: Move global variables into webpagevals struct 2011-04-01 16:34:56 +05:30
796038b216 web-page: Append GIMP to the user agent string 2011-04-01 16:24:02 +05:30
af74ee79e2 web-page: Ankh said 2048 bytes, not 1024 bytes 2011-04-01 05:35:52 +05:30
e9224d41d5 web-page: Increase maximum URL len 2011-04-01 05:21:39 +05:30
0b6491f94c web-page: Untabify code 2011-04-01 05:21:26 +05:30
488b73ca7d web-page: Save and restore plug-in data 2011-04-01 04:51:21 +05:30
a4fb10a5af web-page: Change quote style yet again 2011-04-01 04:14:03 +05:30
d85642dd57 web-page: Don't clean image by default 2011-03-31 15:17:53 +05:30
9d8cef0628 web-page: Update TODO 2011-03-31 14:50:47 +05:30
4387ffde06 web-page: Do better error handling 2011-03-31 14:48:25 +05:30
8b3c7ace46 web-page: Change quote style 2011-03-31 14:48:25 +05:30
46931ec0d4 web-page: Fix PDB data type of URL 2011-03-31 12:33:41 +05:30
2b814b7148 web-page: Don't update progress too often 2011-03-31 12:04:17 +05:30
f81c3b1f2c web-page: Report progress when a webpage is being downloaded 2011-03-31 09:24:48 +05:30
6c353096bb web-page: Convert tabs to spaces 2011-03-31 09:24:01 +05:30
5d035ae557 web-page: Update TODO 2011-03-31 09:09:31 +05:30
c7a1846ec8 web-page: Make a well-formed URL if necessary 2011-03-31 09:05:57 +05:30
d2e836a644 web-page: Update TODO list 2011-03-31 08:54:07 +05:30
93e0140cd4 web-page: Add width entry widget 2011-03-31 08:54:07 +05:30
0382e204d9 web-page: Return correct flag when action is cancelled 2011-03-31 08:54:07 +05:30
e9befddbba Add the web-page plug-in 2011-03-31 00:39:57 +05:30
647f0ada2a Add support for reading 16-bit raw PPM files
This should be useful for loading the output of programs such
as dcraw.
2011-03-26 15:09:59 +05:30
c062432444 Fix size_t format modifier yet again
This is cause our favourite platform Windows doesn't support
the POSIX `z' modifier for size_t arguments. Yay!
2011-03-24 11:29:23 +05:30
28aa26fb28 Bug 635038 - Fails to build on GNU/Hurd
Apply patch from Ari Pollak that tries harder to get a value for
PATH_MAX.
2011-03-21 23:40:05 +01:00
584f9a35e7 Use correct format string for size_t args 2011-03-18 00:06:15 +05:30
ac5cd62af5 plug-ins: don't use %ld to print simple integer values
I have no clue why %ld was used here, the values are really small...
2011-03-17 15:58:46 +01:00
e26c2777c5 plug-ins: use GimpImageType instead of GimpImageBaseType in value-propagate
This has been wrong forever.
2011-03-17 15:57:46 +01:00
d7c1788f2c plug-ins: use gdk_window_get_width/height() on GTK+ >= 2.24 2011-03-17 15:56:53 +01:00
98e5c32f00 plug-ins: compare gimp_image_base_type() to GIMP_RGB, not GIMP_RGB_IMAGE
because the latter is from the wrong enum.
2011-03-17 15:44:47 +01:00
bdf8d3d776 plug-ins: add some GTK_CHECK_VERSION(2,24,0) and use the new GtkComboBoxText 2011-03-17 14:31:39 +01:00
bb6436cb44 libgimp: deprecate and rename the global pararasite functions
just as it was done for items and images. Remove the "parasite" PDB
group completely.
2011-03-08 14:31:04 +01:00
db6f3dfe89 plug-ins: fix glitch in image parasite function renaming 2011-03-08 14:21:57 +01:00