summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-05-17PixelPaint: Allow configuring 'new image' defaultsMacDue
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWebView: Move StylePropertiesModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move DOMTreeModel to LibWebViewDexesTTP
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13PixelPaint: Rebuild FilterGallery tree using TreeViewModelLinus Groh
2022-05-13Revert "FileManager: Reduce scope of some variables related to context…Sam Atkins
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-13FileManager: Check for write permission before enabling certain actionsofftkp
2022-05-13LibDSP+Piano: Convert DSP APIs to accept entire sample rangeskleines Filmröllchen
2022-05-13LibDSP: Remove Transport's time counter reference APIkleines Filmröllchen
2022-05-13LibDSP: Refactor OOP non-functionallykleines Filmröllchen
2022-05-12PixelPaint: Fix incorrect use of RefCounted CRTPDaniel Bertalan
2022-05-12DisplaySettings: Set window modified stateSam Atkins
2022-05-12TerminalSettings: Set window modified stateSam Atkins
2022-05-12MouseSettings: Set window modified stateSam Atkins
2022-05-12MouseSettings: Update the cursor theme preview when restoring defaultsSam Atkins
2022-05-12MailSettings: Set window modified stateSam Atkins
2022-05-12KeyboardSettings: Set window modified stateSam Atkins
2022-05-12ClockSettings: Set window modified stateSam Atkins
2022-05-12BrowserSettings: Set window modified stateSam Atkins
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-09DisplaySettings: Add 2256x1504 resolutionLinus Groh
2022-05-08KeyboardSettings: Also activate keymap via ListView's on_activationRomain Chardiny
2022-05-08DisplaySettings: Make the copy action copy the background path as urlKarol Kosek
2022-05-07DisplaySettings: Fix Clang build failure in ThemePreviewWidgetMacDue
2022-05-07ThemeEditor: Fix Clang build failure in PreviewWidgetLinus Groh
2022-05-07PixelPaint: Add antialiased ellipse optionMacDue
2022-05-07LibGfx: Implement AntiAliasingPainter::draw_ellipse()MacDue
2022-05-07DisplaySettings: Center preview with center_window_group_within()MacDue
2022-05-07ThemeEditor: Center preview with center_window_group_within()MacDue
2022-05-07LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit floatkleines Filmröllchen
2022-05-07FileManager: Remove unused lstat() callKarol Kosek
2022-05-07FileManager: Reduce scope of some variables related to context menuKarol Kosek
2022-05-07FileManager: Don't use bitwise OR operators on booleansKarol Kosek
2022-05-07FileManager: Rename action_show_dotfiles to show_dotfiles_actionKarol Kosek
2022-05-07FileManager: Use VERIFY() instead of if checks with VERIFY_NOT_REACHEDKarol Kosek
2022-05-07Browser: Add option to filter entries in Storage InspectorRafał Babiarz
2022-05-06Browser: Remove STL utility include from CookiesModelMacDue
2022-05-06BrowserSettings: Add missing code to update filtering checkboxIT6uru
2022-05-06Terminal+TerminalSettings: Allow disabling close confirmationsMacDue
2022-05-06Terminal: Close warnings for background/foreground processesMacDue
2022-05-05Browser: Consolidate StorageWidget tabs into a single gml filenetworkException
2022-05-05Browser: Set all cookies at once instead adding them separatelyRafał Babiarz
2022-05-05Browser: Rename "on_want_cookies" to match local storage equivalentRafał Babiarz
2022-05-05SystemMonitor: Consistently use u64 for ValueFormat::text_formatterLuke Wilde
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-04Browser: Set an icon for the 'Edit Bookmark' DialogKarol Kosek
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen