summaryrefslogtreecommitdiff
path: root/Userland/Applications/CrashReporter
AgeCommit message (Expand)Author
2023-03-31CrashReporter: Warn about malloc and free patterns in fault addressLiav A
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09CrashReporter: Handle backtrace OOM errorsLinus Groh
2023-02-18LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`Sam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-16LibFileSystemAccessClient: Remove the deprecated APILucas CHOLLET
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use itKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-28Applications: Remove i686 supportLiav A
2022-12-23LibCore: Use a StringView for the file path in File::removeTim Schumacher
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-14CrashReporter: Use the `Core::Stream` friendly API, `save_file()`Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-08CrashReporter: Factorize exiting behavior to `window->close()`Lucas CHOLLET
2022-12-08CrashReporter: Disable save button until it is ready to useLucas CHOLLET
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-01CrashReporter: Turn off line wrapping in the various text editorsAndreas Kling
2022-08-01CrashReporter: Focus the "Close" button on startupAndreas Kling
2022-08-01CrashReporter: Add ellipsis (...) to "Save Backtrace" buttonAndreas Kling
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-15CrashReporter: Tweak layoutFrHun
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-06-03Applications: Use spawn_or_show_error() for common spawn patternMacDue
2022-04-27LibCore: Remove main event loopJelle Raaijmakers
2022-04-20CrashReporter: Don't display an error when cancelling backtrace savingLucas CHOLLET
2022-04-20CrashReporter: Fix "Save Backtrace" button widthLucas CHOLLET
2022-04-12CrashReporter: Implement `Save Backtrace` buttonAli Chraghi
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-06CrashReporter: Capture backtrace progress callback's arguments by valueSviatoslav Peleshko