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
Matthew
0df5a6d5b2
Add socket dependency back, support .JPG files
6 years ago
Andy Stewart
a69bc76568
Finish feature open browser in background.
6 years ago
Andy Stewart
1ef1bbb56a
Refacotry signal name for create new command open_url_in_background_tab.
6 years ago
Mingde (Matthew) Zeng
06b6d0433b
Fix edge case when there is only 1 link
6 years ago
Andy Stewart
ac3cebabe3
Use wetty as terminal backend.
6 years ago
Andy Stewart
f5ff43a12e
Remove unnecessary pass code.
6 years ago
Matthew
ffbc858b28
Ignore some record_history, simplify prompt
6 years ago
Matthew
4482613339
Rewrite record_history and add eaf-browser-goto-history
6 years ago
Andy Stewart
3fc221b3f2
Rename to new_blank_page.
6 years ago
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
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
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
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
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 Mingde Zeng
6647d5a829
Make RSS feed color more dynamic
6 years ago
Matthew Mingde Zeng
48230c004d
Fix KeyError: 'unread_articles', add documentation for *eaf* aborted
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
6ee3414fa7
Finish delete feed operation.
6 years ago
Matthew Mingde Zeng
2149f2e7e7
Naming, refactor, use user-emacs-directory instead of eaf-config-dir
6 years ago
Andy Stewart
b951304fa0
Fix #186 : add new option eaf-config-dir
6 years ago
Andy Stewart
202c5ff5d7
RSS Reader: add keyboard operation and adjust UI.
6 years ago
Matthew Mingde Zeng
987e2ef567
Stop using cgi.escape since it's deprecated
6 years ago
Andy Stewart
8c5dae92eb
Save and restore feed.
6 years ago
Andy Stewart
3371130c1a
Save feed link in file when add new feed.
6 years ago
Matthew Mingde Zeng
fc9f750f8d
Modify subscribe message
6 years ago
Andy Stewart
dffc588306
Add add_subscription function, rss reader is incomplete.
6 years ago
Matthew Mingde Zeng
c52b34ae66
Add vimium-like link support
...
Basic render link on screen
6 years ago
Matthew Mingde Zeng
a856bbbe67
Code refactor, add doc, check eaf-camera-save-path
6 years ago
Matthew Mingde Zeng
7d6b7b8b11
Better message prompt
6 years ago
Matthew Mingde Zeng
1426a6ace5
Rename remember_current_position and remember_jump
6 years ago
Matthew Mingde Zeng
411d04aea7
Remove makred search when MouseButtonDblClick
6 years ago
Matthew Mingde Zeng
e782c79069
Make C-g cancel selection
6 years ago
Andy Stewart
1575689da3
Adjust article style and fix child thread cause crash when kill eaf process.
6 years ago
Matthew Mingde Zeng
0aabc9a22b
Fix typo
6 years ago
Matthew Mingde Zeng
97f398f324
Better error message
6 years ago
Andy Stewart
fb3555af04
Add RSS Reader application.
6 years ago
luhuaei
6658fb7922
pdf-viewer: fix don't mark char of line end.
6 years ago
luhuaei
37803219d7
pdf-viewer: fix comment error.
6 years ago
luhuaei
396004014e
pdf-viewer: fix segmentation error and update char offset.
6 years ago
luhuaei
333ed5b23c
pdf-viewer: fix double click error after select multi page.
6 years ago
luhuaei
f87723e868
pdf-viewer: add cursor select mode.
...
Default double enter select mode. Current only support copy action. if the
action exec will auto cancel select mode.
6 years ago