]> granicus.if.org Git - graphviz/shortlog
graphviz
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()
2021-06-01 Matthew Fernandezremove unused excc()
2021-05-31 Matthew FernandezMerge branch 'smattr/10DDFB58-0439-439A-8BCD-0F5A630C95...
2021-05-31 Matthew Fernandezabbreviate a manual strdup
2021-05-31 Matthew Fernandezabbreviate a Smyrna path
2021-05-30 Magnus JacobssonMerge branch 'fix-odr-violation-in-mm2gv' into 'main'
2021-05-30 Magnus JacobssonRevert "Disable detection of ODR violations in Ubuntu...
2021-05-30 Magnus JacobssonFix ASan odr_violation in mm2gv by not linking to libcommon
2021-05-30 Magnus JacobssonPrint output when test_tools fails
2021-05-29 Matthew FernandezMerge branch 'smattr/4069e280-7a22-40cb-9dbc-cfc846561c...
2021-05-29 Matthew Fernandezremove commented out code in Autotools Perl detection
2021-05-29 Matthew Fernandezremove Windows CI configuration of Perl
2021-05-29 Matthew Fernandezremove check for Perl in the CMake build
2021-05-29 Matthew Fernandezcommit generated ps_font_equiv.h and remove generator...
2021-05-29 Matthew FernandezMerge branch 'smattr/bc790f2b-e001-4add-8124-a941277420...
2021-05-29 Matthew Fernandezstandardize on float literals for glColor4f and glVerte...
2021-05-29 Matthew Fernandezconsistently use float literals in glCompCalcWidget
2021-05-29 Matthew Fernandezremove unused fs parameter from glCompSetAddNewTexture
2021-05-29 Matthew Fernandezremove an open coded NULL
2021-05-29 Matthew Fernandezremove commented out code in glcomptexture.c
2021-05-29 Matthew Fernandezremove unused glCompSetClear
2021-05-29 Matthew Fernandezremove commented out code in glcompset.c
2021-05-29 Matthew Fernandezremove commented out change_fonts
2021-05-29 Matthew Fernandezremove unused glCompSetText
2021-05-29 Matthew Fernandezremove commented out code in glcompbutton.c
2021-05-29 Matthew FernandezMerge branch 'smattr/791B36C7-46BD-41BA-A88F-DFC58E2C49...
2021-05-29 Matthew Fernandezconsistently use float arithmetic in build_rotmatrix
2021-05-29 Matthew Fernandezconsistently use float arithmetic in tb_project_to_sphere
2021-05-29 Matthew Fernandezrephrase some magic numbers in Smyrna into their origin...
2021-05-29 Matthew Fernandezconsistently use float arithmetic in axis_to_quat
2021-05-29 Matthew Fernandezusing floats consistently in vscale
2021-05-29 Matthew Fernandezuse more appropriate square root function in vlength
2021-05-29 Matthew Fernandezabbreviate some manual fmaxf and fminf operations
2021-05-29 Matthew Fernandezstandardize on float arithmetic in trackball()
2021-05-29 Matthew FernandezMerge branch 'smattr/d6fdb86c-db15-4eca-815a-07b90f5497...
2021-05-29 Matthew Fernandezpass Rectangles to generateYConstraints as vector of...
2021-05-29 Matthew Fernandezpass Rectangles to generateXConstraints as vector of...
2021-05-29 Matthew Fernandezmake the Rectangles input to generateYConstraints const
2021-05-29 Matthew Fernandezmake the Rectangles parameter to generateXConstraints...
2021-05-29 Matthew Fernandezput VPSC’s Node class in an anonymous namespace
2021-05-29 Matthew Fernandezmanage Node::r as a reference instead of a pointer
2021-05-29 Matthew Fernandeztake const references in Rectangle::overlap{X|Y} instea...
2021-05-29 Matthew Fernandeztake a vector in generateYConstraints instead of a...
2021-05-29 Matthew Fernandeztake a vector in generateXConstraints instead of size...
2021-05-29 Matthew Fernandezremove unused removeRectangleOverlap()
2021-05-28 Matthew FernandezMerge branch 'smattr/0C0ECC23-F355-438B-90B0-5CF0B0A7FF...
2021-05-28 Matthew Fernandezremove commented out code in make_map.c
2021-05-28 Matthew Fernandezremove useless flag parameter from get_polygons
2021-05-28 Matthew Fernandezremove some useless return statements
2021-05-28 Matthew Fernandezremove useless flag parameter from get_tri
2021-05-28 Matthew Fernandezremove unused max_string_length
2021-05-28 Matthew Fernandezmake gvmap usage a const char array
2021-05-28 Matthew Fernandezuse C99 bools for some boolean gvmap flags
next