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
/
Applications
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibAudio+Piano: Correct header style
kleines Filmröllchen
2023-03-13
LibThreading: Register BackgroundAction with EventLoop
kleines Filmröllchen
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-03-12
PixelPaint: Display color information on mousemove with the PickerTool
Lucas CHOLLET
2023-03-12
LibGfx: Change BMPWriter API to be consistent with other image writers
Nico Weber
2023-03-12
LibGfx: Make QOIWriter use ErrorOr
Nico Weber
2023-03-10
ThemeEditor: Support more color scheme-related roles
implicitfield
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-09
PixelPaint: Add list of recently opened files to the file menu
Tim Ledbetter
2023-03-09
PixelPaint: Propagate errors from menu initialization
Tim Ledbetter
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
CrashReporter: Handle backtrace OOM errors
Linus Groh
2023-03-09
LibIMAP: Propagate OOM errors from decode_quoted_printable()
Linus Groh
2023-03-09
BrowserSettings: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-03-08
TextEditor: Enable CMakeCache.txt highlighting
Sam Atkins
2023-03-07
Browser: Handle close event in WebContentView
Aliaksandr Kalenik
2023-03-07
Help: Don't defer tree view selection updates
Mathis Wiehl
2023-03-06
Settings: Remove outdated comment about NonnullPtrVector
Andreas Kling
2023-03-06
Assistant: Remove outdated comment about NonnullPtrVector
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-06
VideoPlayer: Create submenu to set sizing mode
timre13
2023-03-06
Browser: Add a missing include in InspectorWidget
Matthew Olsson
2023-03-05
CharacterMap: Make the search happen as you type
Sam Atkins
2023-03-05
CharacterMap: Limit the number of results from the GUI character search
Sam Atkins
2023-03-05
CharacterMap: Pause updates while generating search results
Sam Atkins
2023-03-05
PartitionEditor: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
MouseSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
KeyboardSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
ImageViewer: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
GamesSettings: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
FileManager: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
Assistant: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-04
TextEditor: Enable CMake syntax highlighting
Sam Atkins
2023-03-04
CharacterMap: Tweak layout & style of "find character" window
Andreas Kling
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-03-03
TerminalSettings: Move scrollback settings from "Terminal" to "View"
Andreas Kling
2023-03-03
TerminalSettings: Spruce up the "Terminal" tab a bit
Andreas Kling
2023-03-03
TerminalSettings: Spruce up the "View" tab a bit
Andreas Kling
2023-03-03
TerminalSettings: Adjust layouts
Andreas Kling
2023-03-03
TerminalSettings: Change tab order
Andreas Kling
2023-03-03
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
Andreas Kling
[next]