projects/adw-charting/adw-charting.git
2010-04-21  Ryan Davisconverted to git repo and updated the docs slightly master
2010-02-24  Russ Tyndallremoved interpol syntax, I didnt realise this wasnt... origin/HEAD origin/master
2010-02-24  Russ Tyndalladded color to axis which applies that style to axis...
2010-02-22  Russ Tyndallremoved typo and exported data & data-interval
2010-02-21  Russ Tyndallcentralized the logic for building axises so that we...
2010-02-21  Russ Tyndallfixed a bug in finalize-bounds-and-labels where it...
2010-02-21  Russ Tyndallmade copy, copy a little deeper re gainseville-green...
2010-02-20  Russ Tyndallworking on building many graphs with the same bounds...
2010-02-18  Russ Tyndallallowed setting an x2 axis to allow more axis labels...
2010-01-28  Ryan Davisprevent div by zero errors when there's only one data...
2009-11-25  Russ Tyndalladded an add-legend and add-marker functions
2009-11-24  Russ Tyndalladded gitignore
2009-11-24  Russ Tyndallfixed bug where mapcan was destructively modifying...
2009-10-06  Nathan BirdSetting the *default-font-file* to use DejaVuSans
2009-08-25  Ryan Davissome doc fixes and publish script fixes
2009-08-25  Ryan Davisgot the rest of the library documented, and put the...
2009-08-25  Ryan Davissplit examples out from the monolithic examples.lisp...
2009-08-25  Ryan Davisfixed bug introduced last night with drawing zero lines...
2009-08-25  Ryan Davismoving iterate dependency up to adw-charting.asd to...
2009-08-25  Ryan Davisadding more examples
2009-08-25  Ryan Davismuch more documentation and a nicer default label formatter
2009-08-25  Ryan Davisreworked how y-axis labels are drawn so they don't...
2009-08-24  Ryan Davisadding example files
2009-08-17  Ryan Davischanged default colors again to have more contrast
2009-06-18  Ryan Davismore documentation, a start on a system to put image...
2009-06-26  Ryan Davissome reformmatting and making the explicit 0 line thinner
2009-06-26  Ryan Davisadded some checks to princ-to-string on various labels...
2009-06-26  Ryan Davisadded a default color scheme from colourlovers.com...
2009-06-17  Ryan Davissome re-indenting
2009-06-16  Ryan Davisadd a new draw-graph-outline to just stroke the outline...
2009-05-25  Ryan Davismore documentation!
2009-05-29  Ryan Davisfixed a div by zero when there is only one element...
2009-04-14  Ryan Davisinstead of adding an empty title to a gchart, signal...
2009-04-13  Ryan Davisfixed some nullref errors with the new draw-zero-p...
2009-04-13  Ryan Davisadded GChart support for the draw-zero-p axis option...
2009-04-13  Ryan Davisupdated the list of supported features on gcharts to...
2009-04-13  Ryan Davisremoved superflous nil defaults on some keyword/optiona...
2009-02-04  Russ Tyndallchanged to unix line-endings
2009-01-26  Ryan Davisspacing / formatting fixes
2009-01-26  Ryan Davisfixed the y graph point calculation to stay above the...
2009-01-26  Ryan Davisfixed bar width calculation to be a minimum of 1. ...
2008-12-09  Ryan Davisallowed google-meter charts to be used via with-gchart
2008-12-03  Ryan Davisresolving conflicts
2008-12-03  Ryan Davisresolving conflicts
2008-11-12  Ryan Davisbegan getting site as org files and updating examples...
2008-11-12  Ryan Davisfixed a bug in saving google charts to disk
2008-11-01  Ryan Davistrying to sort out a rendering bug
2008-11-01  Ryan Davischaning the default to hide the gridlines.
2008-12-03  Ryan Davisadded support for the google-o-meter chart type.
2008-12-03  Ryan Davisbug fix: pass along the stream we want to save to
2008-12-03  Ryan Davisrefactored a bit to enable dealing with just a hash...
2008-10-08  Ryan Davisfixing the asd file to load star-rating-charts correctly
2008-10-08  Ryan Davissome comment improvements
2008-10-08  Ryan Davisinitial support for a star-rating chart, which prints...
2008-10-06  Ryan Davisremoving dead code
2008-10-03  Ryan Davistweak the min/max y a little to add some padding in...
2008-10-03  Ryan Davisbetter automatic y-axis label positioning and better...
2008-10-03  Ryan Davismisc tweaks and trivial changes
2008-10-03  Ryan Davisadded a unified WITH-CHART macro to replace all the...
2008-10-03  Ryan Davissupport for non-zero y minimums, so an interesting...
2008-10-03  Ryan Davisexperimental support for dynamic bar widths
2008-07-16  Ryan Davisrepointing at new darcs location
2008-09-26  Russ Tyndallmoved pathname merging and what not up to the definitio...
2008-09-26  Russ Tyndallrewrote lineendings to exclude returns
2008-09-04  Ryan Davisnow uses vecto:arc to draw pie charts
2008-08-20  Ryan Daviseliminated some duplicated exports
2008-08-20  Ryan Davisfixed to get adw-charting-google working again
2008-08-20  Ryan Davissplit vecto and google charting into separate asdf...
2008-08-11  Ryan Davisspacing tweak
2008-08-11  Ryan Davisadded gchart support for axis scaling
2008-08-11  Ryan Davisadded an optional scalefn for adding custom scaling...
2008-08-11  Ryan Davisadded a macro to reset the color allocation between...
2008-05-23  Ryan Davisreworked FINALIZE-PARAMETER to let CLOS handle type...
2008-05-23  Ryan Davisrefactored axis settings
2008-05-23  Ryan Davisadded support for grids and bar-chart spacings
2008-05-23  Ryan Davisadded support for changing the zero point of the graph
2008-05-23  Ryan Davischanged api for NORMALIZE-SERIES to return the specific...
2008-05-23  Ryan Davischanged api of interpolate to take keywords
2008-05-23  Ryan Davisadded support for grouped bar charts
2008-05-16  Ryan Davisfixed url formatting
2008-05-16  Ryan Davisadded basic y-axis support, not complete yet
2008-05-16  Ryan Davisreworked stream saving to support gcharts as well
2008-05-13  Ryan Davisremoving debugging break statement
2008-05-13  Ryan Davisspacing tweak
2008-05-13  Ryan Davisadded support for x-axis
2008-05-13  Ryan Davisleft the parameters keys as keywords, not strings,...
2008-05-13  Ryan Davisreformatted
2008-05-12  Ryan Davisadded support for data scaling, which is needed for...
2008-05-08  Ryan Davisadded support for vertical bar charts, and the start...
2008-05-08  Ryan Davisvarious minor fixes and tweaks
2008-05-07  Ryan Davisadded ability to give transparent background and title...
2008-05-07  Ryan Davisfinished the chart-url function
2008-05-07  Ryan Davisadded some docstrings
2008-05-07  Ryan Davismade the gchart save function return the filename
2008-05-07  Ryan Davisadded basic line chart support
2008-05-07  Ryan Davispulled the min/max x/y calculation into a separate...
2008-05-07  Ryan Davissimplified the examples by using adw-charting, so no...
2008-05-07  Ryan Davisstart on a function to return the right URL for a googl...
2008-05-07  Ryan Davispulled google url out into a defparam
2008-04-05  Ryan Davisgot pie charts working against google charting, adding...
next