Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-21 16:25:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-21 16:25:45 (GMT)
commit4aa27ea1d50e2812707e2fe06247eb8410310979 (patch)
treeb69fb4e8e99320f4670c9cbb8f4c3409f3deaa40 /ChangeLog
parent06512c1e8e43656074afb755f8f5af3078965b5f (diff)
Render "loading..." text into a cairo surface instead of directly into the
2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.c: (draw_loading_text), (ev_view_destroy), (ev_view_set_zoom): Render "loading..." text into a cairo surface instead of directly into the window so that fontconfig lock is only needed once and UI is not blocked. Change text color to #9B9B9B. Fixes bug #397356. svn path=/trunk/; revision=2240
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e272e8c..da5758b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-view-private.h:
+ * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
+ (ev_view_set_zoom):
+
+ Render "loading..." text into a cairo surface instead of directly into
+ the window so that fontconfig lock is only needed once and UI is not
+ blocked. Change text color to #9B9B9B. Fixes bug #397356.
+
2007-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-stock-icons.c: (ev_stock_icons_init):