Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pixel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nproject
pixel
Commits
bca582815c57eb3ffac2a96d9793e031b91798c6
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
0 authors
Mar 10, 2017
add IM.FillCircleArc
· bca58281
faiface
authored
8 years ago
bca58281
add IM.FillCircle and IM.FillEllipse
· 63128da6
faiface
authored
8 years ago
63128da6
add IM with several methods
· f93f599d
faiface
authored
8 years ago
f93f599d
fix mouse moving outside window with glfw callbacks
· dcf70e5a
faiface
authored
8 years ago
dcf70e5a
Mar 09, 2017
add TODO comment
· 3071cf17
faiface
authored
8 years ago
3071cf17
only register mouse inside window
· c2a1fe7d
faiface
authored
8 years ago
c2a1fe7d
fix GLTriangles.SetLen when decreasing length
· 000a18e2
faiface
authored
8 years ago
000a18e2
fix key callback for glfw.KeyUnknown
· fa774a42
faiface
authored
8 years ago
fa774a42
Mar 08, 2017
optimize Window.MousePosition
· 94fe4019
faiface
authored
8 years ago
94fe4019
fix Batch
· da155895
faiface
authored
8 years ago
da155895
better error messages %T -> (%T)
· a1e7f9bf
faiface
authored
8 years ago
a1e7f9bf
minor stability change in Canvas.SetBounds
· 7f38aac9
faiface
authored
8 years ago
7f38aac9
fix changing Canvas Bounds
· 46f21a30
faiface
authored
8 years ago
46f21a30
fix Sprite for changing Picture bounds
· 5a9c43bc
faiface
authored
8 years ago
5a9c43bc
clarify doc
· 0127a8ae
faiface
authored
8 years ago
0127a8ae
optimize Canvas.SetBounds
· d797cee6
faiface
authored
8 years ago
d797cee6
add PictureColor properties to Canvas TargetPicture
· d63590a7
faiface
authored
8 years ago
d63590a7
another minor change (code consistency)
· 79bffcc7
faiface
authored
8 years ago
79bffcc7
minor changes
· b0d42332
faiface
authored
8 years ago
b0d42332
remove multisampling (will add it back later)
· 4f2ef507
faiface
authored
8 years ago
4f2ef507
fix color masking in Canvas.Clear
· 90708232
faiface
authored
8 years ago
90708232
Mar 07, 2017
fix newly introduced bug in Sprite.SetPicture
· 43aae3d3
faiface
authored
8 years ago
43aae3d3
slightly optimize Sprite.SetPicture
· 6874fff0
faiface
authored
8 years ago
6874fff0
minor change
· 48241540
faiface
authored
8 years ago
48241540
add Sprite
· 055da8df
faiface
authored
8 years ago
055da8df
add clarifying comment
· e4ecafef
faiface
authored
8 years ago
e4ecafef
allow efficiently drawing one Canvas onto another
· 3d13e52a
faiface
authored
8 years ago
3d13e52a
implement Picture for Canvas
· f65ea40e
faiface
authored
8 years ago
f65ea40e
clarify doc
· ee634c2a
faiface
authored
8 years ago
ee634c2a
correct glhf.Bounds in Canvas
· 7feecc2e
faiface
authored
8 years ago
7feecc2e
Mar 06, 2017
make Canvas code more consistent
· 6b643e58
faiface
authored
8 years ago
6b643e58
minor change
· 741df929
faiface
authored
8 years ago
741df929
minor change
· 15f0c6b7
faiface
authored
8 years ago
15f0c6b7
replace Transform by much simpler Matrix
· f0394ec7
faiface
authored
8 years ago
f0394ec7
add Picture.Original
· 1083ca72
faiface
authored
8 years ago
1083ca72
fix Picture drawing in Canvas
· 53066d47
faiface
authored
8 years ago
53066d47
fix Window.MousePosition (new coordinate system)
· 17d1731d
faiface
authored
8 years ago
17d1731d
fix PictureData.Color (off by 1)
· 146797ba
faiface
authored
8 years ago
146797ba
Mar 05, 2017
return pointers from constructors of Triangles/PictureData
· c91d49da
faiface
authored
8 years ago
c91d49da
big big commit - rework whole pixelgl
· 69a3c17c
faiface
authored
8 years ago
69a3c17c
Loading