summaryrefslogtreecommitdiff
path: root/Experimental
AgeCommit message (Expand)Author
2024-07-13cosmetic changesDaniel Kochmański
2024-06-27pointer-documentation: [1/n] remove drei-induced clutterDaniel Kochmański
2024-02-03core: always call DISPATCH-REPAINT (instead of REPAINT-SHEET)Daniel Kochmański
2023-09-10experimental: add a file that creates a standalone sheet for testingDaniel Kochmański
2021-10-08Use strings for system namesEric Timmons
2021-10-08Use strings for asd dependenciesEric Timmons
2020-09-04cleanup: rename internal constants from *constant* to +constant+Daniel Kochmański
2020-07-22menu-choose: delete copy in Experimental/Jan Moringen
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