0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
Commit graph

533 commits

Author SHA1 Message Date
MusiKid
add27097a3
ci: use ninja instead of meson compile 2022-01-21 21:36:08 +01:00
MusiKid
00c2be26e7
ci: fix workflow 2022-01-21 21:26:31 +01:00
MusiKid
32a0809767
ci: add check workflow 2022-01-21 20:54:25 +01:00
MusiKid
59cbabf734
refactor: apply suggestions from clang-tidy 2022-01-21 20:50:27 +01:00
MusiKid
314c517ea4
chore: add clang-tidy file 2022-01-21 20:49:22 +01:00
MusiKid
ec2461a017
chore: use inih subproject from wrapdb 2022-01-21 13:00:37 +01:00
MusiKid
7490705f8f
feat: improve error messages 2022-01-21 13:00:00 +01:00
MusiKid
bd0d35427d
fix: let child inherit standard descriptors 2022-01-21 12:59:12 +01:00
MusiKid
4858071532
refactor: use relaxed ordering for atomics
We are still using a lock with the atomics for now,
so the ordering doesn't matter.
2022-01-21 12:18:55 +01:00
MusiKid
e8e1624ea1
refactor: build workaround from string 2022-01-21 12:18:25 +01:00
MusiKid
c31acece3e
chore: pin version for subproject 2022-01-21 12:12:01 +01:00
MusiKid
d91181f772
docs: improve documentation 2022-01-21 12:11:45 +01:00
MusiKid
67fc6f4709
fix: fix condition for howdy_error 2022-01-21 11:32:57 +01:00
MusiKid
d77dd94ec0
refactor: add function to format success message 2022-01-21 11:22:44 +01:00
MusiKid
fa2607db7d
fix: add appdata_ptr for conv function 2022-01-20 14:22:01 +01:00
MusiKid
9fb3ef5341
fix: use atomic type for confirmation type 2022-01-20 13:46:48 +01:00
supdrewin
827f638be6
Turn subproject as fallback (#1)
Use system-wide INIReader if available or fallback to use subproject
2022-01-20 03:42:11 +08:00
boltgolt
ab0d1ab7b9
Merge pull request #627 from matan-arnon/vertical-login
Vertical login
2022-01-16 18:18:19 +01:00
boltgolt
bea79c00a7
Move inih to subproject 2022-01-08 12:49:08 +01:00
boltgolt
11583ced25
Beta building working on launchpad 2022-01-08 00:59:48 +01:00
matan-arnon
2bf52f7a87
Delete launch.json 2022-01-05 18:04:04 +02:00
Matan Arnon
a0166ccae3 removed xlib dependency and installation. Made rotation before face recognition config based 2022-01-05 18:01:18 +02:00
Matan Arnon
069bd5eed9 fixed typos found by sider bot 2021-12-31 16:08:39 +02:00
Matan Arnon
1937af51b7 added python3-xlib (library used to determine orientation) to installed pip packages 2021-12-31 15:50:17 +02:00
Matan Arnon
364c621f35 Merge branch 'vertical-login' of https://github.com/matan-arnon/howdy into vertical-login
deleted directory from browser
2021-12-31 15:33:19 +02:00
Matan Arnon
a190af9f26 added vscode files to git ignore 2021-12-31 15:32:51 +02:00
matan-arnon
74728d7f30
Delete .vscode directory
contained configured launch file for debugging.
2021-12-31 15:30:31 +02:00
Matan Arnon
c8c3090d49 reverted PATH to original. it was changed for the testing and was returned in previos commit 2021-12-31 15:23:38 +02:00
Matan Arnon
3f20e05da4 if orientation is portrait, rotate image 90 degrees before scanning for faces 2021-12-31 15:21:17 +02:00
Matan Arnon
e4faf1c5bf import xlib.display, use it to determine screen orientation 2021-12-31 12:03:23 +02:00
Matan Arnon
fbde12bb13 Fixed typos 2021-12-30 21:26:21 +02:00
boltgolt
43995beacd
Update README.md 2021-11-17 12:06:06 +01:00
boltgolt
354c3d1281
Merge pull request #610 from EmixamPP/beta
inverted error message
2021-11-12 11:28:53 +01:00
EmixamPP
fddcdd1d5e inverted error message 2021-11-11 10:23:34 +01:00
boltgolt
aaaabae394
Merge pull request #605 from EmixamPP/beta
Fix some bugs on GUI
2021-11-10 15:50:46 +01:00
EmixamPP
4f7c65615c fix camera list not always displayed (gi bug) 2021-10-30 14:00:50 +02:00
EmixamPP
2e2c1ac196 check camera opening (fix is_gray(None)) 2021-10-30 13:58:36 +02:00
EmixamPP
0e4aaa0c47 many lib dir 2021-10-30 13:57:16 +02:00
boltgolt
559a66514e
Add sponsor to readme 2021-09-29 00:44:34 +02:00
boltgolt
67b1c95f99
Rename config option for issue #565 2021-09-03 22:21:49 +02:00
boltgolt
692d674619
Split files into separate howdy-gtk and howdy packages 2021-09-03 22:13:31 +02:00
boltgolt
95331bd83a
Merge pull request #528 from jinnko/master
Add python-opencv as a dependency for ArchLinux
2021-04-07 16:46:21 +02:00
Jinn Koriech
ab4a492c37
Add python-opencv as a dependency for ArchLinux 2021-04-06 13:48:41 +01:00
MusiKid
27460c8198
build: add boost locale module 2021-07-28 12:16:41 +02:00
MusiKid
039217152d
fix: fix possible race condition 2021-07-28 12:16:09 +02:00
MusiKid
5503cfb4e2
chore: add workaround key to config.ini 2021-07-25 00:26:27 +02:00
MusiKid
b8bc325327
chore: fix misspell 2021-07-25 00:20:55 +02:00
MusiKid
3a4b4827fc
fix: fix native and input workarounds 2021-07-25 00:12:30 +02:00
MusiKid
d078f81baa
feat: add workarounds 2021-06-30 22:21:10 +02:00
boltgolt
7ee0f361fb
Added gettext and more even more comments 2021-04-07 18:22:28 +02:00