oconfig.c: Fix compiler warning.
[collection4.git] / graph_list.c
2010-06-15 Florian ForsterFix compiler warnings.
2010-06-15 Florian Forstergraph.[ch]: Remove the "gl_" prefix.
2010-06-15 Florian Forstergraph_list.c: Removed unused stuff.
2010-06-15 Florian ForsterMove the graph class into an own module.
2010-06-15 Florian Forsterfilesystem.[ch]: Move filesystem accessing functions...
2010-06-15 Florian Forstergraph_instance.[ch]: Move the graph_instance_t code...
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.