index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-02
Kernel: Prevent recursive expansion or removing memory while expanding it
Tom
2020-09-01
LibGUI: Disable whitespace visualization in single-line text editors
Andreas Kling
2020-09-01
LibGUI: Implement trailing whitespace visualization in TextEditor
Andreas Kling
2020-09-01
LibGfx: Make fill_rect_with_dither_pattern() skip transparent colors
Andreas Kling
2020-09-01
Kernel: Fix memory purge clobbering mapped page directory in ensure_pte
Tom
2020-09-01
Kernel: Remove assertion from Region::commit
Tom
2020-09-01
Kernel: Only remap regions if memory was purged from them
Tom
2020-09-01
LibJS: Add tests for issue #3382
Linus Groh
2020-09-01
LibJS: Actually change size in generic storage's set_array_like_size()
Linus Groh
2020-09-01
LibJS: Let set_array_like_size() switch to generic storage if necessary
Linus Groh
2020-09-01
Ports: Bump version of the "vttest" port
Andreas Kling
2020-09-01
Kernel: Preserve internal state in cloned PurgeableVMObjects
Andreas Kling
2020-09-01
LibGUI: Implement the virtual ListView::scroll_into_view()
Andreas Kling
2020-09-01
LibGUI: Remove ListView::doubleclick_event()
Andreas Kling
2020-09-01
AK: Add OutputMemoryStream class.
asynts
2020-09-01
AK: Add DuplexMemoryStream::copy_into_contiguous_buffer.
asynts
2020-09-01
AK: Move memory streams into their own header.
asynts
2020-09-01
AK: Remove history from DuplexMemoryStream.
asynts
2020-09-01
Streams: Distinguish recoverable and fatal errors.
asynts
2020-09-01
LibGUI: Don't return early from AbstractView::set_cursor()
Andreas Kling
2020-09-01
LibGUI: Implement move_cursor() in ColumnsView
Andreas Kling
2020-09-01
LibC: Move the static String in getlogin() out of the function
Andreas Kling
2020-09-01
LibGUI: Implement the virtual IconView::scroll_into_view()
Andreas Kling
2020-09-01
LibGUI: Teach IconView to use AbstractView::move_cursor()
Andreas Kling
2020-09-01
LibC: add getopt.h to unistd.h
Erlend Fagerheim
2020-09-01
Meta: Fixed small typo in readme (#3373)
busybox
2020-09-01
Build: Add some -Wno-unknown-warning-option flags to CXXFLAGS
Andreas Kling
2020-08-31
LibLine: Reset suggestion state on any non-tab key
AnotherTest
2020-08-31
Userland: Allow unquoted 'filename' values in 'pro'
AnotherTest
2020-08-31
AK: Add is_any_of(StringView) to GenericLexer
AnotherTest
2020-08-31
Userland: Improve 'ContentDispositionParser' in 'pro'
AnotherTest
2020-08-31
LibWeb: Implement document ready state
Luke
2020-08-31
LibWeb: Expose window.self and window.frames
Luke
2020-08-31
LibCompress: Fix a bug when wrapping around the buffer.
asynts
2020-08-31
LibCompress: Add support for dynamic deflate blocks.
asynts
2020-08-31
LibCompress: Deflate: Don't assert that the codes are valid.
asynts
2020-08-31
LibCompess: Add missing state update in DeflateDecompressor::read.
asynts
2020-08-31
LibCompress: CanonicalCode: Don't leave unused code uninitialized.
asynts
2020-08-31
Kernel: Fix Processor::features_string() stopping too early and detect more f...
Luke
2020-08-31
LibGfx: implement GIF RestorePrevious frame disposal mode
Peter Nelson
2020-08-31
LibGfx: clear previous GIF frame to transparent instead of whole image
Peter Nelson
2020-08-31
LibGfx: add GIF test suite
Peter Nelson
2020-08-31
Kernel: Add more detailed debug output for E1000 {in,out}{8,16,32}
Luke
2020-08-31
LibWeb: Take care of a FIXME in the "in table text" insertion mode
Andreas Kling
2020-08-31
DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder
thankyouverycool
2020-08-31
LibC: Partially implement 'freopen'
AnotherTest
2020-08-31
Userland: Make 'pro' capable of guessing a filename
AnotherTest
2020-08-31
LibGUI: Hide ResizeCorner in StatusBar when window is maximized
thankyouverycool
2020-08-31
WindowServer: Return correct IsMaximized response
thankyouverycool
2020-08-30
UserspaceEmulator: Emulate two FPU instructions!
Nico Weber
[next]