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-08-22
MenuApplets: Add a mini calendar to Clock applet
thankyouverycool
2020-08-22
LibGUI+Calendar: Make Calendar a common widget in LibGUI
thankyouverycool
2020-08-22
LibCore: Fix spelling for month of "August"
thankyouverycool
2020-08-22
Base: Add new Calendar icons
thankyouverycool
2020-08-22
LibC: Make mktime() and timegm() handle years before 1970
Nico Weber
2020-08-22
test-js: Sometimes include more details for failures
Nico Weber
2020-08-22
test-js: Print parse error if test-common.js fails to parse
Nico Weber
2020-08-22
LibJS: Allow conversion from Symbol to String via explicit String() call
Nico Weber
2020-08-22
Userland: Use TestSuite.h in test-compress.
asynts
2020-08-22
AK: Make some tweaks in TestSuite.h.
asynts
2020-08-22
AK: Remove <chrono> requirement from TestSuite.h.
asynts
2020-08-22
AK: Remove exceptions from TestSuite.h.
asynts
2020-08-22
AK: Move include <AK/TestSuite.h> to the top.
asynts
2020-08-22
AK: Remove test case that doesn't test anything.
asynts
2020-08-22
Kernel: Fix kmalloc memory corruption
Tom
2020-08-22
Kernel: Make PhysicalPage not movable and use atomic ref counting
Tom
2020-08-22
Kernel: Copy command line to a safe place
Tom
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Fix regression where MemoryManager is initialized twice
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-22
Meta: Add missing license header to ThemeEditor
Itamar
2020-08-22
HackStudio: Implement "Step Over" debugging action
Itamar
2020-08-22
HackStudio: Implement "Step Out" debugging action
Itamar
2020-08-22
HackStudio: Add icons for "step in" and "step out"
Itamar
2020-08-22
TextEditor: Increase padding in ruler width
Itamar
2020-08-22
HackStudio: Move debugger actions to a toolbar in the debug widget
Itamar
2020-08-21
ThemeEditor: Tweak the main UI layout
Andreas Kling
2020-08-21
ThemeEditor: Set window icon and title
Andreas Kling
2020-08-21
ThemeEditor: Allow editing of theme colors one at a time
Andreas Kling
2020-08-21
LibGUI: Add ComboBox::selected_index()
Andreas Kling
2020-08-21
LibGfx: Use an enumerator macro for color roles
Andreas Kling
2020-08-21
ThemeEditor: Start working on a window theme editor :^)
Andreas Kling
2020-08-21
LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() API
Andreas Kling
2020-08-21
LibJS: Implement Date's string constructor
Nico Weber
2020-08-21
LibJS: Implement Date.parse()
Nico Weber
2020-08-21
Kernel: Fix reading RTC
Nico Weber
2020-08-21
LibWeb: InProcessWebView::selected_text() should use the focused frame
Andreas Kling
2020-08-21
LibWeb: Make selection state recomputation implicit
Andreas Kling
2020-08-21
LibWeb: Remember the selection state of each LayoutNode
Andreas Kling
2020-08-21
LibLine: Do not ignore Ctrl-C when buffer is empty
AnotherTest
2020-08-21
IPCCompiler: Fix formatting mishap after GenericLexer change
Nico Weber
2020-08-21
LibJS: Parser refactored to use constexpr precedence table
Muhammad Zahalqa
2020-08-21
ResourceGraph: Keep the graph inside the GUI::Frame rect
Andreas Kling
2020-08-21
LibLine: Handle interrupts/window size changes internally
AnotherTest
2020-08-21
LibLine: Handle Ctrl-C and Ctrl-D in a way similar to other line editors
AnotherTest
2020-08-21
LibJS: Implement Date.valueOf()
Nico Weber
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-21
IPCCompiler: Use GenericLexer
Nico Weber
2020-08-21
Shell: Make 'for' loops read their input as an stream
AnotherTest
2020-08-21
AK: Add Stream::offset_of(ReadonlyBytes)
AnotherTest
[next]