index
:
serenity
master
topic/trivial_docs
The Serenity Operating System ๐
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-12-27
LibCore: Add Object::remove_all_children()
Linus Groh
2020-12-27
LibGUI: Support top-to-bottom flow in IconView
Andreas Kling
2020-12-27
LibGUI: Move some large IconView internal helpers to the .cpp file
Andreas Kling
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
LibGUI: Use FileIconProvider in RunningProcessesModel
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-26
LibTLS: Fix TLS breakage after ByteBuffer => Span conversion
Andreas Kling
2020-12-26
LibGUI: Make the LinkLabel widget keyboard-friendly
Andreas Kling
2020-12-26
LibGUI: Set LinkLabel tooltip if text can't fit the widget
Andreas Kling
2020-12-26
LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtual
Andreas Kling
2020-12-26
LibGUI: Minor tweaks to the GUI::LinkLabel
Andreas Kling
2020-12-26
LibGUI: Rename Link => LinkLabel
Andreas Kling
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-26
LibC: Enable compiler warnings for scanf and strftime format strings
Sahan Fernando
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-26
LibDesktop: Remove icons from Desktop::Launcher::Details
Linus Groh
2020-12-26
LibJS: Implement String.prototype.endsWith()
Xavier Cooney
2020-12-26
LibJS: Implement IsRegExp abstract operation
Xavier Cooney
2020-12-25
WindowServer: Validate cursor type in SetWindowCursor message handler
Linus Groh
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Abort ELF executable load sooner when something fails
Andreas Kling
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-25
LibC: Further stub out tcflow()
Tyler Lanphear
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-25
Kernel+LibELF: Move sys$execve()'s loading logic from LibELF to Kernel
Andreas Kling
2020-12-25
Kernel+LibELF: Stop doing ELF symbolication in the kernel
Andreas Kling
2020-12-25
LibGfx: Make all image decoders reject image sizes above 16384 pixels
Andreas Kling
2020-12-24
LibGUI: Add a Link widget
Alex McGrath
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
Loader: Support loading non-position independent executables
Itamar
2020-12-24
Kernel+LibELF: Allow Non ET_DYN executables to have an interpreter
Itamar
2020-12-24
LibC: Unbreak assert.h when compiled with a C compiler :^)
Andreas Kling
2020-12-24
LibJS: Implement Object.prototype.propertyIsEnumerable
Luke
2020-12-24
Terminal+LibVT: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-23
LibGfx: Always compute the DIB mask shifts and sizes if needed
Andreas Kling
2020-12-23
LibGfx: Fail JPEG decode instead of asserting on bogus start-of-scan
Andreas Kling
2020-12-23
LibGfx: Catch integer overflows in PNG decoder and fail the decode
Andreas Kling
2020-12-23
LibGfx: Avoid a ByteBuffer heap allocation in PNG filtering
Andreas Kling
2020-12-23
LibGfx: Reject PNG files with invalid filter/interlace methods
Andreas Kling
2020-12-23
LibCore: Stop logging that a Core::Socket has disconnected in receive()
Andreas Kling
2020-12-23
LibDebug: Allow DWARF compilation unit header version <= 4
Andreas Kling
2020-12-22
LibCore: Rename identifiers that can clash with libc macros (#4127)
รrico Nogueira Rolim
2020-12-22
Spreadsheet: Override `visit_edges()` and visit stored JS objects
AnotherTest
2020-12-22
LibC: __generate_unique_filename(): Replace rand() with arc4random()
Brendan Coles
2020-12-22
LibGfx: Fix OOB access in GIF deinterlacing
Andreas Kling
2020-12-22
LibGfx: Commonize functions in P*MLoader class implementations
Lenny Maiorani
2020-12-21
LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELF
Andreas Kling
[next]