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-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
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
LibX86: Only pass ProcessorMode to Instruction constructor
Itamar
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-07
UserspaceEmulator: Implement MOV_RM16_seg
Andreas Kling
2022-12-07
UserspaceEmulator: Implement MOV_seg_RM32 and MOV_seg_RM16
Andreas Kling
2022-12-07
UserspaceEmulator: Implement PUSH_{CS,DS,ES,FS,GS,SS}
Andreas Kling
2022-12-07
UserspaceEmulator: Add SoftCPU getters for FS and GS
Andreas Kling
2022-12-07
UserspaceEmulator: Initialize the FS segment on startup
Andreas Kling
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
Timothy Flynn
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-30
HackStudio: Replace blank file when opening a new one
Filiph Sandström
[next]