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-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-13
GMLPlayground: Add a toolbar
Sam Atkins
2023-01-13
GMLPlayground: Move layout to GML
Sam Atkins
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-12
LibCore+Userland: Don't auto-start new Core::Timers
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-11
HackStudio: Hide autocomplete popup when switching tabs
Matthew Olsson
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
GMLPlayground: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-05
GMLPlayground: Fill preview window with background color
Sam Atkins
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2023-01-01
LibGUI+Userland: Make GML unregistered_child_handler fallible
Sam Atkins
2022-12-30
SQLStudio: Remove (unimplemented) ability to open database storage files
Timothy Flynn
2022-12-30
SQLStudio: Display error message boxes when connections/executions fail
Timothy Flynn
2022-12-30
SQLStudio: Add an option to select or specify the database to connect to
Timothy Flynn
2022-12-30
SQLStudio: Only display the character/word count of selected text
Timothy Flynn
2022-12-30
SQLStudio: Close the current SQL connection before opening a new one
Timothy Flynn
2022-12-30
SQLStudio: Simplify action handling a bit
Timothy Flynn
2022-12-30
SQLStudio: Protect against possible crash when saving an empty file
Timothy Flynn
2022-12-30
SQLStudio: Convert SQLStudio to GML
Timothy Flynn
2022-12-30
sql+SQLStudio: Recover from errors preparing SQL statements
Timothy Flynn
2022-12-28
DevTools: Remove i686 support
Liav A
2022-12-28
HackStudio: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-26
HackStudio: Remove `release_values_but_fixme_should_propogate_errors`s
ominusliticus
2022-12-25
Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttons
Aayush
2022-12-23
HackStudio: Make a new ProjectBuilder object when opening a project
Karol Kosek
2022-12-23
HackStudio: Open projects after the action tab was created
Karol Kosek
2022-12-23
LibCore: Remove the `force` parameter from File::remove
Tim Schumacher
2022-12-23
LibCore: Let File::remove return a normal ErrorOr
Tim Schumacher
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-21
HackStudio: Fix typo in one error message
Karol Kosek
2022-12-20
HackStudio: Port to `Core::Stream::File` :^)
Karol Kosek
2022-12-16
HackStudio: Add a factory function for DebugInfoWidget
Baitinq
2022-12-16
HackStudio: Add a factory function for HackStudioWidget
Baitinq
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
[next]