index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
Age
Commit message (
Expand
)
Author
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
Kernel: Move process coredump metadata modification to the prctl syscall
Liav A
2023-03-04
HackStudio: Enable CMake syntax highlighting
Sam Atkins
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-03
HackStudio: Don't hard-code a default code font
Andreas Kling
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
HackStudio: Add 'pause debuggee' button
Itamar
2023-02-24
SystemMonitor: Add "Debug In HackStudio" action to process context menu
Itamar
2023-02-24
HackStudio: Add progress bar to Debugger initialization
Itamar
2023-02-24
HackStudio: Add commandline option to debug a running process
Itamar
2023-02-24
HackStudio: Fix event loop usage in debugger callbacks
Itamar
2023-02-24
HackStudio: Add ability to attach debugger to a running process
Itamar
2023-02-21
Userland: Fix remaining smart pointer const-correctness issues
Andreas Kling
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-19
HackStudio: Make wrapping modes consistent
Sam Atkins
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-15
Everywhere: Change all XXX into FIXME or remove as appropriate
Ben Wiederhake
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-12
Userland: Use allocation-failure safe functions where it's easy
Nico Weber
2023-02-11
LibGUI: Base `write_to_file(StringView path)` on the stream overload
Lucas CHOLLET
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-03
SQLStudio: Display real column names in the results tab
Timothy Flynn
2023-02-03
SQLStudio: Separate the script and results tabs with a vertical splitter
Timothy Flynn
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-02-02
Profiler: Standardize percentage formatting
Jelle Raaijmakers
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
Inspector: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
HackStudio: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
Profiler: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-27
Inspector: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-27
HackStudio: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-25
UserspaceEmulator: Use Core::Process::set_name()
Sam Atkins
2023-01-24
FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_move
Karol Kosek
2023-01-22
LibDebug: Propagate errors throughout DWARF parsing
Tim Schumacher
2023-01-21
UserspaceEmulator: Use `Core::Stream` for writing profiling data
Tim Schumacher
2023-01-19
Userland: Add missing Math.h and IntegralMath.h header includes
Timothy Flynn
[next]