summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-12QuickShow: Add Delete actionHüseyin ASLITÜRK
2020-04-12QuickShow: Use Core::ArgsParser to handle parametersHüseyin ASLITÜRK
2020-04-12QuickShow: Add Fullscreen, Zoom options to View menuHüseyin ASLITÜRK
2020-04-12QuickShow: Rotate image left and right, flip vertical and horizontalHüseyin ASLITÜRK
2020-04-12QuickShow: Browse the files in the same folderHüseyin ASLITÜRK
2020-04-12Base: Add go-first, go-last, zoom-in, zoom-out iconsHüseyin ASLITÜRK
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-12ProfileViewer: Switching to percent mode should take effect immediatelyAndreas Kling
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-12ProfileViewer: Symbolicate the disassembled instructionsAndreas Kling
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-12Kernel: Bump the max stack frame count in sample profiles to 50Andreas Kling
2020-04-12LibJS: Let's show a few more decimals when stringifying numeric valuesAndreas Kling
2020-04-12ProfileViewer: Put the tree and disasembly views in a vertical splitterAndreas Kling
2020-04-12LibWeb: Add port blacklist for ResourceLoader::loadBrendan Coles
2020-04-12AK: Parse query and fragment in URL::parse()Linus Groh
2020-04-12AK: Support fragment in URLLinus Groh
2020-04-11Kernel: Store previous thread state upon all transitions to Stopped (#1753)Peter Nelson
2020-04-11ProfileViewer: Open /boot/kernel for disassembly if possibleAndreas Kling
2020-04-11LibX86: Decode RDRAND instructionAndreas Kling
2020-04-11ProfileViewer: Don't crash when we can't disassemble somethingAndreas Kling
2020-04-11LibX86: Fix duplicate '+' in SIB byte disassemblyAndreas Kling
2020-04-11Browser: Accept file:// URLs on the command lineAndreas Kling
2020-04-11AK: Recompute URL validity after changing protocol/host/pathAndreas 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-11ProfileViewer: Color code the instruction rows by sample percentageAndreas Kling
2020-04-11ProfileViewer: Don't skip the innermost frame when loading profilesAndreas Kling
2020-04-11Kernel: Include the current instruction pointer in profile samplesAndreas 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-11ProfileViewer: Remove debug spam during disassemblyAndreas Kling
2020-04-11ProfileViewer: Highlight instructions with >0 samples in yellowAndreas Kling
2020-04-11LibGUI: Respect Model::Role::BackgroundColorAndreas Kling
2020-04-11ProfileViewer: Add an instruction-level sample viewerAndreas Kling
2020-04-11LibELF: Add a find_symbol() API that finds a Symbol for an addressAndreas Kling
2020-04-11js: Stylize TokenType::{Throw,Switch,Case}Linus Groh
2020-04-11LibLine: Display suggestions and cycle between themAnotherTest
2020-04-11LibLine: Ask for cursor position once and handle the rest internallyAnotherTest
2020-04-11AK: String::contains() should say no if needle or haystack is nullAndreas Kling
2020-04-11Userland: Add primitive autocomplete to the JS replAnotherTest