summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2023-03-22ImageViewer: Don't resize window on image rotation or flipLucas CHOLLET
2023-03-22Spreadsheet: Port to Core::FileLucas CHOLLET
2023-03-22PDFViewer: Create OutlineModel items with the correct pointerJulian Offenhäuser
2023-03-22Help: Don't abort opening help:// URLs when error *didn't* occurAndreas Kling
2023-03-22Presenter: Don't give a style value if there are no stylesKyle Lanmon
2023-03-22Presenter: Support multiple frames per slideKyle Lanmon
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-21Presenter: Add a "Resize to Fit Content" actionCaoimhe
2023-03-21Presenter: Add a "View" menuCaoimhe
2023-03-21Presenter: Change "Full Screen" action to "Toggle Full Screen"Caoimhe
2023-03-21DisplaySettings: Detect if a non-default color scheme is in useimplicitfield
2023-03-21DisplaySettings: Stop using DeprecatedStringimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in MonitorSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in FontSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in EffectsSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in BackgroundSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in DesktopSettingsWidgetimplicitfield
2023-03-21DisplaySettings: Propagate errors in ThemesSettingsWidgetimplicitfield
2023-03-21VideoPlayer: Add drag and drop supportJunior Rantila
2023-03-20TextEditor: Remove confirmation when opening from recent files listSam Atkins
2023-03-19SoundPlayer: Keep track of the selected visualization in the configCaoimhe
2023-03-19SoundPlayer: Move `get_image_from_music_file` to the advanced viewCaoimhe
2023-03-19FileManager: Extract .zip files to a temporary folder when openedCaoimhe
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
2023-03-16Browser: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16PixelPaint: Rename Layer::resize() to Layer::scale()Tim Ledbetter
2023-03-16PixelPaint: Always specify a new bounding rect when resizing layersTim Ledbetter
2023-03-16PixelPaint: Make Resize Image scale each layer to the correct sizeTim Ledbetter
2023-03-16PixelPaint: Don't resize layers when resizing the canvasTim Ledbetter
2023-03-16ThemeEditor: Store tab title in PropertyTabs as StringViewKarol Kosek
2023-03-16LibGUI+Userland: Port TabWidget set_tab_title to new stringKarol Kosek
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-16PixelPaint: Port ImageEditor title to new stringKarol Kosek
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16SpaceAnalyzer: Make "Open in File Manager" shortcut behave correctlyTim Ledbetter
2023-03-15PixelPaint: Make the clone tool brush size consistent with other toolsTim Ledbetter
2023-03-15PixelPaint: Scale the clone tool sample marker size with zoom levelTim Ledbetter
2023-03-15PixelPaint: Repaint clone tool sample marker on size changeTim Ledbetter
2023-03-15PixelPaint: Minimize clone tool sample marker repaintsTim Ledbetter
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-15PartitionEditor: Add missing unveilsMacDue