Commit Graph

6310 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
f1c20cb165 Fixed modulo function which affected 'random' procedure. (See bug #647541) 2011-04-13 13:39:58 -04: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
61476aa20a Remove two stray semicolons making if bodies always run 2011-04-08 13:20:37 +02:00
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
d03d804b92 plug-ins: gfig, do cancel stuff when the dialog is closed 2011-04-01 02:32:51 +02:00
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
569299523e Bug 641529 - Image Map plugin. The name of 2 buttons are not too clear
It can't hurt to have more obvious tooltips.
Changed to "Move Area to Top/Bottom".
2011-03-21 22:58:59 +01:00
ee6a029040 Add -fno-common to CFLAGS
Also fix the errors that were discovered by it. Multiple
definitions of global variables are no longer silently combined by
the linker, and will be reported as errors.

If you see GIMP crash strangely (i.e, apart from the usual crashes),
please go see a head doctor.
2011-03-21 22:51:30 +05:30
6e45d788f8 plug-ins: undeprecate most of file-xjt 2011-03-18 09:27:54 +01:00
422248d42a Fixed cut and paste error that put R5RS fix before the setting of a variable. 2011-03-17 21:43:48 -04:00
94fa7a0471 file-jpeg: Validate ExifRational.denominator before division 2011-03-18 03:44:08 +05:30