summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+Games: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+Demos: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+Applications: Make clang-format-10 cleanBen Wiederhake
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-09-25LibGUI: Register the "text" property on GUI::TextEditorAndreas Kling
2020-09-25LibGUI: Register the "text" property on GUI::LabelAndreas Kling
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-24LibGUI: Stop editing in views when the view is hiddenAndreas Kling
2020-09-24UserspaceEmulator: Use Core::ArgsParserMaciej Zygmanowski
2020-09-24LibGUI: Make inline editing work in ColumnsViewAndreas Kling
2020-09-24LibGUI: Move editing key handling up to AbstractViewAndreas Kling
2020-09-24LibGUI: Support inline editing in GUI::IconViewAndreas Kling
2020-09-24FileManager: Teach DirectoryView subviews to create editing delegatesAndreas Kling
2020-09-24LibGUI: Support editing filenames through FileSystemModel :^)Andreas Kling
2020-09-24LibGUI: Make SortingProxyModel forward is_editable() and set_data()Andreas Kling
2020-09-24Kernel: Remove a whole bunch of unnecessary includes in Process.cppAndreas Kling
2020-09-24LibWeb: Add a separate UA style sheet for documents in quirks modeAndreas Kling
2020-09-23Applications+IRCClient: Use new format functions.asynts
2020-09-23AK: Add outf, warnf and dbgf.asynts
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-23AK: Allow calling format without arguments.asynts
2020-09-23js: Use VM::exception() instead of Interpreter::exception()Andreas Kling
2020-09-23UserspaceEmulator+LibX86: Clean up some obnoxious template spamAndreas Kling
2020-09-23UserspaceEmulator: Fix off-by-one in code cache accessNico Weber
2020-09-23Base: Fixup forgotten 'example' heading name in Shell man pageAnotherTest
2020-09-23UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)Nico Weber
2020-09-23LibGUI: Use on_up_pressed/on_down_pressed events in SpinBoxTibor Nagy
2020-09-22Themes: Set the ruler color in "Sunshine" to cold grayTibor Nagy
2020-09-22LibWeb: Disallow cross-origin access to <iframe>.contentDocumentAndreas Kling
2020-09-22LibWeb: Add Origin::is_same(const Origin&)Andreas Kling
2020-09-22LibWeb: Add WindowObject::origin()Andreas Kling
2020-09-22LibWeb: Dispatch DOM "load" event on <iframe> elementsAndreas Kling
2020-09-22LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()Andreas Kling
2020-09-22LibJS: Let the VM cache an empty ("") PrimitiveStringAndreas Kling
2020-09-22LibJS: Move well-known symbols to the VMAndreas Kling
2020-09-22LibJS: Use VM::exception() instead of Interpreter::exception() a bunchAndreas Kling
2020-09-22LibJS: Add a way to get from a Cell to the VMAndreas Kling
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-22AK: Add missing overload to format.asynts
2020-09-22SystemMonitor: Wrap file descriptor and unveiled paths model into a SortingPr...Tibor Nagy
2020-09-22SystemMonitor: Fix assert when sorting by the "Page map" columnTibor Nagy
2020-09-22SystemMonitor: Wrap adapters and sockets model into a SortingProxyModelTibor Nagy
2020-09-22SystemMonitor: Add sorting key to the devices modelTibor Nagy
2020-09-22AK: Use format in String::number.asynts
2020-09-22AK: Consider long and unsigned long as integral types.asynts
2020-09-22AK: Add StringBuilder::appendff using the new format.asynts
2020-09-22AK: Remove strtoull dependency from format.asynts
2020-09-21Userland: Convert passwd(1) to use Core::AccountPeter Elliott