summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-01Scheduler: Fix bitrotted SCHEDULER_RUNNABLE_DEBUG codeAndreas Kling
2019-08-01Scheduler: Fix deadlock when first scheduling candidate being inspectedAndreas Kling
2019-08-01LibHTML: Make some use of Vector::empend().Andreas Kling
2019-08-01ProcFS: Make some use of Vector::empend().Andreas Kling
2019-08-01Ext2FS: Make some use of Vector::empend().Andreas Kling
2019-08-01AK: Use Vector::empend() a bit in the unit tests, and fix a bug.Andreas Kling
2019-08-01TestSuite: Actually print failed comparions.. :^)Andreas Kling
2019-08-01AK: Don't allow constructing an OwnPtr from a const NonnullOwnPtr&Andreas Kling
2019-08-01AK: Add Vector::empend().Andreas Kling
2019-08-01Documentation: Add a paragraph about NonnullOwnPtr to SmartPointers.mdAndreas Kling
2019-08-01SystemServer: Remove always-true "if (pid == 0)" checkAndreas Kling
2019-08-01GDirectoryModel: Fix redundant identical comparison.Andreas Kling
2019-08-01LibCore: Initialize pid/id variables in CoreIPC{Client,Server}Andreas Kling
2019-08-01more: Don't printf(string), printf("%s", string)!Andreas Kling
2019-08-01ProcFS: Align the buffer used for the CPUID brand string.Andreas Kling
2019-08-01AK: Make Bitmap movable but not copyable.Andreas Kling
2019-08-01Kernel: Remove unnecessary null check in Process::fork()Andreas Kling
2019-08-01ProcessManager: Fix timer leak in ProcessStacksWidgetAndreas Kling
2019-08-01pidof: Remove redundant bool check.Andreas Kling
2019-08-01Painter: Scaling RGBA32 bitmaps treated the source as alpha-less RGB32Andreas Kling
2019-08-01Kernel+LibC: A lot of the signal handling code was off-by-one.Andreas Kling
2019-08-01LibC: In fgetc(), fread() will never return < 0.Andreas Kling
2019-08-01CEventLoop: Add a missing initializer to EventLoopTimer.Andreas Kling
2019-08-01JsonParser: Merge the parsing of '\n' and '\r' in quoted stringsAndreas Kling
2019-08-01CIODevice: printf() thought it was calling ::write() but it was write()Andreas Kling
2019-08-01Lagom: Append to CMAKE_CXX_FLAGS instead of overwriting it.Andreas Kling
2019-07-31GDirectoryModel: Tweak default width of permission bits columnAndreas Kling
2019-07-31GTableView: Elide cell content so it doesn't overflow the cell rectAndreas Kling
2019-07-31WindowServer: Fix bad assertion when setting wallpaperAndreas Kling
2019-07-31WindowServer: Allow moving the Launcher window type.Andreas Kling
2019-07-31Ext2FS: Fix fetching of the major/minor device numbers for st_rdev.Andreas Kling
2019-07-31LibGUI: Simplify GTreeView ancestor traversalConrad Pankoff
2019-07-31FileManager: Show home directory by default, or command line argumentConrad Pankoff
2019-07-31LibGUI: Reify intermediate nodes during index traversalConrad Pankoff
2019-07-31Kernel: Port /proc/PID/fds to JSONRobin Burchell
2019-07-31HashTable: Assert on iteration attempt over table during clear/rehashAndreas Kling
2019-07-31WindowServer: Control WSClientConnection's window list teardown betterAndreas Kling
2019-07-31Add Result<>, to use with/complement ErrorRobin Burchell
2019-07-31Add Error<>Robin Burchell
2019-07-31Optional: Add consumable checksRobin Burchell
2019-07-31GDirectoryModel: Add "modification time" column.Andreas Kling
2019-07-31GVariant: Add Type::UnsignedInt.Andreas Kling
2019-07-31GDirectoryModel: Shrink the Permissions and Inode columns a little bit.Andreas Kling
2019-07-30Lagom: Set project() right awayRobin Burchell
2019-07-30LibCore: Rename CFileStreamReader => CIODeviceStreamReader.Andreas Kling
2019-07-30GFilePicker: Edit file name on opening windowrhin123
2019-07-30Kernel: fix typo regarding floppy drives in init_stage2Conrad Pankoff
2019-07-29AudioServer: Begin work on a new IPC API style.Andreas Kling
2019-07-29TextEditor: Include extension during SaveAsrhin123
2019-07-29Minesweeper: refactor on_square_clicked and flood_markDrew Stratford