summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-12PixelPaint: Run gml-format on FilterGallery.gmlAndreas Kling
2022-02-12FileManager: Add F6 alternate shortcut to "location" actionAatos Majava
2022-02-12PixelPaint: Add a preview in FilterGallerysnooze
2022-02-12PixelPaint: Implement IconBag to organize iconselectrikmilk
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-10Applications: Port Spreadsheet to LibMainLenny Maiorani
2022-02-10Applications: Port SpaceAnalyzer to LibMainLenny Maiorani
2022-02-10Applications: Port Debugger to LibMainLenny Maiorani
2022-02-09Applications: Port Assistant to LibMainLenny Maiorani
2022-02-09Base+Browser: Add browser iconselectrikmilk
2022-02-09Browser: Make underlined shortcuts in "Debug" menu uniqueDaste
2022-02-09Base+Browser: Add browser icons folderelectrikmilk
2022-02-08Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menuAndreas Kling
2022-02-08Spreadsheet: No longer use vm.exception() to signal exception statedavidot
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07LibGUI+TextEditor: Highlight the entire current linethankyouverycool
2022-02-07Base+Browser: Add Browser Iconselectrikmilk
2022-02-07Browser: Better handle ports in user input to url conversionnetworkException
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-02-06Soundplayer: Use exp() instead of pow(E, n)Hendiadyoin1
2022-02-06Userland: Use AK::pow<I> where applicableHendiadyoin1
2022-02-06CrashReporter: Capture backtrace progress callback's arguments by valueSviatoslav Peleshko
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-02-06PixelPaint: Don't overwrite images with project file on saveMatthias-Sleurink
2022-02-05Browser: Add Debug menu action for dumping the stacking context treeAndreas Kling
2022-02-05Browser: Don't log every content filter string when loadedAndreas Kling
2022-02-05FileManager: Add an animation for deleting filesJason
2022-02-04PixelPaint: Use Escape to clear rectangular selectionsJagger De Leo
2022-02-04PixelPaint: Remove conflicting action hotkeyJagger De Leo
2022-02-03FileManager: Don't show command palette for the desktopSam Atkins
2022-02-03FileManager: Disable "View as..." actions for desktop DirectoryViewSam Atkins
2022-02-03ClockSettings: Display a text bubble with extra time zone informationTimothy Flynn
2022-02-03ClockSettings: Display a map to show the current time zone's locationTimothy Flynn
2022-02-03CrashReporter: Stop attempting to lockdown the process veilBrian Gianforcaro
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-01PixelPaint: Paint layer thumbnails with correct aspect ratioAndreas Kling
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibGUI: Remove `Window` background colorJelle Raaijmakers
2022-01-29DisplaySettings: Set icons from GMLDylan Katz
2022-01-29MailSettings: Set icons from GMLDylan Katz
2022-01-29MouseSettings: Set icons from GMLDylan Katz
2022-01-29KeyboardSettings: Set icons from GMLDylan Katz
2022-01-29BrowserSettings: Set icons from GMLDylan Katz
2022-01-28LibCoredump: Copy out the FooInfo structs to an aligned addressAli Mohammad Pur
2022-01-28LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* danceAli Mohammad Pur
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-28HexEditor: Use Array in FindDialog's optionskleines Filmröllchen