summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-06-17Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csvstelar7
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-16LibJS: Replace Object's create_empty() with create() taking a prototypeLinus Groh
2021-06-17Spreadsheet: Remove the offset used for exception TextRangesAli Mohammad Pur
2021-06-17Spreadsheet: Remove 'return (...)' workaround in conditional formattingAli Mohammad Pur
2021-06-17Spreadsheet: Do not cancel drag-select when moving over a cell cornerAli Mohammad Pur
2021-06-17Spreadsheet: Correctly resolve nonstandard column namesAli Mohammad Pur
2021-06-17Spreadsheet: Make the XSV parser start with a preview parseAli Mohammad Pur
2021-06-16PixelPaint: Set the image title when creating a new imageAatos Majava
2021-06-16Help: When opening a page, make sure it is selected in the tree viewTimon Kruiper
2021-06-16Help: Make sure the home page is actually shown when opening the appTimon Kruiper
2021-06-16PixelPaint: Don't open new images in background tabsAndreas Kling
2021-06-16PixelPaint: Make images keep track of their path & titleAndreas Kling
2021-06-16PixelPaint: Make ImageEditor::image() return a reference (Image&)Andreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-16PixelPaint: Make main window a little bit taller by defaultAndreas Kling
2021-06-16HexEditor: Use Yes/No/Cancel prompts for message boxesApoorv Mishra
2021-06-15AK: Add support for removing SinglyLinkedList nodes during iterationIdan Horowitz
2021-06-15PixelPaint: Alternate selection outline between black and whiteMateusz Górzyński
2021-06-15LibGUI: Allow tweaking each edge of TabWidget's content marginsAndreas Kling
2021-06-15PixelPaint: Clear selection when opening a new imageAndreas Kling
2021-06-15PixelPaint: Display an error message if exporting to PNG/BMP failsAndreas Kling
2021-06-15PixelPaint: Avoid unnecessary temporary layer bitmaps during PP loadAndreas Kling
2021-06-15PixelPaint: Increase default size of new images from 1x1 to 480x360Andreas Kling