summaryrefslogtreecommitdiff
path: root/docs/TEXT/questions
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TEXT/questions')
-rw-r--r--docs/TEXT/questions19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/TEXT/questions b/docs/TEXT/questions
new file mode 100644
index 00000000..a74b8649
--- /dev/null
+++ b/docs/TEXT/questions
@@ -0,0 +1,19 @@
+- Is it worth splitting off display-font independent stuff
+ from display dependent stuff. How do we do that?
+
+- Can we abandon XIM? Can we support XIM in backwards-compatibility
+ mode? Just in RootWindow mode?
+
+- Are input methods windowing system independent? What do
+ we gain/lose?
+
+- Do we need to worry about glyph changes at line breaks?
+
+- Do we ever need to break clusters on line breaks?
+
+- Do input methods need attributed strings for displaying
+ feedback? If so, do we build such support into GDK?
+ Into GTK+?
+
+- How do we index positions in a string
+ (By character? By byte?)