summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-12-27LibCore: Add Object::remove_all_children()Linus Groh
2020-12-27LibGUI: Support top-to-bottom flow in IconViewAndreas Kling
2020-12-27LibGUI: Move some large IconView internal helpers to the .cpp fileAndreas Kling
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-12-27LibGUI: Use FileIconProvider in RunningProcessesModelAndreas Kling
2020-12-27Kernel: Expose process executable paths in /proc/allAndreas Kling
2020-12-26LibTLS: Fix TLS breakage after ByteBuffer => Span conversionAndreas Kling
2020-12-26LibGUI: Make the LinkLabel widget keyboard-friendlyAndreas Kling
2020-12-26LibGUI: Set LinkLabel tooltip if text can't fit the widgetAndreas Kling
2020-12-26LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtualAndreas Kling
2020-12-26LibGUI: Minor tweaks to the GUI::LinkLabelAndreas Kling
2020-12-26LibGUI: Rename Link => LinkLabelAndreas Kling
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-26LibC: Enable compiler warnings for scanf and strftime format stringsSahan Fernando
2020-12-26LibC: Fix some incorrect printf usagesSahan Fernando
2020-12-26LibC: Enable compiler warnings for printf format stringsSahan Fernando
2020-12-26LibDesktop: Remove icons from Desktop::Launcher::DetailsLinus Groh
2020-12-26LibJS: Implement String.prototype.endsWith()Xavier Cooney
2020-12-26LibJS: Implement IsRegExp abstract operationXavier Cooney
2020-12-25WindowServer: Validate cursor type in SetWindowCursor message handlerLinus Groh
2020-12-25Kernel+LibC: Introduce a "dumpable" flag for processesAndreas Kling
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-25LibELF: Move AuxiliaryValue into the ELF namespaceAndreas Kling
2020-12-25Kernel+LibELF: Abort ELF executable load sooner when something failsAndreas Kling
2020-12-25Everywhere: Tweak "2020-2020" => "2020" in copyright headersAndreas Kling
2020-12-25LibC: Further stub out tcflow()Tyler Lanphear
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-25Kernel+LibELF: Move sys$execve()'s loading logic from LibELF to KernelAndreas Kling
2020-12-25Kernel+LibELF: Stop doing ELF symbolication in the kernelAndreas Kling
2020-12-25LibGfx: Make all image decoders reject image sizes above 16384 pixelsAndreas Kling
2020-12-24LibGUI: Add a Link widgetAlex McGrath
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-24Loader: Support loading non-position independent executablesItamar
2020-12-24Kernel+LibELF: Allow Non ET_DYN executables to have an interpreterItamar
2020-12-24LibC: Unbreak assert.h when compiled with a C compiler :^)Andreas Kling
2020-12-24LibJS: Implement Object.prototype.propertyIsEnumerableLuke
2020-12-24Terminal+LibVT: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-23LibGfx: Always compute the DIB mask shifts and sizes if neededAndreas Kling
2020-12-23LibGfx: Fail JPEG decode instead of asserting on bogus start-of-scanAndreas Kling
2020-12-23LibGfx: Catch integer overflows in PNG decoder and fail the decodeAndreas Kling
2020-12-23LibGfx: Avoid a ByteBuffer heap allocation in PNG filteringAndreas Kling
2020-12-23LibGfx: Reject PNG files with invalid filter/interlace methodsAndreas Kling
2020-12-23LibCore: Stop logging that a Core::Socket has disconnected in receive()Andreas Kling
2020-12-23LibDebug: Allow DWARF compilation unit header version <= 4Andreas Kling
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)ร‰rico Nogueira Rolim
2020-12-22Spreadsheet: Override `visit_edges()` and visit stored JS objectsAnotherTest
2020-12-22LibC: __generate_unique_filename(): Replace rand() with arc4random()Brendan Coles
2020-12-22LibGfx: Fix OOB access in GIF deinterlacingAndreas Kling
2020-12-22LibGfx: Commonize functions in P*MLoader class implementationsLenny Maiorani
2020-12-21LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELFAndreas Kling