64 Commits (11197bf8cb37b52133d3de45bfbcdccc3bb43f52)

Author SHA1 Message Date
Andy Stewart a3002955bb Add eval_js_file command in browser: JS script easy to test. 6 years ago
luhuaei 271314ce34 Fix: don't input Chinese or Unicode char. 6 years ago
Andy Stewart d9c0a03eec Browser: add new commands, insert_or_goto_left_tab and insert_or_goto_right_tab 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
Andy Stewart 17fd59a6ee Brower: add new commands. 6 years ago
Andy Stewart 27976bd1d2 Pass emacs_var_dict to Buffer. 6 years ago
Matthew Mingde Zeng fcc5256344 Fix tab and backtab bug 6 years ago
Matthew Mingde Zeng 26af7a3d56 Remove unused imports, fix dup condition and dup declarations 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 6da3820799 Support <delete> key 6 years ago
Matthew c10ab03646 Introduce eaf-keyboard-quit, replacing Emacs keyboard-quit 6 years ago
Andy Stewart b8cb6cb0ff Clean mark/jump links after user cancel input. 6 years ago
Matthew d4627fd717 Generalize get_bookmark into get_url with eaf-get-path-or-url 6 years ago
Matthew 6a72164c52 Recognize most symbol keys on modern keyboard 6 years ago
Clemens Radermacher ac8572af5b
Return string from get_bookmark to implement dbus API 6 years ago
Clemens Radermacher f4d759eee6
Use new python dbus call interface 6 years ago
Andy Stewart 465c3f3ec4 Define call_function interface. 6 years ago
Clemens Radermacher e159f4c1ea
Use set_bookmark on python side 6 years ago
Andy Stewart dd647100ad Support exclamation mark on Python side. 6 years ago
Andy Stewart ba8df8ab70 Fix #103 , add eval_in_emacs signal. 6 years ago
Andy Stewart 2b7fed5732 Fix #101 , add set_emacs_var interface use for pass data from Python to Elisp 6 years ago
Andy Stewart 5956827745 Fix #100 : add eaf-browser-enable-plugin and eaf-browser-enable-plugin 6 years ago
Matthew 33bc3cf57c New API, eaf-setq on the Emacs side, custom save camera directory 6 years ago
Matthew 8826d9970b Minor fixes, use const EAF_DBUS_NAME whenever possible 6 years ago
Andy Stewart a05d22ebbd Ctrl + Double Click: use sdcv translate selected text. 7 years ago
Andy Stewart 98740358ec Remove debug print code. 7 years ago
Andy Stewart 939d2c2244 Add terminal emulator application. 7 years ago
Andy Stewart a18d5200e0 Fix #59 issue, elisp handle key binding. 7 years ago
Andy Stewart 4548962b47 Refactory code with flake8 8 years ago
Andy Stewart 8a11c9c022 Use double-buffer technology to generate pixmap cache when after finger release. 8 years ago
Andy Stewart 9e3ba4ab7f Support cookie now. 8 years ago
Andy Stewart 333de8866d Add eaf-grip-token option. 8 years ago
Andy Stewart 24585c6ea1 Finish mission: if popup window emit exit signal, kill buffer 8 years ago
Andy Stewart 8be7725f10 Add progress interfaces. 8 years ago
Andy Stewart 619a8073be Fixed bug that sometimes key event no effect. 8 years ago
Andy Stewart 08ee3a2d31 Make browser forward/backward by M-f/M-b 8 years ago
Andy Stewart 6ddd3f3763 Finish org previewer. 8 years ago
Andy Stewart 53df175748 Just save session if session data is not empty. 8 years ago
Andy Stewart 94dafbb217 Pdf viewer now can save/restore read position and scale detail. 8 years ago
Andy Stewart f0902820a9 Add scroll_buffer interface, to make pdf viewer application respond emacs's scroll-other-window command. 8 years ago
Andy Stewart 12e6e820c2 Force use python3 8 years ago
Andy Stewart 0c36b63156 Add interfaces 'send_input_message' and 'handle_input_message' in framework, then we can accpet from emacs minibuffer. 8 years ago
Andy Stewart f5d7807350 Add send_key_event interface. 8 years ago
Andy Stewart 299d025ba7 Don't need init buffer with emacs_width/emacs_height, eaf.py will do resize job in background. 8 years ago
Andy Stewart d4ca6a8897 Build smarter play/pause logic, just auto pause need re-play. 8 years ago
Andy Stewart 62b67949eb Press space to toggle play/pause status of video player. 8 years ago
Andy Stewart 4addec34aa Refacotry code to simple plugin code 8 years ago
Andy Stewart 79703299a2 Refactroy module, more PostGui code to utils.py 8 years ago