oconfig.c: Fix compiler warning.
[collection4.git] / graph_def.c
2010-06-15 Florian Forstergraph_def.c: Implement the "Format" config option.
2010-06-15 Florian Forstergraph.[ch]: Remove the "gl_" prefix.
2010-06-15 Florian ForsterMove the graph class into an own module.
2010-06-14 Florian Forstergraph_def.c: Implement the "Stack" and "Area" options.
2010-06-14 Florian Forstergraph_def.c: Split the config handling into two functions.
2010-06-14 Florian Forstergraph_def.c: Implement color config option.
2010-06-14 Florian ForsterImplement "DEF" configuration.
2010-06-14 Florian Forstergraph_def.[ch]: Implemented DEF-based graph generation.
2010-06-14 Florian Forstergraph_def.c: Add the "color" member.
2010-06-14 Florian Forstergraph_def.[ch]: Implement "def_append".
2010-06-14 Florian Forstergraph_def.[ch]: Class for handling data sources in...