summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-12-24SoundPlayer: Add a keyboard shortcut 'M' to mute the playerElyse
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24SoundPlayer: Sync startup loop and show playlist settings in GUIMax Trussell
2021-12-23HexEditor: Don't unnecessarily abbreviate variable namesArne Elster
2021-12-23HexEditor: Make HexDocuments finalArne Elster
2021-12-23HexEditor: Scroll back to the top when opening another fileArne Elster
2021-12-23HexEditor: Stream input files instead of keeping them in memoryArne Elster
2021-12-22Calculator: Make double construction and conversion privatecreator1creeper1
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-12-21Calculator: Construct KeypadValue precisely from the Clipboard contentscreator1creeper1
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-21LibC+AK: Implement all sorts of wprintf variantsAli Mohammad Pur
2021-12-20Help: Include page names in the searchSam Atkins
2021-12-20Help: Add support for launching with a section and page, like manSam Atkins
2021-12-20Help: Move `update_actions()` code into `open_page()`Sam Atkins
2021-12-20Help: Always show the welcome page on launch if nothing else is thereSam Atkins
2021-12-20Magnifier: Add timeline for easy checking of animationsJunior Rantila
2021-12-20Piano: Make `Key_Space` shortcut to toggle playbackJunior Rantila
2021-12-19SystemMonitor: Add back accidentally removed veil lockIdan Horowitz
2021-12-17AnalogClock: Port to LibMainAstraeus-
2021-12-17About: Port to LibMainAstraeus-
2021-12-16Spreadsheet: Handle emptying of cell containing only an '='RasmusNylander
2021-12-12Spreadsheet: Avoid using Value.to_string_without_side_effects()Ali Mohammad Pur
2021-12-12Spreadsheet: Replace hacky JS VM configuration with a more correct oneAli Mohammad Pur
2021-12-12Spreadsheet: Replace the help button's text with something we can renderAli Mohammad Pur
2021-12-12Spreadsheet: Reimplement ranges as lazy objects instead of arraysAli Mohammad Pur
2021-12-12Spreadsheet: Don't recreate the global environment on every evaluationAli Mohammad Pur
2021-12-12Userland: Use File::lines() range-based for loop where appropriateSahan Fernando
2021-12-11Mail: Ask the user if they want to see the mail settingsUndefine
2021-12-11Piano: Add track controls to the player widgetJose Flores
2021-12-11CrashReporter: Remove redundant pledge()bugreport0
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-09HackStudio+TextEditor: Persist EditingEngineType across editorsscwfri
2021-12-08Spreadsheet: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-04SoundPlayer: Port to LibMain :^)Elyse
2021-12-04SystemMonitor: Port to LibMain :^)Andreas Kling
2021-12-04CrashReporter: Port to LibMain and use TRY() while building the UI :^)Andreas Kling
2021-12-013DFileViewer: Add checkbox to disable textureJelle Raaijmakers
2021-11-30CrashReporter: Remove unnecessary button height overrides from GMLAndreas Kling
2021-11-30CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"Andreas Kling
2021-12-01Spreadsheet: Allow sheet renaming after double clicking on the tabwidgetErik Biederstadt
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Correct member type and initialization in UndoGlyphthankyouverycool
2021-11-30FontEditor: Remove unused Vector<String>thankyouverycool
2021-11-30FontEditor: Correct NewFontDialog layout issuesthankyouverycool
2021-11-30FontEditor: Clean up GlyphMapWidget headerthankyouverycool