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
2021-06-15
AK: Add support for removing SinglyLinkedList nodes during iteration
Idan Horowitz
2021-06-15
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
Idan Horowitz
2021-06-15
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
Idan Horowitz
2021-06-15
AK: Add a missing `using AK::OrderedHashMap` statement
Idan Horowitz
2021-06-15
AK: Add Ordering support to HashTable and HashMap
Hediadyoin1
2021-06-15
Userland: Teach the file utility that empty files also exist
Valtteri Koskivuori
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-15
LibJS: Rename the overridden Instruction methods to foo_impl
Ali Mohammad Pur
2021-06-15
LibJS: Make EnterUnwindContext a terminator op
Ali Mohammad Pur
2021-06-15
LibJS: Make basic block size customizable
Ali Mohammad Pur
2021-06-15
AK: Add a function that casts an enum to its underlying type
Ali Mohammad Pur
2021-06-15
LibJS: Store and return undefined Symbol description
Idan Horowitz
2021-06-15
PixelPaint: Alternate selection outline between black and white
Mateusz Górzyński
2021-06-15
LibTextCodec: Add ISO-8859-15 (aka Latin-9) encoding
Aatos Majava
2021-06-15
Kernel/AHCI: Don't set the C command header attribute
Luke
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-06-15
LibGUI: Make a macro for registering a GUI::Margins object property
Andreas Kling
2021-06-15
LibJS: Use Optional<String> in StringPrototype
Andreas Kling
2021-06-15
LibWeb: Use Optional<String> more in WrapperGenerator
Andreas Kling
2021-06-15
PixelPaint: Clear selection when opening a new image
Andreas Kling
2021-06-15
PixelPaint: Display an error message if exporting to PNG/BMP fails
Andreas Kling
2021-06-15
LibJS: Call toString on the key, not on the argument in ToPropertyKey
Idan Horowitz
2021-06-15
LibJS: Add the Object.fromEntries method
Idan Horowitz
2021-06-15
LibJS: Implement the IteratorClose abstract op and use it where needed
Idan Horowitz
2021-06-15
PixelPaint: Avoid unnecessary temporary layer bitmaps during PP load
Andreas Kling
2021-06-15
PixelPaint: Increase default size of new images from 1x1 to 480x360
Andreas Kling
2021-06-15
PixelPaint: Don't allow creating empty layers or images
Andreas Kling
2021-06-15
PixelPaint: Display an error message if opening a file fails
Andreas Kling
2021-06-15
PixelPaint: Display an error message if saving to PP file fails
Andreas Kling
2021-06-15
PixelPaint: No need to pass ImageEditor& to Selection::paint()
Andreas Kling
2021-06-15
PixelPaint: Add actions to swap colors or reset them to default values
LepkoQQ
2021-06-15
PixelPaint: Add menu items for Select All and Clear Selection
LepkoQQ
2021-06-14
Everywhere: Use new discord invite url :^)
networkException
2021-06-14
PixelPaint: Always animate marching ants during interactive selection
Andreas Kling
2021-06-14
PixelPaint: Make new pasted layer active immediately
Andreas Kling
2021-06-14
PixelPaint: Add copy action (copies the selection from active layer)
Andreas Kling
2021-06-14
PixelPaint: Draw the current editor selection as marching ants
Andreas Kling
2021-06-14
PixelPaint: Add a Selection class (ImageEditor has a Selection)
Andreas Kling
2021-06-14
PixelPaint: Implement basic rectangular selection (preview only)
Andreas Kling
2021-06-14
PixelPaint: Add a new "Rectangle Select" tool :^)
Andreas Kling
2021-06-14
Kernel: Verify Process coredump threads are empty
Jelle Raaijmakers
2021-06-14
Kernel: Only call `Process::die()` once on terminating signal
Jelle Raaijmakers
2021-06-14
Userland: Fix double line spacing in grep
Sahan Fernando
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Parse generator functions in object literals
Ali Mohammad Pur
2021-06-14
LibJS: Add a test file for generator function parsing
Ali Mohammad Pur
2021-06-14
LibRegex: Remove unused code
Gunnar Beutner
2021-06-14
LibRegex: Use a plain pointer for OpCode::m_state
Gunnar Beutner
2021-06-14
LibRegex: Avoid initialization checks in get_opcode_by_id()
Gunnar Beutner
2021-06-14
LibRegex: Avoid prepending items to vectors
Gunnar Beutner
[next]