summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2014-11-23 23:51:41 +0100
committerAndreas Politz <politza@hochschule-trier.de>2014-11-23 23:51:41 +0100
commit902958dbcb700883918a976aa784a66610327210 (patch)
tree75dc987dc7d865b134be1a6faf73a86ad4074411 /TODO
parentac72413bca87a3b26c67ebdc701a10f752045799 (diff)
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 10 insertions, 13 deletions
diff --git a/TODO b/TODO
index fd3eaed..bb02f6e 100644
--- a/TODO
+++ b/TODO
@@ -1,23 +1,20 @@
-*- org -*-
* epdfinfo
-** Merge duplicate code
-* Isearch
+** Provide some basic cairo rendering operations
+ This could be useful for example when displaying annotations as
+ selected. (This looks pretty ugly at the moment.)
+* pdf-isearch
** Allow for entering multibyte characters with some input-methods.
The PDF buffer is in unibyte mode prohibiting the user from
inserting multibyte characters in the minibuffer with some
input-methods, while editing the search string.
** Implement alternative rendering method
- The advantage of the method is more accurate highlighting. The
- default method sometimes highlights to much text, but it looks
- prettier.
- + Use renderpage-regions instead of renderpage-text-regions
- + Define appropriate faces
- + Provide customizable alpha values
- + Define a minor-mode for it
- + Use minor-mode to decide rendering method
+ The default method sometimes highlights to much text, though it
+ looks pretty.
+* pdf-view
+** DONE Extended regions
+ Support extended selections, where multiple regions are active. May
+ be usefull for text-markup annotations.
* PDF Forms
Recent poppler versions have some support for editing forms.
-* Region
- Support extended selections, where multiple regions are active. May
- be usefull for text-markup annotations.