Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7e74380f | 2008-04-21 21:48:03 | * Inset/outset contour support for fonts, by Eric Beets. For now, only contours with exactly the same number of points are generated. | ||
| f300fc49 | 2008-04-21 16:09:46 | * Fix the FTLayout rendering: line feeds were not properly handled. Patch by Eric Beets. | ||
| 94fe5f4d | 2008-04-13 09:37:13 | * Fix minor typo (polyon -> polygon). | ||
| 141112c4 | 2008-04-12 22:44:48 | * Add licensing information to all files in the library. | ||
| 7c358859 | 2008-04-04 12:43:38 | * Generate a config.h file instead of passing all defines in the compiler command line. * "make install" now properly installs the includes, the documentation and the .pc file. * Generate a shared library. | ||
| 55888982 | 2004-10-17 00:40:24 | Changed advance to be an FTPoint rather than a float. | ||
| 4c6baa27 | 2004-10-10 22:50:01 | Refactoring FTPoint | ||
| b39871f5 | 2004-10-07 02:11:01 | Fixed some floats | ||
| ef3a8c03 | 2004-09-30 08:15:43 | Code to turn off display lists. | ||
| c0ac7ac6 | 2004-09-26 09:47:40 | Finalised texture coordinate generation code. Tidied some code. | ||
| f8833591 | 2004-09-18 11:24:02 | Added texture co-ordinate generation. | ||
| 2a980faa | 2004-08-22 05:50:33 | Removed unnecessary translates in the glyph rendering code. | ||
| 59a0780e | 2003-09-25 03:55:19 | Changed to use FTGlyphSlot internally instead of FTGlyph | ||
| d7cd7612 | 2003-04-02 23:47:27 | Fixed memory leaks | ||
| e4b164cf | 2002-12-21 07:32:40 | Delete the display list | ||
| 3faff95d | 2002-12-19 10:24:20 | Made some objects const | ||
| 4453a781 | 2002-12-17 03:52:10 | Removed data memory buffer | ||
| 74efb3e8 | 2002-12-16 23:25:41 | Changes to the outline code in FTVectoriser | ||
| 73e3a4ad | 2002-12-11 09:28:01 | Removed redundant members. Moved BBox and advance to FTGlyph c_stor | ||
| 25392315 | 2002-12-08 07:01:44 | Minor tidy up | ||
| 6b4e1f14 | 2002-12-08 06:57:27 | Made vectoriser a local variable | ||
| 7804082c | 2002-12-08 04:38:16 | Refactored FTContour | ||
| f11669c0 | 2002-11-28 08:00:02 | Changed FT_Vector to FTPoint | ||
| ba82a01b | 2002-11-27 06:20:15 | Tidied up some float declarations | ||
| 9013e3ec | 2002-06-20 08:22:06 | Changes for VTK Removed tabs Removed mmgr Optimisations for loading pixel based fonts Minor changes | ||
| 17eb8aeb | 2002-02-02 00:16:36 | Removed FT_DoneGlyph and clean up delete [] | ||
| fb243b31 | 2002-01-24 09:41:48 | Removed complier warnings | ||
| c8dc02da | 2001-12-11 03:55:08 | Replaced double with FTGL_DOUBLE typedef | ||
| d996cc69 | 2001-11-25 20:40:57 | Fixed the space bug AGAIN. | ||
| d233facc | 2001-11-12 02:45:11 | Set the bounding box | ||
| 7d8a9eab | 2001-11-05 22:32:05 | Refactoring FTVectoriser & FTPolyGlyph to anable access to tessellation data | ||
| e077739b | 2001-10-30 23:23:29 | Renamed functions in prep for extruded glyphs Ingest->Process Output->MakeOutline | ||
| d278b891 | 2001-10-25 04:33:01 | Removed the glu header | ||
| df172ba4 | 2001-10-10 22:03:16 | Minor changes, mainly to includes, for the windows port | ||
| b073a548 | 2001-09-30 22:56:26 | Added CALLBACK to the gluTess callback function definitions. This for windows. | ||
| 96a04023 | 2001-09-27 01:41:15 | Added tessellation winding rules | ||
| c704216e | 2001-09-16 21:49:52 | Removed glyph index parameter from c_stor (see FTGlyph) and updated comments | ||
| 4d72a787 | 2001-09-14 00:42:22 | The freetype glyph is now disposed of correctly after initialsation | ||
| 2797daf9 | 2001-08-29 01:07:26 | Removed the redundant pos.x in Render() | ||
| 6299b3f3 | 2001-08-28 22:53:37 | Fixed a bug in FTVectoriser::Ingest() that caused non printing glyphs ( eg spaces) to be ignored | ||
| 7920ed9c | 2001-08-28 05:09:00 | reversed the test for glyph format = outline | ||
| 0d3ade0a | 2001-08-27 03:10:37 | update to reflect change in contourFlag in FTVectoriser | ||
| e3206aab | 2001-08-22 22:58:09 | Fixed the positional stuff in render(). Added leftside bearing offset. | ||
| e62d68b3 | 2001-08-20 22:51:21 | Started being more strict with types eg integer indices and sizes are now unsigned. | ||
| 22f62cec | 2001-08-09 02:49:45 | Found memory leak in glCombine | ||
| 0932c517 | 2001-08-08 01:32:02 | render() does not draw'invalid' glyphs | ||
| e1d841c7 | 2001-08-07 21:24:34 | Added comment about winding rules | ||
| be451805 | 2001-08-06 05:43:36 | Added GL to openGL include paths | ||
| 007ca6b5 | 2001-08-05 22:15:50 | Made render() arg const. Minor tidy ups | ||
| b6f636a5 | 2001-08-02 22:59:13 | Polygon fonts now work. |