index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Graphics
Age
Commit message (
Expand
)
Author
2022-10-01
Kernel/aarch64: Get framebuffer data from BootFramebufferConsole
Timon Kruiper
2022-10-01
Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole
Timon Kruiper
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-23
Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory
Liav A
2022-09-20
Kernel: Ensure proper locking when mutating boot console cursor
Liav A
2022-09-20
Kernel: Mark Console::{hide,show}_cursor methods protected
Liav A
2022-09-20
Kernel/Graphics: Introduce support for QEMU isa-vga device
Liav A
2022-09-20
Kernel/Graphics: Always ensure a console is set when initialization ends
Liav A
2022-09-20
Kernel: Move x86 Bochs VBE code to the Arch/x86 directory
Liav A
2022-09-20
Kernel/PCI: Convert PCI BAR number to a strong typed enum class
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-14
Kernel: Move TrapFrame into its own header on aarch64
Filiph Sandström
2022-07-24
Kernel/SysFS: Fix parent directory hierarchy with symbolic links
Liav A
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-23
Kernel/Graphics: Remove out-of-context comment note
Liav A
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
2022-07-19
Kernel/SysFS: Add exposing interface for DisplayConnectors
Liav A
2022-07-15
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
Liav A
2022-07-13
Kernel/Graphics: Allocate VGA window region according to the usual rules
Liav A
2022-07-13
Kernel/Graphics: Rename m_vga_region => m_vga_window_region
Liav A
2022-07-13
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
Liav A
2022-07-13
Kernel/Graphics: Remove unnecessary VGAConsole class abstraction
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Kernel/Graphics: Simplify initialization flow explanation comment
Liav A
2022-07-12
Kernel/Graphics: Fix comparison of framebuffer type in initialization
Liav A
2022-07-12
Kernel/Graphics: Remove VGA folder and its content
Liav A
2022-06-25
Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder
Liav A
2022-06-11
Kernel/Console: Fix gaps between background glyph color
MacDue
2022-06-10
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
Liav A
2022-06-10
Kernel/Graphics: Ensure generic EDID always has correct checksum
Liav A
2022-06-10
Kernel/Graphics: Re-organize the DisplayConnector class a bit
Liav A
2022-06-09
Kernel/Console: Tidy up code a little
MacDue
2022-06-09
Kernel/Console: Factor out framebuffer offset and support glyph_spacing
MacDue
2022-06-09
Kernel/Console: Replace QEMU bitmap font with Cathode
MacDue
2022-06-06
Kernel/Graphics: Drop support for the DisplayConnector write interface
Liav A
2022-06-06
Kernel/Graphics: Bring back the mmap interface for DisplayConnectors
Liav A
2022-06-06
Kernel/Graphics: Flush the entire buffer if using VirtIO console
Liav A
2022-05-06
Kernel: Force y offset 0 when switching between console & graphics modes
Liav A
2022-05-06
Kernel/Graphics: Protect the list of display connectors with a Spinlock
Liav A
2022-05-06
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
Liav A
2022-05-06
Kernel/Graphics: Use boot console if the subsystem is disabled
Liav A
[next]