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-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+Games: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+DevTools: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+Demos: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+Applications: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
LibGUI: Register the "text" property on GUI::TextEditor
Andreas Kling
2020-09-25
LibGUI: Register the "text" property on GUI::Label
Andreas Kling
2020-09-24
LibGUI: Move keyboard item activation up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Stop editing in views when the view is hidden
Andreas Kling
2020-09-24
UserspaceEmulator: Use Core::ArgsParser
Maciej Zygmanowski
2020-09-24
LibGUI: Make inline editing work in ColumnsView
Andreas Kling
2020-09-24
LibGUI: Move editing key handling up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Support inline editing in GUI::IconView
Andreas Kling
2020-09-24
FileManager: Teach DirectoryView subviews to create editing delegates
Andreas Kling
2020-09-24
LibGUI: Support editing filenames through FileSystemModel :^)
Andreas Kling
2020-09-24
LibGUI: Make SortingProxyModel forward is_editable() and set_data()
Andreas Kling
2020-09-24
Kernel: Remove a whole bunch of unnecessary includes in Process.cpp
Andreas Kling
2020-09-24
LibWeb: Add a separate UA style sheet for documents in quirks mode
Andreas Kling
2020-09-23
Applications+IRCClient: Use new format functions.
asynts
2020-09-23
AK: Add outf, warnf and dbgf.
asynts
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-23
AK: Allow calling format without arguments.
asynts
2020-09-23
js: Use VM::exception() instead of Interpreter::exception()
Andreas Kling
2020-09-23
UserspaceEmulator+LibX86: Clean up some obnoxious template spam
Andreas Kling
2020-09-23
UserspaceEmulator: Fix off-by-one in code cache access
Nico Weber
2020-09-23
Base: Fixup forgotten 'example' heading name in Shell man page
AnotherTest
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-09-23
LibGUI: Use on_up_pressed/on_down_pressed events in SpinBox
Tibor Nagy
2020-09-22
Themes: Set the ruler color in "Sunshine" to cold gray
Tibor Nagy
2020-09-22
LibWeb: Disallow cross-origin access to <iframe>.contentDocument
Andreas Kling
2020-09-22
LibWeb: Add Origin::is_same(const Origin&)
Andreas Kling
2020-09-22
LibWeb: Add WindowObject::origin()
Andreas Kling
2020-09-22
LibWeb: Dispatch DOM "load" event on <iframe> elements
Andreas Kling
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-22
LibJS: Let the VM cache an empty ("") PrimitiveString
Andreas Kling
2020-09-22
LibJS: Move well-known symbols to the VM
Andreas Kling
2020-09-22
LibJS: Use VM::exception() instead of Interpreter::exception() a bunch
Andreas Kling
2020-09-22
LibJS: Add a way to get from a Cell to the VM
Andreas Kling
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-22
AK: Add missing overload to format.
asynts
2020-09-22
SystemMonitor: Wrap file descriptor and unveiled paths model into a SortingPr...
Tibor Nagy
2020-09-22
SystemMonitor: Fix assert when sorting by the "Page map" column
Tibor Nagy
2020-09-22
SystemMonitor: Wrap adapters and sockets model into a SortingProxyModel
Tibor Nagy
2020-09-22
SystemMonitor: Add sorting key to the devices model
Tibor Nagy
2020-09-22
AK: Use format in String::number.
asynts
2020-09-22
AK: Consider long and unsigned long as integral types.
asynts
2020-09-22
AK: Add StringBuilder::appendff using the new format.
asynts
[next]