]> granicus.if.org Git - graphviz/shortlog
graphviz
2022-11-11 Matthew FernandezMerge branch 'smattr/fa34eeb9-1c92-41af-ae47-54fad0e5a8...
2022-11-11 Matthew Fernandezgvedit: squash Qt 'flush' deprecation warnings
2022-11-11 Matthew Fernandezgvc: read LSB data as 'int' values
2022-11-11 Matthew Fernandezgvc: read MSB data as 'int' values
2022-11-11 Matthew Fernandezgvc: use 'int' when converting SVG units
2022-11-11 Matthew FernandezMerge branch 'smattr/cd9fea20-963d-4dff-83f2-0c241dc21a...
2022-11-11 Matthew FernandezGD plugin: fix unchecked allocation failures
2022-11-11 Matthew FernandezGD plugin: use more appropriate type for points counting
2022-11-11 Matthew Fernandezcore plugin: squash -Wsign-conversion warning
2022-11-11 Matthew Fernandezcore POV: treat 'layerz' and 'z' as ints
2022-11-11 Matthew Fernandezgvc: squash 'api_t' related -Wsign-compare warnings
2022-11-11 Matthew Fernandezgvc: squash -Wconversion warnings in 'gvevent_button_press'
2022-11-10 Matthew FernandezMerge branch 'smattr/gitlab-2300' into 'main'
2022-11-10 Matthew Fernandezcgraph: fix mismatched type signatures between 'agobjfn...
2022-11-10 Matthew Fernandezcgraph: fix: align 'dict_relabel' with 'agobjfn_t'...
2022-11-10 Matthew FernandezMerge branch 'smattr/70c6cdc5-1669-4b52-b6cb-99b71e446e...
2022-11-10 Matthew Fernandezadd 'cluster' to the CMake build system
2022-11-10 Matthew Fernandezcluster: remove Windows pragma lib directories
2022-11-10 Matthew Fernandezgvmap: remove CPP flags customization
2022-11-10 Matthew Fernandezcluster: remove forced '-g' compiler flag
2022-11-10 Matthew FernandezMerge branch 'smattr/gitlab-1836' into 'main'
2022-11-10 Matthew Fernandezprune: use 'size_t' for size variables
2022-11-10 Matthew Fernandezprune: remove no longer necessary include paths from...
2022-11-10 Matthew Fernandezprune: remove no longer necessary include paths from...
2022-11-10 Matthew Fernandezadd prune to the CMake build system
2022-11-10 Matthew Fernandezprune: remove unnecessary casts
2022-11-10 Matthew Fernandezprune: mark all local functions static
2022-11-10 Matthew Fernandezprune: remove unused 'strattr_s' struct name
2022-11-10 Matthew Fernandezprune: return list by value from 'new_generic_list'
2022-11-10 Matthew Fernandezprune: fix memory leak of list memory
2022-11-10 Matthew Fernandezprune: remove unnecessary scoping on switch cases
2022-11-10 Matthew Fernandezprune: remove 'add_to_generic_list' return value
2022-11-10 Matthew Fernandezprune: replace allocations with cgraph wrappers
2022-11-10 Matthew Fernandezprune: remove unused 'generic_list_s' struct name
2022-11-10 Matthew Fernandezprune: switch to more modern '#pragma once'
2022-11-10 Matthew Fernandezprune: remove 'extern "C"' from generic list functions
2022-11-10 Matthew Fernandezprune: disambiguate #includes
2022-11-10 Matthew FernandezMerge branch 'smattr/770e1c55-b7a6-4123-ae7b-03c4b41d35...
2022-11-10 Matthew Fernandezsmyrna: remove shadowing of 'grid'
2022-11-10 Matthew Fernandezsmyrna: fix memory leak in column construction
2022-11-10 Matthew Fernandezsmyrna: remove a level of indirection in the grid colum...
2022-11-10 Matthew Fernandezsmyrna: duplicate names when creating new grid columns
2022-11-10 Matthew Fernandezsmyrna: squash -Wconversion warnings related to grid...
2022-11-10 Matthew Fernandezsmyrna: remove unreachable code in 'create_column'
2022-11-10 Matthew FernandezMerge branch 'smattr/gitlab-2301' into 'main'
2022-11-10 Matthew Fernandezsfio: remove 'proc' data
2022-11-10 Matthew Fernandezsfio: use a more portable way of determining page size
2022-11-10 Matthew Fernandezsfio _sfpopen: remove 'stdio' parameter that is always 0
2022-11-10 Matthew Fernandezsfio: remove unused 'stdio'
2022-11-10 Matthew Fernandezsfio: remove 'SF_ERROR'
2022-11-10 Matthew FernandezMerge branch 'smattr/7d9e85e6-2810-4c4a-b42b-5d4a9639b2...
2022-11-10 Matthew FernandezCI: remove command line argument parsing from the deplo...
2022-11-10 Matthew FernandezMerge branch 'smattr/2cf23838-3ac5-4e6a-b04f-5cd49a7489...
2022-11-09 Matthew FernandezMerge branch 'smattr/92ac1070-02d5-49eb-a826-830fe13f06...
2022-11-09 Matthew Fernandezstart 7.0.2 development
2022-11-09 Matthew FernandezMerge branch 'smattr/c0ea20cb-76eb-487a-ae1f-b61d850e07... 7.0.1
2022-11-09 Matthew FernandezStable release 7.0.1
2022-11-09 Matthew Fernandezfix CHANGELOG typos
2022-11-08 Matthew FernandezMerge branch 'smattr/gitlab-2291' into 'main'
2022-11-08 Matthew FernandezCI: fail CMake builds on any developer warnings
2022-11-08 Matthew FernandezCMake: avoid referencing 'EXPAT_INCLUDE_DIRS' unless...
2022-11-08 Matthew FernandezCMake: avoid referencing 'ZLIB_FOUND' when 'with_zlib...
2022-11-08 Matthew FernandezCMake: avoid referencing 'EXPAT_FOUND' when 'with_expat...
2022-11-08 Matthew FernandezCMake: stop trying to install Expat and Getopt on MinGW
2022-11-08 Matthew FernandezCMake: use legacy 'GLUT_INCLUDE_DIR' instead of 'GLUT_I...
2022-11-08 Matthew FernandezCMake: only use 'LTDL_LIBRARY' on non-Windows or MinGW
2022-11-08 Matthew FernandezCMake: fix variables used for FreeType
2022-11-08 Matthew FernandezCMake: avoid use of 'GETOPT_INCLUDE_DIRS' when getopt...
2022-11-08 Matthew FernandezCMake: only attempt NSIS discovery on Windows
2022-11-08 Matthew FernandezCMake: fix include variable used for DevIL
2022-11-07 Matthew FernandezCI: move several Ubuntu 22.04 jobs to 22.10
2022-11-06 Matthew FernandezMerge branch 'smattr/8172c602-b302-4dbf-b75b-a2f5df640d...
2022-11-05 Matthew FernandezJSON plugin stoj: remove static buffer
2022-11-05 Matthew FernandezJSON plugin: move printing of escaped string inside...
2022-11-04 Magnus JacobssonMerge branch 'fix-issue-372-for-tee-arrows' into 'main'
2022-11-04 Magnus Jacobssonarrows: arrow_length_tee: take edge penwidth into accou...
2022-11-04 Magnus Jacobssonarrows: arrow_type_tee: fix positioning of 'tee' arrow
2022-11-04 Magnus Jacobssonadd new test_edge_node_overlap_tee_edge_arrow test
2022-11-04 Magnus Jacobssontests: SVGElement::outline_bbox: correct handling of...
2022-11-04 Magnus Jacobssontests: GraphvizEdge: handle primitive arrow shape ...
2022-11-04 Magnus Jacobssontests: GraphvizEdge: handle primitive arrow shape ...
2022-11-04 Magnus Jacobssontests: test_edge_node_overlap_utilities: remove FIXME...
2022-11-04 Magnus Jacobssonadd new test_edge_node_overlap_none_edge_arrow test
2022-11-04 Magnus Jacobssontests: test_edge_node_overlap_utilities: handle arrow...
2022-11-04 Matthew FernandezMerge branch 'smattr/b5018897-2296-4d26-889c-41c8368516...
2022-11-04 Matthew Fernandezcdt: use 'size_t' types for counting stats instead...
2022-11-04 Matthew Fernandezcdt: squash -Wconversion warning
2022-11-04 Matthew Fernandezcdt: squash -Wconversion warning
2022-11-04 Matthew Fernandezcdt: make intent to coerce to unsigned clearer in ...
2022-11-04 Matthew FernandezMerge branch 'smattr/c45f1bca-907b-4b5e-a821-311edc3449...
2022-11-04 Matthew Fernandezsmyrna: avoid inadvertent double promotion in 'renderSe...
2022-11-04 Matthew Fernandezsmyrna: remove unused parameter from 'showAttrsWidget'
2022-11-04 Matthew Fernandezsmyrna: remove 'line' shadowing in 'load_attr_list'
2022-11-04 Matthew Fernandezsmyrna: remove 'line' shadowing in 'load_attributes'
2022-11-04 Matthew Fernandezsmyrna: use a more appropriate type for 'ComboValuesCount'
2022-11-04 Matthew Fernandezsmyrna: remove unused 'mPropertiesSlot' parameter
2022-11-04 Matthew Fernandezsquash compiler warnings when building Perl bindings
2022-11-04 Matthew Fernandezdotgen: remove 'arrow_flags' call whose result is ignored
2022-11-04 Matthew Fernandezcommon: abbreviate a prefix check
2022-11-04 Matthew Fernandezcommon remove an unnecessary '|='
next