summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-06-10Calculator: Replace "Euler's Constant" with "Euler's Number" in menuredsnout
2022-06-09Calculator: Add Phi constantAndrew Dykema
2022-06-08PixelPaint: Speed up and improve memory usage of bucket fill toolAaron J Yoder
2022-06-06Mail: Fix mail settings not opening after prompt to configureMacDue
2022-06-06MouseSettings: Get highlight preview cursor via cursor theme Config.iniMacDue
2022-06-05MouseSettings: Add tab to configure cursor highlightingMacDue
2022-06-05LibGUI+Browser: Fix crash when activating a "Tab n" actionnetworkException
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-06-02PixelPaint: Use default buttons in EditGuideDialogKarol Kosek
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-06-02PixelPaint: Add rounded rectangles (both with/without antialiasing)MacDue
2022-06-02PixelPaint: Add option for antialiased linesMacDue
2022-06-01PixelPaint: Enable antialiased option for outline ellipsisMacDue
2022-06-01LibGfx: Rename draw_ellipse/circle to fill_ellipse/circleMacDue
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
2022-05-30Browser: Always show menu for additional bookmarks when one is hiddennetworkException
2022-05-29SoundPlayer: Insert separator after play/stop and back/next buttonsLinus Groh
2022-05-29SoundPlayer: Replace two manual key event checks with action shortcutLinus Groh
2022-05-29SoundPlayer: Replace regular buttons with action-based toolbar buttonsLinus Groh
2022-05-29FileManager: Replace '->' with '→' in symlink statusbar info messageLinus Groh
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-05-26Userland: Depend some applications on WebContent if it's being usedKarol Kosek
2022-05-26Welcome: Depend on HelpKarol Kosek
2022-05-26Browser: Depend on BrowserSettingsKarol Kosek
2022-05-26CharacterMap: Mark this component as 'recommended', not 'required'Karol Kosek
2022-05-26Piano: Use LibDSP::Keyboard for all keyboard-playing logickleines Filmröllchen
2022-05-26Piano: Make TrackManager::next_track_index constkleines Filmröllchen
2022-05-26Piano: Use a real transport in the TrackManagerkleines Filmröllchen
2022-05-25DisplaySettings: Link to cursor themes from "Themes" tabMacDue
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-25ThemeEditor: Use 'open' icon instead of ellipsis on path picker buttonKarol Kosek
2022-05-25ThemeEditor: Show unsaved changes prompt also in the quit actionKarol Kosek
2022-05-24Spreadsheet: Make save functions take a Core::File instead of a filenameKarol Kosek
2022-05-24Spreadsheet: Open files using FileSystemAccessClient::try_open_file()Karol Kosek
2022-05-24Spreadsheet: Remove unused Workbook::load() functionKarol Kosek
2022-05-24Spreadsheet: Use TRY() on file load and saveKarol Kosek
2022-05-23PixelPaint: Allow layer to "scale" location when resizingAndrew Smith
2022-05-23PixelPaint: Add Image>Resize Image... dialog. (Front end)Andrew Smith
2022-05-22Spreadsheet: Recognize sheets files by mime type, not by file extensionKarol Kosek
2022-05-21ThemeEditor: Position preview windows based on the title heightSam Atkins
2022-05-21ThemeEditor: Make MainWidget responsible for holding the edited PaletteSam Atkins
2022-05-21ThemeEditor: Convert the widget-preview layout to GMLSam Atkins
2022-05-21ThemeEditor: Arrange the theme properties into groupsSam Atkins
2022-05-21ThemeEditor: Give each theme property its own editing widgetSam Atkins
2022-05-21ThemeEditor: Actually save alignment rolesSam Atkins
2022-05-21ThemeEditor: Extract most logic into a MainWidget classSam Atkins
2022-05-21Browser: Allow usage of vertical tabsCameron Youell