summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-13ptrace: Add PT_PEEKItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-04-13LibLine: Remove unused cut_mismatching_chars() functionAnotherTest
2020-04-13LibLine: Autocomplete single suggestionsAnotherTest
2020-04-13LibWeb: Use specific error classes when throwing exceptionsLinus Groh
2020-04-13LibJS: Parse "this" as ThisExpressionStephan Unverwerth
2020-04-12LibJS: Cache a FlyString for "this" to speed up variable lookupAndreas Kling
2020-04-12LibC: Cache the result of gettid() to avoid syscallsAndreas Kling
2020-04-12Kernel+LibC: Add minherit() and MAP_INHERIT_ZEROAndreas Kling
2020-04-12LibWeb: Use an AffineTransform for CanvasRenderingContext2D :^)Andreas Kling
2020-04-12LibGfx: Add a basic AffineTransform classAndreas Kling
2020-04-12LibGfx: Allow constructing Float{Rect,Point,Size} from integer buddiesAndreas Kling
2020-04-12LibJS: Add console.{debug,info,warn,error}()Linus Groh
2020-04-12LibGfx: Add Bitmap::rotated and Bitmap::flippedHüseyin ASLITÜRK
2020-04-12LibGUI: Use parrent window icon for MessageBox dialog iconHüseyin ASLITÜRK
2020-04-12LibGUI: Make TableView ignore custom colors for selected rowsAndreas Kling
2020-04-12LibJS: Add js_negative_infinity()Linus Groh
2020-04-12LibJS: Handle Infinity in Value::to_number()Linus Groh
2020-04-12LibX86: Add a way for Instruction::to_string() to symbolicate addressesAndreas Kling
2020-04-12LibGUI: Remove debug spam in AbstractView::did_update_model()Andreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-12LibJS: Let's show a few more decimals when stringifying numeric valuesAndreas Kling
2020-04-12LibWeb: Add port blacklist for ResourceLoader::loadBrendan Coles
2020-04-11LibX86: Decode RDRAND instructionAndreas Kling
2020-04-11LibX86: Fix duplicate '+' in SIB byte disassemblyAndreas Kling
2020-04-11LibELF: Validate the mapped file in DynamicLoader constructorAndrew Kaster
2020-04-11LibELF: Move validation methods to their own fileAndrew Kaster
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-04-11LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLsBrendan Coles
2020-04-11LibVT: Shift+Tab should generate ESC[ZAndreas Kling
2020-04-11LibLine: Cycle backward through suggestions using Shift+TabLinus Groh
2020-04-11LibELF: Return false instead of assert on unrecognized program headerAndrew Kaster
2020-04-11LibGUI: Fill whole TableView cells with custom background colorAndreas Kling
2020-04-11LibGUI: Respect Model::Role::BackgroundColorAndreas Kling
2020-04-11LibELF: Add a find_symbol() API that finds a Symbol for an addressAndreas Kling
2020-04-11LibLine: Display suggestions and cycle between themAnotherTest
2020-04-11LibLine: Ask for cursor position once and handle the rest internallyAnotherTest
2020-04-11LibLine: Properly handle window resize by not spamming DSRsAnotherTest
2020-04-11LibLine: Properly show and cleanup suggestionsAnotherTest
2020-04-11LibJS: Add console.trace()Linus Groh
2020-04-11LibJS: Make Function and CallFrame aware of their function nameLinus Groh
2020-04-11LibX86: When there are multiple REPZ/REPNZ prefixes, the last one winsAndreas Kling
2020-04-11LibX86: Tolerate invalid segment register indices when disassemblingAndreas Kling
2020-04-11LibX86: Disassemble unknown opcodes as "db %#02x"Andreas Kling
2020-04-11LibX86: Decode PADDB, PADDW and PADDDAndreas Kling
2020-04-11LibX86: Don't choke on invalid LOCK prefixes for nowAndreas Kling
2020-04-11LibX86: Fix backwards arguments to ENTER imm16,imm8Andreas Kling
2020-04-11LibX86: Add 8-bit CMPXCHG and allow LOCK CMPXCHGAndreas Kling
2020-04-11LibX86: Support decoding basic MMX instructions like MOVQAndreas Kling
2020-04-11LibX86: Run the instruction decoder in 32-bit mode by defaultAndreas Kling