Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-03-13 20:26:01 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-03-13 20:26:01 (GMT)
commit43532ba918c19ae764c0d024618bae67cea077d8 (patch)
tree19d33498ce2f60b760536c4b8b66304d35e51e61 /NOTES
parent63051a73b5efb042a3ce1b2753e1cf4262cf9f7a (diff)
Update for release 0.5.2
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES20
1 files changed, 6 insertions, 14 deletions
diff --git a/NOTES b/NOTES
index a06699f..fadc30f 100644
--- a/NOTES
+++ b/NOTES
@@ -19,17 +19,15 @@ SOME RANDOM COMMENTS:
and a page index of 0 is not used.
---
-
-Thoughts on threading:
+THOUGHTS ON THREADING:
+=====================
* The primary thing we are trying to do is minimize switching pages, as
doing so is slow for backends. Additionally, some operations on the
backend are slow, leaving poor interactivity.
---
-
-Thoughts on selection:
+THOUGHTS ON SELECTION:
+=====================
* On button_press, we record selection_start, and set in_selection.
@@ -52,11 +50,5 @@ Thoughts on selection:
doubles, etc. It should be possible to reconstruct it from the
existing EvViewSelection structs, so maybe I don't need it.
-Things that can add to the selection:
- * C-a/select all
- * click-drag
- * dbl click
- * triple click
- * shift-click
- * search
- * shift-cursor move (later)
+ * click-drag, dbl click, triple click, shift-click, search, shift-cursor move
+