Andy Stewart
0e3e14b026
Add new_blank_tab command.
6 years ago
Andy Stewart
92822d5da5
Reset to default zoom when page init or url changed.
6 years ago
Andy Stewart
e2cb74b28b
Change defvar to defcustom.
6 years ago
Andy Stewart
fcb395e51a
Convert zoom from string to float.
6 years ago
Andy Stewart
3333f01103
Add eaf-browser-default-zoom option.
6 years ago
Andy Stewart
27976bd1d2
Pass emacs_var_dict to Buffer.
6 years ago
Andy Stewart
3dad99fe13
Pass eaf-var-list values with start-process arguments.
6 years ago
Andy Stewart
7608dc692f
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Andy Stewart
1ff7498a2e
Merge pull request #199 from MatthewZMD/history
...
Make EAF Browser history more flexible
6 years ago
Matthew
0a3c05b539
Make EAF Browser history more flexible
...
- Add clear_history mapping to C-M-q to clear history
- Add eaf-browser-store-history variable for user to customize
- Move history functions to app/browser/buffer.py instead
6 years ago
Andy Stewart
44899afc16
Merge branch 'master' of github.com:manateelazycat/emacs-application-framework
6 years ago
Matthew
d6e94425f0
Update defvar definitions from #198
6 years ago
Matthew
80681d5b5c
Rename clean_all_cookie to clear_all_cookies
6 years ago
Matthew
dc7afd4b8f
Ensure EAF buffer is deleted
6 years ago
Andy Stewart
89d24e2be7
Update readme.
...
Fix typo
6 years ago
Andy Stewart
af34c97ee2
Update readme.
6 years ago
Andy Stewart
352b4a3a89
Add http proxy type.
6 years ago
Andy Stewart
d637dedd9c
Merge pull request #198 from luhuaei/master
...
add socks5 proxy type.
6 years ago
luhuaei
e6f2467d74
add socks5 proxy type.
6 years ago
Andy Stewart
fe9c904c67
Fitler safe and oq parameters.
6 years ago
Andy Stewart
32449e6038
Filter google tracking url parameter.
6 years ago
Andy Stewart
0e5e43a464
Add browser history record feature.
6 years ago
Matthew
3d3307d440
Update README
6 years ago
Matthew Zeng
cbe03224df
Merge pull request #196 from MatthewZMD/readme
...
Update README
6 years ago
Matthew
a98c69b81a
Update README
6 years ago
Andy Stewart
35f22f92b6
Merge pull request #195 from MatthewZMD/auto-detect-mua
...
Automatically detect MUA using major-mode
6 years ago
Matthew Mingde Zeng
82fd7e3b76
Automatically detect MUA using major-mode
6 years ago
Andy Stewart
55f3b0d361
Code refactory.
6 years ago
Mingde (Matthew) Zeng
47014c08d9
Fix #194 , process webpage in python
...
Revise goto_marker logic
6 years ago
Matthew Mingde Zeng
fcc5256344
Fix tab and backtab bug
6 years ago
Matthew Mingde Zeng
ea5295addb
Fix wrong-type-argument error and enhance documentation
6 years ago
Andy Stewart
b6f54c88a0
Coe refactory:
...
1. Use derived-mode-p instead (eq major-mode 'xxx-mode)
2. Remove temp variable from eaf-open-mails-as-html
3. Adjust indention.
6 years ago
Andy Stewart
13a6e9d48b
Merge pull request #193 from JulienMasson/master
...
Add new command eaf-open-mail
6 years ago
Julien Masson
9ddfacfb95
Add new command eaf-open-mail-as-html
...
The goal of this command is to open any html mail in EAF browser.
Several Mail User Agent are supported in this patch:
- gnus
- mu4e
- notmuch
Signed-off-by: Julien Masson <massonju.eseo@gmail.com>
6 years ago
Andy Stewart
8d9d78f2ad
Use temp_html_file argument for browser app.
6 years ago
Andy Stewart
db85cdc2cf
Save table info to support snails-backend-eaf-pdf-table backend.
6 years ago
Andy Stewart
6e89636ebd
Merge pull request #192 from MatthewZMD/master
...
Remove unused imports, fix dup condition and dup declarations
6 years ago
Matthew Mingde Zeng
26af7a3d56
Remove unused imports, fix dup condition and dup declarations
6 years ago
Matthew Mingde Zeng
23fe01bfbf
Code refactor
6 years ago
Matthew Zeng
b8f31f3f17
Merge pull request #191 from MatthewZMD/master
...
Make RSS feed color more dynamic
6 years ago
Matthew Mingde Zeng
6647d5a829
Make RSS feed color more dynamic
6 years ago
Andy Stewart
ea1e81771d
Merge pull request #190 from MatthewZMD/fix-key-error
...
Fix KeyError: 'unread_articles', add documentation for *eaf* aborted
6 years ago
Matthew Mingde Zeng
48230c004d
Fix KeyError: 'unread_articles', add documentation for *eaf* aborted
6 years ago
Andy Stewart
2e7ab9065a
Add single key for scroll web page of rss reader.
6 years ago
Andy Stewart
ebf15e0360
Add read status manage.
6 years ago
Andy Stewart
d07e445eb6
Add search and open link in browser of rss reader.
6 years ago
Andy Stewart
e28216ff5e
Merge core/browser_buffer.py to core/browser.py
6 years ago
Andy Stewart
317c9660e2
Add scroll operations in rss reader.
6 years ago
Andy Stewart
3439abb6b2
Move browser core code from browser_buffer.py to browser.py
6 years ago
Andy Stewart
6ee3414fa7
Finish delete feed operation.
6 years ago