summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
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
2021-11-30FontEditor: Remove superfluous 'this' pointersthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30FontEditor: Add scaled offset members to GlyphEditorthankyouverycool
2021-11-30FontEditor: Update status bar on initializationthankyouverycool
2021-11-30FontEditor: Remove code duplication when resizing GlyphEditorthankyouverycool
2021-11-30FontEditor: Account for glyph width when pastingthankyouverycool
2021-11-30FontEditor: Don't allow cutting and copying absent glyphsthankyouverycool
2021-11-30FontEditor: Don't null check newly created NonnullRefPtr fontsthankyouverycool
2021-11-30FontEditor: Factor out redundant code for a request to closethankyouverycool
2021-11-30FontEditor: Convert mode and transform buttons into toolbar actionsthankyouverycool
2021-11-30FontEditor: Simplify start-upthankyouverycool
2021-11-30FontEditor: Use LibUnicode to convert character casethankyouverycool
2021-11-30LibGfx+FontEditor: Add helper to determine raw glyph presencethankyouverycool
2021-11-293DFileViewer: Set correct aspect ratio in view frustumJelle Raaijmakers
2021-11-293DFileViewer: Improve FPS displayJelle Raaijmakers
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28ThemeEditor: Use LibMainMarcus Nilsson
2021-11-28Magnifier: Use LibMainMarcus Nilsson
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28KeyboardSettings: Remove some unnecessary pledge promisesAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling