summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2023-03-15Spreadsheet: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-13SoundPlayer: Display title and artist in the window title if availablekleines Filmröllchen
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibAudio+Piano: Correct header stylekleines Filmröllchen
2023-03-13LibThreading: Register BackgroundAction with EventLoopkleines Filmröllchen
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-12PixelPaint: Display color information on mousemove with the PickerToolLucas CHOLLET
2023-03-12LibGfx: Change BMPWriter API to be consistent with other image writersNico Weber
2023-03-12LibGfx: Make QOIWriter use ErrorOrNico Weber
2023-03-10ThemeEditor: Support more color scheme-related rolesimplicitfield
2023-03-10Everywhere: Support overriding the system color schemeimplicitfield
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-09PixelPaint: Add list of recently opened files to the file menuTim Ledbetter
2023-03-09PixelPaint: Propagate errors from menu initializationTim Ledbetter
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09CrashReporter: Handle backtrace OOM errorsLinus Groh
2023-03-09LibIMAP: Propagate OOM errors from decode_quoted_printable()Linus Groh
2023-03-09BrowserSettings: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-08TextEditor: Enable CMakeCache.txt highlightingSam Atkins
2023-03-07Browser: Handle close event in WebContentViewAliaksandr Kalenik
2023-03-07Help: Don't defer tree view selection updatesMathis Wiehl
2023-03-06Settings: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-03-06Assistant: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06VideoPlayer: Create submenu to set sizing modetimre13