summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-08-123DFileViewer: Allow zooming via mouse wheelStephan Unverwerth
2021-08-123DFileViewer: Add magnification filters to texture menuStephan Unverwerth
2021-08-12LibGL: Implement GL_LINEAR texture filterStephan Unverwerth
2021-08-12Revert "HackStudio: Remove noop code when opening the project"Andreas Kling
2021-08-123DFileViewer: Add texture menuStephan Unverwerth
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-12Userland: Fix PATH environment variable orderingJean-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-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-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-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
2021-08-10LibJS: Reduce copying of string data in RegExp.prototypeTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in String.prototypeTimothy Flynn
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-08-10LibJS: Add a simple reference-counted UTF-16 stringTimothy Flynn