index
:
~cloos/freetype2
BRANCH-2-1-5
CACHE
LAYOUT
RGB
STABLE
VER-2-0-4-PATCH
VER-2-1-0
david-pic-changes
dbgmem-more-limiters
int-not32-changes
master
clone of git://git.sv.gnu.org/freetype/freetype2.git
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
ftobjs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-06
Fix autohinting fallback.
Werner Lemberg
1
-0
/
+3
2011-02-19
Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.
Kevin Kofler
1
-7
/
+10
2010-12-13
Fix parameter handling of `FT_Set_Renderer'.
Werner Lemberg
1
-0
/
+1
2010-11-04
[UVS] Fix find_variant_selector_charmap(), Savannah bug #31545.
suzuki toshiya
1
-0
/
+2
2010-11-04
[UVS] Remove non-essential pointer checking in previous commit.
suzuki toshiya
1
-20
/
+0
2010-11-04
[UVS] Stabilizes UVS supporting functions against non-UVS fonts.
suzuki toshiya
1
-0
/
+20
2010-10-13
[raccess] Skip unrequired resource access rules by Darwin VFS.
suzuki toshiya
1
-0
/
+15
2010-08-06
Minor doc fixes, formatting.
Werner Lemberg
1
-12
/
+16
2010-08-07
Fix Savannah bug #30648.
suzuki toshiya
1
-12
/
+28
2010-08-06
Fix Savannah bug #30658.
suzuki toshiya
1
-0
/
+5
2010-07-18
Add reference counters and to FT_Library and FT_Face objects.
Werner Lemberg
1
-17
/
+56
2010-07-12
Remove C++ warnings.
Werner Lemberg
1
-6
/
+6
2010-07-05
Fix Savannah bug #27648.
Eugene A. Shatokhin
1
-3
/
+5
2010-07-05
Restrict the number of the charmaps in a rogue-compatible mode.
suzuki toshiya
1
-0
/
+51
2010-07-02
Additional fix for Savannah bug #30306.
suzuki toshiya
1
-0
/
+3
2010-07-01
Initial fix for Savannah bug #30306.
suzuki toshiya
1
-1
/
+10
2010-07-01
Additional fix for Savannah bug #30248 and #30249.
suzuki toshiya
1
-0
/
+8
2010-06-25
Initial fix for Savannah bug #30248 and #30249.
suzuki toshiya
1
-0
/
+2
2010-06-07
Fix Savannah bug #30052.
Werner Lemberg
1
-2
/
+2
2010-05-22
Fix various memory problems found by linuxtesting.org.
Werner Lemberg
1
-2
/
+8
2010-03-12
Remove duplicated inclusion of `FT_OUTLINE_H' in ftobjs.c.
suzuki toshiya
1
-1
/
+0
2010-02-27
Simplify code.
Werner Lemberg
1
-3
/
+1
2010-02-26
Improve handling of invalid glyph indices in char->index functions.
Behdad Esfahbod
1
-5
/
+10
2010-01-14
Make FT_Set_Transform work if no renderer is available.
Werner Lemberg
1
-0
/
+13
2010-01-14
Fix compilation warning.
Werner Lemberg
1
-1
/
+4
2009-11-15
Add tracing messages for advance values.
Werner Lemberg
1
-0
/
+6
2009-10-26
Whitespace.
Werner Lemberg
1
-2
/
+2
2009-09-02
Improve vertical metrics calculation (Savannah bug #27364).
Bram Tassyns
1
-3
/
+15
2009-08-01
base: Prevent some overflows on LP64 systems.
suzuki toshiya
1
-7
/
+49
2009-08-01
ftobjs.c: Prevent an overflow in glyph index handling.
suzuki toshiya
1
-1
/
+1
2009-06-29
ftpatent: Fix a bug by wrong usage of service->table_info().
suzuki toshiya
1
-1
/
+2
2009-06-26
For warning messages, replace FT_ERROR with FT_TRACE0.
Werner Lemberg
1
-2
/
+2
2009-06-25
Provide version information better.
Werner Lemberg
1
-0
/
+4
2009-06-07
Fix some potential out-of-memory crashes.
Werner Lemberg
1
-6
/
+10
2009-05-29
Enable autohinting for glyphs rotated by multiples of 90°.
James Cloos
1
-15
/
+17
2009-04-05
Position Independent Code (PIC) support and infrastructure in base.
Oran Agra
1
-0
/
+15
2009-03-12
Fix some FreeType Coverity issues as reported for Ghostscript.
Werner Lemberg
1
-2
/
+15
2009-02-24
Fix Savannah bug #25669.
Werner Lemberg
1
-4
/
+4
2009-01-22
Move FT_Get_FSType_Flags to a separate file.
Werner Lemberg
1
-23
/
+0
2009-01-22
* Fix a bug in POSIX resource-fork accessor since 2008-10-04
Suzuki, Toshiya (鈴木俊哉)
1
-1
/
+5
2009-01-13
Fix C++ compilation.
Werner Lemberg
1
-3
/
+3
2009-01-09
tab -> space
Werner Lemberg
1
-3
/
+3
2009-01-09
* src/base/ftobjs.c (FT_Done_Library): Issue an error when FT_Done_Face() is ...
Suzuki, Toshiya (鈴木俊哉)
1
-0
/
+4
2008-12-21
* src/pfr/pfrdrivr.c, src/winfonts/winfnt.c, src/cache/ftcmanag.c,
Werner Lemberg
1
-2
/
+2
2008-12-18
* docs/CHANGES: Updated.
Werner Lemberg
1
-0
/
+23
2008-12-11
Generalize the concept of `tricky' fonts by introducing
Werner Lemberg
1
-15
/
+16
2008-12-09
Really fix Savannah bug #25010: An SFNT font with neither outlines
Werner Lemberg
1
-4
/
+0
2008-12-05
* include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): Use value
Werner Lemberg
1
-1
/
+5
2008-11-29
Formatting.
Werner Lemberg
1
-3
/
+3
2008-11-08
* src/base/ftobjs.c (ft_glyphslot_free_bitmap): Protect against
Werner Lemberg
1
-1
/
+1
[next]