Age | Commit message (Expand) | Author |
---|---|---|
2021-04-28 | gnu: less: Update to 581.2....* gnu/packages/less.scm (less): Update to 581.2. | Tobias Geerinckx-Rice |
2021-04-19 | gnu: less: Update to 581....* gnu/packages/less.scm (less): Update to 581. | Tobias Geerinckx-Rice | Mathieu Othacehe |
2020-11-07 | installer: Limit listbox height....Fixes: <https://issues.guix.gnu.org/44428>. * gnu/installer/newt.scm (init): Print screen size. * gnu/installer/newt/page.scm (default-listbox-height): New variable. (run-listbox-selection-page): Use it. * gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto. * gnu/installer/newt/network.scm (run-technology-page): Set the maximum listbox height to 5. * gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto. * gnu/installer/newt/final.scm (run-config-display-page): Change listbox height. * gnu/installer/newt/partition.scm (run-disk-page): Ditto. * gnu/installer/newt/welcome.scm (display-logo?): New procedure. (run-menu-page): Use it. * gnu/installer/steps.scm (%configuration-file-width): Remove it. | Mathieu Othacehe |
2020-09-21 | installer: Rename RUN-PARTIONING-PAGE....* gnu/installer/newt/partition.scm (run-partioning-page): Rename to run-partitioning-page. Adjust all callers. | Tobias Geerinckx-Rice |