summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-07-02Assistant: Change to home directory when spawning applicationsSpencer Dixon
2021-07-01FileManager: Remove clicked breadcrumbs for non-existing directoriesSam Atkins
2021-07-01CrashReporter: Fix bogus register alignment on x86_64Andreas Kling
2021-07-01DisplaySettings: Adjust FontSettings.gml to work with dark themesDoubleNegation
2021-06-30Utilities: Fix Build on x86_64Hendiadyoin1
2021-06-30Debugger: Compile on x86_64Hendiadyoin1
2021-06-30Assistant: Use static_cast instead of dynamic_castAndreas Kling
2021-06-30Assistant: Don't add a subtitle label widget if we don't need itAndreas Kling
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-30SoundPlayer: Don't limit duration inference to WAV filesngc6302h
2021-06-29Assistant: Add subtitle field to the Result classAndreas Kling
2021-06-29AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()Max Wipfli
2021-06-29AK: Use OrderedHashMap in JsonObjectMax Wipfli
2021-06-29Assistant: Fix crash when activating empty search resultAndreas Kling
2021-06-28Assistant+Taskbar: Use AppFile::spawn() utilitySpencer Dixon
2021-06-28Userland: Add new app called AssistantSpencer Dixon
2021-06-28Meta: Tidy up include path and alphabetic orderingSpencer Dixon
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-27FileManager: Pass launch origin rects to spawned programsAndreas Kling
2021-06-27Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegistersGunnar Beutner
2021-06-25DisplaySettings: Show screen numbers when showing the Monitors tabTom
2021-06-25FileManager: Add "Open in New Window" context menu actionSam Atkins
2021-06-25Browser: Add alternate shortcut F6 for focusing the location boxAatos Majava
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-24Userland: Add more TODO()s for arch-specific codeGunnar Beutner
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-23HexEditor: Change name for unsaved files to 'Untitled'Gunnar Beutner
2021-06-23HexEditor: Prompt the user to save changes when opening a fileGunnar Beutner
2021-06-23DisplaySettings: Revert changes unless confirmedXavier Defrang
2021-06-22TextEditor: Don't open files when the user cancelled saving changesGunnar Beutner
2021-06-22PixelPaint: Allow copying arbitrary selectionsDavipb
2021-06-22PixelPaint: Add more options to RectangleSelectToolDavipb
2021-06-22PixelPaint: Expose more complex selection operationsDavipb
2021-06-22PixelPaint: Use Mask internally in SelectionDavipb
2021-06-22PixelPaint: Add a Mask classDavipb
2021-06-22PDFViewer: Update the page number when scrolling between pagesFalseHonesty
2021-06-21PixelPaint: Add loading and saving of color palettesFelix Rauch
2021-06-21SoundPlayer: Handle any input file sample rateNick Miller
2021-06-20PixelPaint: Add basic support for closing tabsMarcus Nilsson
2021-06-20Browser: Enable close button on tabsMarcus Nilsson
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-06-17PixelPaint: Add new selection moving modesElliot Maisl
2021-06-17PixelPaint: Update debug message in the copy action to the used method (#8113)Erik Sommer
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz