graph_def.c: Split the config handling into two functions.
[collection4.git] / graph_list.c
2010-06-14 Florian ForsterImplement "DEF" configuration.
2010-06-14 Florian Forstergraph_list.c: Clear instances before re-scanning the...
2010-06-14 Florian Forstergraph_list.[ch]: Implement some (very simple) config...
2010-06-14 Florian Forstergraph_def.[ch]: Implemented DEF-based graph generation.
2010-06-14 Florian Forstergraph_list.c: Improve error handling in one little...
2010-06-14 Florian Forstergraph_list.c: Allocate graph_def_ts on the fly.
2010-06-14 Florian Forstergraph_ident.[ch]: ident_copy_with_selector: More fine...
2010-06-14 Florian Forstergraph_list.[ch]: Implement "gl_graph_get_selector".
2010-06-14 Florian Forstergraph_ident.[ch]: Move the graph_ident_t data structure...
2010-06-14 Florian Forsteraction graph: Remove unused functions.
2010-06-14 Florian ForsterFirst working version of the configurable graphlist...
2010-06-09 Florian Forstergraph_list.[ch]: Implement "{graph,inst}_get_selected".
2010-06-09 Florian Forstergraph_list.c: Add missing folding marker.
2010-06-09 Florian Forstergraph_list: Implement better iterator functions.
2010-06-09 Florian Forstergraph_list.c: Add folding markers.
2010-06-09 Florian Forstergraph_list: Add basic configuration infrastructure.
2010-05-02 Florian Forstergraph_list: Sort list alphabetically.
2010-04-30 Florian Forstergraph_list: Free old list when re-scanning.
2010-04-30 Florian ForsterInitial import.