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-04
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Andreas Kling
2020-09-03
Kernel: Add PCI::get_programming_interface(PCI::Address)
Andreas Kling
2020-09-03
Documentation: Add Windows section in build instructions
Luke
2020-09-03
DisplaySettings: Remove unnecessary file open for non-paths
Avery
2020-09-03
Userland/tt: Use a default value for the test to run
Avery
2020-09-02
LibGUI: Handle cursor keydown events in AbstractView
Andreas Kling
2020-09-02
LibGUI: Simplify ListView hover highlighting
Andreas Kling
2020-09-02
LibGUI: Move ListView to using AbstractView::move_cursor()
Andreas Kling
2020-09-02
Keymaps: Add Belgian (be) keyboard (#3387)
Jordan Dalcq
2020-09-02
Kernel: Handle committing pages in regions more gracefully
Tom
2020-09-02
Kernel: Use removed memory as backup if backup hasn't been allocated
Tom
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
[next]