aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Verona2011-07-29 09:42:59 +0200
committerJoakim Verona2011-07-29 09:42:59 +0200
commit5d9d21d398fb7297e719ecbe737b8bd6acc7fd51 (patch)
tree6002a84e6847bcbaf250e75524de1c4b63a0d679
parentfac8cc50bdc7afff12e6c3ec6327ecd63d6425bb (diff)
downloademacs-5d9d21d398fb7297e719ecbe737b8bd6acc7fd51.tar.gz
emacs-5d9d21d398fb7297e719ecbe737b8bd6acc7fd51.zip
doc
-rw-r--r--README.xwidget11
-rw-r--r--lisp/xwidget.el1
2 files changed, 11 insertions, 1 deletions
diff --git a/README.xwidget b/README.xwidget
index 2ece8bdccea..11406a99894 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -949,6 +949,9 @@ to see the problem surface to http://www.slashdot.org
949and then try resizing Epiphany. 949and then try resizing Epiphany.
950 950
951*** TODO xwidget webkit allow loading from string from emacs 951*** TODO xwidget webkit allow loading from string from emacs
952*** TODO xwidget-webkit-last-session
953was rather hurried. end result is that the lisp layer only really
954allows for one webkit session.
952*** TODO C-X b in other buffer from webkit 955*** TODO C-X b in other buffer from webkit
953bafflingly resets the webkit view to the top. Maybe the window 956bafflingly resets the webkit view to the top. Maybe the window
954reconfiguration hook code? further mystification is added because it 957reconfiguration hook code? further mystification is added because it
@@ -987,6 +990,14 @@ fine-tuning to reduce flicker.
987** TODO xwidgets doesn't work during bootstrap all of a sudden 990** TODO xwidgets doesn't work during bootstrap all of a sudden
988might be some annoying local issues with my install because it is not 991might be some annoying local issues with my install because it is not
989reliably reproducible. 992reliably reproducible.
993
994** TODO low impact xwidget based image viewer
995for instance to render SVG using webkit, or some other canvas.
996that way it would be possible to merge to trunk in stages.
997
998so, webkit could be used to display the SVG. the display spec for
999images would be used. multiple webkits would be used rather than
1000offscreen rendering, so it would be GTK2 compatible.
990* old notes from x_draw_xwidget_glyph_string 1001* old notes from x_draw_xwidget_glyph_string
991 1002
992 BUG it seems this method for some reason is called with bad s->x and s->y sometimes. 1003 BUG it seems this method for some reason is called with bad s->x and s->y sometimes.
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index 7f1ffd56fb9..b8d57a7ccbb 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -66,7 +66,6 @@ defaults to the string looking like a url around the cursor position."
66 66
67 67
68;;todo. 68;;todo.
69;; - support browse-url with xwidget-webkit
70;; - check that the webkit support is compiled in 69;; - check that the webkit support is compiled in
71(defvar xwidget-webkit-mode-map 70(defvar xwidget-webkit-mode-map
72 (let ((map (make-sparse-keymap))) 71 (let ((map (make-sparse-keymap)))