]> git.ozlabs.org Git - petitboot/history - ui/ncurses/nc-cui.c
ui/ncurses: Add key debug
[petitboot] / ui / ncurses / nc-cui.c
2013-12-02 Jeremy Kerrui/ncurses: Add key debug
2013-11-22 Jeremy Kerrui/ncurses: Redraw entire screen with ctrl+L
2013-11-22 Jeremy Kerrui/ncurses: Allow boot editor sysinfo updates
2013-11-22 Jeremy Kerrui/ncurses: Make boot editor API consistent with config...
2013-11-19 Jeremy Kerrui/ncurses: Don't mess with prog_mode in cui_boot
2013-11-14 Jeremy Kerrnui/ncurses: Allow config screen updates
2013-11-14 Jeremy Kerrui/ncurses: Parse configuration form & send to server
2013-11-14 Jeremy Kerrui/ncurses: Add basic config editor
2013-11-13 Jeremy Kerrui/ncurses: Receive config messages
2013-11-13 Jeremy Kerrui/ncurses: Add sysinfo screen
2013-11-13 Jeremy Kerrui/ncurses: Add nc_scr_{un,}post()
2013-11-13 Jeremy Kerrui/ncurses: Move general nc init code to cui module
2013-11-01 Jeremy Kerrlogging: Clean up debug logs
2013-10-11 Jeremy Kerrui/ncurses: Use 'x' as exit key
2013-10-10 Jeremy Kerrui/ncurses: Allow booting custom boot options
2013-10-10 Jeremy Kerrui/ncurses: Defer item creation until boot editor is...
2013-10-09 Jeremy Kerrui/ncurses: Display sysinfo type & identifier
2013-08-20 Jeremy Kerrlib/process: Add dry_run argument to process_init
2013-08-19 Jeremy Kerrlib/process: replace pb_run_cmd
2013-08-19 Jeremy Kerrlib/process: replace pb_run_cmd_pipe
2013-08-19 Jeremy Kerrlib/waiter: handle -EINTR
2013-07-23 Geoff Levandconfigure: Update to use AX_WITH_CURSES
2013-07-23 Jeremy Kerrui/ncurses: Add setlocale call
2013-06-24 Jeremy Kerrui/ncurses: Remove unused 'cod' variable
2013-06-24 Geoff LevandAdd initial dtb support
2013-06-24 Jeremy Kerrui/ncurses: Add cancel-default reporting
2013-06-24 Jeremy Kerrui: implement timers with waitsets
2013-06-24 Jeremy Kerrlib/waiter: Add timeout waiters
2013-05-21 Jeremy Kerrui/ncurses: implement global keys
2013-05-21 Jeremy Kerrui/ncurses: move getch() out of process_key callbacks
2013-05-09 Jeremy Kerrui/nc: Handle cui_opt_data with no boot option more...
2013-05-09 Jeremy Kerrui/ncurses: Simplify menu item names
2013-05-06 Jeremy Kerrcui: Show incoming status messages
2013-04-16 Jeremy Kerrprotocol: Separate device add from boot-option add...
2013-04-15 Geoff Levandncurses: Fix build warning
2013-04-15 Jeremy KerrMove --dry-run option to discover server
2013-04-15 Jeremy KerrMove boot to discover server
2013-04-15 Jeremy Kerrui/ncurses: Add discover client to struct cui
2013-04-15 Jeremy Kerrdiscover-client: interact directly with waitset
2013-04-15 Jeremy Kerrui: callback & boot actions: kexec -> boot
2013-04-15 Jeremy Kerrui: pb_kexec_data -> pb_boot_data
2013-04-15 Jeremy Kerrui/ncurses: ked -> boot-editor
2013-04-10 Jeremy Kerrwaiter: Don't rely on global variables to keep waiter...
2012-03-31 Geoff LevandSpeed up --start-daemon option
2012-03-31 Geoff LevandCleanup --dry-run option code
2012-03-09 Geoff LevandAdd --start-daemon option to ui programs
2009-07-09 Geoff LevandAdd ncurses joystick support
2009-07-09 Geoff LevandUpdate item text on edit
2009-07-09 Geoff LevandRemove unused ked status ked_boot.
2009-07-09 Geoff LevandRemove nc menu description
2009-07-09 Geoff LevandCUI add empty item
2009-07-09 Geoff LevandFix CUI scroll
2009-07-09 Geoff LevandAdd CUI countdown timer
2009-07-09 Geoff LevandFix nc-cui comment
2009-06-30 Geoff LevandAdd ncurses UI support