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
b15c10298e21df1cdd444a64105d24b44de284c4
Select Git revision
Branches
1
master
default
Tags
12
v0.10.0
v0.10.0-beta
v0.10.0-alpha
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.7
v0.6
v0.5.1
v0.5
13 results
pixel
Author
Search by author
Any Author
authors
0 authors
May 10, 2017
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
add Rect.Union
· e9a3c900
faiface
authored
7 years ago
e9a3c900
May 04, 2017
fix Text.Color
· 3d3cbd60
faiface
authored
7 years ago
3d3cbd60
May 03, 2017
move Atlas type to a separate file
· 4e6d6eeb
faiface
authored
7 years ago
4e6d6eeb
change Text.LineHeight to use actual units instead of scale (such as 1.5)
· 17ddf4fe
faiface
authored
7 years ago
17ddf4fe
add Text.Atlas (Atlas has some useful stuff, e.g. line height)
· e1e18155
faiface
authored
7 years ago
e1e18155
add Text.WriteByte
· a05abdca
faiface
authored
7 years ago
a05abdca
export Atlas from text package + add Text.WriteRune and Text.WriteString
· 31712405
faiface
authored
7 years ago
31712405
add Text.SetMatrix and Text.SetColorMask
· 3b1e0eaa
faiface
authored
7 years ago
3b1e0eaa
add Text.LineHeight and text.TabWidth
· 6a750095
faiface
authored
7 years ago
6a750095
Loading