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
fdddde27805cdec9e407bb1241e1f7460c2576f4
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
0 authors
May 14, 2017
accept zero target size in Rect.Resized
· fdddde27
faiface
authored
7 years ago
fdddde27
May 11, 2017
improve Atlas creation time 2-3 times
· fb51cd9e
faiface
authored
7 years ago
fb51cd9e
May 10, 2017
add Window.Repeat
· be2434cf
faiface
authored
7 years ago
be2434cf
fix and simplify input handling in Window
· 9062f1ea
faiface
authored
7 years ago
9062f1ea
add Window.Typed
· c9319763
faiface
authored
7 years ago
c9319763
change text.New to take an Atlas
· 9554cd9c
faiface
authored
7 years ago
9554cd9c
May 09, 2017
add text package doc
· ef86fe9b
faiface
authored
7 years ago
ef86fe9b
add Text.Matrix and Text.ColorMask
· 10163743
faiface
authored
7 years ago
10163743
add examples on LineHeight and TabWidth to Text doc
· b0e2bd10
faiface
authored
7 years ago
b0e2bd10
add note about not destroying face.Face to Atlas doc
· e1f364e5
faiface
authored
7 years ago
e1f364e5
mention control characters in Text doc
· ef5de4c8
faiface
authored
7 years ago
ef5de4c8
remove accidental markdown formating from Text doc
· ee6871c7
faiface
authored
7 years ago
ee6871c7
fix typo in Text doc
· fc8eafe3
faiface
authored
7 years ago
fc8eafe3
minor change in Text doc
· 81e2e645
faiface
authored
7 years ago
81e2e645
minor change in Atlas doc
· 067d9f48
faiface
authored
7 years ago
067d9f48
clarify doc
· 3035fcac
faiface
authored
7 years ago
3035fcac
add Text doc
· c5df68f8
faiface
authored
7 years ago
c5df68f8
minor change
· c1f32671
faiface
authored
7 years ago
c1f32671
add Atlas doc
· e1dba0eb
faiface
authored
7 years ago
e1dba0eb
don't cache kerning in Atlas (too expensive and no benefit)
· e7a7ac40
faiface
authored
7 years ago
e7a7ac40
improve Atlas creation, atlas is now square picture (was one row of characters)
· 847b4829
faiface
authored
7 years ago
847b4829
May 08, 2017
fix PictureDataFromImage (wrong bounds when Min not (0, 0))
· cfa9180b
faiface
authored
7 years ago
cfa9180b
May 07, 2017
rename Text.LineHeight(scale) -> height, since now it's absolute height
· 6ce40949
faiface
authored
7 years ago
6ce40949
rename Glyph.Orig -> Dot
· c0378a70
faiface
authored
7 years ago
c0378a70
minor change
· b41a436d
faiface
authored
7 years ago
b41a436d
improve Text code
· 68008f16
faiface
authored
7 years ago
68008f16
add Text.BoundsOf
· 75d68a69
faiface
authored
7 years ago
75d68a69
restructure Text writing for more flexibility and consistency
· ad606d2d
faiface
authored
7 years ago
ad606d2d
add Atlas.DrawRune
· a5414dbb
faiface
authored
7 years ago
a5414dbb
May 06, 2017
Merge branch 'dev' into text
· f52e3db1
faiface
authored
7 years ago
f52e3db1
IMDraw: change default point color to (1, 1, 1, 1) (was (0, 0, 0, 0))
· b333cd2e
faiface
authored
7 years ago
b333cd2e
May 05, 2017
fix Text.Bounds
· 8797440f
faiface
authored
7 years ago
8797440f
remove Batch from Text and optimize it
· 75a25a0d
faiface
authored
7 years ago
75a25a0d
add Text.Bounds, Atlas.Ascent, Atlas.Descent
· af0330d4
faiface
authored
7 years ago
af0330d4
add Rect.Union
· 16193730
faiface
authored
7 years ago
16193730
May 04, 2017
fix Text.Color
· 1bb5353e
faiface
authored
7 years ago
1bb5353e
May 03, 2017
move Atlas type to a separate file
· 7dc94990
faiface
authored
7 years ago
7dc94990
change Text.LineHeight to use actual units instead of scale (such as 1.5)
· 91448dcd
faiface
authored
7 years ago
91448dcd
add Text.Atlas (Atlas has some useful stuff, e.g. line height)
· 48f3d5cb
faiface
authored
7 years ago
48f3d5cb
add Text.WriteByte
· e112598b
faiface
authored
7 years ago
e112598b
Loading