summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/pigment/ChangeLog')
-rw-r--r--media-libs/pigment/ChangeLog71
1 files changed, 71 insertions, 0 deletions
diff --git a/media-libs/pigment/ChangeLog b/media-libs/pigment/ChangeLog
index 6135ce7..99fc30e 100644
--- a/media-libs/pigment/ChangeLog
+++ b/media-libs/pigment/ChangeLog
@@ -2,6 +2,77 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Mar 2008; Daniel Gryniewicz <dang@gentoo.org> ++, ++:
+ Bump to 0.3.5
+
+ Changes since 0.3.4:
+
+ * Highly improved rendering performance of the OpenGL plugin.
+
+ * Added support for drag and drop on the viewport.
+
+ * Added support for Freedesktop startup notification in the OpenGL plugin.
+
+ * Added support for changing the viewport opacity.
+
+ * Fixed the Xlib/XCB dead lock.
+
+ * Fixed focus traversal with the GTK+ widget.
+
+ * Made the text font height proportional to the height of the drawable.
+
+ Tickets fixed since 0.3.4:
+
+ * #111 : Fancy fonts rendering with Mesa
+
+ * #194 : XEmbed focus traversal problems
+
+ * #214 : Viewport drag and drop support
+
+ * #170 : Implement the freedesktop's startup notification specification
+
+ * #176 : Crash with ATI radeon with no direct rendering
+
+ * #204 : text font height resize support in Group
+
+ * #215 : Support viewport clear color through the ARGB visuals
+
+ * #228 : Update idle source output clutters the console output
+
+ API added since 0.3.4:
+
+ * pgm_viewport_get_opacity()
+
+ * pgm_viewport_set_opacity()
+
+ * pgm_viewport_get_frame_rate()
+
+ * pgm_viewport_get_alpha_blending()
+
+ * pgm_viewport_set_alpha_blending()
+
+ * PgmViewportCapacity::PGM_VIEWPORT_OPACITY
+
+ * PgmViewport::drag-motion-event signal
+
+ * PgmViewport::drag-drop-event signal
+
+ * PgmViewport::drag-leave-event signal
+
+ * PgmViewport::set_drag_status virtual function
+
+ * PgmEventType::PGM_DRAG_MOTION field
+
+ * PgmEventType::PGM_DRAG_DROP field
+
+ * PgmEventType::PGM_DRAG_LEAVE field
+
+ * PgmEventDnd structure
+
+ API changed since 0.3.4:
+
+ * Removed PGM_VIEWPORT_HAS_CAPS() macro
+
22 Jan 2008; Daniel Gryniewicz <dang@gentoo.org> ++, ++:
Bump to 0.3.3