summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-12-15FileManager: Simplify breadcrumb bar hook callbackAndreas Kling
2020-12-14CrashDaemon: Show source position in backtraceItamar
2020-12-14CrashDaemon: Add service that acts on new coredumpsItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Debugger: Add 'examine' commandItamar
2020-12-14Debugger: Fix CLI parsing of breakpoint addressesItamar
2020-12-14FileManager: Use GUI::BreadcrumbBar :^)Andreas Kling
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-13DisplaySettings: Allow unsetting the wallpaperAndreas Kling
2020-12-13DisplaySettings: Remove a bunch of unnecessary "this->"Andreas Kling
2020-12-13DisplaySettings: Improve contrast of screen resolution labelAndreas Kling
2020-12-13Welcome: Fix reading of welcome.txt fileLinus Groh
2020-12-12Spreadsheet: Reduce top bar default heightLinus Groh
2020-12-11FileManager: Added context menu for right-clicks on desktop icons.Zac
2020-12-11FileManager: focus_dependent_delete_action is correctly enabled/disabledZac
2020-12-11FileManager: TreeView accepts drags from the DirectoryView.Zac
2020-12-09DisplaySettings: Ensure wallpaper mode is always initializedLinus Groh
2020-12-08Browser: Don't focus the bookmarks bar overflow button on clickAndreas Kling
2020-12-08FileManager: Fix TreeView collapsing on file system changes (#4348)Zac
2020-12-07Browser: Don't focus bookmarks toolbar buttons when clicking themAndreas Kling
2020-12-06Spreadsheet: Use JS::Parser::print_errors() for reporting syntax errorsLinus Groh
2020-12-03SoundPlayer: Accept drop eventsJulian Offenhäuser
2020-12-02Applications+Userland: Switch to new Audio::Loader APIJulian Offenhäuser
2020-12-02SystemMonitor: Add Interrupts tabLuke
2020-12-01FileManager: Call on_selection_change with the correct viewZac
2020-11-30Spreadsheet: Invert the drag-selection triggerAnotherTest
2020-11-30Spreadsheet: Implement drag-to-selectAnotherTest
2020-11-30Spreadsheet: Clear callbacks on persistent widgets before tearing tabs downAnotherTest
2020-11-30Spreadsheet: Clear the cell and commit when the delete key is pressedAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-30Spreadsheet: Force-update the spreadsheet widget after pastingAnotherTest
2020-11-30Terminal: Wait on the utmpupdate process to finishTom
2020-11-29Terminal: Allow the user to configure the maximum history sizeAnotherTest
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-24Spreadsheet: Allow copying from one cell to manyAnotherTest
2020-11-24Spreadsheet: Add support for importing from and exporting to CSV filesAnotherTest
2020-11-24Spreadsheet: Add a CSV reader and writerAnotherTest
2020-11-23Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'Zac
2020-11-22PixelPaint: Use UndoStack instead of HistoryBenJilks
2020-11-22PixelPaint: Applying filters should be an actionBenJilks
2020-11-22PixelPaint: Export image as BMPBenJilks
2020-11-22PixelPaint: Save and load to and from diskBenJilks
2020-11-22PixelPaint: Undo and redo actionsBenJilks
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-22SoundPlayer: Add pledge for thread so file chooser doesn't crashSimon Danner
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts