summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-08Ports: Add OpenGL include dir to quake2 buildJelle Raaijmakers
2022-03-08LibTextCodec: Add support for the UTF16-LE encodingJelle Raaijmakers
2022-03-08js: Don't try to run empty scriptsMaciej
2022-03-08LibWeb: Move Timer from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Make InlineLevelIterator emit absolutely positioned itemsAndreas Kling
2022-03-08Kernel: Mark sys$fsync() as not needing the big lockAndreas Kling
2022-03-08Kernel: Mark sys$readlink() as not needing the big lockAndreas Kling
2022-03-08Kernel: Mark sys$stat() as not needing the big lockAndreas Kling
2022-03-08Kernel: Mark sys$fstat() as not needing the big lockAndreas Kling
2022-03-08Kernel: Mark sys$fchdir() as not needing the big lockAndreas Kling