luhuaei
3d40def506
pdf-viewer: add multi annot type for select text.
6 years ago
Matthew
1bc33d3276
Support summary button
6 years ago
Matthew Zeng
11197bf8cb
Merge pull request #226 from MatthewZMD/master
...
Reverse M-< and M-> to stay consistent with Emacs
6 years ago
Matthew
2f0bc88ccd
Support a tags without href
6 years ago
Matthew
9d0c100c41
Reverse M-< and M-> to stay consistent with Emacs
6 years ago
Matthew
7601d96a6d
Fix #225 , code cleanup and refactor
6 years ago
Matthew
5877e13cdb
Explicit define all styles to avoid website inconsistencies
6 years ago
Matthew
949dca72da
Improve isElementOnTop algorithm
6 years ago
Matthew
63041c5d6c
Fix typo: undefine -> undefined
6 years ago
Andy Stewart
12d58d0b6f
Add smooth scroll.
6 years ago
Andy Stewart
8b94af9e88
Add option eaf--monitor-configuration-p avoid page blink when open
...
browser buffer in background.
6 years ago
Andy Stewart
de1831b1f8
Just return focus text when active element is input type.
6 years ago
Andy Stewart
3249eefb5c
Image viewer: add svg and webp.
6 years ago
Andy Stewart
246787729d
Fix error "variable binding depth exceeds max-specpdl-size" when call eaf-search-it.
6 years ago
Andy Stewart
d65969e96e
Forget lower operation for file suffix.
6 years ago
Andy Stewart
5e3c23c4ad
Make image-viewer support gif file.
6 years ago
Andy Stewart
20cb9f499f
Set User Agent with Firefox's one to make EAF browser can login in Google account.
6 years ago
Andy Stewart
8d50b5f1f4
Use browser as image-viewer core, to support zoom feature.
6 years ago
Andy Stewart
8ee32b832a
Revert "Add epub-reader."
...
This reverts commit d2a8626fd2 .
6 years ago
Andy Stewart
cedbf74010
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Andy Stewart
d2a8626fd2
Add epub-reader.
6 years ago
Mingde (Matthew) Zeng
1903f6bbdc
force (temporary-file-directory) to ignore remote directory
6 years ago
Andy Stewart
83bc3c9888
URL should not include blank char.
6 years ago
Andy Stewart
d3daa6c87d
Add dark_mode and option eaf-browser-dark-mode.
6 years ago
Andy Stewart
b5e72b21b3
Message to user when do copy/yank/kill.
6 years ago
Andy Stewart
a3002955bb
Add eval_js_file command in browser: JS script easy to test.
6 years ago
Mingde (Matthew) Zeng
a7da7ea2da
Click submit buttons too
6 years ago
Mingde (Matthew) Zeng
0887149231
Support select tag and more links
6 years ago
Matthew
406948c4b8
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Matthew
159de1d69c
Revert "Wrap document.readyState"
...
This reverts commit db019d3bc9 .
6 years ago
Andy Stewart
ba89dccd47
Fix #222
6 years ago
Matthew Zeng
befdceef0f
Merge pull request #223 from tumashu/pdf-select
...
pdf-view: tell user how to select pdf text when copy_select copy fail
6 years ago
Matthew Zeng
0ef64b79c0
Merge pull request #224 from luhuaei/master
...
Fix: don't input Chinese or Unicode char.
6 years ago
luhuaei
271314ce34
Fix: don't input Chinese or Unicode char.
6 years ago
feng
22a2f23e8b
pdf-view: tell user how to select pdf text when copy_select copy fail
6 years ago
Matthew Zeng
cb4ee7e0f7
Merge pull request #221 from luhuaei/master
...
Pdf-viewer: add highlight annot on select mode.
6 years ago
luhuaei
475715952d
Pdf-viewer: add highlight annot on select mode.
6 years ago
Matthew Zeng
747fecbcde
Merge pull request #220 from ctrl2wei/fix
...
fix commit 319aeda , replace defvar with defcustom
6 years ago
ctrlwei
4d22ecffc6
fix commit 319aeda, replace defvar with defcustom
6 years ago
Matthew Zeng
2737a727e3
Merge pull request #219 from tumashu/open-external
...
Add eaf-open-external command
6 years ago
feng
8478bccff5
Add eaf-open-external command
6 years ago
Matthew
b2d9ffab3b
Utilize eaf-is-valid-url
6 years ago
Andy Stewart
804ace692e
Add eaf-is-valid-url and eaf-wrap-url
6 years ago
Matthew
db019d3bc9
Wrap document.readyState
6 years ago
Matthew
7d49f7ac69
Use execute_js whenever possible
6 years ago
Andy Stewart
9952372c25
Strip jump marker before pass to javascript.
6 years ago
Andy Stewart
1bd26fe814
Add new google track parameters.
6 years ago
Andy Stewart
56284dc7d5
use read_js_content function remove duplicate code.
6 years ago
Andy Stewart
df74e2a66b
Merge pull request #217 from FirstLoveLife/fix/guidless-rss
...
fix/rss: use link when guid is not available
6 years ago
chenli
1cdad260c2
fix/rss: use link when guid is not available
...
Some rss doesn't provide a id/uuid, so they cannot provide
a attr named "id", which will result of a coredump.
"link" is a good alternative when "id/guid"
is not provided
How to reproduce coredump? just add
"http://lambda-the-ultimate.org/rss.xml " to rss-reader
6 years ago