summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20AK: Stop using `DeprecatedString` in `UUID`Jelle Raaijmakers
2022-12-20Ports: Add grepcidr portEWouters
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
2022-12-20LibGUI+FontEditor: Restore normalized selections on Undo/Redothankyouverycool
2022-12-20LibGUI: Reset GlyphMapWidget scroll value when changing active rangethankyouverycool
2022-12-20LibGUI: Focus the actively resizing end of GlyphMapWidget selectionsthankyouverycool
2022-12-20LibGUI: Only reset GlyphMapWidget selection on Escapethankyouverycool
2022-12-20LibGUI: Add Page{Up,Down} support for GlyphMapWidgetthankyouverycool
2022-12-20LibGUI: Improve visible glyph estimate in GlyphMapWidgetthankyouverycool
2022-12-20LibGUI: Adjust GlyphMapWidget content sizing and glyph paddingthankyouverycool
2022-12-20LibGUI: Implement calculated_min_size() for GlyphMapWidgetthankyouverycool
2022-12-20LibGUI: Check bounds when moving GlyphMapWidget selectionsthankyouverycool
2022-12-20LibGUI: Ensure GlyphMapWidget selection resets when requestedthankyouverycool
2022-12-20LibGUI: Disallow GlyphMapWidget selection sizes equal to zerothankyouverycool
2022-12-20LibGUI: Forward GlyphMapWidget Key_Tab eventsthankyouverycool
2022-12-20FontEditor: Set Unicode ListView's focus proxy to its search boxthankyouverycool
2022-12-20FontEditor: Remove unused includesthankyouverycool
2022-12-19TextEditor: Suggest saving new files with an extension from highlighterKarol Kosek
2022-12-19LibSyntax: Add `common_language_extension()` functionKarol Kosek
2022-12-19LibSyntax: Remove default switch case in `language_to_string()`Karol Kosek
2022-12-19LibSyntax+TextEditor: Move Highlighter::language_string() out of classKarol Kosek
2022-12-19Snake: Ignore default keydown eventsBaitinq
2022-12-19Snake: Add snake color chooser game menu actionBaitinq
2022-12-19Snake: Don't hardcode the snake painting logicBaitinq
2022-12-19Snake: Add pause/continue game menu actionBaitinq
2022-12-19Browser+WebContent: Fixup some DOM inspector weirdnessMacDue
2022-12-19Browser: Close inspectors and JS console when tab closesMacDue
2022-12-19Meta: Include StylePropertiesModel.cpp in lagom LibWebViewMacDue
2022-12-19LibWeb: Fix crash when serializing nodes for DOM inspectorMacDue