]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-03-31 Matthew FernandezCombineRect: move definitions closer to their use and...
2021-03-31 Matthew FernandezRectArea: move definitions closer to their use
2021-03-31 Matthew FernandezPrintRect: move definition of i closer to its use and...
2021-03-31 Matthew FernandezNullRect: condense initialization of r
2021-03-31 Matthew FernandezInitRect: move definition of i closer its use and use...
2021-03-31 Matthew FernandezcheckOpt: move definition of i closer to its use and...
2021-03-31 Matthew FernandezAddBranch: move definition of i closer to its use and...
2021-03-31 Matthew FernandezPickBranch: move definition of i closer to its use
2021-03-31 Matthew FernandezNodeCover: move definitions closer to their use and...
2021-03-31 Matthew FernandezPrintNode: move definition of i closer to its use and...
2021-03-31 Matthew FernandezInitNode: move definition of i closer to its use and...
2021-03-31 Matthew FernandezRTreeNewNode: move definition of n closer to its use
2021-03-31 Matthew FernandezRTreeDelete2: move definition of i closer to its use
2021-03-31 Matthew FernandezRTreeDelete: move definitions closer to their use and...
2021-03-31 Matthew FernandezRTreeInsert2: move definition of i closer to its use
2021-03-31 Matthew FernandezRTreeInsert: move definitions closer to their use and...
2021-03-31 Matthew Fernandezreflow RTreeInsert2 prototype
2021-03-31 Matthew FernandezRTreeSearch: push definition of i closer to its use...
2021-03-31 Matthew FernandezPrintData: push definition of i closer to its use and...
2021-03-31 Matthew FernandezPrintIndex: push definition of i closer to its use...
2021-03-31 Matthew FernandezRTreeClose2: push definition of i closer to its use
2021-03-31 Matthew FernandezRTreeNewIndex: push definition of x closer to its use
2021-03-31 Matthew FernandezRTreeLeafListFree: push definition of tlp closer to...
2021-03-31 Matthew FernandezRTreeLeafListAdd: push nlp definition closer to its use
2021-03-31 Matthew Fernandezsimplify printf format in PrintNode
2021-03-31 Matthew Fernandezuse more modern #pragma once guards in lib/label
2021-03-31 Matthew Fernandezremove unnecessary CoverAll declaration
2021-03-31 Matthew Fernandezremove commented out code
2021-03-31 Matthew Fernandezremove cryptic comment
2021-03-31 Matthew Fernandezremove unused parameter to RTreeReInsert
2021-03-31 Matthew Fernandezremove unused parameter to objplpmks
2021-03-31 Matthew Fernandezremove hand rolled floor(log2())
2021-03-31 Matthew Fernandezsquash some -Wunused-parameter warnings
2021-03-31 Matthew Fernandezremove some open coded fmax
2021-03-29 Matthew FernandezMerge branch 'smattr/450AD1C4-3E9D-4E93-95C6-279FC38EFC...
2021-03-29 Matthew Fernandezreplace unnecessary max() implementation with libc...
2021-03-29 Matthew Fernandezreplace neatogen header guards with more modern #pragma...
2021-03-29 Matthew Fernandezremove commented out code
2021-03-29 Matthew Fernandezremove C++ alternative in embed_graph.h
2021-03-29 Matthew Fernandezremove inline NULL definition
2021-03-29 Matthew Fernandezremove C++ alternative in dijkstra.h
2021-03-29 Matthew Fernandezremove incorrect C++ alternative
2021-03-29 Matthew Fernandezremove unused sparsegraph.h C++ alternative
2021-03-29 Matthew Fernandezremove unused kkutils.h C++ alternative
2021-03-29 Matthew Fernandezremove commented out inline keywords
2021-03-29 Matthew Fernandezremove some unnecessary __cplusplus guards
2021-03-29 Matthew Fernandezremove alternative C++ Queue implementation in neatogen
2021-03-29 Matthew Fernandezremove commented out #include
2021-03-29 Matthew FernandezMerge branch 'smattr/619aeafd-3505-4392-aa61-49cdae0077...
2021-03-29 Matthew Fernandezfix: correctly handle HTML content ending in ]
2021-03-29 Matthew Fernandezadd a test case for #1893
2021-03-29 Matthew FernandezMerge branch 'smattr/F391EA36-8454-4A32-B815-1FAAEFD400...
2021-03-29 Matthew Fernandezreflow some code
2021-03-29 Matthew Fernandezcondense a malloc;memset
2021-03-29 Matthew Fernandezuse a stronger return type in not_default_attrs
2021-03-29 Matthew Fernandezuse a stronger return type in has_no_predecessor_below
2021-03-29 Matthew Fernandezuse a stronger return type in has_no_edges
2021-03-29 Matthew Fernandezuse a stronger return type in write_node_test
2021-03-29 Matthew Fernandezuse a stronger return type for node_in_subg
2021-03-29 Matthew Fernandezuse a stronger return type in irrelevant_subgraph
2021-03-29 Matthew Fernandezuse a stronger type for root variable
2021-03-29 Matthew Fernandezuse a stronger type for hasName variable
2021-03-29 Matthew Fernandezsimplify agcanonhtmlstr implementation
2021-03-29 Matthew Fernandezuse a stronger type for backslash_pending variable
2021-03-29 Matthew Fernandezuse a stronger type for needs_quotes variable
2021-03-29 Matthew Fernandezcondense some boolean code
2021-03-29 Matthew Fernandezuse a stronger type for a boolean variable
2021-03-29 Matthew Fernandezremove some commented out code
2021-03-29 Matthew Fernandezremove unused HAVE__BOOL define
2021-03-29 Matthew Fernandezremove commented out iconv code
2021-03-29 Matthew Fernandezremove unused exstrfree
2021-03-29 Matthew Fernandezremove unused AgraphVersion
2021-03-29 Matthew FernandezMerge branch 'smattr/62d61954-d50d-44bc-9fde-6df2d9924c...
2021-03-29 Matthew Fernandezadd a script for generating graphs to profile
2021-03-29 Matthew FernandezMerge branch 'smattr/338d3e7f-bace-4703-a761-ea022a3aac...
2021-03-29 Matthew Fernandezremove unused whatout gvmap variable
2021-03-29 Matthew Fernandezremove unused plot_labels
2021-03-29 Matthew Fernandezremove unused plot_edges
2021-03-29 Matthew Fernandezremove unused plot_points
2021-03-29 Matthew Fernandezremove unused plot_polys
2021-03-29 Matthew Fernandezremove unused make_map_from_point_groups
2021-03-29 Matthew Fernandezremove excess space, bracketing, and commented out...
2021-03-29 Matthew Fernandezremove useless use_line parameter in make_map.c
2021-03-29 Matthew Fernandezremove useless is_river parameter in make_map.c
2021-03-29 Matthew Fernandezrewrite sbuff construction in gvmap to use an agxbuf
2021-03-29 Matthew Fernandezremove unused edge_bridge_tol parameter to make_map_int...
2021-03-29 Matthew Fernandezmark make_map_internal static
2021-03-29 Matthew Fernandezremove unused xcombined parameter to get_polygons
2021-03-29 Matthew Fernandezremove unused local in plot_dot_polygons
2021-03-29 Matthew Fernandezremove unused GRP_BBOX parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused GRP_RANDOM parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused poly_groups parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused groups parameter from get_polygon_solids
2021-03-29 Matthew Fernandezremove unused exclude_random parameter from get_polygon...
2021-03-29 Matthew Fernandezremove unused bg_color parameter to plot_dot_map
2021-03-29 Matthew Fernandezremove unused processing_polygon
2021-03-29 Matthew Fernandezremove unused parameter from plot_dot_map
2021-03-29 Matthew Fernandezremove unused processing_one_poly
2021-03-29 Matthew FernandezMerge branch 'smattr/0788fe56-dd32-4e9a-b8bf-3371c58ee5...
2021-03-29 Steve RoushFix for TBbalance attribute code
next