summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-04Kernel/USB: Start fleshing out a basic UHCI controller driver :^)Andreas Kling
2020-09-03Kernel: Add PCI::get_programming_interface(PCI::Address)Andreas Kling
2020-09-03Documentation: Add Windows section in build instructionsLuke
2020-09-03DisplaySettings: Remove unnecessary file open for non-pathsAvery
2020-09-03Userland/tt: Use a default value for the test to runAvery
2020-09-02LibGUI: Handle cursor keydown events in AbstractViewAndreas Kling
2020-09-02LibGUI: Simplify ListView hover highlightingAndreas Kling
2020-09-02LibGUI: Move ListView to using AbstractView::move_cursor()Andreas Kling
2020-09-02Keymaps: Add Belgian (be) keyboard (#3387)Jordan Dalcq
2020-09-02Kernel: Handle committing pages in regions more gracefullyTom
2020-09-02Kernel: Use removed memory as backup if backup hasn't been allocatedTom
2020-09-02Kernel: Prevent recursive expansion or removing memory while expanding itTom
2020-09-01LibGUI: Disable whitespace visualization in single-line text editorsAndreas Kling
2020-09-01LibGUI: Implement trailing whitespace visualization in TextEditorAndreas Kling
2020-09-01LibGfx: Make fill_rect_with_dither_pattern() skip transparent colorsAndreas Kling
2020-09-01Kernel: Fix memory purge clobbering mapped page directory in ensure_pteTom
2020-09-01Kernel: Remove assertion from Region::commitTom
2020-09-01Kernel: Only remap regions if memory was purged from themTom
2020-09-01LibJS: Add tests for issue #3382Linus Groh
2020-09-01LibJS: Actually change size in generic storage's set_array_like_size()Linus Groh
2020-09-01LibJS: Let set_array_like_size() switch to generic storage if necessaryLinus Groh
2020-09-01Ports: Bump version of the "vttest" portAndreas Kling
2020-09-01Kernel: Preserve internal state in cloned PurgeableVMObjectsAndreas Kling
2020-09-01LibGUI: Implement the virtual ListView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Remove ListView::doubleclick_event()Andreas Kling
2020-09-01AK: Add OutputMemoryStream class.asynts
2020-09-01AK: Add DuplexMemoryStream::copy_into_contiguous_buffer.asynts
2020-09-01AK: Move memory streams into their own header.asynts
2020-09-01AK: Remove history from DuplexMemoryStream.asynts
2020-09-01Streams: Distinguish recoverable and fatal errors.asynts
2020-09-01LibGUI: Don't return early from AbstractView::set_cursor()Andreas Kling
2020-09-01LibGUI: Implement move_cursor() in ColumnsViewAndreas Kling
2020-09-01LibC: Move the static String in getlogin() out of the functionAndreas Kling
2020-09-01LibGUI: Implement the virtual IconView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Teach IconView to use AbstractView::move_cursor()Andreas Kling
2020-09-01LibC: add getopt.h to unistd.hErlend Fagerheim
2020-09-01Meta: Fixed small typo in readme (#3373)busybox
2020-09-01Build: Add some -Wno-unknown-warning-option flags to CXXFLAGSAndreas Kling
2020-08-31LibLine: Reset suggestion state on any non-tab keyAnotherTest
2020-08-31Userland: Allow unquoted 'filename' values in 'pro'AnotherTest
2020-08-31AK: Add is_any_of(StringView) to GenericLexerAnotherTest
2020-08-31Userland: Improve 'ContentDispositionParser' in 'pro'AnotherTest
2020-08-31LibWeb: Implement document ready stateLuke
2020-08-31LibWeb: Expose window.self and window.framesLuke
2020-08-31LibCompress: Fix a bug when wrapping around the buffer.asynts
2020-08-31LibCompress: Add support for dynamic deflate blocks.asynts
2020-08-31LibCompress: Deflate: Don't assert that the codes are valid.asynts
2020-08-31LibCompess: Add missing state update in DeflateDecompressor::read.asynts
2020-08-31LibCompress: CanonicalCode: Don't leave unused code uninitialized.asynts
2020-08-31Kernel: Fix Processor::features_string() stopping too early and detect more f...Luke