summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-06-17ThemeEditor: Run gml-formatLinus Groh
2022-06-17DisplaySettings: Use IPC calls instead of current_system_theme helpernetworkException
2022-06-17ThemeEditor: Allow temporarily overriding the system themenetworkException
2022-06-17DisplaySettings: Handle an override theme being activenetworkException
2022-06-17DisplaySettings: Update selected theme on changenetworkException
2022-06-17BrowserSettings: Avoid adding empty domain to content filterferhatgec
2022-06-16PixelPaint: Add Smooth Pixels scaling optionKarol Kosek
2022-06-16ImageViewer: Add Smooth Pixels image scaling optionKarol Kosek
2022-06-14DisplaySettings: Use absolute path for loading mouse settings iconnetworkException
2022-06-10WindowServer+MouseSettings: Toggle cursor highlighting with Super+HMacDue
2022-06-10MouseSettings: Support animated cursors in the highlighting previewMacDue
2022-06-10MouseSettings: Avoid rendering artifact on loading highlighting defaultsMacDue
2022-06-10WindowServer+MouseSettings: Make default cursor highlight more visibleMacDue
2022-06-10Run: Use the new DialogButtonFrHun
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