summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-05-09LibWeb: Implicitly close all subpaths when canvas.fill() is calledAnotherTest
2020-05-09LibGfx: Add Path::close_all_subpaths()AnotherTest
2020-05-09LibVT: Snapshot the URL we're opening a context menu forAndreas Kling
2020-05-09LibVT: Show the hover hand cursor when hovering over hyperlinks :^)Andreas Kling
2020-05-09LaunchServer: Don't use SystemServer keepaliveAndreas Kling
2020-05-09TextEditor: Use JS syntax highlighting for .json files :^)Andreas Kling
2020-05-09AK: Unbreak parsing of file:// URLs with no hostAndreas Kling
2020-05-09LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menuAndreas Kling
2020-05-09WindowServer: Cancel any ongoing input tracking when a menu pops upAndreas Kling
2020-05-09LibMarkdown: Turn absolute links into hyperlinks in terminal output :^)Andreas Kling
2020-05-09ls: Make filenames in the output hyperlinkedAndreas Kling
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-09LibDesktop: Don't resolve relative URL's, expect absolute URLs insteadAndreas Kling
2020-05-09AK: Allow file:// URLs to have a hostnameAndreas Kling
2020-05-09Base: Open https:// URLs in BrowserAndreas Kling
2020-05-09LaunchServer: Run with portal permissions 600Andreas Kling
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett
2020-05-09LibVT: Make Terminal::Line non-copyable and non-movableAndreas Kling
2020-05-09Kernel: ioctl(TCSETSF) on a TTY should flush inputAndreas Kling
2020-05-09LibVT: Make the Xterm/OSC sequence parsing a bit more robustAndreas Kling
2020-05-09LibVT: Respond to DSR 0 (device status)Andreas Kling
2020-05-09LibGfx: Implement GIFImageDecoderPlugin animation methodsPeter Nelson
2020-05-09LibGfx: Optimise LZWDecoderPeter Nelson
2020-05-09LibWeb: Add support for animated images to HTMLImageElementPeter Nelson
2020-05-09LibGfx: Add support for animated images to ImageDecoder{Plugin}Peter Nelson
2020-05-09Userland: Remove double-'#include' in date.cppBen Wiederhake
2020-05-09Applications: FontEditor, relocate form items by fonts sizeHüseyin ASLITÜRK
2020-05-09LibGfx: Add new methods to Font to avoid embedded values in FontEditorHüseyin ASLITÜRK
2020-05-09Base: Move 32px font editor app icon under 32x32 folderHüseyin ASLITÜRK
2020-05-09Meta: Update ReadMe a bit, add link to issue policyAndreas Kling
2020-05-08LibWeb: Implement "text-transform: {upper,lower}case"Linus Groh
2020-05-08Kernel+Userland: Add "settime" pledge promise for setting system timeAndreas Kling
2020-05-08Kernel: Only allow superuser to call sys$clock_settime()Andreas Kling
2020-05-08Kernel: Remove SmapDisabler in sys$clock_settime()Andreas Kling
2020-05-08LibWeb: Generate a new list item marker on every layoutAndreas Kling
2020-05-08Kernel: Assert on startup if we don't find any physical pagesAndreas Kling
2020-05-08Kernel: Add for_each_vmobject_of_type<T>Andreas Kling
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08Kernel: Propagate failure to commit VM regions in more placesAndreas Kling
2020-05-08LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnectionAndreas Kling
2020-05-08AK: Add templated NonnullOwnPtr::release_nonnull()Andreas Kling
2020-05-08Browser: Move InspectorWidget into the Browser namespaceAndreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparatorAndreas Kling
2020-05-08LibGUI: Highlight interactive area of hovered CheckBox and RadioButtonAndreas Kling
2020-05-08Kernel: Remove ref-counting from interrupt override metadataAndreas Kling
2020-05-08SystemServer: Use NonnullRefPtrVectorAndreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> someAndreas Kling