summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2023-03-06Browser: Add a missing include in InspectorWidgetMatthew Olsson
2023-03-05CharacterMap: Make the search happen as you typeSam Atkins
2023-03-05CharacterMap: Limit the number of results from the GUI character searchSam Atkins
2023-03-05CharacterMap: Pause updates while generating search resultsSam Atkins
2023-03-05PartitionEditor: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05MouseSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05KeyboardSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05ImageViewer: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05GamesSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05FileManager: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05Assistant: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-04TextEditor: Enable CMake syntax highlightingSam Atkins
2023-03-04CharacterMap: Tweak layout & style of "find character" windowAndreas Kling
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-03TerminalSettings: Move scrollback settings from "Terminal" to "View"Andreas Kling
2023-03-03TerminalSettings: Spruce up the "Terminal" tab a bitAndreas Kling
2023-03-03TerminalSettings: Spruce up the "View" tab a bitAndreas Kling
2023-03-03TerminalSettings: Adjust layoutsAndreas Kling
2023-03-03TerminalSettings: Change tab orderAndreas Kling
2023-03-03LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialogAndreas Kling