summaryrefslogtreecommitdiffstats
path: root/runtime/ui
AgeCommit message (Expand)Author
2023-07-07feat: add support for alternative ordering strategies (#424)Ian Ray
2023-07-06Rework CI validation workflow and makefile (#460)Alex Goodman
2023-07-06check error of kill and return callsAlex Goodman
2023-07-06feat: add ctrl+z supportchen
2023-07-06fix layer view curosr pgup/pgdnchen
2023-07-06fix layer view curosr up/downchen
2023-07-06Updated the deprecated ioutil dependencyzachary-walters
2022-04-30Refactor the GUI layoutLuka Markušić
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-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-19fix nil log dest; clean tar pathsAlex 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-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-09-21rework package structureAlex Goodman