summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-19LibWeb: Implement HTMLBaseElement.hrefLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-06-19Ports: Update mold to 1.0.3kleines Filmröllchen
2022-06-19Toolchain: Update mold to 1.0.3kleines Filmröllchen
2022-06-19Ports: Add OpenJDK portTimur Sultanov
2022-06-19LibC: Stop leaking FILE* from use of getgrnam and getgrgidAndrew Kaster
2022-06-19Kernel: Add sysconf for IOV_MAXAndrew Kaster
2022-06-19Kernel: Tolerate cloning MAP_STACK regions that are PROT_NONEAndrew Kaster
2022-06-19Kernel: Create /proc/pid/cmdline to expose process arguments in procfsAndrew Kaster
2022-06-19Ports: Use $arch-serenity-pc-clang{++} for CC and CXXAndrew Kaster
2022-06-19Ports: Add variables for Toolchain binary directory and cxxfiltAndrew Kaster
2022-06-19Meta: Install runtime/utility from jakt to make hello-jakt build againAndrew Kaster
2022-06-18Meta: Run PNG size checks on CIkleines Filmröllchen
2022-06-18Base: Optimize a bunch of PNGskleines Filmröllchen
2022-06-18Meta: Add a PNG size check to CI and pre-commit checkskleines Filmröllchen
2022-06-18LibWeb: Rename Event.srcTarget to Event.srcElementLuke Wilde
2022-06-18LibC: Add `ctermid`SeekingBlues
2022-06-18LibJS: Update AdjustRoundedDurationDays function signature commentLinus Groh
2022-06-18LibJS: Move MergeLists into non-Temporal ECMA-262 amendmentsLinus Groh
2022-06-18LibJS: Rename CalendarMergeFieldNames to MergeListsLinus Groh
2022-06-18LibJS: Check value is an Object before checking for internal slotsLinus Groh
2022-06-18LibJS: Make relativeTo required for AdjustRoundedDurationDaysLinus Groh
2022-06-18Revert "AK: Add comparison operators to NonnullOwnPtr"Linus Groh
2022-06-18LibGfx: Move AntiAliasingPainter.cpp into Gfx namespaceMacDue
2022-06-18LibWeb: Use the AA painter for drawing dotted linesMacDue
2022-06-18LibGfx: Add AA dotted horizontal/vertical linesMacDue
2022-06-18AK: Add comparison operators to NonnullOwnPtrAllan Regush
2022-06-17Ports: Add OptiPNGkleines Filmröllchen
2022-06-17LibC: Add printf and scanf format macros for "fast" and "least" typeskleines Filmröllchen
2022-06-17LibJS/Tests: Remove outdated FIXMELinus Groh
2022-06-17ThemeEditor: Run gml-formatLinus Groh
2022-06-17DisplaySettings: Use IPC calls instead of current_system_theme helpernetworkException
2022-06-17LibGfx: Rename DO_PATH macro to ENCODE_PATH to match ThemeEditornetworkException
2022-06-17ThemeEditor: Allow temporarily overriding the system themenetworkException
2022-06-17DisplaySettings: Handle an override theme being activenetworkException
2022-06-17LibGUI: Support setting an in memory theme in AbstractThemePreviewnetworkException
2022-06-17Taskbar: Handle an override theme being activenetworkException
2022-06-17WindowServer: Allow temporarily overriding the system themenetworkException
2022-06-17DisplaySettings: Update selected theme on changenetworkException
2022-06-17LibGUI: Actually update the selection in ComboBox::set_selected_indexnetworkException
2022-06-17Taskbar: Update checked state of theme menu on global theme changenetworkException
2022-06-17LibGUI: Add on_theme_change callback to ApplicationnetworkException
2022-06-17LibGUI: Add clear_selection helper for ComboBoxnetworkException
2022-06-17BrowserSettings: Avoid adding empty domain to content filterferhatgec
2022-06-17Ports: Add VVVVVV portGrigoris Pavlakis
2022-06-17LibC: Allow parsing numbers right on the cutoffTim Schumacher
2022-06-17Kernel: Add missing #include in SysFS.cppAndreas Kling
2022-06-17Kernel/SysFS: Remove derived BIOSSysFSComponent classesLiav A
2022-06-17Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folderLiav A
2022-06-17Kernel/SysFS: Split the bulky BIOS.h file into multiple filesLiav A