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-12-21
LibGfx/OpenType: Read "head" table using a C++ struct
Andreas Kling
2022-12-21
LibGfx/OpenType: Add spec links to classes representing OpenType tables
Andreas Kling
2022-12-21
LibGfx: Rename TTF/TrueType to OpenType
Andreas Kling
2022-12-20
FileManager: Handle possible ByteBuffer allocation failure
Alexander Narsudinov
2022-12-20
ntpquery: Explicitly zero initialize msghdr and fill in fields
Andrew Kaster
2022-12-20
LibThreading: Remove unused include of <sys/cdefs.h>
Andrew Kaster
2022-12-20
LibELF: Include <pthread.h> to ensure PTHREAD_STACK_MAX is available
Andrew Kaster
2022-12-20
LibWeb: Fix passing size/position to paint_radial_gradient()
MacDue
2022-12-20
LibGfx: Don't blend opaque pixels
MacDue
2022-12-20
LibGfx: Remove unnecessary divides in Color::mixed_with()
MacDue
2022-12-20
HackStudio: Port to `Core::Stream::File` :^)
Karol Kosek
2022-12-20
LibDiff: Make Diff::generate_only_additions take text as StringView
Karol Kosek
2022-12-20
LookupServer: Propagate the errors from MulticastDNS::handle_packet()
Alexander Narsudinov
2022-12-20
LookupServer: Propagate the errors from MulticastDNS::lookup()
Alexander Narsudinov
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-20
unzip: Use StringView instead of DeprecatedString
implicitfield
2022-12-20
unzip: Verify extracted files against CRC32 checksums
implicitfield
2022-12-20
LibGL: Generate the API wrappers
Jelle Raaijmakers
2022-12-20
LibGL: Implement `glLightModel` integer normalization
Jelle Raaijmakers
2022-12-20
LibGL: Support `glLightModel` inside lists
Jelle Raaijmakers
2022-12-20
LibGL: Correct `GL_LIGHT_MODEL_LOCAL_VIEWER` comparison
Jelle Raaijmakers
2022-12-20
LibGL: Dereference pointer in a consistent way for `glMaterial*`
Jelle Raaijmakers
2022-12-20
LibGL: Simplify transposing input matrices
Jelle Raaijmakers
2022-12-20
PixelPaint: Propagate errors when creating images or layers
Cnidarias
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-20
LibGUI: Fix bug in the ColorPicker's spinbox not changing colors
Baitinq
2022-12-20
PDFViewer: Prompt password for encrypted documents
Rodrigo Tobar
2022-12-20
LibPDF: Reset encryption key on failed user password attempt
Rodrigo Tobar
2022-12-20
LibPDF: Treat Encyption's Length item as optional
Rodrigo Tobar
2022-12-20
PDFViewer: Fix indexing error in ErrorsView
Rodrigo Tobar
2022-12-20
LibGfx: Support BMP favicons with less than 32 bpp
Bruno Conde
2022-12-20
FontEditor: Update preview window after pasting and deleting glyphs
thankyouverycool
2022-12-20
FontEditor: Add Unicode block/glyph selection Statusbar Segment
thankyouverycool
2022-12-20
LibGUI+FontEditor: Restore normalized selections on Undo/Redo
thankyouverycool
2022-12-20
LibGUI: Reset GlyphMapWidget scroll value when changing active range
thankyouverycool
2022-12-20
LibGUI: Focus the actively resizing end of GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Only reset GlyphMapWidget selection on Escape
thankyouverycool
2022-12-20
LibGUI: Add Page{Up,Down} support for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Improve visible glyph estimate in GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Adjust GlyphMapWidget content sizing and glyph padding
thankyouverycool
2022-12-20
LibGUI: Implement calculated_min_size() for GlyphMapWidget
thankyouverycool
2022-12-20
LibGUI: Check bounds when moving GlyphMapWidget selections
thankyouverycool
2022-12-20
LibGUI: Ensure GlyphMapWidget selection resets when requested
thankyouverycool
2022-12-20
LibGUI: Disallow GlyphMapWidget selection sizes equal to zero
thankyouverycool
2022-12-20
LibGUI: Forward GlyphMapWidget Key_Tab events
thankyouverycool
2022-12-20
FontEditor: Set Unicode ListView's focus proxy to its search box
thankyouverycool
2022-12-20
FontEditor: Remove unused includes
thankyouverycool
2022-12-19
TextEditor: Suggest saving new files with an extension from highlighter
Karol Kosek
2022-12-19
LibSyntax: Add `common_language_extension()` function
Karol Kosek
2022-12-19
LibSyntax: Remove default switch case in `language_to_string()`
Karol Kosek
[next]