index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
LibGfx: Add some helper methods to AffineTransform
Matthew Olsson
2021-05-02
Tests: Add unit tests for the pthread_spinlock_t API.
Brian Gianforcaro
2021-05-02
LibPthread: Implement pthread_spinlock_t API.
Brian Gianforcaro
2021-05-02
LaunchServer: Only consider path in OpenURL
Valtteri Koskivuori
2021-05-02
Shell: Only match entries from PATH when a program name is given
Ali Mohammad Pur
2021-05-02
Shell: Replace fprintf(stderr) => warnln()
Ali Mohammad Pur
2021-05-02
Shell: Update shebang handling logic
Ali Mohammad Pur
2021-05-02
Kernel: Fix ProcFS for non-process backed sub dirs
Spencer Dixon
2021-05-02
Meta: Add a post-commit commit message linter hook
Idan Horowitz
2021-05-02
Kernel: Remove outdated UBSan comments
Hendiadyoin1
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
Andreas Kling
2021-05-02
WindowServer+Base: Show alternate close button for "modified" windows
Andreas Kling
2021-05-02
WindowServer: Minor tweaks to Window.h
Andreas Kling
2021-05-02
LibC: Implement scandir(...) to enumerate directories.
Brian Gianforcaro
2021-05-02
LibC: Fix bugs in the population of dirent members.
Brian Gianforcaro
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-02
LibIPC: Make sure FDs survive when passed into a MessageBuffer
Gunnar Beutner
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-02
TextEditor: Specify the starting line and column number using colons
ry755
2021-05-02
LaunchServer: Actually seal the allow-list on SealAllowList
Andreas Kling
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-05-02
HackStudio: Use common copy functions in ProjectTemplate.cpp
Valtteri Koskivuori
2021-05-01
Ports: Fix hatari install step
Linus Groh
2021-05-01
Kernel: Don't use ref_count() in MasterPTY::close()
Gunnar Beutner
2021-05-01
Ports: Fix building libpuffy
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
PixelPaint: Add fill mode for the ellipse tool
Valtteri Koskivuori
2021-05-01
Kernel: Handle both shift keys being pressed and then released
Idan Horowitz
2021-05-01
Userland: Improve how traceroute reports timing data for packets
Gunnar Beutner
2021-05-01
Meta: Remove trailing whitespace from ro.json
Linus Groh
2021-05-01
Kernel: Make processes start with a 16-byte-aligned stack
Sahan Fernando
2021-05-01
Kernel: Make sure we read all packets
Gunnar Beutner
2021-05-01
Keymap: Added Romanian layout
xSlendiX
2021-05-01
Kernel: Expose minor device numbers for keyboard and mouse
Valtteri Koskivuori
2021-05-01
LibGUI: Improve a FIXME comment in TextDocument
Andreas Kling
2021-05-01
TextEditor: Make sure to mark the Window as unmodified after saving
Andreas Kling
2021-05-01
TextEditor: Use an automatic "modified" marker in the window title
Andreas Kling
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-05-01
TextEditor: Plumb modified state from GUI::TextDocument to GUI::Window
Andreas Kling
2021-05-01
LibGUI: Track modified state in GUI::TextDocument
Andreas Kling
2021-05-01
TextEditor: Add some missing curly braces around a nested if statement
Andreas Kling
2021-05-01
TextEditor: Remove some unnecessary #include statements
Andreas Kling
2021-05-01
TextEditor: Rename TextEditorWidget => TextEditor::MainWidget
Andreas Kling
2021-05-01
LibGUI: Add getter/setter for GUI::Window modified state
Andreas Kling
2021-05-01
WindowServer: Add Window "modified" state
Andreas Kling
2021-05-01
Lagom/Fuzzers: Add fuzzers for Windows-1251 and Windows-1255 decoders
Idan Horowitz
2021-05-01
LibTextCodec: Implement a Windows-1251 decoder
Idan Horowitz
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
[next]