summaryrefslogtreecommitdiff
path: root/Kernel/TTY/VirtualConsole.cpp
AgeCommit message (Expand)Author
2021-06-25Kernel: Don't clear VirtualConsoles when initializingSahan Fernando
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-18Kernel: Fix crash when changing screen resolutionGunnar Beutner
2021-06-17Kernel: Remove obsolete size_t castsGunnar Beutner
2021-06-16Kernel: Use KResultOr<size_t> throughout the TTY subsystemGunnar Beutner
2021-06-11Kernel: Add missing BrightWhite color to VirtualConsoleDaniel Bertalan
2021-06-10Kernel: Re-render console after echoing charactersDaniel Bertalan
2021-06-10Kernel+LibVT: Fix selection with scrollback wrap-aroundDaniel Bertalan
2021-06-10Kernel+LibVT: Implement left-right scrollingDaniel Bertalan
2021-06-10Kernel+LibVT: Add function for deleting a range of charactersDaniel Bertalan
2021-06-10LibVT+Kernel: Support clearing the scrollback bufferDaniel Bertalan
2021-06-10LibVT+Kernel: Clean up scroll APIDaniel Bertalan
2021-06-04LibVT+Kernel: Create `Color` classDaniel Bertalan
2021-05-24LibVT: Add Alternate Screen Buffer supportDaniel Bertalan
2021-05-24LibVT+Kernel: Add support for setting cursor stylesDaniel Bertalan
2021-05-21Kernel/VirtualConsole: Fix grammar error in commentLiav A
2021-05-21Kernel: Fix framebuffer resolution modesetting after bootLiav A
2021-05-21Kernel/TTY: Don't flush dirty lines if VirtualConsole is not activeLiav A
2021-05-17LibVT: Fix newline handlingDaniel Bertalan
2021-05-16Kernel: Print all logbuffer from ConsoleDevice to debug Virtual ConsoleLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-13Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>Andreas Kling
2021-04-29Everywhere: Add missing comma between copyright year and nameLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-03Kernel: Introduce a new HID subsystemLiav A
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-02-27LibVT: Make VT::Line use a Vector for storageAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functionsAndreas Kling
2021-01-23Kernel: Evaluate block conditions inside VirtualConsole::emit()Jean-Baptiste Boric
2021-01-22Kernel: Make device generate their own namesJean-Baptiste Boric
2021-01-11Kernel: Convert a bunch of String::format() => String::formatted()Andreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-10Kernel: Defer handling of key press events in VirtualConsoleAndrew Kaster
2021-01-10LibVT: Respect the Negative attribute when drawing textAnotherTest
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-17Kernel: Ensure there are all VirtualConsoles properly initializedFlorian Angermeier
2020-07-17Kernel: Make the VirtualConsole index const unsigned instead of unsignedFlorian Angermeier
2020-07-06Kernel: Add SMP IPI supportTom
2020-06-16Kernel: TTY:VirtualConsole, replace character attribute with code_pointHüseyin ASLITÜRK
2020-05-30LibVT: Allow updating the window progress via an escape sequenceAndreas Kling
2020-05-27Kernel: Port VirtualConsole to LibVT :^)Sergey Bugaev
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-02-27VirtualConsole: Use dbg() instead of dbgprintf()Liav A
2020-02-18TTY: Reset VGA start row when setting graphical TTYJesse Buhagiar
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling