diff options
| author | Joakim Verona | 2011-08-25 07:06:47 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-08-25 07:06:47 +0200 |
| commit | 2002bbd139da85246597a131d0b43c4ef921f233 (patch) | |
| tree | 6c12c854d6ffbfce11ac5e2027a0e7a75a0e9e01 /README.xwidget | |
| parent | 41621cb417f625d43e832736d57bd1ca303fa2e6 (diff) | |
| download | emacs-2002bbd139da85246597a131d0b43c4ef921f233.tar.gz emacs-2002bbd139da85246597a131d0b43c4ef921f233.zip | |
socket args
Diffstat (limited to 'README.xwidget')
| -rw-r--r-- | README.xwidget | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.xwidget b/README.xwidget index 2282134a49d..e8bc1ff464f 100644 --- a/README.xwidget +++ b/README.xwidget | |||
| @@ -247,6 +247,11 @@ Emacs sockets. | |||
| 247 | in that case not phantomed. | 247 | in that case not phantomed. |
| 248 | 248 | ||
| 249 | * ToDo:s | 249 | * ToDo:s |
| 250 | ** TODO optimize drawing off large offscreen widgets | ||
| 251 | Currently I just allocate as large an area as the offscreen widget | ||
| 252 | desires. This works well most of the time. But a HTML page might in | ||
| 253 | principle be of infinite height so there will probably be cases where | ||
| 254 | this doesn't work too well. | ||
| 250 | ** TODO again a trace | 255 | ** TODO again a trace |
| 251 | [2011-08-23 Tue] | 256 | [2011-08-23 Tue] |
| 252 | the hunch is that since I still hand-wave the view storage the array | 257 | the hunch is that since I still hand-wave the view storage the array |
| @@ -1314,3 +1319,6 @@ for (var i=0; i<frames.length; i++) | |||
| 1314 | } | 1319 | } |
| 1315 | 1320 | ||
| 1316 | 1321 | ||
| 1322 | ** TODO support downstreams | ||
| 1323 | http://aur.archlinux.org/packages.php?ID=48230 | ||
| 1324 | |||