summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08AK: Add IPv6Address classTom
2022-03-08LibJS: Use known binding indices when creating new for-loop environmentsTimothy Flynn
2022-03-08LibJS: Allow pre-allocating DeclarativeEnvironment's bindings listTimothy Flynn
2022-03-08LibJS: Allow direct index-based initialization of a declarative bindingTimothy Flynn
2022-03-08LibJS: Combine DeclarativeEnvironment's bindings and names into one listTimothy Flynn
2022-03-08LibJS: Implement the Error.prototype.stack setterLuke Wilde
2022-03-08HackStudio: Add more files to new file menuelectrikmilk
2022-03-08HackStudio: Add missing key triggerselectrikmilk
2022-03-08HackStudio: Move 'New' Menu to 'File'electrikmilk
2022-03-08LibCore: Add support for application/zip mime-typekimlintu
2022-03-09Spreadsheet: Fix overridden max length related crashjavabird25
2022-03-08Ports: Add a bdwgc (aka libgc) portAli Mohammad Pur
2022-03-08LibPthread: Partially implement pthread_cleanup_(push pop)Ali Mohammad Pur
2022-03-08LibGUI: Fix crash in GML Playground auto-completing SpinBox propsAndrew Smith
2022-03-08LoginServer: Add a label for login fail messagesjavabird25
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-03-08LibGfx: Add support for TextAlignment::TopCenter / BottomCenterVrins
2022-03-08AK: Add float support for JsonValue and JsonObjectSerializerVrins
2022-03-08AK: Add to_double() to JsonValueVrins
2022-03-08LibEDID: Fix DetailedTiming::pixel_clock_khz resultLiav A
2022-03-08PixelPaint: Draw a colored border around the appropriate thumbnailTobias Christiansen
2022-03-08PixelPaint: Add "Add Mask" to Layer context menuTobias Christiansen
2022-03-08PixelPaint: Change EditMode of Layer when double clicking on thumbnailTobias Christiansen
2022-03-08PixelPaint: Add a mask thumbnail to the LayerListWidgetTobias Christiansen
2022-03-08PixelPaint: Use the currently_edited_bitmap in the ToolsTobias Christiansen
2022-03-08PixelPaint: Keep track of and expose the type of the edited bitmapTobias Christiansen
2022-03-08PixelPaint: Respect Mask when generating the display bitmapTobias Christiansen
2022-03-08PixelPaint: Add mask Bitmap to Layer and expose itTobias Christiansen
2022-03-08PixelPaint: Split bitmap() of Layer into {content, display}_bitmapTobias Christiansen
2022-03-08KeyboardMapper: Ask for unsaved changes on window close and file openKarol Kosek
2022-03-08KeyboardMapper: Reset modified flag after loading a fileKarol Kosek
2022-03-08KeyboardMapper: Display dirty close icon when the file is changedKarol Kosek
2022-03-08Tests: Include limits.h for PATH_MAX in realpath testsTim Schumacher
2022-03-08Tests: Include limits.h for MB_LEN_MAX in wchar testsTim Schumacher
2022-03-08Kernel/Graphics: Override first byte of the EDID in Intel Native driverLiav A
2022-03-08Kernel/Graphics: Print contents of offending EDID in Intel Native driverLiav A
2022-03-08Utilities/lspci: Add verbose flag to show data about PCI BARsLiav A
2022-03-08Kernel: Expose PCI BAR addresses in sysfsLiav A
2022-03-08Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pciLiav A
2022-03-08LibWeb: Add explicit color to mark elementLady Gegga
2022-03-08LibWeb: Add default styling to abbr, acronym, mark, strike and ttLady Gegga
2022-03-08Mandelbrot: Add Help menu with standard About actionPaulo Henrique Silva
2022-03-08Meta: Fix that the processor count was output to stderr and ignoreddavidot
2022-03-08Meta: Read MAKEJOBS to limit jobs for ninja in serenity.shdavidot
2022-03-08Base: Remove metadata from emojis to decrease filesizeLady Gegga
2022-03-08LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extractnetworkException
2022-03-08LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`Jelle Raaijmakers
2022-03-08LibGL: Better handling of texture targets and default texturesJelle Raaijmakers
2022-03-08LibGL: East-const `glTex*` methodsJelle Raaijmakers
2022-03-08LibGL: Remove duplicate `public:` from `Texture2D.h`Jelle Raaijmakers