]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-11-27 Matthew Fernandeztclpkg: remove C++ guards from simple.h
2021-11-27 Matthew FernandezMerge branch 'smattr/A2038E24-6EA2-49E9-9C64-01EE8748A9...
2021-11-27 Matthew Fernandezsmyrna renderNodeLabels: remove unused 'nodeSize'
2021-11-27 Matthew Fernandezsmyrna edge_xdot: squash -Wunused-parameter warnings
2021-11-27 Matthew Fernandezsmyrna renderSmGraph: remove unused 'g' parameter
2021-11-27 Matthew Fernandezsmyrna set_boundaries: remove unused 't' parameter
2021-11-27 Matthew Fernandezsmyrna changetopfishfocus: remove unused 'z' parameter
2021-11-27 Matthew Fernandezsmyrna get_active_frame: remove unused 't' parameter
2021-11-27 Matthew Fernandezsmyrna prepare_topological_fisheye: remove unused 'gg'
2021-11-27 Matthew Fernandezsmyrna pick_object: replace use of large constant with...
2021-11-27 Matthew Fernandezsmyrna combineCallback: squash -Wunused-parameter warnings
2021-11-27 Matthew Fernandezsmyrna frmobjectui.c: squash -Wunused-parameter warnings
2021-11-27 Matthew Fernandezsmyrna: remove unused 'on_attrRB0_clicked'
2021-11-27 Matthew Fernandezsmyrna: remove an unused strcasecmp.h include
2021-11-27 Matthew FernandezMerge branch 'smattr/2BC8555C-71B7-4C94-A426-C0222D7299...
2021-11-27 Matthew Fernandezdeploy.py: simplify 'checksum' function
2021-11-27 Matthew Fernandezdeploy.py: include Windows artifacts in generated JSON
2021-11-27 Matthew Fernandezdeploy.py: outline functionality for deriving the ...
2021-11-26 Matthew FernandezMerge branch 'smattr/054CE618-2658-48EF-AEDD-5402FB3AEB...
2021-11-26 Matthew Fernandezuse gen_version.py’s '--output' option to avoid redirec...
2021-11-26 Matthew Fernandezgen_version.py: add a '--output' flag
2021-11-25 Matthew FernandezMerge branch 'smattr/788C09F1-D6B8-4193-B283-C68FE424A5...
2021-11-25 Matthew FernandezDEVELOPERS.md: document how to set dynamic loader path...
2021-11-25 Matthew FernandezMerge branch 'cross' into 'main'
2021-11-25 Alyssa Rosscmd/dot: don't run dot -c when cross-compiling (CMake...
2021-11-24 Matthew FernandezMerge branch 'smattr/5D7A95BC-E75A-4C0C-A377-4C66AD66D4...
2021-11-24 Matthew Fernandez.gitlab-ci.yml: remove inaccurate comment
2021-11-24 Matthew Fernandezfail MinGW CMake CI jobs on any compiler warning
2021-11-24 Matthew Fernandezgvplugin_gdiplus_LTX_library: squash a -Wwrite-strings...
2021-11-24 Matthew Fernandezwork around MinGW’s lack of support for '%zu'
2021-11-24 Matthew Fernandezgdiplusgen_textspan: squash -Wmisleading-indentation...
2021-11-24 Matthew Fernandezgdiplus plugin: make 'FileStream' destructor virtual
2021-11-24 Matthew Fernandezcgraph: go through 'uintptr_t' when casting between...
2021-11-24 Matthew Fernandezsfoutput: squash a -Wpointer-to-int-cast warning
2021-11-24 Matthew Fernandez_sfpopen: fix uninitialized variable read on Windows
2021-11-24 Matthew Fernandezsfio: squash -Wunused-variable on platforms without...
2021-11-24 Matthew Fernandezplugin/gdiplus/gvloadimage_gdiplus.cpp: squash -Wunused...
2021-11-24 Matthew Fernandezplugin/gdiplus/gvtextlayout_gdiplus.cpp: squash -Wunuse...
2021-11-24 Matthew Fernandezplugin/gdiplus/gvrender_gdiplus.cpp: squash -Wunused...
2021-11-24 Matthew Fernandezplugin/gdiplus/FileStream.cpp: squash -Wunused-paramete...
2021-11-21 Matthew FernandezMerge branch 'smattr/f7369310-375d-44c7-91cc-22e88c84d2...
2021-11-21 Matthew Fernandezvgpane: squash -Wunused-parameter warnings
2021-11-21 Matthew Fernandezvgpanecmd: squash -Wunused-parameter warning
2021-11-21 Matthew Fernandezmakecw: squash a -Wmissing-prototypes warning
2021-11-21 Matthew Fernandezintpoint: squash a -Wswitch-default warning
2021-11-21 Matthew Fernandeztclpkg/tclpathplan/intersect.c: remove unnecessary...
2021-11-21 Matthew Fernandezfind_ints: remove unused 'polygon_list' parameter
2021-11-21 Matthew Fernandezfind_ints: squash a -Wswitch-default warning
2021-11-21 Matthew Fernandeztclpkg/tclpathplan: use a size_t for 'nvertices'
2021-11-21 Matthew Fernandeztclpkg/tclpathplan: squash 'find_ints' -Wmissing-protot...
2021-11-21 Matthew FernandezMerge branch 'smattr/70deb7de-4445-488a-be9f-b5f73e1f8d...
2021-11-21 Matthew Fernandezfix xdot JSON output to be valid JSON
2021-11-21 Matthew FernandezMerge branch 'kf/gvcdef' into 'main'
2021-11-21 Matthew FernandezMerge branch 'smattr/03501BAF-AD18-474D-B48E-D7A8F81262...
2021-11-21 Matthew Fernandezfail deployment if a release exceeds 50 artifacts
2021-11-21 Matthew FernandezMerge branch 'smattr/e936b86f-3ac0-4234-98eb-79f6d6e43a...
2021-11-21 Matthew Fernandezjpeg_size: use C99 'true' in loop condition
2021-11-21 Matthew Fernandezjpeg_size: use a C99 bool for 'saw_bb' local
2021-11-21 Matthew Fernandezsvg_size: use C99 bools for local flag variables
2021-11-21 Matthew Fernandezgvusershape.c: squash -Wmissing-prototypes warnings
2021-11-21 Matthew Fernandezgvusershape_find: fix mismatch between prototype and...
2021-11-21 Matthew Fernandezusershape_close: squash -Wunused-parameter warnings
2021-11-21 Matthew Fernandezusershape_close: remove unnecessary cast
2021-11-21 Matthew Fernandezget_int_msb_first: squash a -Wsign-conversion warning
2021-11-21 Matthew Fernandezjpeg_size: mark 'standalone_markers' const
2021-11-21 Matthew Fernandezjpeg_size: remove abuse of 'strchr' to search a byte...
2021-11-21 Matthew Fernandezjpeg_size: remove use of 'junk' variable
2021-11-21 Matthew Fernandezmingle usage: remove always-true if branch
2021-11-21 Matthew FernandezMerge branch 'smattr/209CD786-B836-43BD-A488-535300F228...
2021-11-21 Matthew Fernandezsmyrna menucallbacks: squash -Wunused-parameter warnings
2021-11-21 Matthew Fernandezsmyrna: remove unused 'mHelp'
2021-11-21 Matthew Fernandezsmyrna: remove unused engine slot functions
2021-11-21 Matthew Fernandezsmyrna: remove unused 'show_close_nosavedlg'
2021-11-21 Matthew Fernandezsmyrna: remove unused 'get_gtktextview_text'
2021-11-21 Matthew Fernandezsmyrna: remove unused 'update_graph_properties'
2021-11-21 Matthew Fernandezsmyrna: remove unused 'on_attrSearchBtn_clicked'
2021-11-21 Matthew Fernandezsmyrna: remove unused 'attr_label_motion'
2021-11-21 Matthew Fernandezsmyrna: make 'attr_list_new' static
2021-11-19 Matthew FernandezMerge branch 'smattr/7e500215-5167-44d7-90c2-9e79ec4686...
2021-11-19 Matthew Fernandezgvcolor: remove unnecessary parens
2021-11-19 Matthew Fernandezsccmap: remove unnecessary parens
2021-11-19 Matthew Fernandezbcomps: remove unnecessary parens
2021-11-19 Matthew Fernandezbcomps getName: use size_t for buffer lengths
2021-11-19 Matthew Fernandezbcomps blockName: use size_t for buffer lengths
2021-11-19 Matthew Fernandezgvpack redoBBk: use size_t for buffer lengths
2021-11-19 Matthew Fernandezgvpack freef: squash -Wunused-parameter warnings
2021-11-19 Matthew Fernandezgvpack init: use a size_t to squash some -Wconversion...
2021-11-19 Matthew Fernandezsccmap.c: use libc support to define 'INF'
2021-11-19 Matthew Fernandezsccmap.c: return an unsigned type from 'visit'
2021-11-19 Matthew Fernandezsccmap.c: use unsigned types consistently in sccstate
2021-11-19 Matthew Fernandezsccmap.c: remove 'INLINE' alternatives
2021-11-19 Matthew Fernandezsccmap.c: use another unsigned type to squash -Wconvers...
2021-11-19 Matthew Fernandezsccmap.c: use an unsigned type to squash some -Wconvers...
2021-11-19 Matthew Fernandezgvcolor.c: remove an unnecessary cast
2021-11-19 Matthew Fernandezgvcolor.c: remove duplicated #include
2021-11-19 Matthew Fernandezgvcolor.c: use a size_t to squash a -Wsign-conversion...
2021-11-19 Matthew FernandezMerge branch 'cross' into 'main'
2021-11-19 Matthew FernandezCHANGELOG.md entry for the prior commit
2021-11-19 Alyssa Rosscmd/dot: don't run dot -c when cross-compiling
2021-11-18 Keno Fischergvc.def: Don't override export name
next