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
2019-07-27
LibDraw: Tweak the hover highlight color.
Andreas Kling
2019-07-27
ProcessManager: Oops, the process-specific view should not be global.
Andreas Kling
2019-07-27
Piano: Add an (empty) menubar so the app looks a little more complete.
Andreas Kling
2019-07-27
LibCore: Remove CSocket's bind() and listen().
Andreas Kling
2019-07-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-27
LibCore: Use clang-format on CoreIPC{Client,Server}.
Andreas Kling
2019-07-27
CSocket: Add an on_ready_to_read callback.
Andreas Kling
2019-07-27
CIODevice: Add a virtual did_update_fd() no notify subclasses of fd change.
Andreas Kling
2019-07-27
WindowServer: Add missing WSAPITypes.h include in WSClientConnection.h
Andreas Kling
2019-07-27
LibCore: Add CLocalServer, a server-only local socket class.
Andreas Kling
2019-07-27
ProcessManager: Add a process-specific tab view below the process table.
Andreas Kling
2019-07-27
ProcessManager: Add ProcessTableView::on_process_selected() callback.
Andreas Kling
2019-07-27
GSplitter: Explicitly set the size policies when resizing.
Andreas Kling
2019-07-27
GWidget: Remove unused is_widget() virtual.
Andreas Kling
2019-07-27
GWidget: Add set_size_policy(Orientation, Policy).
Andreas Kling
2019-07-27
LibCore: Add comment about child events for partially-constructed children.
Andreas Kling
2019-07-27
ProcessManager: Move the memory stats widget under "Graphs" instead.
Andreas Kling
2019-07-27
ProcessManager: Rename "widget" to "process_table_container".
Andreas Kling
2019-07-26
FormCompiler: Add some more LibCore object files to host build.
Andreas Kling
2019-07-26
LibCore: Add CSocket::bind() (virtual) and CSocket::listen().
Andreas Kling
2019-07-26
AK: Add RELEASE_ASSERT in non-Serenity builds.
Andreas Kling
2019-07-26
LibGUI: GDialog should close its nested event loop on window close.
Andreas Kling
2019-07-26
CEventLoop: Convert dbgprintf() to dbg().
Andreas Kling
2019-07-26
Meta: Minor tweak to Contributing.md
Andreas Kling
2019-07-26
Meta: Add some basic contribution guidelines.
Andreas Kling
2019-07-26
Lagom: Let's not hard-code the compiler. Add compiler-relevant flags though.
Andreas Kling
2019-07-26
LibHTML: A tiny bit of work towards block layout.
Andreas Kling
2019-07-26
AK: Fix NonnullRefPtr<T>::operator=(NonnullRefPtr<U>).
Andreas Kling
2019-07-26
TextEditor: Fix nullptr refrence to save action & m_path (#364)
Rhin
2019-07-25
Kernel: Dump backtrace to debugger for DefaultSignalAction::DumpCore.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-25
CEventLoop: Don't re-process already processed events when un-nesting.
Andreas Kling
2019-07-25
Shell: Put failed command exit statuses in the debug output instead.
Andreas Kling
2019-07-25
LibC: Don't clobber errno in free().
Andreas Kling
2019-07-25
LibC: Make sure we always return the intended errno from execvpe().
Andreas Kling
2019-07-25
AK: Add ScopedValueRollback::set_override_rollback_value().
Andreas Kling
2019-07-25
Lagom: Build with -fPIC for now.
Andreas Kling
2019-07-25
AK: Rename ValueRestorer => ScopedValueRollback.
Andreas Kling
2019-07-25
Lagom: Simplify the CMakeLists.txt a bit.
Andreas Kling
2019-07-25
AK: Shim open_with_path_length() for non-Serenity builds.
Andreas Kling
2019-07-25
AK: Don't compile mmx_memcpy() outside of ARCH(I386).
Andreas Kling
2019-07-25
Lagom: Add a tiny test program so we can see that something works. :^)
Andreas Kling
2019-07-25
Lagom: Let's build liblagom as a static library.
Andreas Kling
2019-07-25
Lagom: Import the beginnings of a "port" of Serenity libs for the outside.
Andreas Kling
2019-07-25
AK: Allow NonnullRefPtr::ptr() when in "unknown" typestate.
Andreas Kling
2019-07-25
CSocket: Add missing <sys/un.h> include to fix host build.
Andreas Kling
2019-07-25
CSocket: Fix Clang warning about unused private member m_type.
Andreas Kling
2019-07-25
LibCore: Only build CThread on Serenity platforms.
Andreas Kling
2019-07-25
AK: Simplify NonnullPtrVector template a bit.
Andreas Kling
2019-07-25
AK: Share code between NonnullOwnPtrVector and NonnullRefPtrVector.
Andreas Kling
[next]