summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-08-31LibGfx: implement GIF RestorePrevious frame disposal modePeter Nelson
2020-08-31LibGfx: clear previous GIF frame to transparent instead of whole imagePeter Nelson
2020-08-31LibGfx: add GIF test suitePeter Nelson
2020-08-31Kernel: Add more detailed debug output for E1000 {in,out}{8,16,32}Luke
2020-08-31LibWeb: Take care of a FIXME in the "in table text" insertion modeAndreas Kling
2020-08-31DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilderthankyouverycool
2020-08-31LibC: Partially implement 'freopen'AnotherTest
2020-08-31Userland: Make 'pro' capable of guessing a filenameAnotherTest
2020-08-31LibGUI: Hide ResizeCorner in StatusBar when window is maximizedthankyouverycool
2020-08-31WindowServer: Return correct IsMaximized responsethankyouverycool
2020-08-30UserspaceEmulator: Emulate two FPU instructions!Nico Weber