summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21Kernel: Limit free space between randomized memory allocationsTim Schumacher
2022-04-21AK: Expose RedBlackTree::find_smallest_not_below()Tim Schumacher
2022-04-21LibC: Stub out posix_memalign()Andreas Kling
2022-04-21LibC: Make nameinfo (NI_*) constants bitfield-friendlyAndreas Kling
2022-04-21LibC: Implement errno via a __errno_location() functionAndreas Kling
2022-04-21Shell: Highlight commands with a hyperlink to open their help pagesForLoveOfCats
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats
2022-04-21AK: Make `Vector::contains_slow` templatedForLoveOfCats
2022-04-21AK: Add `URL::create_with_help_scheme` helper functionForLoveOfCats
2022-04-20LibWeb: Fix various spec comment inconsistenciesLinus Groh
2022-04-20Kernel: Take WorkQueue item as reference instead of pointer in do_queueLiav A
2022-04-20Kernel: Allow WorkQueue items allocation failures propagationLiav A
2022-04-20Kernel: Move VMWareBackdoor to new directory in the Firmware directoryLiav A
2022-04-20Ports: Exclude non-working utilities from the coreutils installationTim Schumacher
2022-04-20Base: Update GruvboxDark Theme and enable window-close-modified icondjwisdom
2022-04-20Base: Update Redmond Theme and enable window-close-modified icondjwisdom
2022-04-20Base: Update Sunshine Theme and enable window-close-modified icondjwisdom
2022-04-20LibGUI: Remove Tile.date_time member from CalendarMichael Manganiello
2022-04-20mkfifo: Add support for setting permissions with -mEli Youngs
2022-04-20LibGUI: Use fuzzy matching in CommandPalettefaxe1008
2022-04-20AK: Add FuzzyMatch headerfaxe1008
2022-04-20LibGUI: Close CommandPalette on active window changefaxe1008
2022-04-20Base: Update Cupertino Theme and enable window-close-modified icondjwisdom
2022-04-20Ports/libzip: Remove `DESTDIR` from `make install`EWouters
2022-04-20LibGfx: Avoid signed comparison in find_largest_imageLeonardo Duarte
2022-04-20Mandelbrot: Add BMP and QOI image formats as options for exportEWouters
2022-04-20LibGL: Set W-coordinate to 1 in `glRect*`Jelle Raaijmakers
2022-04-20LibSoftGPU: Check for bottom edge in top-left rule in `Device`Jelle Raaijmakers
2022-04-20LibSoftGPU: Simplify `Clipper` interpolationJelle Raaijmakers
2022-04-20LibSoftGPU: Reuse edge function for front/back cullingJelle Raaijmakers
2022-04-20LibSoftGPU: Use `AK::abs` directly instead of `fabsf`Jelle Raaijmakers
2022-04-20Meta: Allow setting a host IP address to bind toTim Schumacher
2022-04-20Meta: Commonize network device settingsTim Schumacher
2022-04-20Base: Update AtaraxiaBold8 add glyphs to widen coveragedjwisdom
2022-04-20LibWeb: Add spec comments to Nodestelar7
2022-04-20LibWeb: Add spec comments to EventTargetstelar7
2022-04-20LibWeb: Add spec comments to Eventstelar7
2022-04-20LibWeb: Add spec comments to EventDispatcherstelar7
2022-04-20CrashReporter: Don't display an error when cancelling backtrace savingLucas CHOLLET
2022-04-20CrashReporter: Fix "Save Backtrace" button widthLucas CHOLLET
2022-04-20Base: Update Satori Mono Regular add glyphs to widen coveragedjwisdom
2022-04-20Base: Update Satori Regular add glyphs to widen coveragedjwisdom
2022-04-20LibJS: De-duplicate ClassFieldDefinition RecordsLinus Groh
2022-04-20LibGUI: Make GUI::Variant an actual VariantAli Mohammad Pur
2022-04-20AK: Explicitly instantiate String::to_uint<unsigned long{, long}>()Ali Mohammad Pur
2022-04-20AK: Add a OneOfIgnoringCV conceptAli Mohammad Pur
2022-04-19Base: Add GlobalSign Root R3 certificatestelar7
2022-04-19Ports: Update git to 2.36.0Tim Schumacher
2022-04-19Ports: Update coreutils to 9.1Tim Schumacher
2022-04-19LibC: Return early in time_to_tm for large time_tLeonardo Duarte