]> granicus.if.org Git - graphviz/shortlog
graphviz
2021-10-08 Matthew Fernandezcommon: remove 'xml_string0'
2021-10-08 Matthew Fernandezcommon: remove 'xml_string'
2021-10-08 Matthew Fernandezgv2gml emitAttr: replace 'fprintf(… xml_string(…))...
2021-10-08 Matthew Fernandezpango_textlayout: replace 'agxbput(… xml_string0(…...
2021-10-08 Matthew Fernandezreplace 'gvputs(… xml_string0(…))' with 'xml_escape(…)'
2021-10-08 Matthew Fernandezreplace 'gvprintf(… xml_string(…))' with 'gvputs_xml'
2021-10-08 Matthew FernandezVisio plugin: replace redeclaration of 'xml_string...
2021-10-08 Matthew Fernandezimplement a 'gvputs' alternative that does XML-escaping
2021-10-08 Matthew Fernandezplugin core: swap duplicated prototypes for missing...
2021-10-08 Matthew Fernandezexpose a primitive 'xml_escape' for generic XML escaping
2021-10-08 Matthew Fernandezxml_url_string: call xml_core instead of repeating...
2021-10-08 Matthew Fernandezxml_core: make '-' and ' ' escaping configurable
2021-10-08 Matthew Fernandezxml_string0: outline the inner loop body functionality
2021-10-08 Matthew Fernandezxml_isentity: take a const pointer instead of a mutable one
2021-10-08 Matthew Fernandezxml_isentity: outline [a-zA-Z] check
2021-10-08 Matthew Fernandezxml_isentity: use ctype.h functions for readability
2021-10-08 Matthew FernandezMerge branch 'smattr/949303BC-D384-42CF-A449-3969EA5F01...
2021-10-08 Matthew Fernandezswitch to inclusive terminology 'allow-list' instead...
2021-10-08 Matthew Fernandezupgrade Pylint 2.7.1 → 2.7.3
2021-10-08 Matthew FernandezMerge branch 'smattr/383BFACC-1BDD-4992-84FB-12ECD80D55...
2021-10-08 Matthew Fernandezremove explicit support for PHP5 SWIG bindings in the...
2021-10-07 Matthew FernandezMerge branch 'smattr/F4CD811A-5132-47F8-A5D3-2208237B45...
2021-10-07 Matthew Fernandezsmyrna: remove 'btnToolMove_clicked' no-op
2021-10-07 Matthew Fernandezsmyrna: remove 'btnToolCursor_clicked' no-op
2021-10-07 Matthew Fernandezsmyrna: remove unused 'btnToolFindEdge_clicked'
2021-10-07 Matthew Fernandezsmyrna: remove unused 'btnToolDeleteEdge_clicked'
2021-10-07 Matthew Fernandezsmyrna: remove unused 'btnToolAddEdge_clicked'
2021-10-07 Matthew Fernandezsmyrna: remove unused 'btnToolFindNode_clicked'
2021-10-07 Matthew Fernandezsmyrna: remove unused 'btnToolDeleteNode_clicked'
2021-10-07 Matthew Fernandezsmyrna: remove unused 'btnToolAddNode_clicked'
2021-10-07 Matthew Fernandezsmyrna: remove prototypes for unimplemented toolbox...
2021-10-07 Matthew Fernandezsmyrna: remove commented out code in smyrnadefs.h
2021-10-07 Matthew Fernandezsmyrna: remove unused 'guibuffer'
2021-10-06 Matthew FernandezMerge branch 'smattr/1B7E88AD-ABB7-4CC6-B676-7A7D653FB6...
2021-10-06 Matthew Fernandezfix: upgrade Pytest 6.2.2 → 6.2.4
2021-10-05 Emden R. GansnerRevert "plugin/core: autotools: make awk crlf agnostic...
2021-10-02 Matthew FernandezMerge branch 'smattr/420913E5-02E6-430D-A210-0DD8BC3F73...
2021-10-02 Matthew Fernandezsmyrna: remove unused 'frmObjectBtnCancel_clicked'
2021-10-02 Matthew Fernandezsmyrna: remove unused 'on_dlgOpenGraph_btncancel_clicked'
2021-10-02 Matthew Fernandezsmyrna: remove unused 'frmObjectBtnOK_clicked'
2021-10-02 Matthew Fernandezsmyrna: remove unused 'on_dlgOpenGraph_btnOK_clicked'
2021-10-02 Matthew Fernandezsmyrna: remove unused 'attr_widgets_modifiedSlot'
2021-10-02 Matthew Fernandezsmyrna: remove 'attr_widgets_modified' that is never...
2021-10-02 Matthew Fernandezsmyrna: remove unused gui.c globals
2021-10-02 Matthew Fernandezsmyrna: remove unused 'Color_Widget'
2021-10-02 Matthew Fernandezsmyrna: remove past deleted prototypes
2021-10-02 Matthew Fernandezsmyrna: remove unused 'get_attribute_string_value_from_...
2021-10-02 Matthew Fernandezsmyrna: remove prototypes of deleted functions
2021-10-02 Matthew FernandezMerge branch 'smattr/EE8B63B0-BCF9-4965-BF06-D885D15A5F...
2021-10-02 Matthew Fernandezfix GVPR incorrect interpretation of color strings
2021-10-02 Matthew FernandezMerge branch 'smattr/EFCF3C3B-5099-47C0-8C68-B580D736A9...
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_special_key_up' as static
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_special_key' as static
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_keyboard_up' as static
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_keyboard' as static
2021-10-02 Matthew Fernandezsmyrna: remove useless 'cb_mouseover' callback
2021-10-02 Matthew Fernandezsmyrna: remove useless 'cb_mouseentry' callback
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_drag' as static
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_mouseclick' as static
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_display' as static
2021-10-02 Matthew Fernandezsmyrna cb_reshape: remove some commented out code
2021-10-02 Matthew Fernandezsmyrna: mark 'cb_reshape' static
2021-10-02 Matthew Fernandezsmyrna scale_coords: remove open coded fmin/fmax
2021-10-01 Matthew FernandezMerge branch 'smattr/3594869f-443d-4168-9358-4195b0666b...
2021-10-01 Matthew Fernandezgv2gml: fix attribute escaping
2021-10-01 Matthew Fernandezgv2gml: also link to libgvc
2021-10-01 Matthew Fernandezgv2gml: fix: realign MS Build include paths with CMake...
2021-10-01 Matthew Fernandezlib/common: move XML functions to a separate source...
2021-10-01 Matthew Fernandezgv2gml: rename a 'path' parameter to 'cmd'
2021-10-01 Matthew Fernandezgv2gml: rename 'Agnodeinfo_t' type to 'Local_Agnodeinfo_t'
2021-10-01 Matthew Fernandezgv2gml: remove unused struct name
2021-10-01 Matthew Fernandezlib/common: fix a comment typo
2021-10-01 Matthew Fernandezadd a test case for invalid GML output
2021-10-01 Matthew FernandezMerge branch 'smattr/6E1345C1-7D81-44AE-A450-A03CF02EBE...
2021-10-01 Matthew Fernandezadjust the release process to not require gen_version...
2021-09-30 Matthew FernandezMerge branch 'smattr/B81C2CF2-04BB-446A-8473-6CC49CC21B...
2021-09-30 Matthew Fernandezsmyrna: remove unused object init functions
2021-09-30 Matthew Fernandezsmyrna: remove now-unused cbSelectGraph
2021-09-30 Matthew Fernandezsmyrna: remove unused get_SelectGraph
2021-09-30 Matthew Fernandezsmyrna: remove unused frmObjectg
2021-09-30 Matthew Fernandezsmyrna: remove unused frmObjectTypeIndex
2021-09-30 Matthew Fernandezsmyrna: mark filter_attributes as static
2021-09-30 Matthew Fernandezsmyrna: remove unnecessary binarySearch prototype
2021-09-30 Matthew Fernandezsmyrna: remove unused topviewdefs.h
2021-09-30 Matthew Fernandezsmyrna: remove commented out code
2021-09-30 Matthew Fernandezsmyrna: remove duplicate _BB definitions
2021-09-29 Matthew FernandezMerge branch 'smattr/916A53CB-2137-4E39-802A-72DCD4716D...
2021-09-29 Matthew Fernandezdebian/rules: remove commented out lines
2021-09-29 Matthew Fernandezremove some commented out RHEL build lines
2021-09-29 Matthew Fernandeztoggle Lefty to disabled by default in the Autotools...
2021-09-29 Matthew Fernandezexplicitly enable Lefty compilation in Autotools CI
2021-09-28 Magnus JacobssonMerge branch 'add-cygwin-autotools-build-to-ci' into...
2021-09-28 Magnus JacobssonCI: add windows-cygwin-build-using-autogen job
2021-09-28 Magnus Jacobssonci/build.sh: autotools: add support building for Cygwin...
2021-09-28 Magnus Jacobssonci/cygwin-build.sh: add installation of autoconf2.5...
2021-09-28 Magnus JacobssonCI: add autotools windows-cygwin-build
2021-09-28 Magnus Jacobssonci/build.sh: add support for Cygwin autotools builds
2021-09-28 Magnus Jacobssoncommon: unify diverged storage-class attributes in...
2021-09-28 Magnus Jacobssoncmd/edgepaint: MSBuild: define GVDLL in the project...
2021-09-28 Magnus Jacobssongvc: autotools: work around cygwin linking problem...
next