summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24Browser: Convert file-downloading code to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert ad-filter loading to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins
2022-01-23DisplaySettings: Show display's manufacturer and size instead of deviceTom
2022-01-23DisplaySettings: Show DPI for selected resolutionTom
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-23LibCore: Allow EventLoops to run on multiple threads safelykleines Filmröllchen
2022-01-23ClockSettings: Add a GUI application to set the system time zoneTimothy Flynn
2022-01-23Userland: Add promises to programs that will read /etc/timezoneTimothy Flynn
2022-01-23TextEditor: Fix crash on startup when file specified cannot be openedRummskartoffel
2022-01-22Spreadsheet: Enable dynamic import of javascript modulesdavidot
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-21Browser: Load icons at start of programDylan Katz
2022-01-20SpreadSheet: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-203DFileViewer: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20ThemeEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20TextEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20PDFViewer: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20HexEditor: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-20CrashReporter: Don't crash when investigating a HackStudio crashSam Atkins
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-19SystemMonitor: Show unknown in PCI devicesUndefine
2022-01-18FontEditor: Retrieve code point abbreviations from LibUnicodeTimothy Flynn
2022-01-18TextEditor: Hookup git commit message detection and highlightingBrian Gianforcaro
2022-01-18LibGL+LibSoftGPU+3DFileViewer: Implement Specular highlighting :^)Jesse Buhagiar
2022-01-16FontEditor: Set GlyphEditor glyph on initializationthankyouverycool
2022-01-16FontEditor: Disambiguate save function from save-as actionthankyouverycool
2022-01-16FontEditor: Update GlyphEditor and width widgets on paste and deletethankyouverycool
2022-01-16FontEditor: Correct GroupBox heightthankyouverycool
2022-01-16FontEditor: Calculate GlyphEditor toolbar widths more preciselythankyouverycool
2022-01-16FontEditor: Remove unnecessary call during GlyphEditor initthankyouverycool
2022-01-16FontEditor: Remove .gitignore artifact from old build systemthankyouverycool
2022-01-16SystemMonitor: Don't display empty CPU graphs when number of CPUs < 4Marcus Nilsson
2022-01-16CharacterMap+Base: Give Character Map an iconSam Atkins
2022-01-16CharacterMap+Base: Add man page for Character Map :^)Sam Atkins
2022-01-16CharacterMap: Add a find-by-name windowSam Atkins
2022-01-16CharacterMap: Add previous, next, and go-to glyph buttonsSam Atkins
2022-01-16LibGUI+FontEditor: Move seek-prev/next-glyph logic into GlyphMapWidgetSam Atkins
2022-01-16CharacterMap: Add output box for copying arbitrary character sequencesSam Atkins
2022-01-16CharacterMap: Add new Character Map application :^)Sam Atkins
2022-01-16LibGUI: Make GlyphMapWidget work with vector fontsSam Atkins
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-15PixelPaint: Add delete selection behaviorOlivier De Cannière
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15PixelPaint: Restrict "crop to selection" to image boundariesMateusz Krajewski
2022-01-15Assistant: Fix crash in FileProvider background thread upon exitRummskartoffel