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
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
2022-11-30
HackStudio: User-definable documentation search paths
Filiph Sandström
2022-11-30
SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarity
Timothy Flynn
2022-11-29
HackStudio: Remove FindWidget
thankyouverycool
2022-11-26
Profiler: Don't stop disassembly on invalid instructions
Simon Wanner
2022-11-26
LibX86: Add {Address,Operand}Size::Size64
Simon Wanner
2022-11-26
LibX86+UserspaceEmulator: Introduce AddressSize and OperandSize enums
Simon Wanner
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-26
GMLPlayground: Replace /proc/all unveil with /sys/kernel/processes
Timothy Flynn
2022-10-26
LibGUI: Make sure combobox list windows can't be moved
Gunnar Beutner
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-24
Inspector: Reopen picker UI after selecting Inspector
crpz1
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-24
GMLPlayground: Restrict filesystem access using `unveil()`
Karol Kosek
2022-10-24
GMLPlayground: Open and save files using FileSystemAccessClient
Karol Kosek
2022-10-15
GMLPlayground: Allow previewing GML in a separate window
Samuel Bowman
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-11
HackStudio: Set proper action scope for editor shortcuts
Timothy Slater
2022-10-06
HackStudio: Use a single global tooltip window
Itamar
2022-10-06
HackStudio: Remove adjustment of text range for documentation tooltip
Itamar
2022-10-06
HackStudio: Prevent closing the last editor group
Marco Cutecchia
2022-10-06
HackStudio: Remove the 'Open in a new tab' action
Marco Cutecchia
2022-10-06
HackStudio: Open files in dedicated tabs
Marco Cutecchia
[next]