emacs-framebuffer

Emacs library to show images and documents in console using Linux framebuffer
Log | Files | Refs

DateCommit messageAuthorFiles+-
2021-07-31 21:07require cl-lib instead of deprecated clTomas Hlavaty1+1-1
2021-07-20 20:01move buffer-local variable definitions to the top of the fileTomas Hlavaty1+10-11
2021-07-20 20:00move defvar framebuffer-size closer to its only useTomas Hlavaty1+1-1
2021-07-20 19:48fix typoTomas Hlavaty1+1-1
2021-02-27 22:15updated config exampleTomas Hlavaty1+3-3
2021-02-27 22:11require/provide must match filenameTomas Hlavaty1+2-2
2021-02-27 21:23view pdf and videos as graphics on the console under suspended emacsTomas Hlavaty1+30-1
2021-02-27 12:19fix typoTomas Hlavaty1+2-2
2021-02-27 12:10ignore pdf filesTomas Hlavaty1+1-0
2021-01-16 14:13fix remote hash calculationTomas Hlavaty1+2-8
2020-12-30 22:53add missing requireTomas Hlavaty1+2-0
2020-10-17 19:19more robust mode-lineTomas Hlavaty1+2-5
2020-10-17 19:12add todo commentTomas Hlavaty1+1-0
2020-10-17 19:01remove unused functionTomas Hlavaty1+0-4
2020-10-17 18:59use local temporary-file-directory in the first placeTomas Hlavaty1+1-3
2020-10-17 18:52handle temporary file properlyTomas Hlavaty1+7-4
2020-10-17 17:56handle remote filesTomas Hlavaty1+38-11
2020-10-17 17:49more robust w3mimgdisplay invocationTomas Hlavaty1+42-1
2020-10-10 22:04use framebuffer stride for correct buffer widthTomas Hlavaty1+13-5
2020-09-02 20:37sort some linesTomas Hlavaty1+6-6
2020-09-02 20:36add svg supportTomas Hlavaty1+25-2
2020-08-30 12:15position images properlyTomas Hlavaty1+7-7
2020-08-30 11:02clean upTomas Hlavaty1+5-8
2020-08-29 11:55add ability to turn imagesTomas Hlavaty1+31-0
2020-07-04 22:47support abw, doc, docx, odt, rtf documents and p[bgnp]m and x[bp]m imagesTomas Hlavaty1+113-23
2020-06-21 21:39support pdfTomas Hlavaty1+205-48
2020-06-20 22:18better framebuffer-screenshot file promptTomas Hlavaty1+13-2
2020-06-20 21:17framebuffer-screenshot also as pbm or pgmTomas Hlavaty1+50-0
2020-06-19 22:16more specific testTomas Hlavaty1+1-1
2020-06-19 22:15add framebuffer-screenshotTomas Hlavaty1+40-0
2020-06-18 21:05added framebuffer-draw-testTomas Hlavaty1+42-0
2020-06-15 21:11handle short tif extension as tiffTomas Hlavaty1+1-1
2020-06-13 19:25framebuffer-install is now interactiveTomas Hlavaty1+1-0
2020-06-13 19:22handle start and end of dired buffer properlyTomas Hlavaty1+2-1
2020-06-13 19:21set framebuffer-draw-delay to 1 secTomas Hlavaty1+1-1
2020-06-07 21:46draw only if buffer visibleTomas Hlavaty1+19-17
2020-06-07 21:27fix typeTomas Hlavaty1+1-1
2020-06-07 21:26add framebuffer-mode and install functionTomas Hlavaty1+97-13
2020-06-07 20:43add TODOTomas Hlavaty1+1-0
2020-06-07 20:42use integersTomas Hlavaty1+5-3
2020-06-05 17:25document git cloneTomas Hlavaty1+2-0
2020-05-29 21:49introduce framebuffer-draw-delayTomas Hlavaty1+9-1
2020-05-29 21:48work with files without extensionTomas Hlavaty1+1-1
2020-05-24 16:05support xpmTomas Hlavaty1+4-1
2020-05-24 16:05fix regexpTomas Hlavaty1+2-2
2020-05-24 15:44support pnmTomas Hlavaty1+2-2
2020-05-24 15:41support ppmTomas Hlavaty1+6-1
2020-05-24 13:50use framebuffer-next-u8Tomas Hlavaty1+11-11
2020-05-24 13:49support tiffTomas Hlavaty1+30-4
2020-05-24 05:03improve framebuffer-image-sizeTomas Hlavaty1+45-73
2020-05-24 04:57improve readabilityTomas Hlavaty1+3-3
2020-05-24 04:48support bmp and gifTomas Hlavaty1+46-6
2020-05-24 04:05fix previous image command in diredTomas Hlavaty1+1-1
2020-05-24 04:01enumerate valid jpeg start of frame markersTomas Hlavaty1+2-1
2020-05-24 03:18add missing argTomas Hlavaty1+1-1
2020-05-24 03:16detect framebuffer-sizeTomas Hlavaty1+28-13
2020-05-24 02:50use framebuffer-jpeg-size instead of file programTomas Hlavaty1+20-7
2020-05-24 01:55use framebuffer-png-size instead of file programTomas Hlavaty1+51-4
2020-05-21 17:54add emacs-framebuffer.elTomas Hlavaty1+84-0
2020-05-21 17:38initTomas Hlavaty1+1-0