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
HackStudio: Reorganize debugger-related files
Itamar
2020-05-09
LibWeb: Implicitly close all subpaths when canvas.fill() is called
AnotherTest
2020-05-09
LibGfx: Add Path::close_all_subpaths()
AnotherTest
2020-05-09
LibVT: Snapshot the URL we're opening a context menu for
Andreas Kling
2020-05-09
LibVT: Show the hover hand cursor when hovering over hyperlinks :^)
Andreas Kling
2020-05-09
LaunchServer: Don't use SystemServer keepalive
Andreas Kling
2020-05-09
TextEditor: Use JS syntax highlighting for .json files :^)
Andreas Kling
2020-05-09
AK: Unbreak parsing of file:// URLs with no host
Andreas Kling
2020-05-09
LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menu
Andreas Kling
2020-05-09
WindowServer: Cancel any ongoing input tracking when a menu pops up
Andreas Kling
2020-05-09
LibMarkdown: Turn absolute links into hyperlinks in terminal output :^)
Andreas Kling
2020-05-09
ls: Make filenames in the output hyperlinked
Andreas Kling
2020-05-09
LibVT+Terminal: Support hyperlinks in the terminal :^)
Andreas Kling
2020-05-09
LibDesktop: Don't resolve relative URL's, expect absolute URLs instead
Andreas Kling
2020-05-09
AK: Allow file:// URLs to have a hostname
Andreas Kling
2020-05-09
Base: Open https:// URLs in Browser
Andreas Kling
2020-05-09
LaunchServer: Run with portal permissions 600
Andreas Kling
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-09
LaunchServer: Add the LaunchServer to centralise file associations.
Nicholas Hollett
2020-05-09
LibVT: Make Terminal::Line non-copyable and non-movable
Andreas Kling
2020-05-09
Kernel: ioctl(TCSETSF) on a TTY should flush input
Andreas Kling
2020-05-09
LibVT: Make the Xterm/OSC sequence parsing a bit more robust
Andreas Kling
2020-05-09
LibVT: Respond to DSR 0 (device status)
Andreas Kling
2020-05-09
LibGfx: Implement GIFImageDecoderPlugin animation methods
Peter Nelson
2020-05-09
LibGfx: Optimise LZWDecoder
Peter Nelson
2020-05-09
LibWeb: Add support for animated images to HTMLImageElement
Peter Nelson
2020-05-09
LibGfx: Add support for animated images to ImageDecoder{Plugin}
Peter Nelson
2020-05-09
Userland: Remove double-'#include' in date.cpp
Ben Wiederhake
2020-05-09
Applications: FontEditor, relocate form items by fonts size
Hüseyin ASLITÜRK
2020-05-09
LibGfx: Add new methods to Font to avoid embedded values in FontEditor
Hüseyin ASLITÜRK
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
[next]