summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-16LibGUI+HackStudio+PixelPaint: Port Widget title to the new StringKarol Kosek
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-08HackStudio: Store correct address in ClassViewModel's ModelIndicesSam Atkins
2023-03-08HackStudio: Enable CMakeCache.txt highlightingSam Atkins
2023-03-06Kernel: Stop using NonnullLockRefPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05Kernel: Move process coredump metadata modification to the prctl syscallLiav A
2023-03-04HackStudio: Enable CMake syntax highlightingSam Atkins
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-03-03HackStudio: Don't hard-code a default code fontAndreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-24HackStudio: Add 'pause debuggee' buttonItamar
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar
2023-02-24HackStudio: Add progress bar to Debugger initializationItamar
2023-02-24HackStudio: Add commandline option to debug a running processItamar
2023-02-24HackStudio: Fix event loop usage in debugger callbacksItamar
2023-02-24HackStudio: Add ability to attach debugger to a running processItamar
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-20LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculationsSam Atkins
2023-02-19HackStudio: Make wrapping modes consistentSam Atkins
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-15Everywhere: Change all XXX into FIXME or remove as appropriateBen Wiederhake
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-12Userland: Use allocation-failure safe functions where it's easyNico Weber
2023-02-11LibGUI: Base `write_to_file(StringView path)` on the stream overloadLucas CHOLLET
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-03SQLStudio: Display real column names in the results tabTimothy Flynn
2023-02-03SQLStudio: Separate the script and results tabs with a vertical splitterTimothy Flynn
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-02Profiler: Standardize percentage formattingJelle Raaijmakers
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27Inspector: Remove declarations for non-existent methodsSam Atkins
2023-01-27HackStudio: Remove declarations for non-existent methodsSam Atkins