]> git.donarmstrong.com Git - xournal.git/blobdiff - src/TODO
Release 0.3.3 (minor enhancements)
[xournal.git] / src / TODO
index c41a6a4e483faf551cfae6dd631e8f8115e0fc18..cabcc9a6a6f4325bece9131aaf425cc5c69f0daf 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,9 +1,11 @@
 List of features to be implemented (not in any particular order)
 ----------------------------------------------------------------
-
+- xoj2pdf on command line
+- load images as bg if given on command-line (as with PDF on commandline)
+- load PDF pages only on demand (create empty pixmaps at first if can
+   parse PDF geometry ourselves, else try pdfinfo ??)
 - de-map space key from button bar
 - lasso selection tool
-- prefs file, save prefs
 - flatten (incl undo/redo...) - enabled only if nlayers>1
 - resize selection
 - text tool, font chooser, default font
@@ -19,5 +21,17 @@ List of features to be implemented (not in any particular order)
 - recalibration upon screen resize / compensation for miscalibration
 - find a better behavior for vertical space tool across page boundaries ?
 - key mappings (pgup/dn for full page, up/dn for scroll)
-- zoom increments more flexible (1% instead of 5% ?)
+    (customize secondary mappings for tablet button use ?)
 - copy/paste of an entire page (beware if PDF bg is not compatible!)
+- simple drawing tools: rectangles, ellipses
+- option to save all annotated files within the .xoj
+- non-antialiased version for handhelds
+- customize autogenerated save file names 
+- optimize speed in hand tool (process groups of motion events)?
+   (setting 1 pixel min threshold doesn't help -- look at GTK+ scrollbar code?)
+- layer dialog box to set visibility status of each layer regardless of
+  which layer is being edited
+- display corruption on scroll down when bottom of window is obscured??
+  (probably a gnomecanvas or X bug -- expose event generated for wrong
+  region, or not processed?)
+- bitmap preview for document icon in desktop environments?