summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-04-02WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)Daniël van de Burgt
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-30LibGUI+Calendar: Add new month and year views to Calendarthankyouverycool
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-28LibCoreDump+CrashDaemon: Compress coredumpsIdan Horowitz
2021-03-28Spreadsheet: Ignore extra empty lines after the rowsAnotherTest
2021-03-28Spreadsheet: Make the CSV reader more lenientAnotherTest
2021-03-28Spreadsheet: Show the error (if any) in csv import dialog's previewAnotherTest
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-27Browser: Set parent of tab child windowsLinus Groh
2021-03-27SoundPlayer: Add samplerate variable to visualizationsCesar Torres
2021-03-27SoundPlayer: Add playlist supprtCesar Torres
2021-03-27AudioPlayer: Further decouple the player from the GUICesar Torres
2021-03-27SoundPlayer: Reduce sample buffer size and add a sample load eventCesar Torres
2021-03-27SoundPlayer: Update the SoundPlayer interfaceCesar Torres
2021-03-27SoundPlayer: Adapt the existing SampleWidget visualization toCesar Torres
2021-03-27SoundPlayer: Add a no-visualization visualization :^)Cesar Torres
2021-03-27SoundPlayer: Move the SoundPlayer-specific Slider widget to another fileCesar Torres
2021-03-27SoundPlayer: Add a 'Bars' audio visualizationCesar Torres
2021-03-27SoundPlayer: Add abstractions for players and visulizationsCesar Torres
2021-03-27SoundPlayer: Implement the Fast Fourier Transform algorithmCesar Torres
2021-03-27Everywhere: rename 'Sample' type to 'Frame'Cesar Torres
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
2021-03-26Browser: Add right-click context menu item for editing bookmarksTimothy Flynn
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25WindowServer+LibGfx: Show menus in windows! :^)Andreas Kling
2021-03-25TextEditorWidget: Whitespace related optionslucastarche
2021-03-25TextEditorWidget: Added tab width submenulucastarche
2021-03-25PropertiesWindow: Show the file size in a human readable formatDavid Isaksson
2021-03-24Spreadsheet: Ensure that cell exists on drop event for text dataDavid Isaksson
2021-03-23LibJS: Remove as_size_t()Linus Groh
2021-03-23PixelPaint: Added Zoom toollucastarche
2021-03-23PixelPaint: ImageEditor scaling methodlucastarche
2021-03-22Spreadsheet: Do not assume that a worksheet always existsAnotherTest
2021-03-22Spreadsheet: Save the cells under the correct nameAnotherTest
2021-03-22Spreadsheet: Check for parse errors after parsing the sourceAnotherTest
2021-03-22Spreadsheet: Do not assume that user input has balanced parenthesisAnotherTest
2021-03-22Spreadsheet: Add an export wizard, and support for custom CSV exportsAnotherTest
2021-03-22Spreadsheet: Ignore empty cells when calculating data boundsAnotherTest
2021-03-22Spreadsheet/XSV: Make the writer respect QuoteAllAnotherTest
2021-03-22Spreadsheet: Add an import wizard, and add support for custom CSV filesAnotherTest
2021-03-22Spreadsheet/XSV: Add at() accessorsAnotherTest
2021-03-22Spreadsheet: Don't assume that the 'cells' field is an objectAnotherTest
2021-03-22Spreadsheet: Only append new columns/rows every 50msAnotherTest
2021-03-19TextEditor: Exit program when file is not openedEdgar Araújo
2021-03-18Serendipity: Add new tips and use more GMLthankyouverycool
2021-03-18Spreadsheet: Set default width for columnsthankyouverycool