- 14 6月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, rsc CC=golang-dev http://codereview.appspot.com/6306078
-
- 07 5月, 2012 5 次提交
-
-
由 Nigel Tao 提交于
R=dsymonds CC=golang-dev http://codereview.appspot.com/6202052
-
由 Nigel Tao 提交于
R=bradfitz CC=golang-dev http://codereview.appspot.com/6202051
-
由 Nigel Tao 提交于
No code changes, just a copy/paste. R=bradfitz CC=golang-dev http://codereview.appspot.com/6201052
-
由 Nigel Tao 提交于
.TTF files) R=bradfitz CC=golang-dev http://codereview.appspot.com/6194050
-
由 Nigel Tao 提交于
I'm not sure why I put that limit in in the first place. I can't find that limit in either the C Freetype code or the TTF spec. R=bradfitz CC=golang-dev http://codereview.appspot.com/6201043
-
- 04 5月, 2012 2 次提交
-
-
由 Nigel Tao 提交于
R=bradfitz CC=golang-dev http://codereview.appspot.com/6199043
-
由 Nigel Tao 提交于
file offset. R=bradfitz CC=golang-dev http://codereview.appspot.com/6198043
-
- 04 2月, 2012 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc, dave CC=golang-dev http://codereview.appspot.com/5629046
-
- 23 12月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
Also update freetype/truetype for s/int/rune/. R=rsc, bradfitz CC=golang-dev http://codereview.appspot.com/5505067
-
- 08 11月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc, r CC=golang-dev http://codereview.appspot.com/5339048
-
- 06 10月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r, rsc CC=golang-dev http://codereview.appspot.com/5166052
-
- 14 9月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev http://codereview.appspot.com/4996046
-
- 18 7月, 2011 2 次提交
-
-
由 Andrew Gerrand 提交于
R=nigeltao CC=golang-dev http://codereview.appspot.com/4762044
-
由 Andrew Gerrand 提交于
R=nigeltao CC=golang-dev http://codereview.appspot.com/4765041
-
- 12 7月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4702041
-
- 10 7月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4675071
-
- 16 6月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4620044
-
- 05 6月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/4517137
-
- 11 4月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, r2 CC=golang-dev http://codereview.appspot.com/4386048
-
- 21 1月, 2011 1 次提交
-
-
由 Nigel Tao 提交于
R=adg, r2 CC=golang-dev http://codereview.appspot.com/4040045
-
- 15 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, nigeltao_gnome, adg CC=golang-dev http://codereview.appspot.com/2527041
-
- 12 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
consistency with existing NewFooPainter functions. Unbreak build from ColorImage change in the core image package. R=adg CC=golang-dev http://codereview.appspot.com/2450041
-
- 03 10月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
Fix bug where the String representation of a Fix32 representing minus one quarter was "0:064" instead of "-0:064". R=r, rsc, rog, nigeltao_gnome CC=golang-dev http://codereview.appspot.com/2275043
-
- 15 9月, 2010 2 次提交
-
-
由 Nigel Tao 提交于
bounding rect. This does for Alpha{Over,Src}Painter what revision 7329234544 did for RGBAPainter. R=r CC=golang-dev http://codereview.appspot.com/2210041
-
由 Nigel Tao 提交于
context state. Also rename DrawText to DrawString. R=r CC=golang-dev http://codereview.appspot.com/2208041
-
- 13 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/2171045
-
- 10 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
Porter-Duff composition operator used. This saves a malloc when passing an AlphaSrcPainter as a value of Painter interface type. R=r CC=golang-dev http://codereview.appspot.com/2149044
-
- 09 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
A freetype.Context now has dst and src image setters and the notion of a current point, instead of having to pass a painter and pt to DrawText. R=r, rsc CC=golang-dev http://codereview.appspot.com/2169041
-
- 08 9月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/2116046
-
- 27 8月, 2010 3 次提交
-
-
由 Nigel Tao 提交于
instead of at 1em above the baseline. R=r CC=golang-dev http://codereview.appspot.com/2042041
-
由 Nigel Tao 提交于
bounding rect. This bug was introduced when an image.RGBA's representation went from slice of slices to one linear buffer. R=r CC=golang-dev http://codereview.appspot.com/2020044
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/1961046
-
- 26 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev http://codereview.appspot.com/1989044
-
- 10 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r, adg CC=golang-dev http://codereview.appspot.com/1850041
-
- 04 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev http://codereview.appspot.com/1848055
-
- 03 8月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
just version 2. The FTL (Freetype Licence) is still available. This matches the original Freetype library (written in C). This only expands and does not further restrict the licensing options available to users of the freetype-go library. R=adg CC=golang-dev http://codereview.appspot.com/1731049
-
- 07 7月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=adg CC=golang-dev, rog http://codereview.appspot.com/1711048
-
- 05 7月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=r CC=golang-dev http://codereview.appspot.com/1725049
-
- 01 7月, 2010 1 次提交
-
-
由 Nigel Tao 提交于
R=rsc CC=golang-dev, rog http://codereview.appspot.com/1686048
-