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
2020-04-29
DisplaySettings: Arrange buttons in "OK, Cancel, Apply" order
Andreas Kling
2020-04-29
DisplaySettings: Don't allow desktop background color with alpha
Andreas Kling
2020-04-29
LibGUI: Transfer "color has alpha channel" state
Andreas Kling
2020-04-29
DisplaySettings: Rename from DisplayProperties
Andreas Kling
2020-04-29
LibGUI: Allow disabling the alpha channel in ColorInput widgets
Andreas Kling
2020-04-29
LibGfx: Add Color::to_string_without_alpha()
Andreas Kling
2020-04-29
LibGUI: Allow editing ColorInput widgets as text
Andreas Kling
2020-04-29
LibGUI: Remove copy-pasted auto-repeat logic from ColorInput
Andreas Kling
2020-04-29
Base: Tweak default desktop background color slightly
Andreas Kling
2020-04-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-29
LibWeb: Make EventListener::function() return a reference
Andreas Kling
2020-04-29
LibJS: Don't use Optional<Value> for bound |this| values
Andreas Kling
2020-04-29
LibJS: Make Value::as_string() return a PrimitiveString reference
Andreas Kling
2020-04-29
LibJS: Make StringObject::primitive_string() return a reference
Andreas Kling
2020-04-29
WindowServer: Pop up the window menu at bottom left of window icon
Andreas Kling
2020-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-29
WindowServer: Fix build after FBResolution changes
Andreas Kling
2020-04-29
LibJS: Return undefined in Array.prototype.{pop,shift} for empty values
Linus Groh
2020-04-29
Browser: Add missing `#pragma once` in Tab.h
Emanuele Torre
2020-04-29
Kernel: Fix integer overflow in framebuffer resolution handling
Andreas Kling
2020-04-29
LibJS: Set Array length attributes to "Configurable | Writable"
mattco98
2020-04-29
LibJS: Don't handle arrays separately in Value::to_number()
Linus Groh
2020-04-29
LibJS: Skip undefined and null in join_array_with_separator()
Linus Groh
2020-04-29
LibLine: Actually fix build :^)
Andreas Kling
2020-04-28
LibLine: Properly mark the result of read() as ignored
AnotherTest
2020-04-28
LibLine: Drop stray input before doing vt_dsr
AnotherTest
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
AnotherTest
2020-04-28
TextEditor: Fix typo in comment
Linus Groh
2020-04-28
LibJS: Handle exception in for loop test execution
Linus Groh
2020-04-28
TextEditor: Add live preview when editing markdown :^)
Andreas Kling
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-28
Browser: Make Ctrl+L select the location bar again
Andreas Kling
2020-04-28
Browser: Don't put favicons as the window icon
Andreas Kling
2020-04-28
Kernel: Be a little more defensive when indexing E1000 Rx/Tx buffers
Andreas Kling
2020-04-28
Application: Fix for reboot on PowerDialog close button click
Hüseyin ASLITÜRK
2020-04-28
LibJS: Call Array.prototype.findIndex() callback for empty elements
Linus Groh
2020-04-28
LibJS: Call Array.prototype.find() callback for empty elements
Linus Groh
2020-04-28
LibJS: Let Array.prototype.map() resize new array before loop
Linus Groh
2020-04-28
LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly
Linus Groh
2020-04-28
Kernel: Leave VMObject alone on OOM during CoW fault
Andreas Kling
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-28
WindowServer: Change the desktop background colour on theme change
Andres Vieira
2020-04-28
LibJS: Support spreading of strings and string objects
Linus Groh
2020-04-28
DisplayProperties: Allow going from a wallpaper to a background colour
Andres Vieira
2020-04-28
WindowManager: Allow compositor to have an empty bitmap as a wallpaper
Andres Vieira
2020-04-28
LibGUI: Paint CheckBox background same as widget's if it's not enabled
Andres Vieira
2020-04-28
FileManager: Disable PropertiesDialog custom rename disabling logic
Andres Vieira
2020-04-28
LibGUI: Paint TextEditor background same as widget's if it's not enabled
Andres Vieira
[next]