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-15
FileManager: Allow double-clicking applications again
Tom
2020-07-15
LibGUI: Fix menu leak when default action changed
Tom
2020-07-15
FileManager: Add "Open with" menu if alternative applications are available
Tom
2020-07-15
Launcher: Provide launcher details to LibDesktop
Tom
2020-07-15
LibGfx: Minor IntRect::shatter and FloatRect::shatter optimization
Tom
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-14
LibJS: Add Symbol.hasInstance tests
Matthew Olsson
2020-07-14
LibJS: Implement Symbol.hasInstance
Matthew Olsson
2020-07-14
LibJS: Implement spec-complient instance_of operation
Matthew Olsson
2020-07-14
LibJS: Integrate iterator protocol into language features
Matthew Olsson
2020-07-14
LibGUI: Draw contiguous frame if GroupBox title is left empty
thankyouverycool
2020-07-14
LibMarkdown: Reset offset to 0 on each new List line
Nico Weber
2020-07-13
LibX86+UserspaceEmulator: Devirtualize and inline more instruction code
Andreas Kling
2020-07-13
LibX86: Don't build_opcode_table_if_needed() every instruction decode
Andreas Kling
2020-07-13
LibX86: Apply aggressive inlining to Instruction decoding functions
Andreas Kling
2020-07-13
UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code
Andreas Kling
2020-07-13
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
Tom
2020-07-13
LibGUI: Add ability to disable multiselect for views
Tom
2020-07-13
LibGUI: Improve IconView performance with large selections
Tom
2020-07-13
LibGUI: Add ModelClient abstract class and allow registering clients
Tom
2020-07-13
LibLine: Add Ctrl-N/P as history next/previous shortcuts
Nico Weber
2020-07-13
LibLine: Move search-related updates into do_cursor_left/right
Nico Weber
2020-07-13
LibJS: Add String Iterator tests
Matthew Olsson
2020-07-13
LibJS: Add StringIterator
Matthew Olsson
2020-07-13
LibGUI: Fix keybind conflicts in TreeView
thankyouverycool
2020-07-13
LibGUI: Only report toggled directories once on subtree collapse/expansion
thankyouverycool
2020-07-13
LibX86: ALWAYS_INLINE some Instruction members
Andreas Kling
2020-07-13
Toolchain: Allow building using CMake on macOS
Stefano Cristiano
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
[next]