index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-04-26
LibJS: Implement Object.is()
Linus Groh
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-26
LibGUI: Use filetype-text icon for .md files
Linus Groh
2020-04-26
LibGUI: Use filetype-header icon for .h files
Linus Groh
2020-04-26
Base+LibGUI: Add icon for Python files
Linus Groh
2020-04-26
LibGUI: Use enumerator macros for filetype icons
Linus Groh
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-25
LibGfx: Fix crash on decoding small gifs
Peter Nelson
2020-04-25
LibGUI: Add ToolBar and ToolBarContainer to Forward.h
Andreas Kling
2020-04-25
LibGUI: Make ToolBarContainer better at reacting to child events
Andreas Kling
2020-04-25
LibGfx: Don't proceed with GIF format sniffing if stream read fails
Andreas Kling
2020-04-25
LibJS: Add String.prototype.includes
Kesse Jones
2020-04-25
LibPthread: implicitly call pthread_exit on return from start routine.
Drew Stratford
2020-04-25
LibGfx: Remove unnecessary casts
Peter Nelson
2020-04-25
LibGfx: Minor changes to adhere to code style guidelines
Peter Nelson
2020-04-25
LibWeb: Handle .gifs as images and use ImageDecoder to decode them
Peter Nelson
2020-04-25
LibGfx: Remove debug output
Peter Nelson
2020-04-25
LibGfx: Use content sniffing to choose which ImageDecoder plugin to use
Peter Nelson
2020-04-25
LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG
Peter Nelson
2020-04-25
LibGfx: Extract GIF header decoding into separate function
Peter Nelson
2020-04-25
LibGfx: implement remaining GIFImageDecoderPlugin methods
Peter Nelson
2020-04-25
LibGfx: decode first frame of GIF LZW data
Peter Nelson
2020-04-25
LibGfx: Implement GIF LZW decoding
Peter Nelson
2020-04-25
HackStudio: GUI support for setting breakpoints on source code lines
Itamar
2020-04-25
LibDebug: Add remove_breakpoint
Itamar
2020-04-24
LibGUI: Tweak TabWidget tab icon placement
Andreas Kling
2020-04-24
LibGUI: Use bold font for the currently active TabWidget tab
Andreas Kling
2020-04-24
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
Andreas Kling
2020-04-24
LibGUI: Allow TabWidget tabs to have icons and custom text alignment
Andreas Kling
2020-04-24
LibWeb: Try fetching a favicon when loading a non-file URL in HtmlView
Andreas Kling
2020-04-24
Base: New "cut" action icon
Andreas Kling
2020-04-24
LibGUI: Allow overriding the padding inside a TabWidget
Andreas Kling
2020-04-24
LibGUI: Fix display issue when selecting multi-lines in TextEditor
DexesTTP
2020-04-24
LibGUI: Fix laggy mouse selection in TextEditor widget
Andreas Kling
2020-04-24
LibGUI: Shrink GUI::Splitter by 1 pixel to make it look just right
Andreas Kling
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-04-24
LibGUI: When removing a TabWidget tab, activate the next tab
Andreas Kling
2020-04-24
LibJS: Add Array.prototype.find
Kesse Jones
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
LibGUI: Grant focus when activating a new stack/tab child widget
Andreas Kling
2020-04-24
LibGUI: Search the entire focus chain for shortcut actions
Andreas Kling
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-24
LibJS: Fix ObjectExpression::execute()
Linus Groh
2020-04-23
LibJS: Implement computed properties in object expressions
Linus Groh
2020-04-23
LibJS: Require colon in object expression for non-identifier keys
Linus Groh
2020-04-23
LibJS: Fix left shift operator
Linus Groh
2020-04-23
LibGUI: Add TabWidget functions to activate next/previous tab
Andreas Kling
2020-04-23
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
Andreas Kling
2020-04-23
LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)
Andreas Kling
[next]