]> granicus.if.org Git - graphviz/shortlog
graphviz
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
2021-03-29 Matthew FernandezMerge branch 'smattr/59FA12C9-C832-4AC4-ACB6-D82DDDDD61...
2021-03-29 Matthew Fernandezmove HTML_BIT and CNT_BIT initialization to their defin...
2021-03-29 Matthew Fernandezfix incorrect reference counting of interned HTML strings
2021-03-28 Matthew FernandezMerge branch 'smattr/DAA0EC73-A782-4820-A059-EF0529EB29...
2021-03-28 Matthew Fernandezfix: don't run pylint CI job on tags
2021-03-28 Matthew FernandezMerge branch 'smattr/db8f6c58-e183-4b46-a760-45021fce63...
2021-03-28 Matthew Fernandezremove a strcmp micro-optimization
2021-03-28 Matthew Fernandezrephrase unnecessarily cryptic bitwise operations
2021-03-28 Matthew Fernandezremove commented out code
2021-03-28 Matthew Fernandezremove some unnecessary casts
2021-03-28 Matthew Fernandezclean up some awkward manual scoping
2021-03-28 Matthew Fernandezremove some unnecessary bracketing
2021-03-28 Matthew Fernandezremove some useless boolean logic
2021-03-28 Matthew Fernandezremove some commented out code
2021-03-28 Matthew Fernandezremove an open coded NULL
2021-03-28 Matthew Fernandezabbreviate some accumulated operations
2021-03-28 Matthew Fernandezstronger types for set_attrwf parameters
2021-03-28 Matthew Fernandezremove some excess bracketing
2021-03-28 Matthew Fernandezunify an allocation path
2021-03-28 Matthew Fernandezstronger types for startgraph parameters
2021-03-28 Matthew Fernandezremove some cryptic comments
2021-03-28 Matthew Fernandezuse C99 initializers for some objects
2021-03-28 Matthew FernandezMerge branch 'smattr/90b1c88b-9fb0-42ad-bab4-5e3e7ad145...
2021-03-28 Matthew Fernandezremove some -Wsign-conversion warnings
2021-03-28 Matthew Fernandezremove some -Wsign-compare warnings
2021-03-28 Matthew Fernandezsuppress some -Wunused-parameter warnings
2021-03-28 Matthew Fernandezremove some unnecessary bracketing
2021-03-28 Matthew Fernandezsuppress some -Wunused-parameter warnings
2021-03-28 Matthew Fernandezremove some unnecessary casts
2021-03-28 Matthew Fernandezremove an unnecessary use of MIN
2021-03-28 Matthew Fernandezremove unnecessary guard to free() call
2021-03-28 Matthew Fernandezsquash -Wsign-compare warnings in Pango plugin
2021-03-28 Matthew Fernandezremove unused get_font_list
2021-03-28 Matthew FernandezMerge branch 'smattr/C0B831E7-0AA4-4A1E-B32C-1E0F8265FF...
2021-03-28 Matthew Fernandezadd DEVELOPERS.md note about release blockers
2021-03-28 Matthew FernandezMerge branch 'smattr/d4e26fd5-fe22-4200-b75a-f0fd591fb9...
2021-03-28 Matthew Fernandezremove remaining references to the DIA format
2021-03-28 Matthew FernandezMerge branch 'smattr/92E357BD-EBAC-4152-BA3C-87069D8131...
2021-03-23 Matthew Fernandezchange references to 'master' branch to 'main'
2021-03-22 Matthew FernandezMerge branch 'smattr/DEA0397C-9C4C-458C-BD45-236AD5A1CA... master
2021-03-22 Matthew Fernandezremove unused HAVE_ARGZ_APPEND
2021-03-22 Mark HansenMerge branch 'grammar-align' into 'master'
2021-03-22 Mark HansenReplace deprecated `<TD ALIGN>` attr with CSS
2021-03-22 Mark HansenMerge branch 'shapes-md' into 'master'
2021-03-22 Mark HansenUpdate mkcolors.awk to output less-deprecated HTML
2021-03-21 Matthew FernandezMerge branch 'smattr/f628b6fb-27de-42a8-a29f-e0c8db4383...
next