summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-20DisplaySettings: Fix broken path to MonitorSettingsWidget's GMLAndreas Kling
2021-05-19LibWeb: Use -libweb-palette-base-text for text color in default CSSLinus Groh
2021-05-20DisplaySettings: Remove icon from browse-for-wallpaper buttonAndreas Kling
2021-05-20DisplaySettings: Select the currently used wallpaper on startupAndreas Kling
2021-05-20LibGUI: Don't invalidate FileSystemModel indices on thumbnail updateAndreas Kling
2021-05-20DisplaySettings: Make MonitorWidget update itself on property changesAndreas Kling
2021-05-20DisplaySettings: Rename DisplaySettingsWidget => MonitorSettingsWidgetAndreas Kling
2021-05-20DisplaySettings: Give the UI a facelift :^)Andreas Kling
2021-05-20LibGUI: Add widget registration for GUI::IconViewAndreas Kling
2021-05-20DisplaySettings: Tweak main window layout & setup codeAndreas Kling
2021-05-20DisplaySettings: Replace the monitor image with something more thematicAndreas Kling
2021-05-19LibHTTP: Relax the assertion on extra reads after transfer is finishedAli Mohammad Pur
2021-05-19LibCpp: Add regression tests for the parserItamar
2021-05-19LibCpp: Fix "NumricLiteral" => "NumericLiteral" typoItamar
2021-05-19LibCpp: Generalize ASTNode::dump() to support redirecting its outputItamar
2021-05-19Utilities: Rename CppParserTest => cpp-parserItamar
2021-05-19LibCpp: Fix match_expression()Itamar
2021-05-19LibCpp: Support 'auto' TypeItamar
2021-05-19CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/Itamar
2021-05-19LibGL: Implement all of glVertex{2,3,4}{d,dv,f,fv,i,iv,s,sv}Stephan Unverwerth
2021-05-19CatDog: Don't show context menu when clicking outside of widgetMarcus Nilsson
2021-05-19Kernel: Generate page fault events from the kernel profilerBrian Gianforcaro
2021-05-19Profiler: Remove ability to filter Kernel::Scheduler::yield() framesGunnar Beutner
2021-05-19Kernel: Avoid an allocation in sys$pollGunnar Beutner
2021-05-19Kernel: Add support for profiling kmalloc()/kfree()Gunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-05-19Kernel: Track performance events for context switchesGunnar Beutner
2021-05-19LibCrypto: Use the new return-from-Variant::visit() mechanismAli Mohammad Pur
2021-05-19Ports: Build shared libraries for the GnuPG librariesGunnar Beutner
2021-05-19Kernel: static vs non-static constexpr variablesLenny Maiorani
2021-05-19Tests: static vs non-static constexpr variablesLenny Maiorani
2021-05-19Browser: Do not use AK::Format for search engine formattingMaciej Zygmanowski
2021-05-19Browser: Add support for custom search enginesMaciej Zygmanowski
2021-05-19AK: Add String::find_all() and String::count()Maciej Zygmanowski
2021-05-19Kernel: Use plain Function objects for the WorkQueueGunnar Beutner
2021-05-19AK: Add inline storage support for the Function classGunnar Beutner
2021-05-19Shell: Avoid moving AK::Function instances while inside themAli Mohammad Pur
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-19LibC: Add functions for the new statvfs syscallsJustin
2021-05-19Kernel: Add statvfs & fstatvfs SyscallsJustin
2021-05-19Kernel: Expose FileSystem's fragment sizeJustin
2021-05-19AK: Allow AK::Variant::visit to return a valueTimothy Flynn
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt
2021-05-19GLTeapot: Adds a help menu to the GLTeapot demoErik Biederstadt
2021-05-19GLTeapot: Adds additional error checking when loading filesErik Biederstadt
2021-05-19GLTeapot: Add the ability to open 3D filesErik Biederstadt
2021-05-19LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffingBrendan Coles
2021-05-19Time: Remove static from function local constexpr variableLenny Maiorani
2021-05-19Kernel: Ignore null parent custody without error in VFS::openMax Wipfli
2021-05-19AK: Make vout() log to debug instead of VERIFY()'ingAli Mohammad Pur