summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Expand)Author
2021-01-02Merge branch 'master' into wrap-treeAlex Goodman
2020-12-27Add wrapping tree keycxsu
2020-12-27Fix detail wrap optioncxsu
2020-12-27Add module awesome-gocui/keybindingcxsu
2020-12-27Update gocui modulecxsu
2020-12-12Add image name to details view (#325)springcomet
2020-03-23Fix linter S1039: unnecessary use of fmt.Sprintf (gosimple)Anatoli Babenia
2020-02-09add option to ignore image parsing errors; closes #258Alex Goodman
2020-02-09fix expand bug for details pane and bottom status barAlex Goodman
2019-12-28reactive layout; addresses #179Alex Goodman
2019-12-27partially complete with slim layerAlex Goodman
2019-12-27skip empty keybinding configsAlex Goodman
2019-12-27Merge pull request #268 from wagoodman/tree-dim-overflowAlex Goodman
2019-12-26Simplify nil check for sliceAnatoli Babenia
2019-12-26Propagate error from parsing keybinding (#129)Anatoli Babenia
2019-12-16fix filetree attribute headerAlex Goodman
2019-12-16expand right columnAlex Goodman
2019-11-27add testsAlex Goodman
2019-11-24rm unused cursor methodsAlex Goodman
2019-11-24fix footer + onLayoutChange propagation on view hideAlex Goodman
2019-11-24introduce area obj + breakup layout functionAlex Goodman
2019-11-24central header formatterAlex Goodman
2019-11-23added simple layout managerAlex Goodman
2019-11-20Merge branch 'master' into fix-log-and-tar-pathsAlex Goodman
2019-11-19fix nil log dest; clean tar pathsAlex Goodman
2019-11-09add package install tests + basic execution of diveAlex Goodman
2019-11-05add podman dependencies to docker image (switch to debian)Alex Goodman
2019-10-13decouple views with listenersAlex Goodman
2019-10-13drop package names from object namesAlex Goodman
2019-10-13first step at ui obj refactorAlex Goodman
2019-10-11move to app objectAlex Goodman
2019-10-11add keybinding packageAlex Goodman
2019-10-09add tests to cover runtime entrypointAlex Goodman
2019-10-08adding docker-archive source optionAlex Goodman
2019-10-08only podman via docker archive supportAlex Goodman
2019-10-08remove podman from darwin/windows buildsAlex Goodman
2019-10-07gofmtAlex Goodman
2019-10-07fix testsAlex Goodman
2019-10-07fix testsAlex Goodman
2019-10-07cleanup layer id/digest & add tags supportAlex Goodman
2019-10-07remove reverse iteration for layer display and processingAlex Goodman
2019-10-07add shared layer type (instead of interface)Alex Goodman
2019-10-07stop swallowing errors & cleanup exit logicAlex Goodman
2019-10-06better error propagation on startupAlex Goodman
2019-10-03introduced common image format and analyzerAlex Goodman
2019-10-03rework resolver interfaceAlex Goodman
2019-10-02playing with podman store dataAlex Goodman
2019-09-22added sleep to prevent termbox race conditionAlex Goodman
2019-09-21rework package structureAlex Goodman
2019-07-27added file report to CI results; refactored runtime packageAlex Goodman