summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-02-08LibVideo/PlaybackManager: Organize playback states into virtual classesZaggy1024
2023-02-08LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` classZaggy1024
2023-02-08PixelPaint: Correct move tool alignment with the layer boundaryTim Ledbetter
2023-02-08PixelPaint: Use image coordinates for bucket tool bounds checkingTim Ledbetter
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08Debugger: Support attaching to a running processItamar
2023-02-08Settings: Improve default window sizeCubic Love
2023-02-07SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-07TextEditor: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-07SoundPlayer: Remove AutoSlider for the seek bar in favor of SliderZaggy1024
2023-02-07VideoPlayer: Pause while the user is dragging the seek barZaggy1024
2023-02-07LibGUI+About: Make AboutDialog creation fallibleSam Atkins
2023-02-07Browser: Use `GUI::CommonActions::make_about_action()`Sam Atkins
2023-02-05Calculator: Treat constants and pasted numbers as inputSamuel Eisenhandler
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-02-04HexEditor: Create a function to initialize a `HexDocumentFile`Lucas CHOLLET
2023-02-04HexEditor: Propagate errors from `HexDocumentFile::set_title()`Lucas CHOLLET
2023-02-04HexEditor: Propagate errors when using "Save"Lucas CHOLLET
2023-02-04HexEditor: Propagate errors when using "Save as"Lucas CHOLLET
2023-02-04HexEditor: Port to `Core::Stream`Lucas CHOLLET
2023-02-04HexEditor: Use the constructor patternLucas CHOLLET
2023-02-04HexEditor: Add a default move constructor to `HexDocumentFile`Lucas CHOLLET
2023-02-04Chess+GamesSettings: Give chess pieces some breathing roomSam Atkins
2023-02-04Chess+GamesSettings: Use the correct term for chess squaresSam Atkins
2023-02-04SpaceAnalyzer: Rename widget variables to match code styleSam Atkins
2023-02-04SpaceAnalyzer: Stop treating selecting a node as a path changeSam Atkins
2023-02-04SpaceAnalyzer: Rename `TreeMapWidget::m_path` -> `m_path_segments`Sam Atkins
2023-02-04SpaceAnalyzer: Give the Analyze action an icon and F5 shortcutSam Atkins
2023-02-04SpaceAnalyzer: Make TreeMapWidget responsible for filesystem analysisSam Atkins
2023-02-04SpaceAnalyzer: Propagate more errorsSam Atkins
2023-02-04SpaceAnalyzer: Extract ProgressWindow into its own classSam Atkins
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-03TextEditor: Propagate errors from `read_file()`Lucas CHOLLET
2023-02-03TextEditor: Use `request_file_read_only_approved` for the drop eventLucas CHOLLET
2023-02-03TextEditor: Port to `Core::Stream`Lucas CHOLLET
2023-02-03Settings: Change initial window size to fit the current contentSam Atkins
2023-02-02GamesSettings: Add chess settings :^)Sam Atkins
2023-02-02GamesSettings: Make CardSettingsWidget creation fallibleSam Atkins
2023-02-02GamesSettings: Rename `Preview` -> `CardGamePreview`Sam Atkins
2023-02-02Piano: Propagate errors in PlayerWidgetKeir Davis
2023-02-02PixelPaint: Update text tool font color on primary color changeTim Ledbetter
2023-02-02PixelPaint: Scale move tool resize anchorsTim Ledbetter
2023-02-02PixelPaint: Show resize anchors when using the move toolTim Ledbetter
2023-02-02PixelPaint: Highlight active layer when using the move toolTim Ledbetter
2023-02-02PixelPaint: Set initial position correctly when using the move toolTim Ledbetter
2023-02-02DisplaySettings: Made select wallpaper use allowed file typesMarcus Nilsson
2023-02-02Browser: Disallow empty URLs in the bookmark editorKemal Zebari
2023-02-01PixelPaint: Ensure layers are positioned correctly when paintingTim Ledbetter