index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
SystemServer: Remove search of a FramebufferDevice
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-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
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
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
WindowServer: Use FB_IOCTL_FLUSH_HEAD to flush a framebuffer if possible
Liav A
2022-05-05
WindowServer: Implement mechanism to restore safe mode setting
Liav A
2022-05-05
DisplaySettings+WindowServer: Add support for display connector devices
Liav A
2022-05-05
LibEDID: Export common structures into a header file
Liav A
2022-05-05
Userland: Re-organize /dev GPU nodes
Liav A
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A
2022-05-05
LibSoftGPU: Remove initial fog factor value from Device
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Move back to `i32`-based subpixels
Jelle Raaijmakers
2022-05-05
LibGfx: Add `Vector::to_rounded<T>()`
Jelle Raaijmakers
2022-05-05
LibGfx: Add `IntVector2/3/4` types
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Remove unused `Matrix3x3.h` include
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Replace some `interpolate()` calls with `VectorN::dot`
Jelle Raaijmakers
2022-05-05
LibSoftGPU: East-const `interpolate`
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Use `FloatVector4` pixel format for `Image`
Jelle Raaijmakers
2022-05-05
LibSoftGPU: Use `u64` for `Device` statistics vars
Jelle Raaijmakers
2022-05-05
LibGL: Split up GLContext implementation into logical units
Jelle Raaijmakers
2022-05-05
LibGL: Put the OpenGL API wrapper in a single code unit
Jelle Raaijmakers
2022-05-05
su: Change the HOME enviroment variable on login
Undefine
2022-05-05
LibC: Add IN6_IS_ADDR_MULTICAST
Tim Schumacher
2022-05-05
LibJS: Correct SetMutableBinding fallibility bug in spec comment
Linus Groh
2022-05-04
Browser: Set an icon for the 'Edit Bookmark' Dialog
Karol Kosek
2022-05-04
LibWeb: Use Unicode data for CSS text-transform property
Karol Kosek
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-05-03
LibAudio: Move WAV sample reading and conversion into own helpers
kleines Filmröllchen
2022-05-03
LibAudio: Move WavLoader to Core::Stream APIs
kleines Filmröllchen
2022-05-03
LibAudio: Refactor and modernize WavLoader
kleines Filmröllchen
2022-05-03
LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()
Linus Groh
[next]