summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-09-21CrashReporter+LibCoredump: Show progress window while loading coredumpAndreas Kling
2021-09-21CrashDaemon+CrashReporter: Streamline crash reporting a little bitAndreas Kling
2021-09-20WidgetGallery+MouseSettings: Use LexicalPath::basename()Karol Kosek
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson
2021-09-19PixelPaint: Use main window's icon in the 'Create new image' widgetKarol Kosek
2021-09-19CrashReporter: Add some margin around the backtrace & register viewsAndreas Kling
2021-09-19FontEditor: Add new tools to navigate code pointsthankyouverycool
2021-09-19FontEditor: Update editor to handle new font formatthankyouverycool
2021-09-19TextEditor: Show total character and word count without selectionthankyouverycool
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-17Magnifier: Add 8x magnification and pausingMarcus Nilsson
2021-09-17SystemMonitor: Make process memory statistics more human readableJulian Offenhäuser
2021-09-17PixelPaint: Allow selecting a custom aspect ratio for RectangleToolMustafa Quraish
2021-09-17PixelPaint: Allow selecting a custom aspect ratio for EllipseToolMustafa Quraish
2021-09-17LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` methodMustafa Quraish