summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-18Applications: Add a very simple PDFViewerMatthew Olsson
2021-05-18LibPDF: Fix bad resolve_to calls in DocumentMatthew Olsson
2021-05-18LibPDF: Add a bitmap rendererMatthew Olsson
2021-05-18LibPDF: Parse page crop box and user unitsMatthew Olsson
2021-05-18LibPDF: Parse graphics commandsMatthew Olsson
2021-05-18LibPDF: Don't rely on a stream's /Length key existingMatthew Olsson
2021-05-18LibPDF: Give Parser a reference to the DocumentMatthew Olsson
2021-05-18Mandelbrot: Export images in a fixed resolutionGunnar Beutner
2021-05-18Mandelbrot: Keep the aspect ratio when (re-)sizing the windowGunnar Beutner
2021-05-18Mandelbrot: Add support for exporting the current imageGunnar Beutner
2021-05-18Mandelbrot: Implement color smoothing with gradientsGunnar Beutner
2021-05-18Mandelbrot: Maintain aspect ratio when selecting a regionGunnar Beutner
2021-05-18Solitaire: Stop timer if new game animation is runningMarcus Nilsson
2021-05-18LibJS: Implement Object.hasOwn() :^)Andreas Kling
2021-05-182048: Minimize player score when selecting worst tileDmitrii Ubskii
2021-05-182048: Evil AI logic: select new tile in the worst positionDmitrii Ubskii
2021-05-182048: Evil AI settings entryDmitrii Ubskii
2021-05-182048: Refactor tile sliding and score logic out of attempt_move()Dmitrii Ubskii
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-05-18WebServer: Fix jailbreaking of server via .. relative pathsDexesTTP
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18Utilites: Make find respect lack of -L when iterating over directoriesGunnar Beutner
2021-05-18SystemMonitor: Don't try and show process window with nothing selected (#7221)Marcus Nilsson
2021-05-18LibCompress: Discard GZip NAME & COMMENT optional stringsIdan Horowitz
2021-05-18LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)Gunnar Beutner
2021-05-18LibWebSocket: Fixed occasional infinite loop with TLS socketsDexesTTP
2021-05-18Utilities: Make the STATE column for top slightly largerGunnar Beutner
2021-05-18LibC: Remove static from function local constexpr variableLenny Maiorani
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-18SystemMonitor: Show UDP socketsbrapru
2021-05-17LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()Linus Groh
2021-05-17LibJS: Make length_setter_generic_storage_threshold a global constantLinus Groh
2021-05-17WindowServer: Don't attempt to make WindowServer inspectableAndreas Kling
2021-05-17Browser: Move main browser window logic into a BrowserWindow classAndreas Kling
2021-05-17WindowServer: Add Menu::is_open() to improve readabilityAndreas Kling
2021-05-17LibWasm: Make clang happy by removing an 'extra' set of parenthesisAli Mohammad Pur
2021-05-17LibWasm: Implement memory.grow, memory.size and dropAli Mohammad Pur
2021-05-17LibWasm: Execute the start function, if one existsAli Mohammad Pur
2021-05-17Utilities/wasm: Say something when execution trapsAli Mohammad Pur
2021-05-17LibWasm: Implement most of the remaining instructionsAli Mohammad Pur
2021-05-17LibWasm: Start implementing a naive bytecode interpreterAli Mohammad Pur
2021-05-17LibWasm: Do not resize() the function signature list to preallocateAli Mohammad Pur
2021-05-17LibWasm: Make structured_end() jump to the instruction after itselfAli Mohammad Pur
2021-05-17LibWeb: Resolve 2-part and 3-part border-color valuesTimothy Flynn
2021-05-17LibWeb: Resolve 3-part and 4-part border-width valuesTimothy Flynn
2021-05-17Playground: Show the modified state in the window titlefaxe1008
2021-05-17LibGUI: Reset TextEditor modified state on sucessful write_to_filefaxe1008
2021-05-17LibJS: Make the forward transition chain weakly cachedAndreas Kling
2021-05-17WebServer: Set no-cache header for responsesGunnar Beutner
2021-05-17WebServer: Don't read until EOFGunnar Beutner