FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/SFML/Graphics/Text.cpp - binary1248/SFML · GitHub
binary1248
/
SFML
Public
forked from
SFML/SFML
Notifications
You must be signed in to change notification settings
Fork
2
Star
17
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SFML
src
SFML
Graphics
Text.cpp
on
master
User selector
Datepicker
Commit history
Commits on Feb 15, 2018
Fixed letter spacing being letter width dependent
oomek
authored and
eXpl0it3r
committed
deeb3a9
View commit details
Copy full SHA for deeb3a9
View code at this point
Browse repository at this point
Commits on Feb 10, 2018
Updated the copyright year to 2018.
Foaly
authored and
eXpl0it3r
committed
5d7843c
View commit details
Copy full SHA for 5d7843c
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
Changed the implementation from offsets to factors.
Foaly
committed
65d26be
View commit details
Copy full SHA for 65d26be
View code at this point
Browse repository at this point
Code style refactoring in sf::Text implementation.
Maximilian Wagenbach
authored and
Foaly
committed
7ef1cff
View commit details
Copy full SHA for 7ef1cff
View code at this point
Browse repository at this point
Implemented line spacing in sf::Text.
Maximilian Wagenbach
authored and
Foaly
committed
812dea7
View commit details
Copy full SHA for 812dea7
View code at this point
Browse repository at this point
Implemented letter spacing in sf::Text.
Maximilian Wagenbach
authored and
Foaly
committed
9e2f2eb
View commit details
Copy full SHA for 9e2f2eb
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
Fix for broken text when the font is reloaded.
Foaly
committed
c24de5f
View commit details
Copy full SHA for c24de5f
View code at this point
Browse repository at this point
Commits on Feb 10, 2017
Updated year in copyright notices to 2017.
eXpl0it3r
committed
1131526
View commit details
Copy full SHA for 1131526
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Update copyright dates
Show description for ac50bf8
mantognini
authored and
eXpl0it3r
committed
ac50bf8
View commit details
Copy full SHA for ac50bf8
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
Added support for outlined text
zsbzsb
authored and
eXpl0it3r
committed
957cabb
View commit details
Copy full SHA for 957cabb
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Updated copyright year and Laurent's email address
zsbzsb
committed
1de7644
View commit details
Copy full SHA for 1de7644
View code at this point
Browse repository at this point
Commits on Dec 28, 2014
Replaced unsigned int with std::size_t for array indices/sizes
Bromeon
authored and
eXpl0it3r
committed
1cfa5c6
View commit details
Copy full SHA for 1cfa5c6
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
Source code changes.
Show description for f24ca9a
TankOs
committed
f24ca9a
View commit details
Copy full SHA for f24ca9a
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Fixed font glyphs always being 2 pixels larger than they are supposed to be in each dimension, fixed wrong underline offset with some fonts, offset underline and strike through by half of their thi…
Show description for b27cbd5
binary1248
committed
b27cbd5
View commit details
Copy full SHA for b27cbd5
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
Merge branch 'feature/strikethrough'
eXpl0it3r
committed
ef1b9d6
View commit details
Copy full SHA for ef1b9d6
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
Fixed a bug where calling Texture::getMaximumSize() before any GlResource is created would break context management.
Maximilian Wagenbach
authored and
binary1248
committed
713407e
View commit details
Copy full SHA for 713407e
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
Added a strikethrough text style to sf::Text. Fixes issue #243.
Foaly
authored and
binary1248
committed
5f3b6cb
View commit details
Copy full SHA for 5f3b6cb
View code at this point
Browse repository at this point
Commits on Jun 11, 2014
Replaced Text underline offset/thickness with nicer font dependent values.
binary1248
authored and
TankOs
committed
bdcdfff
View commit details
Copy full SHA for bdcdfff
View code at this point
Browse repository at this point
Commits on May 13, 2014
Removed vertical tab support from Text (#442).
binary1248
authored and
eXpl0it3r
committed
c45039e
View commit details
Copy full SHA for c45039e
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
Added the iOS port
LaurentGomila
authored and
intjelic
committed
e5ee38f
View commit details
Copy full SHA for e5ee38f
View code at this point
Browse repository at this point
Commits on Mar 29, 2014
Cached sf::Text attributes
Show description for 666da80
Bromeon
committed
666da80
View commit details
Copy full SHA for 666da80
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Updated copyright year to 2014
Bromeon
committed
12d8130
View commit details
Copy full SHA for 12d8130
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
Fixed minor compiler warnings in sf::Text
LaurentGomila
committed
b8f15d5
View commit details
Copy full SHA for b8f15d5
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
Fixed bug in sf::Text bounds calculation (was introduced in SFML 2.1)
LaurentGomila
committed
5f42571
View commit details
Copy full SHA for 5f42571
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Fixed bounding rect of sf::Text ignoring whitespaces (216)
LaurentGomila
committed
5c431b4
View commit details
Copy full SHA for 5c431b4
View code at this point
Browse repository at this point
Commits on Apr 6, 2013
Updated the year in the copyright notice
LaurentGomila
committed
4e8c144
View commit details
Copy full SHA for 4e8c144
View code at this point
Browse repository at this point
Commits on Sep 27, 2012
Removed useless sf::
LaurentGomila
committed
79df414
View commit details
Copy full SHA for 79df414
View code at this point
Browse repository at this point
Commits on Sep 26, 2012
Fixed the local bounds of sf::Text not updated when assigned an empty string
LaurentGomila
committed
1bb206a
View commit details
Copy full SHA for 1bb206a
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
sf::Text no longer forces the BlendAlpha blending mode
LaurentGomila
committed
1b1bc4c
View commit details
Copy full SHA for 1b1bc4c
View code at this point
Browse repository at this point
Commits on Aug 3, 2012
Removed the built-in default font
LaurentGomila
committed
a0c1f5f
View commit details
Copy full SHA for a0c1f5f
View code at this point
Browse repository at this point
Commits on Mar 13, 2012
Updated the copyright text
LaurentGomila
committed
d592b2a
View commit details
Copy full SHA for d592b2a
View code at this point
Browse repository at this point
Commits on Mar 11, 2012
Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase)
LaurentGomila
committed
14ac411
View commit details
Copy full SHA for 14ac411
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Changed the naming convention for member variables (prefix changed from "my" to "m_")
LaurentGomila
committed
ff5b69d
View commit details
Copy full SHA for ff5b69d
View code at this point
Browse repository at this point
Commits on Feb 26, 2012
Fixed right side of underline shape in sf::Text which was transparent
LaurentGomila
committed
2de690f
View commit details
Copy full SHA for 2de690f
View code at this point
Browse repository at this point
Commits on Dec 29, 2011
Fixed default color of sf::Text (was black instead of white)
LaurentGomila
committed
6c3fb42
View commit details
Copy full SHA for 6c3fb42
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL