summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-03-01SoundPlayer: Add action with icon for toggling muteAndreas Oppebøen
2023-03-01PixelPaint: Do not change layers when scaling with the move toolTim Ledbetter
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28ImageViewer: Add list of recently open files to the File menu :^)Andreas Kling
2023-02-28TextEditor: Add list of recently open files to the File menu :^)Andreas Kling
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-28PixelPaint: Remove shrink_to_fit property from LevelsDialog GMLTim Ledbetter
2023-02-28PixelPaint: Fix clicking on the layer menu with no image loadedTim Ledbetter
2023-02-28PixelPaint: Disable levels dialog action when no image is loadedTim Ledbetter
2023-02-27HexEditor: Add BE decoding for UTF16String column in ValueInspectorPatryk Pilipczuk
2023-02-26Spreadsheet: Fix column index to number conversionTim Ledbetter