]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-09-10 Matthew FernandezGTK plugin: remove unnecessary parens when invoking...
2022-09-10 Matthew FernandezGTK plugin: squash -Wsign-conversion warnings for ...
2022-09-10 Matthew FernandezGTK plugin: squash -Wsign-compare, -Wsign-conversion...
2022-09-10 Matthew FernandezGTK plugin attr_value_edited_cb: remove shadowing of...
2022-09-10 Matthew FernandezGTK plugin: remove unnecessary 'g_object_get_data'...
2022-09-10 Matthew FernandezGTK plugin: squash -Wunused-parameter warnings in callbacks
2022-09-10 Matthew FernandezGTK plugin load_store_with_attrs: remove unused 'job...
2022-09-10 Matthew FernandezMerge branch 'smattr/6c968265-3d0c-4a22-b74e-4ceb14eb6d...
2022-09-10 Matthew FernandezStable release 6.0.0
2022-09-10 Matthew FernandezMerge branch 'smattr/e4241336-151a-41aa-8ffa-ec73b00d6f...
2022-09-10 Matthew Fernandezsmyrna: use an 'unsigned' for 'topviewcache.edgelabel_id'
2022-09-10 Matthew Fernandezsmyrna: use an 'unsigned' for 'topviewcache.nodelabel_id'
2022-09-10 Matthew Fernandezsmyrna: use an 'unsigned' for 'topviewcache.seledge_id'
2022-09-10 Matthew Fernandezsmyrna: use an 'unsigned' for 'topviewcache.selnode_id'
2022-09-10 Matthew Fernandezsmyrna: use an 'unsigned' for 'topviewcache.edge_id'
2022-09-10 Matthew Fernandezsmyrna: use an 'unsigned' for 'topviewcache.node_id'
2022-09-10 Matthew Fernandezsmyrna renderSelectedNodes: squash -Wfloat-conversion...
2022-09-10 Matthew Fernandezsmyrna: remove unnecessary casts of 'defaultnodealpha'
2022-09-10 Matthew Fernandezsmyrna parseArgs: remove shadowing of 'view' global
2022-09-10 Matthew Fernandezsmyrna: use a 'size_t' for 'ViewInfo.mouse_action_count'
2022-09-10 Matthew Fernandezsmyrna load_mouse_actions: fix comment typo
2022-09-10 Matthew Fernandezsmyrna load_mouse_actions: remove shadowing of 'line...
2022-09-10 Matthew Fernandezsmyrna mTestgvpr: use a 'size_t' for 'argc'
2022-09-10 Matthew Fernandezsmyrna load_graph_properties: remove unused 'graph...
2022-09-09 Matthew FernandezMerge branch 'smattr/1e70f4b0-5e30-43aa-ac19-5736454aeb...
2022-09-09 Matthew Fernandezgvpr: squash -Wundef warning for 'DEBUG'
2022-09-09 Matthew Fernandezgvpr TFA_Advance: squash warnings in calling ctype...
2022-09-09 Matthew Fernandezgvpr TFA_Advance: squash -Wconversion warning from...
2022-09-09 Matthew Fernandezgvpr assignable: make it clearer that argument to ...
2022-09-09 Matthew Fernandezgvpr getval: squash a -Wswitch-default warning
2022-09-09 Matthew Fernandezosage layout: remove shadowing of 'p'
2022-09-09 Matthew Fernandezsfdpgen: remove shadowing of 'UNMATCHED'
2022-09-09 Matthew FernandezMerge branch 'smattr/gitlab-2272' into 'main'
2022-09-08 Matthew FernandezRevert "cgraph: rewrite scanner to use an agxbuf"
2022-09-08 Matthew Fernandezadd a test case for #2272
2022-09-06 Magnus JacobssonMerge branch 'add-test-case-for-issue-372' into 'main'
2022-09-06 Magnus Jacobssontests: add new test_edge_node_overlap_simple test
2022-09-06 Magnus Jacobssontests: SVGAnalyzer: add SVGRect::intersection()
2022-09-06 Magnus Jacobssontests: SVGAnalyzer: GraphvizEdge: add retrieval of...
2022-09-06 Magnus Jacobssontests: SVGAnalyzer: GraphvizNode: add retrieval of...
2022-09-06 Magnus Jacobssontests: SVGAnalyzer: SVGElement: add retrieval of outlin...
2022-09-06 Magnus Jacobssontests: SVGAnalyzer: add SVGElement::miter_point()
2022-09-06 Matthew FernandezMerge branch 'smattr/a1e8ee3e-5d71-47c0-8eb0-8ed4dea82a...
2022-09-06 Matthew Fernandezlabel doxlabel: use cgraph wrappers for allocation
2022-09-06 Matthew Fernandezlabel xlnew: use cgraph wrapper for allocation
2022-09-06 Matthew Fernandezlabel xlhdxload: use cgraph wrapper for allocation
2022-09-06 Matthew Fernandezlabel: remove unused memory.h include
2022-09-06 Magnus Jacobssoncorrect spelling in comment
2022-09-05 Matthew FernandezMerge branch 'smattr/e10a9b96-cc44-484e-afb0-09213bcdf3...
2022-09-05 Matthew Fernandezcommon: remove now unused 'N_GGNEW'
2022-09-05 Matthew FernandezGD plugin vrml_polygon: fix unchecked allocation failure
2022-09-05 Matthew FernandezGD plugin vrml_begin_job: use cgraph wrapper for allocation
2022-09-05 Matthew Fernandezcore plugin: remove unused memory.h include
2022-09-05 Matthew Fernandezcore plugin insert: fix unchecked allocation failure
2022-09-05 Matthew Fernandezcore plugin write_edges: use cgraph wrapper for allocation
2022-09-05 Magnus JacobssonMerge branch 'extend-svg-analyzer-to-handle-graphviz...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add support for retrieving the...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add support for retrieving the...
2022-09-05 Magnus Jacobssontests: test_utilities: declare unmodified parameter...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add handling of the 'fill-opacity...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add support for retrieving the...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add support for retrieving the...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: factor out rgb_to_hex() and add...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: clarify comment
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add handling of the 'stroke-opacity...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add support for retrieving the...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add support for retrieving the...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add handling of the 'stroke-width...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: add 're_create_and_verify_svg'...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: extend 'make_from_dot' method and...
2022-09-05 Magnus Jacobssontests: SVGAnalyzer: save a copy of the original SVG...
2022-09-05 Matthew FernandezMerge branch 'smattr/6be69cc6-9ab8-4a2a-ae79-087aec1d95...
2022-09-04 Matthew Fernandezortho mkMaze: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho mkMazeGraph: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho PQgen: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho partition: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho monotonate_trapezoids: use cgraph wrappers for...
2022-09-04 Matthew Fernandezortho mkStack: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho make_graph: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho createSGraph: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho initSEdges: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho construct_trapezoids: use cgraph wrapper for...
2022-09-04 Matthew Fernandezortho orthoEdges: use cgraph wrappers for allocation
2022-09-04 Matthew Fernandezortho attachOrthoEdges: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho extractVChans: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho extractHChans: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho addChan: use cgraph wrapper for allocation
2022-09-04 Matthew Fernandezortho convertSPtoRoute: use cgraph wrapper for allocation
2022-09-04 Matthew FernandezMerge branch 'smattr/gitlab-2270' into 'main'
2022-09-04 Matthew FernandezRevert "gvc auto_output_filename: avoid 'strdup' when...
2022-09-04 Matthew Fernandezadd a test case for #2270
2022-09-04 Matthew FernandezMerge branch 'smattr/1fac7330-9d40-4de2-be68-925e698f52...
2022-09-02 Magnus Jacobssontests: SVGAnalyzer: add 'make_from_dot' static method...
2022-09-02 Matthew Fernandezsmyrna: remove unused memory.h includes
2022-09-02 Matthew Fernandezsmyrna load_attributes: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna main: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna smyrnaPath: use cgraph wrapper for allocation
2022-09-02 Matthew Fernandezsmyrna initFocus: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna positionAllItems: use cgraph wrapper for allocations
2022-09-02 Matthew Fernandezsmyrna makeXDotSpline: use cgraph wrapper for allocations
next