-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added direction.rs #22
Commits on Jul 8, 2023
-
Added Direction enum: * North; * East; * South; * West. This enum is used to search the neighbor Rect in a given direction. Added functions: * find_north: find the north neighbor; * find_east: find the east neighbor; * find_south: find the south neighbor; * find_west: find the west neighbor; * find_neighbor: wrapper for the above functions. This commit is related to the leftwm issue "Directional Focus and Window movement (771)".
blackarch-lenovo committedJul 8, 2023 Configuration menu - View commit details
-
Copy full SHA for bcc0e41 - Browse repository at this point
Copy the full SHA bcc0e41View commit details -
direction: fix clippy suggestions
blackarch-lenovo committedJul 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 8c99eb0 - Browse repository at this point
Copy the full SHA 8c99eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ff9ac0 - Browse repository at this point
Copy the full SHA 6ff9ac0View commit details
Commits on Jul 10, 2023
-
Merge pull request #1 from leftwm/direction
some more (pedantic) clippies
Configuration menu - View commit details
-
Copy full SHA for 4f402d8 - Browse repository at this point
Copy the full SHA 4f402d8View commit details
Commits on Jul 16, 2023
-
blackarch-lenovo committed
Jul 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 38ff9f6 - Browse repository at this point
Copy the full SHA 38ff9f6View commit details -
direction: early return + generalized function
blackarch-lenovo committedJul 16, 2023 Configuration menu - View commit details
-
Copy full SHA for dd67ffd - Browse repository at this point
Copy the full SHA dd67ffdView commit details -
blackarch-lenovo committed
Jul 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 394f125 - Browse repository at this point
Copy the full SHA 394f125View commit details -
Merge remote-tracking branch 'origin/direction' into direction
blackarch-lenovo committedJul 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 30552b9 - Browse repository at this point
Copy the full SHA 30552b9View commit details
Commits on Jul 17, 2023
-
blackarch-lenovo committed
Jul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for e56388d - Browse repository at this point
Copy the full SHA e56388dView commit details -
Co-authored-by: VuiMuich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a3442b - Browse repository at this point
Copy the full SHA 1a3442bView commit details
Commits on Jul 20, 2023
-
blackarch-lenovo committed
Jul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d0b085d - Browse repository at this point
Copy the full SHA d0b085dView commit details -
direction: remove inefficient nested loops
The neighbor search is done using the rect coordinates; this is much more efficient compared to searching pixel by pixel.
blackarch-lenovo committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 15f2566 - Browse repository at this point
Copy the full SHA 15f2566View commit details -
Merge remote-tracking branch 'origin/direction' into direction
blackarch-lenovo committedJul 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 1e00708 - Browse repository at this point
Copy the full SHA 1e00708View commit details