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
3ae612a84d3c4e2c7e1631482a0cd674417d3738
Select Git revision
1 result
pixel
Author
Search by author
Any Author
authors
0 authors
May 21, 2017
minor change
· 3ae612a8
faiface
authored
7 years ago
3ae612a8
update Sprite's doc
· 0ac5371d
faiface
authored
7 years ago
0ac5371d
May 18, 2017
remove Text.Matrix() and Text.ColorMask() getters
· fccedc5a
faiface
authored
7 years ago
fccedc5a
change Text properties to fields
· f7aac5ed
faiface
authored
7 years ago
f7aac5ed
change IMDraw properties to fields
· 1d928485
faiface
authored
7 years ago
1d928485
May 17, 2017
change Sprite.Draw and Canvas.Draw signatures (include Matrix)
· b832e835
faiface
authored
7 years ago
b832e835
May 14, 2017
accept zero target size in Rect.Resized
· 53167788
faiface
authored
7 years ago
53167788
May 11, 2017
improve Atlas creation time 2-3 times
· 9d60c5fa
faiface
authored
7 years ago
9d60c5fa
May 10, 2017
add Window.Repeat
· cce26f0a
faiface
authored
7 years ago
cce26f0a
fix and simplify input handling in Window
· b15c1029
faiface
authored
7 years ago
b15c1029
add Window.Typed
· 3a14aae3
faiface
authored
7 years ago
3a14aae3
change text.New to take an Atlas
· e86120db
faiface
authored
7 years ago
e86120db
May 09, 2017
add text package doc
· a5100486
faiface
authored
7 years ago
a5100486
add Text.Matrix and Text.ColorMask
· feb12a1c
faiface
authored
7 years ago
feb12a1c
add examples on LineHeight and TabWidth to Text doc
· 3ffbbb9c
faiface
authored
7 years ago
3ffbbb9c
add note about not destroying face.Face to Atlas doc
· 863e1e2f
faiface
authored
7 years ago
863e1e2f
mention control characters in Text doc
· e3268db3
faiface
authored
7 years ago
e3268db3
remove accidental markdown formating from Text doc
· 7b10ad84
faiface
authored
7 years ago
7b10ad84
fix typo in Text doc
· abcdff59
faiface
authored
7 years ago
abcdff59
minor change in Text doc
· dc3f9857
faiface
authored
7 years ago
dc3f9857
minor change in Atlas doc
· dd6d38b8
faiface
authored
7 years ago
dd6d38b8
clarify doc
· 46122dd8
faiface
authored
7 years ago
46122dd8
add Text doc
· c8114d84
faiface
authored
7 years ago
c8114d84
minor change
· f5867628
faiface
authored
7 years ago
f5867628
add Atlas doc
· 80735cfc
faiface
authored
7 years ago
80735cfc
don't cache kerning in Atlas (too expensive and no benefit)
· dcdc812a
faiface
authored
7 years ago
dcdc812a
improve Atlas creation, atlas is now square picture (was one row of characters)
· 248d68f6
faiface
authored
7 years ago
248d68f6
May 08, 2017
fix PictureDataFromImage (wrong bounds when Min not (0, 0))
· 3841afb7
faiface
authored
7 years ago
3841afb7
May 07, 2017
rename Text.LineHeight(scale) -> height, since now it's absolute height
· 217ac0c4
faiface
authored
7 years ago
217ac0c4
rename Glyph.Orig -> Dot
· 65236863
faiface
authored
7 years ago
65236863
minor change
· cfaff8c0
faiface
authored
7 years ago
cfaff8c0
improve Text code
· 2d1f61f7
faiface
authored
7 years ago
2d1f61f7
add Text.BoundsOf
· 883bdc32
faiface
authored
7 years ago
883bdc32
restructure Text writing for more flexibility and consistency
· c9eea263
faiface
authored
7 years ago
c9eea263
add Atlas.DrawRune
· 5b524dad
faiface
authored
7 years ago
5b524dad
May 06, 2017
Merge branch 'dev' into text
· a86876a1
faiface
authored
7 years ago
a86876a1
IMDraw: change default point color to (1, 1, 1, 1) (was (0, 0, 0, 0))
· 29785fb9
faiface
authored
7 years ago
29785fb9
May 05, 2017
fix Text.Bounds
· 1d17e458
faiface
authored
7 years ago
1d17e458
remove Batch from Text and optimize it
· b91d8be6
faiface
authored
7 years ago
b91d8be6
add Text.Bounds, Atlas.Ascent, Atlas.Descent
· c47d77b2
faiface
authored
7 years ago
c47d77b2
Loading