TODO list for xdvik (minor things/misc ideas not covered by feature requests) ==================== - add pointer to TEXINPUTS to manpage (in section on PS figures) - Hotkeys for page list marking: SHIFT+Mouse1 marks all between current page and Mouse cursor - In Motif, use MARKED font to mark current page in page history? - document CTRL-p, CTRL-n for mark+prev page, mark+next page - Show process info from PK creation in statusline The problem here is that PK fonts from metafont are created *before* opening the window, so there's nothing to put the messages in ... see also http://sourceforge.net/tracker/index.php?func=detail&aid=614708&group_id=23164&atid=377583) and EXPERIMENTAL_DELAYED_MTKEXPK #ifdefs. - Use the mane_base_x and mane_base_y to offset the drawing area and to center it visually inside the view port (see http://xdvi.sourceforge.net/gui.html#canvas for more details on this). Problem: With Motif, the background `flashes' through the page when it's darker. Twiddle clip regions to avoid this? - customization translations should represent the different mouse modes (currently modes just override magnifier()), e.g.: : ruler-mode=put-ruler(), hyperlink-mode=do-href(), \ mag-mode=magnifier(*3), drag-mode=drag(+), text-selection-mode=select-text() But that probably requires a different translations model, with a central `dispatcher' instead of action routines. Also, as user customization it's probably too complex. Maybe better to just make the modal commands available for other mouse buttons.