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
Age
Commit message (
Expand
)
Author
2022-01-07
run-tests: Make reproducing test failures behave closer to selftest mode
Brian Gianforcaro
2022-01-07
LibPthread: Remove bad spec link for pthread_{get/set}name_np APIs
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec link for pthread_sigmask API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for pthread_once API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for pthread_cond API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for semaphore APIs
Brian Gianforcaro
2022-01-07
LibC: Add POSIX spec links for unistd APIs
Brian Gianforcaro
2022-01-07
LibSQL: Implement LIKE SQL expressions
Guilherme Gonçalves
2022-01-07
LibSQL: Properly parse ESCAPE expressions
Guilherme Gonçalves
2022-01-07
LibTest: Use Array instead of fold expression in __testjs_last()
Andrew Kaster
2022-01-07
EmojiInputDialog: Ensure that all buttons are equal width
Filiph Sandström
2022-01-07
LibCore: Guard access to EventLoop notifiers set with a mutex
Andreas Kling
2022-01-06
LibJS: Fully parse the TimeZoneIANAName production
Linus Groh
2022-01-06
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
Timothy Flynn
2022-01-06
LibJS: Include time zone name in TemporalInvalidTimeZoneName error
Linus Groh
2022-01-06
LibGUI: Avoid double hash lookup in ModelSelection::add()
Andreas Kling
2022-01-06
LibGUI: Update the AboutDialog copyright year :^)
sin-ack
2022-01-06
PDFViewer: Add actions to rotate the displayed PDF
Marcus Nilsson
2022-01-06
LibGUI: Move rotate cw/ccw to CommonActions
Marcus Nilsson
2022-01-06
PDFViewer: Enable panning with middle mouse button
Marcus Nilsson
2022-01-06
PDFViewer: Add zoom in/out/reset menu actions
Marcus Nilsson
2022-01-06
PDFViewer: Fix sidebar toggle logic
Marcus Nilsson
2022-01-06
ImageViewer: Show error if wallpaper could not be set
Junior Rantila
2022-01-06
ImageViewer: TRY all the things
Junior Rantila
2022-01-06
LibCore+ImageViewer: Add unlink() wrapper, use it
Junior Rantila
2022-01-06
du: Display true size of directory instead of 4 KiB
Lucas CHOLLET
2022-01-06
LibSoftGPU: Implement 5 bits of subpixel precision
Stephan Unverwerth
2022-01-06
KeyboardMapper: Port to Core::Stream
RasmusNylander
2022-01-06
KeyboardMapper: Propagate errors using ErrorOr and TRY
RasmusNylander
2022-01-06
LibKeyboard: Change some Optional<T> returns to ErrorOr<T>
RasmusNylander
2022-01-06
KeyboardMapper: Port to LibMain
RasmusNylander
2022-01-06
KeyboardMapper: Fix discrepancy between cursor and button clickability
RasmusNylander
2022-01-06
KeyboardMapper: Fix displaying null characters
RasmusNylander
2022-01-06
KeyboardMapper: Name formerly inlined variables
RasmusNylander
2022-01-06
KeyboardMapper: Show multiple pressed keys at once
RasmusNylander
2022-01-06
KeyboardMapper: Extract method map_from_name
RasmusNylander
2022-01-06
KeyboardMapper: Extract creation of map-selection buttons
RasmusNylander
2022-01-06
LibGUI: Calculate row position for scroll into view
martinfalisse
2022-01-06
LibGUI: Table View navigating with arrow keys continuity after update
martinfalisse
2022-01-06
PixelPaint: Unveil FileIconProvider.ini
Tobias Christiansen
2022-01-06
Utilities/ln: Port to LibMain
Jun Zhang
2022-01-06
LibJS: Remove the now unused custom VM unwind mechanism
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-06
LibJS: Implement the LoopContinues AO
Linus Groh
2022-01-06
LibJS: Implement LabelledStatement & LabelledEvaluation semantics
Linus Groh
2022-01-06
LibCore: Make `EventLoop::pump()` return event count
Jelle Raaijmakers
2022-01-06
LibMarkdown: Output alignment when rendering HTML tables
Sam Atkins
2022-01-05
FileManager: Show Dotfiles when passing a Dotfile as an argument
Lucas CHOLLET
2022-01-05
FileManager: Use String const& instead of String
Lucas CHOLLET
2022-01-05
LibJS: Add tests for all the unscopable Array prototype properties
Luke Wilde
[next]