]> granicus.if.org Git - graphviz/shortlog
graphviz
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'
2022-08-10 Matthew Fernandezxdot: pass around a printf-like callback instead of...
2022-08-10 Matthew Fernandezxdot printAlign: squash -Wswitch-default warning
2022-08-10 Matthew Fernandezxdot parseXDotFOn: squash -Wsign-compare warning
2022-08-10 Matthew Fernandezxdot parseString: squash -Wconversion warings
2022-08-10 Matthew Fernandezxdot parsePolyline: squash -Wconversion warning
2022-08-10 Matthew FernandezMerge branch 'smattr/b9770144-a277-4aac-8c6c-16d7b2b42a...
2022-08-10 Matthew Fernandezgvpr parseProg: squash -Wswitch-default warning
2022-08-10 Matthew Fernandezgvpr parseCase: squash -Wswitch-default warning
2022-08-10 Matthew Fernandezgvpr: cast values when calling 'endBracket'
2022-08-10 Matthew Fernandezgvpr: cast values when calling endString
2022-08-08 Matthew FernandezMerge branch 'smattr/3a899209-8743-447d-99f9-2c4a3a1452...
2022-08-08 Matthew Fernandezreplace NULL-hinted agxbuf usage with zero initialization
2022-08-08 Matthew Fernandezcgraph: rename 'agxbuf.dyna' and flip its polarity
2022-08-08 Matthew Fernandezcgraph agxbput_n: take an early exit when input string...
2022-08-08 Matthew Fernandezcgraph: when an agxbuf to be expanded has 0 size, expan...
2022-08-08 Matthew FernandezMerge branch 'smattr/2BE494E7-8D54-4DBE-BAED-2190AF4885...
2022-08-08 Matthew Fernandezremove dotty, lefty, lneato
2022-08-08 Matthew Fernandezremove legacy Dotty, Lefty, Lneato references from...
2022-08-07 Matthew Fernandezgvpr endString: squash -Wconversion warning
2022-08-07 Matthew Fernandezgvpr parseID: squash -Wconversion warnings
2022-08-07 Matthew Fernandezgvpr pop: remove 'delete' parameter that is always...
2022-08-07 Matthew Fernandezgvpr freef: squash -Wunused-parameter warnings
2022-08-07 Matthew Fernandezgvpr makef: squash -Wunused-parameter warnings
2022-08-06 Matthew FernandezMerge branch 'smattr/03db530d-2fe9-47e3-b566-bda45c2928...
2022-08-06 Matthew Fernandezexpr: remove unused parameters from 'Exdisc_t.matchf'
2022-08-06 Matthew Fernandezexpr: remove unused parameters from 'Exdisc_t.setf'
2022-08-06 Matthew Fernandezexpr: remove dereferencing and parens around calling...
2022-08-06 Matthew Fernandezexpr: remove unused parameters from 'Exdisc_t.keyf'
2022-08-06 Matthew Fernandezexpr: remove dereferencing and parens around calling...
2022-08-06 Matthew Fernandezexpr: remove dereferencing and parens around calling...
2022-08-06 Matthew Fernandezexpr: remove unused 'pg' parameter from 'Exdisc_t.typename'
2022-08-06 Matthew Fernandezexpr: remove dereferencing and parens around calling...
2022-08-06 Matthew Fernandezexpr: remove unused parameters from 'Exdisc_t.binaryf'
2022-08-06 Matthew Fernandezexpr: remove dereferencing and parens around calling...
2022-08-06 Matthew Fernandezexpr: remove unused parameters from 'Exdisc_t.convertf'
2022-08-06 Matthew Fernandezexpr: remove dereferencing and parens around calling...
2022-08-06 Matthew Fernandezexpr: remove further unused parameters from 'Exdisc_t...
2022-08-06 Matthew Fernandezexpr: remove now unused 'disc' parameter from 'Exdisc_t...
2022-08-06 Matthew Fernandezexpr: replace 'exdump' SFIO buffer with an 'agxbuf'
2022-08-06 Matthew Fernandezexpr: inline private state into 'Excc_t'
2022-08-06 Matthew Fernandezexpr: move 'Excc_t', 'Exccdisc_t' into excc.c
2022-08-06 Matthew Fernandezexpr: make 'exccopen', 'exccclose' static
2022-08-06 Matthew Fernandezexpr gen: remove dereferencing and parens on function...
2022-08-06 Matthew Fernandezexpr exccopen: only pass SFIO stream to callback
2022-08-06 Matthew FernandezMerge branch 'smattr/173D0FC2-B18B-4FFB-B2E6-6272F7273A...
2022-08-06 Matthew Fernandezccomps: remove 'N_NEW' that was only used in one place
2022-08-06 Matthew FernandezPango plugin: remove unused 'NEW'
2022-08-06 Matthew FernandezPango plugin gv_get_ps_fontlist: postpone 'family_name...
2022-08-06 Matthew FernandezPango plugin get_font_mapping: fix unchecked allocation
2022-08-06 Matthew FernandezPango plugin gv_get_ps_fontlist: fix unchecked allocation
2022-08-06 Matthew Fernandezcommon genEllipticPath: fix unchecked allocation
2022-08-06 Matthew Fernandezcommon moveTo: fix unchecked allocation
2022-08-06 Matthew Fernandezgml2gv nameOf: fix unchecked allocation
2022-08-06 Matthew Fernandezgvgen makeTreeGen: fix unchecked allocation
2022-08-06 Matthew Fernandezgvgen getCnt: fix unchecked allocation
2022-08-06 Matthew Fernandezgvgen mkTree: fix unchecked allocations
2022-08-06 Matthew Fernandezgvgen makeTetrix: fix unchecked allocations
2022-08-06 Matthew Fernandezgvgen makeSierpinski: fix unchecked allocations
2022-08-06 Matthew FernandezMerge branch 'smattr/dcb7bc23-5914-43ae-94d5-0003feef06...
2022-08-06 Matthew Fernandezgvpr endString: squash a -Wconversion waning
2022-08-06 Matthew Fernandezgvpr parseID: simplify loop
2022-08-06 Matthew Fernandezgvpr readc: cast to squash -Wconversion warnings
2022-08-06 Matthew Fernandezgvpr: represent binding count as a size_t
2022-08-06 Matthew Fernandezgvpr tvtypeToStr: take a long long instead of int
2022-08-06 Matthew Fernandezgvpr binary: remove unnecessary parens
2022-08-06 Matthew Fernandezgvpr binary: use local types that corresponds to the...
2022-08-06 Matthew Fernandezgvpr validTVT: remove unnecessary parens
2022-08-06 Matthew Fernandezgvpr validTVT: return a more appropriate type
2022-08-06 Matthew Fernandezgvpr validTVT: take a long long instead of int
next