]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-06-09 Matthew Fernandezuse a stronger return type for clear
2021-06-09 Matthew Fernandezuse a stronger return type for in_cone and inCone
2021-06-09 Matthew Fernandezuse a stronger return type for INTERSECT
2021-06-09 Matthew Fernandezmake intersect static
2021-06-09 Matthew Fernandezuse a stronger return type for inBetween
2021-06-09 Matthew Fernandezremove unnecessary bracketing in visibility.c
2021-06-09 Matthew Fernandezremove an open coded NULL
2021-06-09 Matthew Fernandezuse more modern #pragma once guards in lib/pathplan
2021-06-09 Matthew Fernandezremove unused NEQ
2021-06-09 Matthew Fernandezremove unused CW
2021-06-09 Matthew Fernandezremove unused CCW
2021-06-09 Matthew Fernandezremove unused OBSCURED
2021-06-09 Matthew Fernandezremove unused freepoly
2021-06-09 Matthew Fernandezremove unused copypoly
2021-06-06 Matthew FernandezMerge branch 'smattr/3931cfd4-1c69-45b6-8aac-0d7b0f38d4...
2021-06-06 Matthew Fernandezremove unused SparseMatrix_delete_sparse_columns
2021-06-06 Matthew Fernandezremove unused SparseMatrix_delete_empty_columns
2021-06-06 Matthew Fernandezremove unused SparseMatrix_largest_component
2021-06-06 Matthew Fernandezremove unused SparseMatrix_exclude_submatrix
2021-06-06 Matthew Fernandezremove unused SparseMatrix_connectedQ
2021-06-06 Matthew Fernandezremove unused SparseMatrix_pseudo_diameter_only
2021-06-06 Matthew Fernandezremove unused SparseMatrix_crop
2021-06-06 Matthew Fernandezremove unused SparseMatrix_apply_fun_general
2021-06-06 Matthew Fernandezremove unused SparseMatrix_normalize_by_row
2021-06-06 Matthew Fernandezremove unused SparseMatrix_normalize_to_rowsum1
2021-06-06 Matthew Fernandezabbreviate open coded fmax/fmin in limitBoxes
2021-06-05 Matthew FernandezMerge branch 'smattr/67e74e7b-a7dd-4ac1-b503-e172119855...
2021-06-05 Matthew Fernandezremove commented out code in triang.c
2021-06-05 Matthew Fernandezremove unnecessary prototype
2021-06-05 Matthew Fernandezuse C99 bools in triang.c instead of internal constants
2021-06-05 Matthew Fernandezremove unused triangle_t type
2021-06-05 Matthew Fernandezremove unused lvertex_2_t type
2021-06-05 Matthew Fernandezremove cbrt alternative implementation
2021-06-05 Matthew Fernandezuse C99 bools in shortest.c instead of internal constants
2021-06-05 Matthew Fernandezremove duplicate #include <stdlib.h>
2021-06-05 Matthew Fernandezremove unused elist_t type
2021-06-05 Matthew Fernandezremove unused p2e_t type
2021-06-05 Matthew Fernandezremove unused macros LT and GT
2021-06-05 Matthew FernandezMerge branch 'smattr/cc687d3f-f2c0-4bfd-b2a5-3efb2f3b6c...
2021-06-05 Matthew Fernandezremove commented out code in glCompLabelNew
2021-06-05 Matthew Fernandezremove unused glCompLabelSetFontName
2021-06-05 Matthew Fernandezremove unused glCompLabelSetFontSize
2021-06-05 Matthew Fernandezremove unused glCompLabelSetText
2021-06-05 Matthew Fernandezremove unused glCompLabelMouseUp
2021-06-05 Matthew Fernandezremove unused glCompLabelMouseOver
2021-06-05 Matthew Fernandezremove unused glCompLabelMouseOut
2021-06-05 Matthew Fernandezremove unused glCompLabelMouseIn
2021-06-05 Matthew Fernandezremove unused glCompLabelMouseDown
2021-06-05 Matthew Fernandezremove unused glCompLabelDoubleClick
2021-06-05 Matthew Fernandezremove unused glCompLabelClick
2021-06-05 Matthew Fernandezremove glCompSetRemoveLabel prototype
2021-06-05 Matthew Fernandezremove glCompSetAddLabel prototype
2021-06-05 Matthew FernandezMerge branch 'smattr/7a64fbc3-20d4-440c-9030-47fa929ae9...
2021-06-05 Matthew Fernandezfix incorrect return value in inside_polygon
2021-06-05 Matthew Fernandezadd a test case for #2082
2021-06-05 Matthew FernandezMerge branch 'smattr/604a7505-2c95-4af0-9355-93f51e2c5d...
2021-06-05 Matthew Fernandezfix: do not fclose(NULL) in gvmap
2021-06-05 Matthew Fernandezadd a test case for gvmap crash
2021-06-05 Matthew Fernandezremove some unused imports in test_regression.py
2021-06-05 Matthew Fernandezfix prior merge mistake
2021-06-05 Matthew FernandezMerge branch 'smattr/8c949bd7-1fa9-4b34-bcb5-d838d72f67...
2021-06-05 Matthew Fernandezsquash some -Wsign-conversion warnings in gvplugin_libr...
2021-06-05 Matthew Fernandezremove unused return value of gvplugin_activate
2021-06-05 Matthew Fernandezmark name and plugin_path to gvplugin_activate as const
2021-06-05 Matthew Fernandezremove shadowing of path in gvplugin_activate
2021-06-05 Matthew Fernandezsquash a -Wsign-compare warning in a gvplugin.c loop
2021-06-05 Matthew Fernandezremove temporary buffer for the name of registered...
2021-06-05 Matthew Fernandezremove temporary buffer for name of the GVC plugin...
2021-06-05 Matthew Fernandezfix out of bounds read when examining a registered...
2021-06-05 Matthew Fernandezfix out of bounds read when loading a plugin with a...
2021-06-05 Matthew Fernandezadd a test case for #2078
2021-06-05 Matthew FernandezMerge branch 'smattr/A8D77CFB-89C5-4EC3-B3BB-5E95B152E2...
2021-06-05 Matthew Fernandezmark nop’s command line parameter variables static
2021-06-05 Matthew Fernandezuse a C99 bool for nop’s chkOnly flag
2021-06-05 Matthew Fernandezremove an unnecessary cast
2021-06-05 Matthew Fernandezuse a C99 bool for ingraph’s heap flag
2021-06-05 Matthew Fernandezuse an unsigned value for ingraphs error count
2021-06-05 Matthew Fernandezmore portable exit status from nop
2021-06-05 Matthew Fernandezmake nop usage string a constant array
2021-06-05 Matthew Fernandezremove an unnecessary open coded NULL
2021-06-05 Matthew Fernandezhandle unexpected getopt errors in nop
2021-06-05 Matthew Fernandezreplace ingraphs header guard with more modern #pragma...
2021-06-05 Matthew Fernandezremove unused FREE_STATE
2021-06-05 Matthew Fernandezremove useless #include of config.h
2021-06-04 Matthew FernandezMerge branch 'smattr/1bbce952-8b1a-4e2b-bc72-3a4a5a5361...
2021-06-04 Matthew Fernandezremove commented out code in mincross.c
2021-06-04 Matthew Fernandezremove commented out code in shapes.c
2021-06-04 Matthew Fernandezremove NOTDEF-guarded code
2021-06-04 Matthew Fernandezremove unused findAttrColor
2021-06-04 Matthew Fernandezremove write_canonical_dot prototype for function that...
2021-06-04 Matthew Fernandezremove write_attributed_dot prototype for function...
2021-06-04 Matthew Fernandezremove setup_graph prototype for function that does...
2021-06-04 Matthew Fernandezremove emit_jobs_eof prototype for function that does...
2021-06-04 Matthew Fernandezmark pps parameter to limitBoxes as const
2021-06-02 Matthew FernandezMerge branch 'smattr/839387A5-BAE4-43F2-88C1-C6818F406667'
2021-06-02 Ryan SchmidtAdd --tag=CC when compiling quartz plugin
2021-06-01 Matthew FernandezMerge branch 'smattr/E9ACDB7A-3EE0-4BF7-B2A8-14EB2AC31B...
2021-06-01 Matthew Fernandezremove unused exrewind()
2021-06-01 Matthew Fernandezremove commented out Makefile directives
2021-06-01 Matthew Fernandezremove unused exstatement()
next