-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Allow erasing pixels in pygame.Surface.scroll and add repeat functionality #2855
Merged
Merged
Changes from 30 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e7a5d2b
Implementation, stubs and docs
damusss c348a96
Remove spaces added by clang-format
damusss 4012c89
Fix variable could not be initialized
damusss 76760fd
Rewrite tests, fix code, add more exceptions
damusss 5f0923d
Fix format 1
damusss 94355a7
Modify test
damusss 0769e00
Merge branch 'pygame-community:main' into surface-scroll-repeat
damusss a1ce581
Generate docs
damusss 01a36b8
Merge branch 'surface-scroll-repeat' of https://github.com/Damus666/p…
damusss 35fb956
Allow non erasing pixels
damusss fd38aa8
Fix doc
damusss 2fcdc6d
Fix bug with erase
damusss a71d96f
Remove useless memset
damusss 3002969
Merge branch 'pygame-community:main' into surface-scroll-repeat
damusss 326bfd2
Separate in 2 functions for clarity
damusss d6dd961
Use SDL function to secure the clip
damusss e02794c
Update docs
damusss be6f9c0
build docs
damusss d40f8ab
Merge branch 'main' into surface-scroll-repeat
damusss 0cea30d
FLAG SYSTEM (I can revert if you don't like it)
damusss 2a5ada8
FLAG_SYSTEM fix stubs
damusss 04bfa81
Merge branch 'pygame-community:main' into surface-scroll-repeat
damusss cd08d67
Update Docs
damusss 0a6c05f
Merge branch 'pygame-community:main' into surface-scroll-repeat
damusss 86479bd
Merge branch 'main' into surface-scroll-repeat
MyreMylar 8bb6786
Update versionchanged
damusss 0878f96
FIX THE MISSING PIXEL BUG
damusss a2bf38e
Merge branch 'surface-scroll-repeat' of https://github.com/Damus666/p…
damusss a2bab10
Simplify conditional statement
damusss fed0acc
fix format
damusss d6d7bf3
Split in 2 functions, update versionchanged
damusss dc9042d
Fix docs and remove redundant C code
damusss File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you removed the old text, so what is the "normal behaviour" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You really don't need to request changes when some requested changes are already in action you know that right 😭
does this satisfy you?