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-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
2020-04-28
LibJS: Support o.f++ :^)
Andreas Kling
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-28
LibJS: Make Number.isInteger() test pass on Serenity
Linus Groh
2020-04-28
LibJS: Add Array.prototype.some
Kesse Jones
2020-04-28
LibJS: Add bounds check to Array.prototype.{find,findIndex}
Linus Groh
2020-04-28
Ports: Add neofetch
Linus Groh
2020-04-28
FileManager: Disable permission checkboxes if user is not owner of path
Andres Vieira
2020-04-28
FileManager: Deny rename in PropertiesDialog if user can't write in path
Andres Vieira
2020-04-28
FileManager: Disable delete action if user can't write in current path
Andres Vieira
2020-04-28
FileManager: Add folder-specific paste action
Andres Vieira
2020-04-28
FileManager: Disable paste action for non-writable directories
Andres Vieira
2020-04-28
FileManager: Disables mkdir action if permissions don't allow it
Andres Vieira
2020-04-28
Screensaver: Draw screen before first timer iteration and seed srand()
Brendan Coles
2020-04-28
mkdir: Add -p option to create parent directories
Linus Groh
2020-04-28
AK: Add FileSystemPath::is_absolute()
Linus Groh
2020-04-28
mkdir: Use ArgParser, support creating multiple directories
Linus Groh
2020-04-28
LibCore: Trim decompressed Gzip output to size
AnotherTest
2020-04-28
Fire: Use LibC srand()
Brendan Coles
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-27
Toolchain: Don't create repository for patches if not necessary
Devashish
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-27
Kernel: Update TimerQueue next due timer only when necessary
Brian Gianforcaro
2020-04-27
AK: Add SinglyLinkedListIterator::is_begin()
Brian Gianforcaro
2020-04-27
LibJS: Add Array.prototype.findIndex
Kesse Jones
[next]