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-07-04
Base: New "generic window" icon based on the Terminal app icon
Andreas Kling
2020-07-04
Terminal: New 16x16 icon in a more '90s style :^)
Andreas Kling
2020-07-04
TextEditor: Tweak 16x16 icon
Andreas Kling
2020-07-04
Profiler: Use SortingProxyModel::set_sort_role()
Andreas Kling
2020-07-04
WindowServer: Move window titles 1px to the right
Andreas Kling
2020-07-04
LibGUI: Add SortingProxyModel::sort_role()
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
AK: Add Weakable::revoke_weak_ptrs()
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-04
Kernel: Add "child added" and "child removed" InodeWatcher events
Andreas Kling
2020-07-04
Kernel: Remove debug spam in finalizer task
Andreas Kling
2020-07-04
LibGUI: Respect per-index font when computing TreeView item rects
Andreas Kling
2020-07-04
Meta: Add ALT Linux packages to BuildInstructions.md (#2688)
Petr Akhlamov
2020-07-04
Meta: Show the outputs of failing tests in travis
AnotherTest
2020-07-04
LibC: Implement cf{g,s}et{i,o}speed
AnotherTest
2020-07-04
Kernel: Change the value of SO_KEEPALIVE to reflect LibC's constant
AnotherTest
2020-07-04
strace: Use ArgsParser for argument processing
AnotherTest
2020-07-03
LibWeb: Insert newlines at <br> and block boundaries in copied text :^)
Andreas Kling
2020-07-03
LibWeb: Add a "select all" action to the Web::PageView
Andreas Kling
2020-07-03
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
Andreas Kling
2020-07-03
Browser: Don't crash when inspecting an anonymous LayoutNode
Andreas Kling
2020-07-03
LibWeb: Implement basic text copying :^)
Andreas Kling
2020-07-03
Base: Add TextEditor to the quick-launch area in the Taskbar :^)
Andreas Kling
2020-07-03
Kernel: Remove /proc/PID/regs
Tom
2020-07-03
Kernel: Fix retreiving frame pointer from a thread
Tom
2020-07-03
LibC: Minor style fix for getresuid/getresgid
Nico Weber
2020-07-03
LibC: Remove a few comments now that we have man pages for this.
Nico Weber
2020-07-03
Add man pages for seteuid() and friends.
Nico Weber
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-03
Kernel: Allow recursion when writing to the debug log
Tom
2020-07-03
Kernel: Change kmalloc lock to be recursive
Tom
2020-07-03
AK: Serialize entire log statements
Tom
2020-07-03
Kernel: Split initialization of Processor structure
Tom
2020-07-03
AK: Fixes for atomic pointers
Tom
2020-07-03
LibJS: Reformat run-tests.sh output
Matthew Olsson
2020-07-03
Base: Add green check mark and red X emojis
Matthew Olsson
2020-07-03
LibJS: Hide interpreter exception debug output behind a flag
Matthew Olsson
2020-07-03
cut: Accept input from stdin if no files are given
Matthew Olsson
2020-07-03
LibJS: Reorganize tests into subfolders
Matthew Olsson
2020-07-03
LibJS: Use correct MarkedValueList append method
Matthew Olsson
2020-07-03
LibJS: Remove extra colon in run-tests.sh output
Matthew Olsson
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-07-03
LibIPC: Don't assert on short writes in IPC::ClientConnection
Andreas Kling
2020-07-03
Kernel: Fix non-blocking write() blocking instead of short-writing
Andreas Kling
2020-07-03
WindowServer: Don't crash when invalid resolution requested
Maciej Zygmanowski
2020-07-03
FileManager: Add "Open Terminal here..." action to menu and toolbar
Linus Groh
2020-07-03
FilePicker: Add folder icon to location box
Linus Groh
[next]