index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-07-12
LibVT: Don't scroll to bottom when pressing the right shift key
Andreas Kling
2020-07-12
LibM: Add 'isnormal'
AnotherTest
2020-07-11
UserspaceEmulator+LibX86: Implement the LEA instruction
Andreas Kling
2020-07-11
LibC: Some s/int/size_t/ in the malloc code
Andreas Kling
2020-07-11
LibJS: Implement Symbol.toStringTag
Matthew Olsson
2020-07-11
LibJS: Implement spec-compliant Object.prototype.toString
Matthew Olsson
2020-07-11
LibJS: Prefer "define_property" over "put"
Matthew Olsson
2020-07-11
LibJS: Use macros to enumerate well-known symbols
Matthew Olsson
2020-07-11
LibJS: Start implementing iterable framework, add ArrayIterator
Matthew Olsson
2020-07-11
LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind
Matthew Olsson
2020-07-11
LibGUI: Ignore KeyUp events by default
Peter Elliott
2020-07-11
LibJS: Remove a few superfluous exception checks
Linus Groh
2020-07-11
WindowServer/LibGUI: Add default menu items and allow default action for cont...
Tom
2020-07-11
LibWeb: Check if layout node is still present after dispatch_event
Kevin Meyer
2020-07-11
LibWeb: Remove some unnecessary casts
Kevin Meyer
2020-07-11
LibWeb: Fix EVENT_DEBUG dump compilation
Kevin Meyer
2020-07-11
LibC: Implement tcflush(3)
Peter Elliott
2020-07-10
UserspaceEmulator+LibX86: Implement all the forms of XOR
Andreas Kling
2020-07-10
LibX86: Add a templatized way to resolve ModR/M memory references
Andreas Kling
2020-07-10
LibX86: Store Instruction's segment prefix as Optional<SegmentRegister>
Andreas Kling
2020-07-10
FileManager: Show an open folder icon for the selected directory
thankyouverycool
2020-07-10
LibGUI: Add missing on_toggle hook to TreeView
thankyouverycool
2020-07-09
LibJS: Add tests for symbol object integration
Matthew Olsson
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-07-09
LibJS: Add test for well-known symbols
Matthew Olsson
2020-07-09
LibJS: Uncomment remaining symbol tests
Matthew Olsson
2020-07-09
LibJS: Move global symbol map from SymbolObject to Interpreter
Matthew Olsson
2020-07-09
UserspaceEmulator: Tidy up SoftCPU's general purpose registers
Andreas Kling
2020-07-09
LibCore: Add register_signal and unregister_signal to EventLoop
Tom
2020-07-09
LibVT: Set scrollbar page size
Tom
2020-07-09
LibGUI: Make scrollbar thumb size relative to content size
Tom
2020-07-09
LibGUI: Implement IconView auto-scrolling when trying to select items out of ...
Tom
2020-07-08
LibWeb: Don't call did_layout in non-main frame documents
Kevin Meyer
2020-07-08
LibWeb: Add type for FrameLoader::load
Kevin Meyer
2020-07-07
LibLine: Add ctrl-t shortcut for transposing characters
Nico Weber
2020-07-07
WindowServer+LibGUI: Add "wait" cursor
Linus Groh
2020-07-07
WindowServer+LibGUI: Add "help" cursor
Linus Groh
2020-07-07
LibGUI: Use Resize{Column,Row} cursor for Splitter and AbstractTableView
Linus Groh
2020-07-07
WindowServer+LibGUI: Add "resize row/column" cursors
Linus Groh
2020-07-07
LibX86: Expose some more things on X86::Instruction
Andreas Kling
2020-07-07
LibX86: Add an abstract X86::Interpreter class
Andreas Kling
2020-07-07
LibEdit: Make Ctrl-d on an empty line mean EOD again
Nico Weber
2020-07-07
LibWeb: Turn floated display:inline elements into block-level elements
Andreas Kling
2020-07-07
LibGUI: Add on_toggle function to TreeView
thankyouverycool
2020-07-07
LibWeb: Make context menus work in WebContentView
Andreas Kling
2020-07-07
LibWeb: Fix PageView::url() null-check
Kevin Meyer
2020-07-07
LibJS: Object.preventExtensions should allow property modfication
Matthew Olsson
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
2020-07-06
LibJS: Convert Array tests to new testing framework
Linus Groh
2020-07-06
LibJS: Split isNaN tests into multiple sections
Linus Groh
[next]