Commit Graph

34 Commits (master)

Author SHA1 Message Date
seebye 5995be053c archiving 1 year ago
seebye 52855b2493 remove author name 1 year ago
seebye 6c6a795438
Merge pull request #146 from seebye/drop-python-xlib
drop python-xlib
3 years ago
seebye 11aad51903 drop python-xlib
Python-xlib misses some essential features like shm support.
This is why the Xshm module was written,
but this leads to redundant dependencies.
So this commit removes python-xlib as dependency.

During the translation of the code the determination of the pid of a
window was also improved.
The XRes extension is now used to determine the pid of a window.
3 years ago
seebye 9872c4fbaa
warn about patches in third party packages 3 years ago
seebye 3078a19f6d
warn not to use simple parser
Simple parser was only intended for quick test and not for beeing used in production.  
So add a warning not to use it.
3 years ago
seebye 7df7f182aa deprecate bash library 4 years ago
seebye 45d225b4a8 switch back to pillow due to user complains
switch back to pillow due to user complains
and their inability of using the search function
5 years ago
seebye d1618b30c7 mention urwid library 5 years ago
seebye e27fa0edae add option to disable automatic command transmission 5 years ago
seebye b66fbeb0d1 add fzf example script 5 years ago
seebye 425185cc6b
update install instruction, usage with pillow 5 years ago
seebye 1e041627fe list dependencies 5 years ago
seebye 484bc2391b add the documentation of the fit_contain ImageScaler 5 years ago
seebye 7a1c7f71cc update readme 5 years ago
seebye 7a49f2ec75 replace pillow with pillow-simd as it's a lot faster 5 years ago
seebye e689fdf528 use ScalerOption in an example code 5 years ago
seebye ddf797af1e update python library documentation: mention ScalerOption 5 years ago
seebye 32f415f0ca update documentation: image scalers 5 years ago
seebye 5309bf70d4 remove info message on images "Multi pane windows aren't supported"
mention the lacking tmux multi pane window support
5 years ago
seebye d8d490abd1
Update README.md
replace read call with sleep as bash does not seem to support reading from stdin if the command is typed in the terminal
(it works fine if it's used in a script ¯\_(ツ)_/¯)
5 years ago
seebye f4d101f0f1 improve phrasing (bash library) 5 years ago
seebye 42a776f452 add synchronous_lazy_drawing to the documentation of the python library 5 years ago
seebye f6bf5ec08b add gpl reminder to readme 5 years ago
seebye d8ef4cfc2e implement synchronous drawing
Allow to redraw windows synchronously instead of scheduling a redraw
5 years ago
seebye d52864ad5b fix spelling mistake 6 years ago
seebye 4bab9f7cea usage documentation of the python library added 6 years ago
seebye d0dc8b2a7a update examples 6 years ago
seebye 79e0f83de7 update examples 6 years ago
seebye bc03faeb7e spelling mistake 6 years ago
seebye 9fc8a9125e remove hardcoded python version 6 years ago
seebye 814aa88eff documentation updated 6 years ago
seebye 077793537c README: examples updated 6 years ago
seebye 49e2292c4c create README 6 years ago