summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-10-13SystemMonitor: Save refresh frequency to a config fileUndefine
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-10FileManager: Listen for changes to Desktop wallpaper in configMustafa Quraish
2021-10-09SpaceAnalyzer: Make files removable depending on directory permissionsKarol Kosek
2021-10-07PixelPaint: Close tab now prompts for a saveAlex Major
2021-10-07PixelPaint: Use reorderable tabsLuke Wilde
2021-10-07Browser: Use reorderable tabsPeter Elliott
2021-10-07SpaceAnalyzer: Fix rendering bug when dealing with large file systemsMart G
2021-10-07SystemMonitor: Use u64 for all GraphWidget valuessin-ack
2021-10-07SystemMonitor: Use size_t for graph valuessin-ack
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-05PixelPaint: Fix first undo action not workingMarco Cutecchia
2021-10-05PixelPaint: Ensure a layer is selected when restoring a snapshotMarco Cutecchia
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-03LibWeb+Browser: Disable Same-Origin Policy by default for nowAndreas Kling
2021-10-03LibJS: Convert has_own_property() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-10-03CrashReporter: Don't crash when "Generating..." Window gets closedsw1tchbl4d3
2021-10-02FontEditor: Close preview window when the main window is closedGal Horowitz
2021-10-02PixelPaint: Correctly offset stroke position for even thicknessesGal Horowitz
2021-10-02PixelPaint: LayerListWidget::set_selected_layer now handles nullptrGal Horowitz
2021-10-01Spreadsheet: Add a toolbarSamuel Bowman
2021-10-01Spreadsheet: Store actions in member variables on SpreadsheetWidgetSamuel Bowman
2021-10-01Spreadsheet: Move menu and action code to initialize_menubar()Samuel Bowman
2021-10-01Userland: Fix typosNico Weber
2021-09-30SpreadSheet: Fix that non first sheets could not access global functionsdavidot
2021-09-30SpreadSheet: Fix that the js integration abused global objectsdavidot
2021-09-30LibSymbolication+SystemMonitor: Show ELF object in stackRodrigo Tobar
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-29PixelPaint: Add new icons for layer actionsMarcus Nilsson
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-09-28Assistant: Zero initialize fuzzy match arrayBrian Gianforcaro
2021-09-28SystemMonitor: Unveil /usr/local/libRodrigo Tobar
2021-09-27LibWeb+Browser: Make ad blocking work in the multi-process worldAndreas Kling
2021-09-26ThemeEditor: Show currently opened theme path in the window titleKarol Kosek
2021-09-25PixelPaint: Close image tabs on middle clickKarol Kosek
2021-09-25PixelPaint: Close New Image dialog after pressing return keyKarol Kosek
2021-09-24FontEditor: Allow editing new font headerthankyouverycool
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-09-22FontEditor: Keep selected glyph in view on resizethankyouverycool
2021-09-22FontEditor: Make update_{statusbar,preview} member functionsthankyouverycool
2021-09-22FontEditor: Remove reprobe_font()thankyouverycool
2021-09-22FontEditor: Sanitize RTL and control glyphs in Clipboard metadatathankyouverycool
2021-09-22FontEditor: Put glyph width changes on the undo stackthankyouverycool
2021-09-22FontEditor: Set width to zero when deleting a glyphthankyouverycool
2021-09-22FontEditor: Simplify initialization by disabling widget callbacksthankyouverycool
2021-09-21CrashReporter: Show coredump loading progress in the Taskbar :^)Andreas Kling