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. | ||
| ddaf5e9c | 2008-04-13 09:50:49 | * Fix a crash in the glyph extrusion code when a contour has zero points. | ||
| 94fe5f4d | 2008-04-13 09:37:13 | * Fix minor typo (polyon -> polygon). | ||
| d5ec524b | 2008-04-13 09:34:19 | * Fix a coordinate bug in the extrusion texture mapping. | ||
| 46de81b1 | 2008-04-13 09:28:40 | * Minor refactoring in FTExtrdGlyph.cpp. | ||
| 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. | ||
| d60f1a16 | 2004-12-06 22:42:28 | const correctness. | ||
| a2985cbf | 2004-10-18 21:41:36 | Removed depth member var. Fixed a problem with normal generation. | ||
| 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 | ||
| 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. | ||
| cca1059d | 2003-09-29 20:59:51 | Added SetDepth function to FTBBox | ||
| 59a0780e | 2003-09-25 03:55:19 | Changed to use FTGlyphSlot internally instead of FTGlyph | ||
| 84d14a79 | 2003-09-24 22:05:12 | Removed old comments | ||
| eeef12c6 | 2003-04-03 23:59:34 | Made vectoriser a stack var and refactored variables | ||
| 8827cc20 | 2003-01-28 13:53:24 | minor update for win32 | ||
| e4b164cf | 2002-12-21 07:32:40 | Delete the display list | ||
| 3faff95d | 2002-12-19 10:24:20 | Made some objects const | ||
| 92bc1caf | 2002-12-17 04:42:33 | Renamed render to Render | ||
| 41124c85 | 2002-12-17 03:49:31 | Removed data buffers. Now call into vectoriser | ||
| 4b577dd9 | 2002-12-17 01:16:37 | Removed redundant code and memory allocation | ||
| 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 [] | ||
| 7b1edc51 | 2002-01-25 22:34:32 | Removed some redundant members and made then local | ||
| e919b2c4 | 2002-01-24 09:43:45 | Removed the winding code. Reverted back to broken outline.flag. Glyph winding still broken!!! | ||
| fff0f674 | 2002-01-09 20:34:16 | Minor tidy up | ||
| 493a1ac4 | 2001-12-14 02:52:10 | Added math.h header | ||
| c8dc02da | 2001-12-11 03:55:08 | Replaced double with FTGL_DOUBLE typedef | ||
| ccddd5df | 2001-11-29 05:10:21 | Added Winding fuction to colc area for a full contour rather than part of one | ||
| 5779235b | 2001-11-28 23:04:24 | Added a work around for a bug in freetype. Calcs the winding direction of the contour | ||
| d996cc69 | 2001-11-25 20:40:57 | Fixed the space bug AGAIN. | ||
| 21c76d68 | 2001-11-12 00:00:50 | Extrusion code merged from 1.3beta2 |