summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-16GameOfLife: Don't randomize cells on board resizeLinus Groh
2021-05-16GameOfLife: Use a frame as the board widget containerLinus Groh
2021-05-16GameOfLife: Add vertical separator between interval and action buttonsLinus Groh
2021-05-16GameOfLife: Move "ms" interval label to GMLLinus Groh
2021-05-16GameOfLife: Auto-size toolbar labelsLinus Groh
2021-05-16GameOfLife: Remove some unused includesLinus Groh
2021-05-16GameOfLife: Add some margin to the toolbar layoutLinus Groh
2021-05-16GameOfLife: Switch from single indexed vector to rows+columnsLinus Groh
2021-05-16Base: Make 16x16 Play/Pause/Stop icons a bit smallerLinus Groh
2021-05-16Kernel/Graphics: Round size value when mapping real framebufferLiav A
2021-05-16Kernel/Graphics: Assign console to be from VGACompatibleAdapter alwaysLiav A
2021-05-16Kernel/Graphics: Fix a method to be more accurate about its nameLiav A
2021-05-16Documentation: Add Sanitizer section to RunningTestsAndrew Kaster
2021-05-16CI: Compile and run Lagom tests with ASAN and UBSANAndrew Kaster
2021-05-16AK: Don't read past the end in BitmapView::count_in_range()Andrew Kaster
2021-05-16LibCore: Use Vector instead of VLA in ArgsParser::parse()Andrew Kaster
2021-05-16AK: Don't call memcpy with null argument in ByteBuffer::copy()Andrew Kaster
2021-05-16Taskbar: Make shutdown dialog non-resizable and tweak button spacingAndreas Kling
2021-05-16LibGUI: Put some more space between check boxes and their label textAndreas Kling
2021-05-16LibGUI: Put some more space between radio buttons and their label textAndreas Kling
2021-05-16Taskbar: Give the shutdown dialog a UI facelift :^)Andreas Kling
2021-05-16Base: Tweak app-text-editor 32x32 icon (pencil color)Andreas Kling
2021-05-16Kernel: Move ConsoleDevice initialization just after kmalloc initLiav A
2021-05-16Kernel: Print all logbuffer from ConsoleDevice to debug Virtual ConsoleLiav A
2021-05-16Meta: Update grub configuration to adopt the new textual boot modeLiav A
2021-05-16Documentation: Update bare metal troubleshooting guideLiav A
2021-05-16Kernel: Allow the user to specify the virtual console when bootingLiav A
2021-05-16Kernel: Print scheduler state to the display consoleLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-05-16Kernel: Expand the kernel memory slot from 16 MiB to 32 MiBLiav A
2021-05-16Kernel: Don't ref-count UsedMemoryRange during iterationLiav A
2021-05-16Kernel: Rename Console => ConsoleDeviceLiav A
2021-05-16Kernel/PCI: Add helper to determine if device can access IO spaceLiav A
2021-05-16Kernel: Drop support of GRUB VBE modesettingLiav A
2021-05-16Kernel/Graphics: Add basic support for Intel native acceleratorLiav A
2021-05-16Kernel: Introduce a new graphics subsystemLiav A
2021-05-16Meta: Boot the Q35 machine without VGA supportLiav A
2021-05-16Kernel: Support the bochs-display deviceLiav A
2021-05-16LibGL: Implement alpha testing in SoftwareRasterizerStephan Unverwerth
2021-05-16LibGL: Implement glAlphaFunc()Stephan Unverwerth
2021-05-16LibCompress: Add missing #includeGunnar Beutner
2021-05-16Kernel: Avoid allocations when handling network packetsGunnar Beutner
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-16Userland: Don't explicitly call Vector<T>::is_null()Gunnar Beutner
2021-05-16HexEditor: Call size() instead of operator bool()Gunnar Beutner
2021-05-16Kernel: Fix incorrect argument when constructing DiskPartitionMetadataGunnar Beutner
2021-05-16LibGfx: Avoid copying ByteBuffers while loading PNG imagesGunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-16Userland: Add missing #includesGunnar Beutner