summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-18WindowServer: Fix build after renaming WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18Kernel: Remove unnecessary use of LibDraw.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18WindowServer: Rename WSMenuBarKeeper => WSMenuManager.Andreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-18JsonValue: Add to_uint(), to_int() and as_double().Andreas Kling
2019-07-18ps: Widen state field to fit "Condition" and other fieldsRobin Burchell
2019-07-18ps: Port to using CProcessStatisticsReader and /proc/allRobin Burchell
2019-07-18CProcessStatisticsReader: Be consistent about terminology from the kernel downRobin Burchell
2019-07-17TextEditor: Show window iconrhin123
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17AudioServer: Use Vector::append(Vector&&) for pending mix buffers.Andreas Kling
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-17Make AClientConnection genericRobin Burchell
2019-07-17WSEventLoop: Remove inheritance from CEventLoopRobin Burchell
2019-07-17Port WSClientConnection to CIPCServerSideClientRobin Burchell
2019-07-17Introduce CIPCServerSideClientRobin Burchell
2019-07-17Kernel: Initial FDC Device Driver (#315)Jesse
2019-07-17Kernel: Split SCHEDULER_DEBUG into a new SCHEDULER_RUNNABLE_DEBUGRobin Burchell
2019-07-17Kernel: Fix a nasty lock bug with exec()Robin Burchell
2019-07-17LibC: Fix MALLOC_DEBUG to workRobin Burchell
2019-07-17top: Widen "state" field slightly to accomodate "Condition".Andreas Kling
2019-07-17AClientConnection: Fix double exitRobin Burchell
2019-07-17ABuffer: clamp -> clipRobin Burchell
2019-07-17ABuffer: move it and groove itRobin Burchell
2019-07-17Work on AudioServerRobin Burchell
2019-07-17Kernel: Remove unused Alarm.hAndreas Kling
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-07-16WindowServer: Spawn a SystemDialog when activating the shutdown menu.Andreas Kling
2019-07-16SystemDialog: Add a new app for showing system dialogs.Andreas Kling
2019-07-16Piano: Create the connection after the event loopRobin Burchell
2019-07-16CNotifier: Turn into a CObject and Use the event queue to deliver eventsRobin Burchell
2019-07-16LibCore: Add a way to mark a socket as blocking (or not)Robin Burchell
2019-07-16SharedBuffer: Fix deadlock on destroyRobin Burchell
2019-07-16SharedBuffer: fix nullptr dereference on sealRobin Burchell
2019-07-16CNotifier: Provide a way to unregister a notifier temporarilyRobin Burchell
2019-07-16Kernel: Remove use of [[gnu::pure]].Andreas Kling
2019-07-16IDEDiskDevice: Remove superstitious memory_barrier().Andreas Kling
2019-07-16CSocket: Also call on_connected for local socket connectionsRobin Burchell
2019-07-16LibCore: Always call on_connected whether the connection was synchronous or notRobin Burchell
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell
2019-07-16Kernel: SharedBuffer sharing cleanupRobin Burchell
2019-07-16BufferStream: Add a function to fully reset stateRobin Burchell
2019-07-16BufferStream: Add signed int overloads for read/writeRobin Burchell
2019-07-16TextEditorWidget: Stop dbgprintf from printing nullrhin123
2019-07-16GFilePicker: Changed file_exists MessageBox to warningrhin123
2019-07-16TextEditor: Show window after text_widget loadsrhin123
2019-07-15LogStream: Add a simple-ish mechanism for colorizing and styling output.Andreas Kling