Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-06-30 22:01:33 (GMT)
committer Kristian Høgsberg <krh@src.gnome.org>2005-06-30 22:01:33 (GMT)
commitdf1b45e49e809c90e5f79e36c2da95b342d063d6 (patch)
tree7db1957b0331aeb7a85dfba985a22f67837086a7 /ChangeLog
parent1b553f2b8c0b409ff4a5c93d4341df6e4bfb4b61 (diff)
Adjust to poppler API changes; use a sub-GdkPixbuf instead of passing
2005-06-30 Kristian Høgsberg <krh@redhat.com> * pdf/ev-poppler.cc: Adjust to poppler API changes; use a sub-GdkPixbuf instead of passing dest_x and dest_y. * shell/ev-view.c: (view_point_to_doc_point), (view_rect_to_doc_rect), (ev_view_button_press_event), (ev_view_motion_notify_event), (compute_new_selection_rect), (gdk_rectangle_point_in), (compute_new_selection_text), (compute_selections): Update selection code to keep the selection around as two points and not as a normalized rectangle, and fix page level selection in two-column mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36534b8..f050407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-06-30 Kristian Høgsberg <krh@redhat.com>
+
+ * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
+ sub-GdkPixbuf instead of passing dest_x and dest_y.
+
+ * shell/ev-view.c: (view_point_to_doc_point),
+ (view_rect_to_doc_rect), (ev_view_button_press_event),
+ (ev_view_motion_notify_event), (compute_new_selection_rect),
+ (gdk_rectangle_point_in), (compute_new_selection_text),
+ (compute_selections): Update selection code to keep the selection
+ around as two points and not as a normalized rectangle, and fix
+ page level selection in two-column mode.
+
2005-06-30 Alex Duggan <aldug@astrolinux.com>
* shell/ev-window.c: (window_configure_event_cb):