summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-12LibGL: Implement glTexParameter{i,f}Stephan Unverwerth
2021-08-12LibGL: Implement "mirrored repeat" wrap modeStephan Unverwerth
2021-08-12LibGL: Implement "clamp" wrap modeStephan Unverwerth
2021-08-12LibGL: Turn Sampler2D into an actual classStephan Unverwerth
2021-08-12Utilities: Add option to control when to use colored output for grepTheFightingCatfish
2021-08-12Ports: Add cc symlink to gcc portJean-Baptiste Boric
2021-08-12Ports: Add awk symlink to mawk portJean-Baptiste Boric
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-12Base: Make /bin/Shell the login shell by defaultJean-Baptiste Boric
2021-08-12LibC: Add stub forwarders to LibRegex C APIJean-Baptiste Boric
2021-08-12HackStudio: Remove noop code when opening the projectKarol Kosek
2021-08-12HackStudio: Show the 'Save as...' dialog when saving uncreated fileKarol Kosek
2021-08-12HackStudio: Add 'Save as...' actionKarol Kosek
2021-08-12HackStudio: Show text editor after starting the applicationKarol Kosek
2021-08-12LibELF+LibTest: Fix incorrect #ifdefGunnar Beutner
2021-08-12Meta: Properly quote some CMake variables in serenity_componentsin-ack
2021-08-12Userland: Add partial support for complex specifications to trJean-Baptiste Boric
2021-08-12Userland: Add support for --delete flag as alias of -d to trJean-Baptiste Boric
2021-08-12Userland: Add support for -c/--complement flag to trJean-Baptiste Boric
2021-08-12Userland: Add support for multiple character translations to trJean-Baptiste Boric
2021-08-12AK: Add contains(char) method to StringJean-Baptiste Boric
2021-08-12Kernel: Don't record sys$perf_event() if profiling is not enabledAndreas Kling
2021-08-12LibTest: Emit a profile signpost at the start of each testAndreas Kling
2021-08-12Kernel: Make sys$perf_register_string() generate the string ID'sAndreas Kling
2021-08-12LibJS: Emit a profile signpost when starting a garbage collectionAndreas Kling
2021-08-12Profiler: Parse and render signpost stringsAndreas Kling
2021-08-12Kernel+LibC: Add sys$perf_register_string()Andreas Kling
2021-08-12Profiler: Parse and paint profile signpost events :^)Andreas Kling
2021-08-12profile: Always enable PERF_EVENT_SIGNPOSTAndreas Kling
2021-08-12Kernel+LibC: Add PERF_EVENT_SIGNPOSTAndreas Kling
2021-08-11LibJS: Use Checked<T> for offsets in the SetViewValue AOLinus Groh
2021-08-11LibJS: Use Checked<T> for offsets in the GetViewValue AOLinus Groh
2021-08-11LibIPC: Pass only message size to decoderFederico Guerinoni
2021-08-11LibRegex: Disallow invalid interval qualifiers in Unicode modeTimothy Flynn
2021-08-11LibUnicode: Download and parse DerivedNormalizationProps UCD fileTimothy Flynn
2021-08-11LibUnicode: Handle edge-case script extensions, Common and InheritedTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for scripts and script extensionsTimothy Flynn
2021-08-11LibUnicode: Generate *_from_string methods using a hash mapTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for Unicode propertiesTimothy Flynn
2021-08-11LibUnicode: Include Unassigned code points in the Other General CategoryTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for General Category propertiesTimothy Flynn
2021-08-11LibUnicode: Remove WordBreakProperty from generated Unicode dataTimothy Flynn
2021-08-11Kernel/SMP: Fix RecursiveSpinLock remembering the wrong CPU when lockingAndreas Kling
2021-08-11Kernel: Don't ask RTC for current time when generating coredumpsAndreas Kling
2021-08-11Kernel: Disambiguate instruction size for mov in read_gs_ptrGunnar Beutner
2021-08-11Ports/ed: Make the configure script use the target toolchainroytam1
2021-08-11HackStudio: Make "Open project" action open in the current project pathKarol Kosek
2021-08-10Profiler: Disassemble the entire function if the symbol is a functionAli Mohammad Pur
2021-08-10LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wantedTimothy Flynn
2021-08-10LibJS: Change ExecutionContext's arguments list to a MarkedValueListTimothy Flynn