]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-08-20 Matthew Fernandezremove $GV_FILE_PATH support
2022-08-20 Matthew Fernandezadd a test case for #2257
2022-08-20 Matthew FernandezMerge branch 'smattr/c33cd902-b3b8-4865-847d-ad832d997c...
2022-08-20 Matthew Fernandezstart 6.0.0 development
2022-08-20 Matthew FernandezMerge branch 'smattr/859c3111-91ff-44fe-a6ac-f71b9f496f... 5.0.1
2022-08-20 Matthew FernandezStable release 5.0.1
2022-08-20 Matthew FernandezMerge branch 'smattr/f71cbd75-31c7-419f-85ae-1bb310b98b...
2022-08-20 Matthew Fernandezsfio: remove unused 'SF_CLOSE'
2022-08-20 Matthew Fernandezsfio: remove unused 'SF_BUFSIZE'
2022-08-20 Matthew Fernandezsfio sfpkrd: use a more appropriate type for 'read...
2022-08-20 Matthew Fernandezexpr expush: remove unused string path
2022-08-20 Matthew Fernandezexpr excomp: remove unused string path
2022-08-20 Matthew Fernandezsfio: make '_sftype' static
2022-08-20 Matthew Fernandezsfio sfopen: remove 'f' parameter that is always 'NULL'
2022-08-20 Matthew FernandezMerge branch 'smattr/0e7b46c3-caee-4459-aae9-f9428bae2d...
2022-08-20 Matthew Fernandezgraphml2gv: fix error message referring to cvtgxl
2022-08-20 Matthew FernandezMerge branch 'smattr/2c713249-8784-4e0b-87a1-52cd37e4df...
2022-08-20 Matthew Fernandezsmyrna glcompui.c: squash unused parameter warnings
2022-08-20 Matthew Fernandezsmyrna topviewsettings.c: rename attribute parameters...
2022-08-20 Matthew Fernandezavoid adding non-existent TCL generic path to include...
2022-08-20 Matthew Fernandeztcldot: inline and simplify 'MATCHES_OPTION'
2022-08-19 Matthew FernandezMerge branch 'smattr/6C564655-0DD5-4AEB-8E1D-CBDF3920EF...
2022-08-19 Matthew Fernandezcore plugin: replace 'assert(0)' with 'UNREACHABLE()'
2022-08-19 Matthew Fernandezcore plugin: use const arrays for some strings
2022-08-18 Matthew FernandezMerge branch 'smattr/f6178594-61df-49d2-be88-70eea3c8ca...
2022-08-18 Matthew Fernandezadd a test case for #2258
2022-08-18 Matthew FernandezDEVELOPERS.md: add instructions of how to run a single...
2022-08-18 Matthew FernandezDEVELOPERS.md: remove reference to 'rtest'
2022-08-18 Matthew FernandezDEVELOPERS.md: move how to make a release to the bottom
2022-08-18 Matthew FernandezDEVELOPERS.md: drop TODO about updating example commits
2022-08-18 Matthew FernandezMerge branch 'smattr/a49270af-5a27-474a-be22-ef9418667c...
2022-08-18 Matthew Fernandezcgraph: rewrite scanner to use an agxbuf
2022-08-18 Matthew Fernandezcgraph delete_items: rephrase a non-exhaustive switch...
2022-08-18 Matthew Fernandezcgraph: make 'agflatten_edges' static
2022-08-16 Magnus JacobssonMerge branch 'extend-svg-analyzer-with-basic-svg-re...
2022-08-16 Magnus Jacobssontests: svgAnalyzer: add throwing of exceptions for...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'd' attribute
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'font-size...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'font-family...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'x' and 'y...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'text-anchor...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'rx' and 'ry...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'cx' and 'cy...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'points' attribute
2022-08-16 Magnus Jacobssongvrender_core_svg: remove unnecessary space in the...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'stroke' attribute
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'fill' attribute
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'transform...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'id' attribute
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add generation of the 'xmlns' and...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'viewBox' attribute
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'width' and...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add node and edge ID comments to...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of the 'class' attribute
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add comment with graph title (ID...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add storage of the Graphviz graph...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add storage of the Graphviz compone...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add Graphviz version and build...
2022-08-16 Magnus Jacobssongvc++: add GVContext::buildDate()
2022-08-16 Magnus Jacobssongvc++: add GVContext::version()
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of SVG element text...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add handling of 'text' elements
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add an svg_string method
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: add internal re-creation of the...
2022-08-16 Magnus Jacobssontests: add new test_svg_analyzer test skeleton
2022-08-16 Magnus Jacobssontests: svgAnalyzer: remove useless const on pass-by...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: remove unused parameter names inste...
2022-08-16 Magnus Jacobssontests: svgAnalyzer: remove useless handling of 'any...
2022-08-16 Magnus Jacobssontests: SvgAnalyzer: remove useless extra 'private'...
2022-08-14 Matthew FernandezMerge branch 'markhnsn-main-patch-73982' into 'main'
2022-08-13 Mark HansenReplace wrong 'CELLSBORDER' in error message
2022-08-13 Matthew FernandezMerge branch 'smattr/5768cfa8-e3ed-4e0f-b0e1-79f061a886...
2022-08-13 Matthew Fernandezgvpr: remove 'Gpr_t.tmp'
2022-08-13 Matthew Fernandezgvpr colorx: use a local agxbuf instead of GVPR state...
2022-08-13 Matthew Fernandezgvpr lookup: remove now unused 'state' parameter
2022-08-13 Matthew Fernandezexpr: remove now unused 'disc' parameter to 'Exdisc_t...
2022-08-13 Matthew Fernandezgvpr nameOf: use an agxbuf instead of SFIO stream
2022-08-13 Matthew Fernandezgvpr compile.c: wrap some long lines
2022-08-13 Matthew Fernandezgvpr traverse: use a local agxbuf instead of GVPR state...
2022-08-13 Matthew Fernandezgvpr toUpper: rewrite to use a single buffer
2022-08-13 Matthew Fernandezgvpr toLower: rewrite to use a single buffer
2022-08-13 Matthew FernandezMerge branch 'svg-1.1-compliance' into 'main'
2022-08-13 Roger NesbittUse "none" instead of "transparent" when painting in SVG
2022-08-13 Matthew FernandezMerge branch 'lib' into 'main'
2022-08-13 Costa Shulyupinupdate cdt comment
2022-08-13 Costa Shulyupinvpsc doxygen comment
2022-08-13 Costa Shulyupinpathplan doxygen comments
2022-08-13 Costa Shulyupinlib/pack doxygen comments
2022-08-13 Costa ShulyupinGraphviz context library doxygen comments
2022-08-12 Matthew FernandezMerge branch 'smattr/66e9b6f5-ee5b-43b3-ab61-435db8059d...
2022-08-12 Matthew Fernandezgvc gvPluginList: abbreviate an open coded 'strview_str'
2022-08-12 Matthew Fernandezabbreviate 'agxbdisown' usage and remove 'agxbfree...
2022-08-12 Matthew Fernandezcgraph agxbdisown: exit on allocation failure instead...
2022-08-12 Matthew Fernandezcgraph: clang-format agxbuf.h
2022-08-12 Matthew FernandezMerge branch 'smattr/8EEAED96-8A05-4124-86F0-C7288D4113...
2022-08-11 Matthew Fernandezstop selectively disabling compiler optimization for...
2022-08-10 Matthew FernandezMerge branch 'smattr/8eaea08d-5afc-48f7-a2f0-09cbc5a071...
2022-08-10 Matthew Fernandezxdot parsePolyline: standardize on returning 'NULL...
2022-08-10 Matthew Fernandezxdot: fuse adjacent 'print' calls
2022-08-10 Matthew Fernandezxdot: inline and specialize 'printInt'
next