72 Revize (7aa689e3badf8c7c278b725d4fe1273399d52405)

Autor SHA1 Zpráva Datum
  Michael Brown 7aa689e3ba [mucurses] Add missing FILE_LICENCE declarations před 9 roky
  Michael Brown a17ee3610d [console] Fix display of characters with top bit set před 10 roky
  Michael Brown 259858950a [mucurses] Use centralised concept of colour pairs před 10 roky
  Michael Brown 03401f9d21 [console] Allow consoles to update the recorded console size před 10 roky
  Michael Brown 936971d0ed [mucurses] Implement curs_set() to control cursor visibility před 10 roky
  Michael Brown 7271b50890 [mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screen před 10 roky
  Michael Brown b9663b8049 [build] Fix uses of literal 0 as a NULL pointer před 11 roky
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts před 12 roky
  Michael Brown 64d17dbd50 [console] Exclude text-based UI output from logfile-based consoles před 12 roky
  Michael Brown a6d49c17c9 [console] Move putchar() and getchar() declarations to stdio.h před 12 roky
  Michael Brown 6a6dd5c452 [readline] Add init_editstring() wrapper function před 13 roky
  Michael Brown 1c0ff6e1a7 [console] Move include/console.h to include/ipxe/console.h před 13 roky
  Michael Brown 8406115834 [build] Rename gPXE to iPXE před 14 roky
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations před 15 roky
  Michael Brown 67ee41ad6d [editbox] Allow for password widgets that do not display their contents před 15 roky
  Michael Brown e65afc4b10 [dhcp] Split PXE menuing code out of dhcp.c před 15 roky
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem před 16 roky
  Holger Lubitz d39e79248c __nonnull changes před 17 roky
  Holger Lubitz c5414e6d12 __nonnull changes před 17 roky
  Holger Lubitz 6a3ee34c18 __nonnull changes před 17 roky
  Michael Brown 0d568ac219 Make has_key() a static inline, rather than omitting it altogether. před 17 roky
  Michael Brown 3e816c3d56 Revert "make bool m_echo static" - I suspect this to be defined by spec před 17 roky
  Holger Lubitz 3cb133d27d make bool m_echo static před 17 roky
  Holger Lubitz ac1e0aa63e remove has_key by #if 0'ing out před 17 roky
  Holger Lubitz 0e0843a872 make _wgetc static před 17 roky
  Holger Lubitz 9280f2649a make struct _softlabelkeys *slks static před 17 roky
  Marty Connor c77704cb60 Warnings purge: src/{crypto,hci,net} před 17 roky
  Michael Brown f4c1e564a1 vsprintf.h is gPXE-specific; move it to include/gpxe před 17 roky
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h před 17 roky
  Michael Brown 5ff23aa406 Include stdlib.h rather than malloc.h před 17 roky
  Michael Brown d0a3cc3417 Avoid creating implicit memcpy()s před 17 roky
  Michael Brown b9f8599537 Define KEY_MIN and use it in kb.c. před 17 roky
  Michael Brown 9ab17484d0 Explicitly call erase(), to cope with platforms where the ANSI clear před 17 roky
  Michael Brown c66b99272f Fix (hopefully) the scrolling logic před 17 roky
  Michael Brown 3e0f7621eb Don't automatically redraw the edit box; this allows better inheritance. před 17 roky
  Michael Brown 35dcbfe771 Editable text box widget based on mucurses and edit_string. před 17 roky
  Michael Brown 82ec3fc5cc Reset screen on exit as well as entry před 17 roky
  Michael Brown abbfbd678d Explicitly move cursor to top-left of screen, in case the clear screen před 17 roky
  Michael Brown c1bac56f85 Use current attributes when erasing. před 17 roky
  Michael Brown cdfe61662b Assume a 24-line screen, since we can't (easily) avoid scrolling after před 17 roky
  Michael Brown e85bf52446 Avoid cursor move on every single character před 17 roky
  Michael Brown e7cc1c6c35 Use ANSI escape sequence to reset and clear terminal, rather than using před 17 roky
  Michael Brown edbdce6e3d Now basically functioning on ANSI-supporting consoles. před 17 roky
  Michael Brown 09f9142cbf Adjusted to use the normal internal mucurses API rather than accessing před 17 roky
  Michael Brown b6b36e8ac4 Remove more dynamic allocation před 17 roky
  Michael Brown 04d15fb8f8 There seems to be no reason why pos_x is static... před 17 roky
  Michael Brown 1f74fa2cad Remove some unnecessary use of calloc() for tiny memory areas. před 17 roky
  Michael Brown ba26defa6e Convert _{store,restore}_cursor_pos to static inlines. před 17 roky
  Michael Brown 56970053f4 wmove() is part of the public curses API, and already defined in curses.h před 17 roky
  Michael Brown 1755d8df7a Renamed core.h to mucurses.h před 17 roky