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