Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite picom-trans #634

Merged
merged 40 commits into from
Jul 22, 2021
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
bee77c8
Rewrite picom-trans
subnut Jun 7, 2021
62e6908
[picom-trans] Support arguments like `--arg=val`
subnut Jun 8, 2021
ccac26f
[picom-trans] Improve comment about getopts
subnut Jun 8, 2021
c9c73b4
[picom-trans] Use only getopts. No manual parsing.
subnut Jun 8, 2021
a337656
[picom-trans] Improve option-parsing
subnut Jun 8, 2021
e3689cc
[picom-trans] Bugfixes
subnut Jun 8, 2021
4b10a4d
[picom-trans] Bugfix for the --reset capability
subnut Jun 8, 2021
43c66bf
[picom-trans] Improve error message
subnut Jun 8, 2021
ff10f95
[picom-trans] Fix typo in --help
subnut Jun 8, 2021
0f4283a
[picom-trans] parse_args bugfix
subnut Jun 8, 2021
95b46bd
[picom-trans] Improve the behaviour of --toggle
subnut Jun 10, 2021
50b2f95
[picom-trans] Fix indentation
subnut Jun 10, 2021
cac9edc
[picom-trans] Fix executable name in error msgs
subnut Jun 11, 2021
83c215a
[picom-trans] Take a different approach to 0f4283a
subnut Jun 13, 2021
125547b
[picom-trans] Code formatting changes
subnut Jun 16, 2021
c14cf67
[picom-trans] POSIX-compatible function definition
subnut Jun 18, 2021
ccf5f09
[picom-trans] $OPTIND inconsistent across shells
subnut Jun 19, 2021
f9cd4a0
[picom-trans] Fix vim folds
subnut Jun 19, 2021
6985dbf
[picom-trans] Improve error messages
subnut Jun 19, 2021
796445f
[picom-trans] echo doesn't support any options
subnut Jun 19, 2021
f696b75
[picom-trans] Implement suggestions of shellcheck
subnut Jun 19, 2021
ec32428
[picom-trans] POSIX test doesn't have -a or -o
subnut Jun 20, 2021
fcaf6bd
[picom-trans] Fix --name and --window
subnut Jun 20, 2021
d8579a2
[picom-trans] exit in subshell doesn't exit main
subnut Jun 20, 2021
4a8dde0
[picom-trans] Fix code style inconsistency
subnut Jun 20, 2021
e48cf95
[picom-trans] Loop optimization
subnut Jun 25, 2021
35cb29e
[picom-trans] Merge both loops inside parse_args
subnut Jun 25, 2021
2a1aa60
[picom-trans] Bugfix
subnut Jun 29, 2021
3ee0fb1
[picom-trans] No need to pipe xprop output to sed
subnut Jul 5, 2021
c111e8b
[picom-trans] Avoid code repetation
subnut Jul 5, 2021
0bd1cf6
[picom-trans] Optimize get_target_window_id()
subnut Jul 5, 2021
d3b29fc
[picom-trans] Bugfix
subnut Jul 8, 2021
74b2662
[picom-trans] $wid -> $winid
subnut Jul 8, 2021
516fc8e
[picom-trans] Improve set_opacity() performance
subnut Jul 8, 2021
4c82050
[picom-trans] echo "-n" is interpreted as echo -n
subnut Jul 9, 2021
8857340
subnut Jul 22, 2021
b3ef273
subnut Jul 22, 2021
d85543b
Added more comments
subnut Jul 22, 2021
7558b61
Added a comment refering to POSIX-1.2007
subnut Jul 22, 2021
f35efd6
Add URL to POSIX.1-2007
subnut Jul 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading