Andy Stewart
fb4858bb05
Rename.
5 years ago
Andy Stewart
312deab850
Use pygit2's discover_repository API search git repo by current pass directory.
5 years ago
Andy Stewart
83c37617ff
Add git client.
5 years ago
Mingde (Matthew) Zeng
89dce1b301
eaf-org: backward compatible with emasc26
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
zbelial
e255f58e81
Fix issue #408
6 years ago
Mingde (Matthew) Zeng
a9ff77cd52
Implement eaf-for-each-eaf-buffer macro
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
Mingde (Matthew) Zeng
faf1493081
Refactor eaf-stop-process
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
Mingde (Matthew) Zeng
921b3baa1b
Stop EAF process when the last EAF-mode buffer is killed
...
Introduce eaf--get-eaf-buffers
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
Mingde (Matthew) Zeng
3df9b9a77e
Remove EAF hooks after stopping process
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
Mingde (Matthew) Zeng
df1ebd782c
Refactor and fix eaf-monitor-configuration-change
...
Fix eaf-try-adjust-view-with-frame-size bug with `when`
Add documentation.
Relating to #408
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
Mingde (Matthew) Zeng
7ebd0d02f4
Fix eaf-org-store-link and eaf-org-open, revise eaf-org-override-pdf-links
...
eaf-org-override-pdf-links should be set to 't when the user wants to
ensure the PDF link in the org file can be opened without EAF enabled.
Address #404
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
6 years ago
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
Andy Stewart
c2fc51c8a4
Fix issue #399
...
check command with symbolp or char "-", othrwise use eaf--make-proxy-function
6 years ago
zbelial
a15aef0e67
fix a bug in switching edit buffer to org mode.
6 years ago
Mingde (Matthew) Zeng
6b25182fd6
browser: rename save_page_password and toggle_password_autofill
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
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
Andy Stewart
c302d16c38
Refactory eaf-wm-focus-fix-wms.
6 years ago
schspa
2ff25cd630
move mouse cursor to frame bottom automatically when using i3 WM.
...
Due to i3 wm have a lot of modify to X11 reparent, emacs can't get focus when
cursor is in eaf windows area. So add this workaround to move cursor to frame
bottom.
Signed-off-by: schspa <schspa@gmail.com>
6 years ago
stardiviner
3bb2f32f4b
disable view-read-only in eaf-pdf-outline-mode read-only-mode
6 years ago
Mingde (Matthew) Zeng
d78a819cb7
browser: enhance action_quit to caret_exit when necessary
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
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
Andy Stewart
db602466ca
Make C-g bind with caret_exit.
6 years ago
lee
e1b31d4956
Exit caret mode when you type <escape> key.
6 years ago
Mingde (Matthew) Zeng
ce8e2425bd
switch to *eaf* buffer when encountering finished event
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
cecc0e0155
browser: rebind caret_toggle_mark to 'C-SPC' and caret_at_line to 'c'
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Andy Stewart
ec263c77d6
Make eaf-generate-keymap-doc generate document for eaf-browser-caret-mode-keybinding
6 years ago
Andy Stewart
b98b55f95a
Not popup translate tip in caret mode.
6 years ago
Andy Stewart
21e3e16ba6
Adjust keys order.
6 years ago
Mingde (Matthew) Zeng
3c2bf64708
browser: restore key d as insert_or_scroll_up_page
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
lee
31c54a2568
caret fix.
6 years ago
lee
1a6f888cd4
'minor-mode' for caret.
6 years ago
Hollow Man
4a1ac3d166
Futher optimize select text algorithm and make it a separate mode
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
a336e4126e
Browser: use marker to select text
...
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
3a5267a086
Fix browser conflict keys.
6 years ago
Andy Stewart
acd3b6c38d
Make Caret keys more intuitive.
6 years ago
Hollow Man
28e9475f45
Browser: add caret browsing to smart select text area
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Hollow Man
b7bd683d97
Browser: Autofill password by storing password in a database
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Mao
0f25ae5e6b
fix wrong copy
6 years ago
Mao
d5b9ed971d
add: mode map alist order
6 years ago
Mao
14a99afb3b
fix subtle bug about emulation-mode-map-alists
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
6440842700
Set default 'eaf-browser-enable-adblock' false
...
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
Hollow Man
926d49da67
Browser: Add CSS based Adblock plugin
...
Signed-off-by: Hollow Man <hollowman186@vip.qq.com>
6 years ago
Mingde (Matthew) Zeng
bb8e8d3ea0
core: give set-emacs-var ability to modify eaf-var-list
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago
Mingde (Matthew) Zeng
6535d35099
eaf.el: unify (catch 'found-eaf) and fix indentation
...
Signed-off-by: Mingde (Matthew) Zeng <matthewzmd@gmail.com>
6 years ago