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-05-09
Base: Move 32px font editor app icon under 32x32 folder
Hüseyin ASLITÜRK
2020-05-09
Meta: Update ReadMe a bit, add link to issue policy
Andreas Kling
2020-05-08
LibWeb: Implement "text-transform: {upper,lower}case"
Linus Groh
2020-05-08
Kernel+Userland: Add "settime" pledge promise for setting system time
Andreas Kling
2020-05-08
Kernel: Only allow superuser to call sys$clock_settime()
Andreas Kling
2020-05-08
Kernel: Remove SmapDisabler in sys$clock_settime()
Andreas Kling
2020-05-08
LibWeb: Generate a new list item marker on every layout
Andreas Kling
2020-05-08
Kernel: Assert on startup if we don't find any physical pages
Andreas Kling
2020-05-08
Kernel: Add for_each_vmobject_of_type<T>
Andreas Kling
2020-05-08
Services: Move Taskbar and SystemMenu from Applications to Services
Andreas Kling
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
Kernel: Propagate failure to commit VM regions in more places
Andreas Kling
2020-05-08
LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnection
Andreas Kling
2020-05-08
AK: Add templated NonnullOwnPtr::release_nonnull()
Andreas Kling
2020-05-08
Browser: Move InspectorWidget into the Browser namespace
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-05-08
LibGUI: Highlight interactive area of hovered CheckBox and RadioButton
Andreas Kling
2020-05-08
Kernel: Remove ref-counting from interrupt override metadata
Andreas Kling
2020-05-08
SystemServer: Use NonnullRefPtrVector
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
Andreas Kling
2020-05-08
LibJS: Correct tiny issue with passing a String to String::format
AnotherTest
2020-05-08
LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)
AnotherTest
2020-05-08
LibJS: Add Array.of()
Linus Groh
2020-05-08
LibJS: Add Array.isArray()
Linus Groh
2020-05-08
LibJS: Support multiple arguments in Array constructor
Linus Groh
2020-05-08
LibJS: Add Value::is_integer()
Linus Groh
2020-05-08
LibGfx: Revert #2154 and properly handle simple polygons
AnotherTest
2020-05-08
LibGUI: Make the "enabled" widget state propagate to child widgets
Andreas Kling
2020-05-08
LibGfx: Handle filling complex shapes better
AnotherTest
2020-05-08
HackStudio: Support variable inspection in nested scopes
Itamar
2020-05-08
HackStudio: Close the debug tab when debugged program exits
Itamar
2020-05-08
LibCore: DesktopServices, open fonts with FontEditor
Hüseyin ASLITÜRK
2020-05-08
Applications: Replace SystemMenu name to hi voltage emoji
Hüseyin ASLITÜRK
2020-05-08
Base: Add emoji files for 26A1, 2B06 and 2B07
Hüseyin ASLITÜRK
2020-05-08
LibGUI: Fix for disable state of SpinBox
Hüseyin ASLITÜRK
2020-05-08
LibJS: Spec-compliant equality comparisons
Matthew Olsson
2020-05-08
AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)
Devashish Jaiswal
2020-05-07
HackStudio: Gracefully handle unfound source files
Itamar
2020-05-07
LibDebug: Miscellaneous fixes from #2097
Itamar
2020-05-07
LibELF: Add Image::Section::wrapping_byte_buffer
Itamar
2020-05-07
LibC: Log calls to getrusage
Itamar
2020-05-07
LibJS: Limit scope of 'for' loop variables
Yonatan Goldschmidt
2020-05-07
LibJS: Add String.raw
Matthew Olsson
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-07
Browser: Show line numbers when viewing page source
Nick Tiberi
2020-05-07
WindowServer: Fix 'Maximize' Button
Ben Wiederhake
2020-05-07
WindowServer: Don't block child-windows of modal windows
Ben Wiederhake
2020-05-07
Base: Add "`" to GB keymap
Linus Groh
2020-05-07
LibGUI: Properly draw the background of the selected TreeView line
DexesTTP
2020-05-07
HackStudio: Apply INI syntax highlighter when opening a .ini file
Linus Groh
[next]