summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-10-19ImageViewer: Use scaled image size when resizing window to fit itNícolas F. R. A. Prado
2021-10-18Welcome: Save startup preference to user's SystemServer sessionthankyouverycool
2021-10-17SystemMonitor: Request symbolication wihout source positionsRodrigo Tobar
2021-10-18LibJS: Convert to_length() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_number() to ThrowCompletionOrIdan Horowitz
2021-10-17FontEditor: Accept file dropsKarol Kosek
2021-10-17FontEditor: Add FontEditorWidget::open_file() functionKarol Kosek
2021-10-17FontEditor: Reuse the request_close() function in Open actionKarol Kosek
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-16PixelPaint: Create an empty layer when the last layer is removedFelix Rauch
2021-10-15SystemMonitor: Use a TableView to display the thread stackRodrigo Tobar
2021-10-15SystemMonitor: Remove unnecessary header inclusionRodrigo Tobar
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