Hollow Man
d8399f317a
Browser: Support duplicating current page in new tab
...
Signed-off-by: Hollow Man <hollowman@hollowman.ml>
6 years ago
Mingde (Matthew) Zeng
d69e31e102
image-viewer: fix load_next_image and load_prev_image
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
zbelial
8f7bc6d86c
double click won't trigger adding text annotation.
6 years ago
zbelial
392c2c102d
no need to select content before adding text annot, just 'M-e' and
...
click left button.
6 years ago
太阳
88f13ab067
display the content of the annotation being hovered in a tooltip. ( #396 )
...
* display the content of the annotation being hovered in a tooltip.
* fix a spell error.
6 years ago
太阳
58e8acd9aa
add page_total_number ( #394 )
6 years ago
Andy Stewart
fa71bf43d1
Make mindmap support 4k screen.
6 years ago
Andy Stewart
2cdb7b42c4
Fix page annotate not render right position in 4k screen.
6 years ago
zbelial
19529319fc
be compatible with session data saved before adding rotation
6 years ago
Hollow Man
1ef4bad2e8
Save rotation session data #379
...
Signed-off-by: Hollow Man <hollowman@hollowman.ml>
6 years ago
Hollow Man
d71cc52702
Fix Select Problem #379
...
Signed-off-by: Hollow Man <hollowman@hollowman.ml>
6 years ago
Hollow Man
322e7fc371
Add PDF Rotation function for PDF viewer #379
...
Signed-off-by: Hollow Man <hollowman@hollowman.ml>
6 years ago
zbelial
64de72cd56
fix a bug in current_percent
6 years ago
zbelial
f217b6649e
added current_percent and jump_to_percent
6 years ago
Mingde (Matthew) Zeng
07240c3044
core: standardize send_input_message and handle_input_response API
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
c4c56b79ac
rename search_quit to action_quit
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Grzegorz Kowzan
9282184b82
Revert "page-specific cache clearing"
...
This reverts commit 41e0398ebf .
6 years ago
Hollow Man
cad87ea77b
Further optimize
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
22eacbd10c
Optimize so that it can calculate multiple rectangles' overlaps
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
lee
31c54a2568
caret fix.
6 years ago
Hollow Man
2407bbe2ae
PDF-viewer: Calculate overlaps when exclude images
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Grzegorz Kowzan
41e0398ebf
page-specific cache clearing
6 years ago
Grzegorz Kowzan
3c6ce35b02
remove unneeded redraws, support many annots
6 years ago
Grzegorz Kowzan
4bcb628f3f
enbale content for all annot types and fix CRLF
6 years ago
Grzegorz Kowzan
a44fd67b31
fix saving annotations
6 years ago
luhuaei
ee4ed569b8
pdf-viewer: check illegal rectangle on select text
6 years ago
luhuaei
b5bae8f8ca
app/terminal: fix the low version don't has directory argument
6 years ago
luhuaei
de0a578613
app/terminal: fix #310 use the http replace file protocol
6 years ago
Hollow Man
76b950d603
Use Python built in method
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
2241aeb07f
PDF-Viewer: Add restriction to PDF files only #314
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
3670485bd7
Terminal: Rename buffer when running programme as in #331
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
c405ef920f
Fix Change Request #350
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
2237a0e8ab
PDF Viewer: Make PDF background and annotate color follow the emacs theme
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
zbelial
f53d12ce92
Simplify pdf zoom logic.
6 years ago
zjy
4ce536cf94
customize pdf viewer's default zoom.
6 years ago
Andy Stewart
9238e2d096
Fix issue #339
6 years ago
Hollow Man
a1f5162851
Browser: Fix bugs in #336
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
28274850a2
cleanup, update with the latest set_emacs_var and rename adblock to adblocker
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
939f39d5c0
Move enable_adblock to eaf-var-list
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Mingde (Matthew) Zeng
bca41e331e
core: redesign eaf-*-dark-mode logic
...
Addresses #318 . Below is a snippet of the wiki explaining the new logic.
```org-mode
By default, a number of EAF apps will switch to dark mode if your current Emacs theme is dark.
You can override the default by setting it to =true=, =false=, or =follow=, which is unchanged.
#+BEGIN_SRC emacs-lisp
(eaf-setq eaf-browser-dark-mode "true")
(eaf-setq eaf-terminal-dark-mode "false")
(eaf-setq eaf-mindmap-dark-mode "follow") ; default option
(eaf-setq eaf-pdf-dark-mode "ignore") ; see below
#+END_SRC
In EAF PDF Viewer, since you can interactively toggle inverted mode using =i= (default keybinding), it has an *additional* option to be more flexible:
When =eaf-pdf-dark-mode= is =ignore=, opening a PDF file for the first time will =follow= the current Emacs theme. Toggle inverted mode however you want, closing the buffer will record the final state of the dark mode. Next time the PDF file opens, it will restore the previous state. Therefore eaf-pdf-dark-mode will differ per file.
```
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Hollow Man
78a32abfcc
Terminal: Listen to sub-process status to exit
6 years ago
Mingde (Matthew) Zeng
d61f22a30d
file-browser: revise instructions
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Hollow Man
86a00f1505
Terminal: Fix bugs in #324
6 years ago
Hollow Man
d5aeb6b201
Fix indentation
6 years ago
Hollow Man
e508163554
Mindmap: Patch #330 Change Request 3
6 years ago
Hollow Man
edcfe120e8
Mindmap: Patch #330 Change Request 2
6 years ago
Hollow Man
3cd2d0f621
Use 'let' for local variable
6 years ago
Hollow Man
d5279fb18a
Mindmap: Export org with correct indent level
6 years ago
Hollow Man
727f06f0db
Mindmap: Patch #330 Change Request
6 years ago
Hollow Man
b9dc0c090c
Mindmap: Support multi-line insert dons nodes
6 years ago