summaryrefslogtreecommitdiff
path: root/Experimental
AgeCommit message (Expand)Author
2016-05-31cosmetic: mv fonts to the Experimental/Daniel Kochmański
2016-05-31systems: asd: mcclim extensions are named mcclim-*Daniel Kochmański
2016-05-27fonts: move mcclim-trutype to clim-fonts/truetypeDaniel Kochmański
2016-05-26cosmetic: remove -*- Mode: Lisp from asd filesDaniel Kochmański
2016-05-23trimmed extra .cvsignoreGabriel Laddel
2016-03-21Remove reference to variable that no longer exists.Robert Strandh
2016-03-21Remove FREETYPE expermental extension. The TRUETYPE extension works (no FFI).Robert Strandh
2016-03-02Remove some superfluous blank lines. Improve comments.Robert Strandh
2016-03-02Update comment for new ASDF convention for finding systems.Robert Strandh
2015-11-24Define system in package ASDF-USER.Robert Strandh
2014-11-09Depend on :mcclim before :clim-clx so that mcclim.asd gets loaded first.Robert Strandh
2010-01-31Fall back to DejaVu instead of Vera, and fix serif italic filename.Andy Hefner
2009-06-14Transform :fixed to :fix during font lookup. Apparently necessary to runAndy Hefner
2008-04-14Converted MCCLIM-IMAGES to CLIM 2.2 bitmap functions (with extensions).Troels Henriksen
2008-01-31Truetype/freetype revamping. Much senseless renaming of packages andAndy Hefner
2008-01-30restored cffi freetype codeDavid Lichteblau
2008-01-27Added some amazing hacks to pointer-documentation-panes for the notion of a "...Troels Henriksen
2008-01-21Drawing optimizations, with a focus on eliminating clipping rectangleAndy Hefner
2008-01-17Simple implementation of ttf device fonts by their proper name (asAndy Hefner
2008-01-17Now that everything is working fairly reliably, break it all byAndy Hefner
2008-01-15Fix busted text size calculation in the fixed-width path. TypedAndy Hefner
2008-01-13Attempt to workaround nil text style issue.Andy Hefner
2008-01-13Attempt to improve handling of broken freetype paths.Andy Hefner
2008-01-06Eliminate duplicated medium-gcontext method in freetype (it had fallenAndy Hefner
2008-01-05Didn't mean to leave any of those in there.Andy Hefner
2008-01-05Make go fast.Andy Hefner
2008-01-01Removed stale font-finding code from Freetype, now everyone uses theTroels Henriksen
2007-12-21Merged mcclim-freetype-cffi.asd into mcclim-freetype.asd.David Lichteblau
2007-12-16Depend explictly on mcclim in mcclim-freetype.asd.David Lichteblau
2007-03-09First draft version of an experimental extension to the graph-formatting prot...Robert Goldman
2006-12-19Fix broken type declaration.Andy Hefner
2006-12-17Rewrote XPM parser to parse directly from one large byte array, ratherAndy Hefner
2006-11-05Use cl:defpackage for the freetype package, no matter what.Andreas Fuchs
2006-10-28Commit Douglas Crosher's non-symbol case fixes:Andreas Fuchs
2006-05-25modified font-finding for ACL and added cl-user variable to set it.Robert Goldman
2006-05-25First shot at a CFFI-based freetype to replace sbcl/cmucl-specific original.Robert Goldman
2006-05-02In sbcl, load the versioned shared objectChristophe Rhodes
2006-03-29Take out dependencies on case in symbol names. This makes McCLIM sortTimothy Moore
2006-03-20Remove xrender files; bug your CLX vendor for xrender instead.Christophe Rhodes
2006-03-15Patches from dtc for Scieneer Common Lisp, and a few other fixes too.Timothy Moore
2006-03-15Fix for uncompiled-cl-source-file in the presence of the (advertised)Christophe Rhodes
2006-03-10Merge a hacky but functional implementation of device-font-text-styles,Christophe Rhodes
2006-02-06Begin reducing the size of gold.ac.uk's mcclim diffChristophe Rhodes
2005-10-11Update various .cvsignore files to unclutter my pcl-cvs screenRudi Schlatte
2005-08-22Make the Freetype FFI 32/64 agnostic.Christophe Rhodes
2005-08-13Commit working version of text-bounding-rectangle* stuff, as trailed onChristophe Rhodes
2005-07-29Add Bitstream Vera detection routines to mcclim-freetype's system definition.Andreas Fuchs
2005-07-14make one more errant cache display-specific. Now I can destroy portsChristophe Rhodes
2005-07-12The cache for glyphs must have the display as part of the key, otherwiseChristophe Rhodes
2005-06-18Cache another routine that gets called alot; remove dependency on this xrende...Brian Mastenbrook