Andy Stewart
|
c5837e332c
|
Add eval_js command for browser.
|
6 years ago |
Andy Stewart
|
d62f6e2ad0
|
Make EAF browser fullscreen use emacs frame's size.
|
6 years ago |
Andy Stewart
|
ac44d25509
|
Press F12 show dev tools page for current page.
|
6 years ago |
Andy Stewart
|
189dce5c11
|
1. We need delete QWebEnginePage manual, otherwise QtWebEngineProcess won't quit.
2. Refactroy destory interface of core/Buffer.py
|
6 years ago |
Andy Stewart
|
24cfad3724
|
use string_to_base64 remove duplicate code.
|
6 years ago |
Andy Stewart
|
d4157e6ff8
|
When download request is base64 image data, save it directly.
|
6 years ago |
Andy Stewart
|
aaf147d2f8
|
Add eaf-open-mindmap and eaf-create-mindmap.
|
6 years ago |
Andy Stewart
|
26d6922bd7
|
Press a to save screenshot of mind map.
|
6 years ago |
Andy Stewart
|
446a4a0c9c
|
Python don't need parenthesis in if statement.
|
6 years ago |
Mingde (Matthew) Zeng
|
40c3a25823
|
Rewrite browser history, dynamic sorting by popularity
|
6 years ago |
Andy Stewart
|
ae284a4287
|
Throw traceback info if algorithm has bug and protection of historical record is not erased.
|
6 years ago |
Andy Stewart
|
3616128135
|
Add filter_title to drop google's temp link.
|
6 years ago |
Mingde (Matthew) Zeng
|
404709f602
|
EAF browser history do not filter file://
|
6 years ago |
Andy Stewart
|
12778357a4
|
Quit search status when page url changed.
|
6 years ago |
Andy Stewart
|
63cb2554d6
|
Make EAf browser support fullscreen request.
|
6 years ago |
Mingde (Matthew) Zeng
|
a6e3462cd0
|
Fix about:blank url error
|
6 years ago |
Mingde (Matthew) Zeng
|
1598bd5623
|
Use eaf-open-browser-with-history instead.
|
6 years ago |
Andy Stewart
|
583216318b
|
Add call-interactively before eaf-open-browser.
|
6 years ago |
Andy Stewart
|
9975263031
|
Add insert_or_open_url command in browser.
|
6 years ago |
Andy Stewart
|
7489310adc
|
Add insert_or_save_as_bookmark command in browser.
|
6 years ago |
Andy Stewart
|
bd53a37f96
|
Use build_insert_or_do to remove duplicate code.
|
6 years ago |
Mingde (Matthew) Zeng
|
d624560d0d
|
Revise browser history logic so latest URL is always the end of log
eaf-open-browser-with-history reverses the list, other clients
(i.e snails) need to do so too.
|
6 years ago |
Andy Stewart
|
cccbfed4ca
|
Use build_widget_method and build_browser_method to remove duplicate code.
|
6 years ago |
Andy Stewart
|
65df5c4b05
|
Show content when copy selection text.
|
6 years ago |
Andy Stewart
|
c96f28d325
|
Use eval_js.
|
6 years ago |
Andy Stewart
|
ebefb61911
|
Stop handle mouse event "Ctrl + Button", it's buggy that cause browser
crash.
Open link in new tab by keyboard, don't handle mouse click behavior.
|
6 years ago |
Andy Stewart
|
937309898e
|
Move code from app/browser/buffer.py to core/browser.py
Use insert_or_recover_prev_close_page instead recover_prev_close_page
|
6 years ago |
Andy Stewart
|
244bd91d90
|
Add recover_prev_close_page in browser.
|
6 years ago |
Andy Stewart
|
48ac69255a
|
Refactory, EAF widget should use self.buffer.foo to call `foo` method
that define in buffer (AppBuffer).
|
6 years ago |
Andy Stewart
|
9dfe03c61b
|
Rename.
|
6 years ago |
Andy Stewart
|
c026064067
|
Use aria2 as download manager for browser.
|
6 years ago |
Matthew
|
909a05ee2b
|
Make Browser and PDF Viewer share same markers
|
6 years ago |
Andy Stewart
|
0bf60559e4
|
Stop video when close web page.
|
6 years ago |
Andy Stewart
|
5d3cda21af
|
Only save search parameters for Google, avoid duplicate url for same keyword.
|
6 years ago |
Andy Stewart
|
8aab177356
|
Add eaf-browser-marker-letters option.
|
6 years ago |
Andy Stewart
|
9811129372
|
Add eaf-browser-scroll-behavior option.
|
6 years ago |
Matthew
|
2c457ca1fe
|
eaf-browser: use document.scrollingElement.scrollTo
|
6 years ago |
Matthew
|
62ab2cf10f
|
Adjust scroll
|
6 years ago |
Matthew
|
5877e13cdb
|
Explicit define all styles to avoid website inconsistencies
|
6 years ago |
Andy Stewart
|
12d58d0b6f
|
Add smooth scroll.
|
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
|
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 |
Matthew
|
159de1d69c
|
Revert "Wrap document.readyState"
This reverts commit db019d3bc9.
|
6 years ago |
Andy Stewart
|
ba89dccd47
|
Fix #222
|
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 |