]> git.donarmstrong.com Git - xournal.git/blob - src/TODO
Release 0.3.3 (minor enhancements)
[xournal.git] / src / TODO
1 List of features to be implemented (not in any particular order)
2 ----------------------------------------------------------------
3 - xoj2pdf on command line
4 - load images as bg if given on command-line (as with PDF on commandline)
5 - load PDF pages only on demand (create empty pixmaps at first if can
6    parse PDF geometry ourselves, else try pdfinfo ??)
7 - de-map space key from button bar
8 - lasso selection tool
9 - flatten (incl undo/redo...) - enabled only if nlayers>1
10 - resize selection
11 - text tool, font chooser, default font
12 - color chooser (papercolor, pen color); maybe more default colors
13 - printing: print-options, save printer settings (throughout a session,
14    and on disk) (maybe a separate config file .xournal/gnome-print-settings)
15 - help index
16 - pressure sensitivity
17 - insert images (screen capture or from file or from clipboard), 
18   not as full-page backgrounds (new ITEM type)
19 - more pen/highlighter shapes (chisel)
20 - convert to/from Jarnal format; to/from MS Journal format???
21 - recalibration upon screen resize / compensation for miscalibration
22 - find a better behavior for vertical space tool across page boundaries ?
23 - key mappings (pgup/dn for full page, up/dn for scroll)
24     (customize secondary mappings for tablet button use ?)
25 - copy/paste of an entire page (beware if PDF bg is not compatible!)
26 - simple drawing tools: rectangles, ellipses
27 - option to save all annotated files within the .xoj
28 - non-antialiased version for handhelds
29 - customize autogenerated save file names 
30 - optimize speed in hand tool (process groups of motion events)?
31    (setting 1 pixel min threshold doesn't help -- look at GTK+ scrollbar code?)
32 - layer dialog box to set visibility status of each layer regardless of
33   which layer is being edited
34 - display corruption on scroll down when bottom of window is obscured??
35   (probably a gnomecanvas or X bug -- expose event generated for wrong
36   region, or not processed?)
37 - bitmap preview for document icon in desktop environments?