- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add new graphics layer #722
Closed
+1,397
−0
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
440006c
Initial commit
ouz-a cdffd0b
use is_supported
ouz-a c27911d
z order, remove most of bounds check
ouz-a ec3656f
faster rendering border rendering and window titles
ouz-a 45c0d0f
different types for virtual and physical buffers
ouz-a 03d423b
typeset Color = u32
ouz-a 347dedd
Use RelativePos for Window related functions
ouz-a 8816e1c
use new types in appropriate places
ouz-a dc560da
only clone window title when needed
ouz-a d351b65
fix window ref
ouz-a 84e4acc
cache ubiquitous rectangles
ouz-a 55bf2dc
windows shouldn't be smaller than 50x50
ouz-a df21b36
make it readable
ouz-a 8ca8adf
introduce FrameBufferChunker
ouz-a 94f4af0
make the core more readable
ouz-a 2f2007c
use new way to get graphic info
ouz-a 45ada86
fix window bounce add stride info
ouz-a ea2269a
some more clean up
ouz-a 6022562
clippy lints
ouz-a cec65e9
fix a mouse bug
ouz-a 965557e
remove logs
ouz-a c00e901
fix window movement bug
ouz-a 53695c9
fix window resizing bug
ouz-a 02afd89
remove every unwrap
ouz-a 8fd7106
apps are strong again
ouz-a 529f173
use iterator to draw mouse
ouz-a 8d53776
don't use unsafe when rendering text
ouz-a 6d29a72
handle unwrap
ouz-a 6eccb69
refactor
ouz-a 7e92836
fix window dragging and rendering order bug
ouz-a ed74e20
a little cleanup and a small fps counter app
ouz-a e09669b
no more unsafety
ouz-a 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
fix window bounce add stride info
commit 45ada86545e72a8a6d2177de22714a1faf65969e
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
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.
remove unsafety