diff options
| author | Joakim Verona | 2011-07-29 09:42:59 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-29 09:42:59 +0200 |
| commit | 5d9d21d398fb7297e719ecbe737b8bd6acc7fd51 (patch) | |
| tree | 6002a84e6847bcbaf250e75524de1c4b63a0d679 | |
| parent | fac8cc50bdc7afff12e6c3ec6327ecd63d6425bb (diff) | |
| download | emacs-5d9d21d398fb7297e719ecbe737b8bd6acc7fd51.tar.gz emacs-5d9d21d398fb7297e719ecbe737b8bd6acc7fd51.zip | |
doc
| -rw-r--r-- | README.xwidget | 11 | ||||
| -rw-r--r-- | lisp/xwidget.el | 1 |
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 | |||
| 949 | and then try resizing Epiphany. | 949 | and 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 | ||
| 953 | was rather hurried. end result is that the lisp layer only really | ||
| 954 | allows for one webkit session. | ||
| 952 | *** TODO C-X b in other buffer from webkit | 955 | *** TODO C-X b in other buffer from webkit |
| 953 | bafflingly resets the webkit view to the top. Maybe the window | 956 | bafflingly resets the webkit view to the top. Maybe the window |
| 954 | reconfiguration hook code? further mystification is added because it | 957 | reconfiguration 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 |
| 988 | might be some annoying local issues with my install because it is not | 991 | might be some annoying local issues with my install because it is not |
| 989 | reliably reproducible. | 992 | reliably reproducible. |
| 993 | |||
| 994 | ** TODO low impact xwidget based image viewer | ||
| 995 | for instance to render SVG using webkit, or some other canvas. | ||
| 996 | that way it would be possible to merge to trunk in stages. | ||
| 997 | |||
| 998 | so, webkit could be used to display the SVG. the display spec for | ||
| 999 | images would be used. multiple webkits would be used rather than | ||
| 1000 | offscreen 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))) |