index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-05-16
Userland: Don't explicitly call Vector<T>::is_null()
Gunnar Beutner
2021-05-16
LibGfx: Avoid copying ByteBuffers while loading PNG images
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-16
Userland: Add missing #includes
Gunnar Beutner
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
2021-05-16
LibVT: Run clang-format on Terminal.cpp
Linus Groh
2021-05-16
LibGL: Add glBlendFunc() and glShadeModel() to call lists
Stephan Unverwerth
2021-05-16
LibGL: Implement glShadeModel()
Stephan Unverwerth
2021-05-16
LibVT: Implement ST (ESC \) escape sequence
Daniel Bertalan
2021-05-16
LibVT: Fix 8-bit control codes clobbering UTF-8
Daniel Bertalan
2021-05-16
LibVT: fix SM/RM not respecting private markers
Daniel Bertalan
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
LibVT: Add state machine file for the new parser
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-16
LibLine: Make line management less broken when at the last line
Ali Mohammad Pur
2021-05-16
LibGL: Implement color blending
Stephan Unverwerth
2021-05-16
LibGL: Add support for GL_BLEND in glEnable() and glDisable()
Stephan Unverwerth
2021-05-16
LibGL: Add defines and stubs for glBlendFunc()
Stephan Unverwerth
2021-05-16
LibGL: Add missing GLAPI function specifiers
Stephan Unverwerth
2021-05-16
LibGUI: Tweak GUI::Button::on_context_menu_event hook signature
Andreas Kling
2021-05-16
LibGUI: Make GUI::Toolbar::add_action() return the toolbar button
Andreas Kling
2021-05-15
LibCpp: Modify parsing of a Name's scope
Itamar
2021-05-15
LibCpp: Modify logic of Parser::index_of_node_at
Itamar
2021-05-15
LibGUI: Add CommonActions helpers for "zoom in/out" and "reset zoom"
Andreas Kling
2021-05-15
TextEditor: Clear leftover whitespace when inserting newlines
euclidianAce
2021-05-15
LibGUI: Delay setting column width in AutocompleteBox
Andreas Kling
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
LibWeb: Fix incorrect variable names when parsing CSS
Gunnar Beutner
2021-05-15
LibGfx: Fix incorrect origin for checkerboard pattern fills
Andreas Kling
2021-05-15
LibDebug: Avoid unnecessary String allocation in append_to_line_info()
Andreas Kling
2021-05-15
LibGfx/Vector*: Implement Formatters
Jelle Raaijmakers
2021-05-15
Everywhere: Add a blank line after copyright header where missing
Linus Groh
2021-05-15
LibELF: Use binary search when looking up symbols :^)
Andreas Kling
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-14
LibCore: Expose DirIterator's underlying file descriptor
Mart G
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-14
LibC: Move mman.h to sys/mman.h
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
LibThread: Port Lock to foreign environments
Jean-Baptiste Boric
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-05-14
LibGL: Implement glFlush() and glFinish()
Stephan Unverwerth
2021-05-14
LibCore: Never connect to InspectorServer if getuid() == 0
Andreas Kling
2021-05-14
LibImageDecoderClient: Decoded images with 0 frames are not successful
Andreas Kling
2021-05-14
ImageViewer: Rename QSWidget => ImageViewer::ViewWidget
Andreas Kling
2021-05-14
LibGUI: Fix logic typo in AbstractTableView::update_row_sizes()
Andreas Kling
2021-05-14
LibCrypto: Prevent a signed overflow during BigInt Modular Power
DexesTTP
2021-05-14
LibGUI: Resize GUI::HeaderView section vector to final size immediately
Andreas Kling
2021-05-14
LibTLS: Actually verify the certificats
Ali Mohammad Pur
[next]