summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-30LibC: Use AK::String-backed buffers instead of static buffersSergey Bugaev
2020-08-30HackStudio: Highlight register changes, minor disassembly view fixLuke
2020-08-30LibWeb: Remove redundant .prettierrcLinus Groh
2020-08-30AK: Fix FixedArray zero bytes allocationsTom
2020-08-30AK: Fix ByteBuffer zero bytes allocationsTom
2020-08-30LibCore: Let DateTime::create()/set_time() take summer time into accountNico Weber
2020-08-30Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()Andreas Kling
2020-08-30Kernel: Remove unused variable PhysicalRegion::m_lastAndreas Kling
2020-08-30Kernel: Make Heap implementation reusable, and make kmalloc expandableTom
2020-08-30AK: Add missing declaration in StringImpl.cppAndreas Kling
2020-08-30Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()Andreas Kling
2020-08-30LibGfx: Fix Lagom build (possible uninitialized variable warnings)Andreas Kling
2020-08-30Kernel: Add shutdown commands for other virtualizersLuke
2020-08-30VisualBuilder: Avoid unnecessary lambdaBen Wiederhake
2020-08-30TextEditor: Don't try to move(lambda)Ben Wiederhake
2020-08-30LibJS: Avoid unnecessary lambdaBen Wiederhake
2020-08-30Kernel: Explain correctness of reference to local lambdaBen Wiederhake
2020-08-30Calendar: Avoid unnecessary lambdaBen Wiederhake
2020-08-30FontEditor: Cannot take reference to local lambdaBen Wiederhake
2020-08-30FontEditor: Enforce boundaries of GlyphEditorWidgetBen Wiederhake
2020-08-30LibGfx: use Gfx::Color instead of local struct for GIF colour mapPeter Nelson
2020-08-30LibGfx: only cache last decoded GIF framePeter Nelson
2020-08-30LibGfx: add support for interlaced GIFsPeter Nelson
2020-08-30LibGfx: correctly handle GIF frame disposal modesPeter Nelson
2020-08-30LibGfxDemo: Set window icon to app-libgfx-demo.pngLinus Groh
2020-08-30HelloWorld: Set window icon to app-hello-world.pngLinus Groh
2020-08-30Userland: add gunzip utility.asynts
2020-08-30LibCompress: Implement gzip.asynts
2020-08-30LibCore: Add InputFileStream and OutputFileStream.asynts
2020-08-30AK: Stream operators for String for generic streams.asynts
2020-08-30AK: Add Optional::emplace method.asynts
2020-08-30Browser: Mark default action in context menu of hyperlinksBen Wiederhake
2020-08-30Browser: Mark default action in context menu of bookmarksBen Wiederhake
2020-08-30LibVT+Terminal: Mark default action in context menuBen Wiederhake
2020-08-30HackStudio: Mark default action in context menuBen Wiederhake
2020-08-30Travis: Automatically test ALL debug codeBen Wiederhake
2020-08-30Tests: Optionally switch off 858081 lines of dbg() in test-jsBen Wiederhake
2020-08-30AK: Provide off-switch for dbg() outputBen Wiederhake
2020-08-30Meta: Provide option to build with ALL debug macrosBen Wiederhake
2020-08-30WindowServer: Unbreak building with extra debug macrosBen Wiederhake
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-30Kernel: Unbreak building with extra debug macros, part 2Ben Wiederhake
2020-08-30Kernel: Unbreak building with extra debug macros, part 1Ben Wiederhake
2020-08-30IPCCompiler: Unbreak building with extra debug macrosBen Wiederhake
2020-08-30IRCClient: Unbreak building with extra debug macrosBen Wiederhake
2020-08-30AK: Unbreak building with extra debug macrosBen Wiederhake
2020-08-29FileSystem: Convert file types to DT_* types at a later stageItamar
2020-08-29AK: Don't swap endianness when writing endian wrappers to stream.asynts
2020-08-29Spreadsheet: Add (limited) support for custom cell formattingAnotherTest
2020-08-29DisplaySettings+LibGUI: Move ItemListModel into LibGUIAnotherTest