summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-23Magnifier: Add option to choose grid colorFrHun
2022-12-23Magnifier: Add option to display grid over the imageFrHun
2022-12-23LibGfx: Add NearestFractional scaling type to painterFrHun
2022-12-23Magnifier: Allow locking location at current cursor positionFrHun
2022-12-23WindowServer: Allow overriding position when getting bitmapFrHun
2022-12-23Spreadsheet: Allow Functions Help HorizontalSplitter to resizeOptimoos
2022-12-22AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()Sam Atkins
2022-12-21HackStudio: Fix typo in one error messageKarol Kosek
2022-12-21uptime: Port to Core::Stream::File, use `AK::human_readable_time()`Karol Kosek
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-21LibGfx/OpenType: Read "glyf" table header using a C++ structAndreas Kling
2022-12-21LibGfx/OpenType: Clean up "kern" table readingAndreas Kling
2022-12-21LibGfx/OpenType: Clean up "name" table readingAndreas Kling
2022-12-21LibGfx/OpenType: Read "os2" table using a C++ structAndreas Kling
2022-12-21LibGfx/OpenType: Clean up "htmx" table readingAndreas Kling
2022-12-21LibGfx/OpenType: Read "maxp" table using a C++ structAndreas Kling
2022-12-21LibGfx/OpenType: Read "hhea" table using a C++ structAndreas Kling
2022-12-21LibGfx/OpenType: Read "head" table using a C++ structAndreas Kling
2022-12-21LibGfx/OpenType: Add spec links to classes representing OpenType tablesAndreas Kling
2022-12-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
2022-12-20FileManager: Handle possible ByteBuffer allocation failureAlexander Narsudinov
2022-12-20ntpquery: Explicitly zero initialize msghdr and fill in fieldsAndrew Kaster
2022-12-20LibThreading: Remove unused include of <sys/cdefs.h>Andrew Kaster
2022-12-20LibELF: Include <pthread.h> to ensure PTHREAD_STACK_MAX is availableAndrew Kaster
2022-12-20LibWeb: Fix passing size/position to paint_radial_gradient()MacDue
2022-12-20LibGfx: Don't blend opaque pixelsMacDue
2022-12-20LibGfx: Remove unnecessary divides in Color::mixed_with()MacDue
2022-12-20HackStudio: Port to `Core::Stream::File` :^)Karol Kosek
2022-12-20LibDiff: Make Diff::generate_only_additions take text as StringViewKarol Kosek
2022-12-20LookupServer: Propagate the errors from MulticastDNS::handle_packet()Alexander Narsudinov
2022-12-20LookupServer: Propagate the errors from MulticastDNS::lookup()Alexander Narsudinov
2022-12-20LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>Alexander Narsudinov
2022-12-20unzip: Use StringView instead of DeprecatedStringimplicitfield
2022-12-20unzip: Verify extracted files against CRC32 checksumsimplicitfield
2022-12-20LibGL: Generate the API wrappersJelle Raaijmakers
2022-12-20LibGL: Implement `glLightModel` integer normalizationJelle Raaijmakers
2022-12-20LibGL: Support `glLightModel` inside listsJelle Raaijmakers
2022-12-20LibGL: Correct `GL_LIGHT_MODEL_LOCAL_VIEWER` comparisonJelle Raaijmakers
2022-12-20LibGL: Dereference pointer in a consistent way for `glMaterial*`Jelle Raaijmakers
2022-12-20LibGL: Simplify transposing input matricesJelle Raaijmakers
2022-12-20PixelPaint: Propagate errors when creating images or layersCnidarias
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-20LibGUI: Fix bug in the ColorPicker's spinbox not changing colorsBaitinq
2022-12-20PDFViewer: Prompt password for encrypted documentsRodrigo Tobar
2022-12-20LibPDF: Reset encryption key on failed user password attemptRodrigo Tobar
2022-12-20LibPDF: Treat Encyption's Length item as optionalRodrigo Tobar
2022-12-20PDFViewer: Fix indexing error in ErrorsViewRodrigo Tobar
2022-12-20LibGfx: Support BMP favicons with less than 32 bppBruno Conde
2022-12-20FontEditor: Update preview window after pasting and deleting glyphsthankyouverycool
2022-12-20FontEditor: Add Unicode block/glyph selection Statusbar Segmentthankyouverycool