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-21
LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`
Cameron Youell
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-20
GMLPlayground: Let WindowServer handle the title's modification symbol
Sam Atkins
2023-03-20
GMLPlayground: Add list of recent files to the File menu
Sam Atkins
2023-03-16
LibGUI+Userland: Port TabWidget set_tab_title to new string
Karol Kosek
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-16
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
Karol Kosek
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-15
LibGfx+Userland: Make TextAttributes::underline_style optional
Sam Atkins
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-11
HackStudio: Use Syntax::Language instead of our own one
Sam Atkins
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-08
HackStudio: Store correct address in ClassViewModel's ModelIndices
Sam Atkins
2023-03-08
HackStudio: Enable CMakeCache.txt highlighting
Sam Atkins
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
[next]