index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-05-07
Ports/libmad: Use fresh config.guess
EWouters
2022-05-06
WindowServer: Separate physical resolution from scaling factors
Liav A
2022-05-06
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
Linus Groh
2022-05-06
LibJS: Add variant of to_integer_or_infinity() for plain doubles
Linus Groh
2022-05-06
LibJS: Remove unused LibCore/DateTime.h header from Date.cpp
Linus Groh
2022-05-06
LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class
Linus Groh
2022-05-06
Kernel: Force y offset 0 when switching between console & graphics modes
Liav A
2022-05-06
WindowServer: Remove hack to restore graphics after switch from console
Liav A
2022-05-06
Kernel/HID: Take a spinlock when calling KeyboardClient::on_key_pressed
Liav A
2022-05-06
Kernel/Graphics: Protect the list of display connectors with a Spinlock
Liav A
2022-05-06
Meta: Use VMWare SVGA adapter if running QEMU Q35 machine
Liav A
2022-05-06
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
Liav A
2022-05-06
LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintable
DexesTTP
2022-05-06
LibWeb: Remove unneeded iteration filter on LiveNodeList
DexesTTP
2022-05-06
LibWeb: Remove unneeded .gitignore
DexesTTP
2022-05-06
LibWeb: Only generate ResourceLoader signposts while on Serenity
DexesTTP
2022-05-06
LibWeb: Remove unneeded LibGUI include in Window.cpp
DexesTTP
2022-05-06
Browser: Remove STL utility include from CookiesModel
MacDue
2022-05-06
SystemServer: Boot to text mode if there are no device nodes at /dev/gpu
Liav A
2022-05-06
Kernel/Graphics: Use boot console if the subsystem is disabled
Liav A
2022-05-06
SystemServer: Remove search of a FramebufferDevice
Liav A
2022-05-06
Kernel/Graphics: Implement basic cursor for FramebufferConsole
Liav A
2022-05-06
BrowserSettings: Add missing code to update filtering checkbox
IT6uru
2022-05-06
Terminal+TerminalSettings: Allow disabling close confirmations
MacDue
2022-05-06
Terminal: Close warnings for background/foreground processes
MacDue
2022-05-06
Kernel: Add /proc/{pid}/children to ProcFS
MacDue
2022-05-06
Kernel: Expose .length() of KBufferBuilder
MacDue
2022-05-05
js: Print different type for each kind of ECMAScript function object
Linus Groh
2022-05-05
js: Implement pretty-printing of generator objects
Linus Groh
2022-05-05
LibJS: Set "prototype" property of async generator functions
Linus Groh
2022-05-05
LibJS: Fix "prototype" property of generator functions, again
Linus Groh
2022-05-05
LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%
Linus Groh
2022-05-05
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
Linus Groh
2022-05-05
LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters
Linus Groh
2022-05-05
Browser: Consolidate StorageWidget tabs into a single gml file
networkException
2022-05-05
WindowServer: Take vertical menu offset into account when adjusting pos
Linus Groh
2022-05-05
Browser: Set all cookies at once instead adding them separately
Rafał Babiarz
2022-05-05
Browser: Rename "on_want_cookies" to match local storage equivalent
Rafał Babiarz
2022-05-05
Kernel/Console: Use 8x16 character font bitmap instead of old 8x8 bitmap
Liav A
2022-05-05
LibGfx: Fix Clang build failulres in VectorN
Andreas Kling
2022-05-05
SystemMonitor: Consistently use u64 for ValueFormat::text_formatter
Luke Wilde
2022-05-05
Kernel/Graphics: Simplify the GenericGraphicsAdapter class
Liav A
2022-05-05
Kernel/Graphics: Simplify the feature level of the Graphics subsystem
Liav A
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Everywhere: Rename fb prefix function names => graphics_connector
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
Kernel/Graphics: Use DisplayConnector design with generic framebuffers
Liav A
2022-05-05
Kernel/Graphics: Apply DisplayConnector design on the VirtIO driver
Liav A
[next]